summaryrefslogtreecommitdiff
path: root/openpcd/opcd_test/ausb/Makefile
diff options
context:
space:
mode:
authorlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-12 17:37:00 +0000
committerlaforge <laforge@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-09-12 17:37:00 +0000
commit8bd3d51b23e328e91c209dbebe8cfe002b0b0042 (patch)
tree5145facfb2f864519fd9e4914929f5da6d8be1fa /openpcd/opcd_test/ausb/Makefile
parent5fdccde69e5288b147c7c3ed81c412c18c5d5d54 (diff)
move to new directory
git-svn-id: https://svn.openpcd.org:2342/trunk@193 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/opcd_test/ausb/Makefile')
-rw-r--r--openpcd/opcd_test/ausb/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/openpcd/opcd_test/ausb/Makefile b/openpcd/opcd_test/ausb/Makefile
deleted file mode 100644
index 6269739..0000000
--- a/openpcd/opcd_test/ausb/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-#include ../../makevars
-
-OBJS=ausb.o usb.o
-CFLAGS+=-fPIC
-
-all: libausb.a libausb.so
-
-libausb.a: $(OBJS)
- $(AR) r $@ $^
-
-libausb.so: $(OBJS)
- $(LD) -x --shared -o $@ $^
-
-%.o: %.c
- $(CC) $(CFLAGS) -o $@ -c $^
-
-ausb_test: ausb_test.o ausb.o
- $(CC) $(CFLAGS) -lusb -o $@ $^
-
-clean:
- @rm -f *.o ausb_test libusb.a libausb.a libausb.so
personal git repositories of Harald Welte. Your mileage may vary