summaryrefslogtreecommitdiff
path: root/openpcd/opcd_test/ausb/Makefile
diff options
context:
space:
mode:
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