summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-03-27 20:53:49 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-03-27 20:53:49 +0200
commit001bfb96ef410c24927d04d6b294fe0a2aab4623 (patch)
tree1a920a5e775dbf3df37d77cbf56885491e4efe8c /src/Makefile
parent37bb5ca0693d1eff6772db8a9ac0e19d93523dc9 (diff)
add autotools based build system
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 09070df..0000000
--- a/src/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-LDFLAGS=`pkg-config --libs libusb-1.0`
-CFLAGS=-Wall -g -O0 `pkg-config --cflags libusb-1.0`
-
-all: rtl-sdr
-
-rtl-sdr: main.o rtl-sdr.o tuner_e4000.o tuner_fc0013.c
- $(CC) -o $@ $^ $(LDFLAGS)
-
-clean:
- @rm -f rtl-sdr *.o