summaryrefslogtreecommitdiff
path: root/openpcd/opcd_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/opcd_test/Makefile')
-rw-r--r--openpcd/opcd_test/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/openpcd/opcd_test/Makefile b/openpcd/opcd_test/Makefile
deleted file mode 100644
index 12edce0..0000000
--- a/openpcd/opcd_test/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/make
-LDFLAGS=-lusb -lcrypt #-lzebvty -Lzebvty/
-CFLAGS=-Wall
-
-all: opcd_test opcd_sh
-
-clean:
- -rm -f *.o opcd_test
- $(MAKE) -C ausb clean
-
-ausb/libausb.a:
- $(MAKE) -C ausb libausb.a
-
-opcd_test: opcd_test.o opcd_usb.o ausb/libausb.a
- $(CC) $(LDFLAGS) -o $@ $^
-
-opcd_sh: opcd_sh.o opcd_usb.o ausb/libausb.a zebvty/libzebvty.a
- $(CC) $(LDFLAGS) -o $@ $^
-
-
-%.o: %.c
- $(CC) $(CFLAGS) -o $@ -c $<
-
-.PHONEY: all clean
personal git repositories of Harald Welte. Your mileage may vary