summaryrefslogtreecommitdiffstats
path: root/util/szap/Makefile
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2013-09-03 09:48:38 +0200
committeretobi <git@e-tobi.net>2013-09-03 09:48:38 +0200
commit6e40287e2f39a80fc72bd8d0fbc1a8334d688c2d (patch)
tree024bef311226653bdd1da4fa588becf5098bcff7 /util/szap/Makefile
downloadlinux-dvb-apps-6e40287e2f39a80fc72bd8d0fbc1a8334d688c2d.tar.gz
Imported Upstream version 1.1.0upstream/1.1.0
Diffstat (limited to 'util/szap/Makefile')
-rw-r--r--util/szap/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/util/szap/Makefile b/util/szap/Makefile
new file mode 100644
index 0000000..688c5d7
--- /dev/null
+++ b/util/szap/Makefile
@@ -0,0 +1,35 @@
+CC = gcc
+CFLAGS = -MD -Wall -g -O2 -I../../include -I../lib
+LFLAGS = -Wall -g -O2
+RM = rm -f
+
+TARGETS = szap tzap czap femon
+OBJS = szap.o tzap.o czap.o femon.o
+
+all: $(OBJS) $(TARGETS)
+ @echo
+ @echo "--------------------------------------------------------------------------------"
+ @echo " please copy an appropriate channels.conf-XXX channel list for DVB-S/C/T"
+ @echo
+ @echo " to ~/.szap/channels.conf"
+ @echo " ~/.czap/channels.conf"
+ @echo " ~/.tzap/channels.conf"
+ @echo
+ @echo " and then call ./szap for DVB-S, ./czap for DVB-C or ./tzap for DVB-T"
+ @echo "--------------------------------------------------------------------------------"
+ @echo
+
+szap: szap.o ../lib/lnb.o
+ $(CC) $(LFLAGS) -o szap szap.o ../lib/lnb.o
+
+.c.o:
+ $(CC) $(CFLAGS) -o $@ -c $<
+
+.o:
+ $(CC) $(LFLAGS) -o $@ $<
+
+clean:
+ $(RM) $(TARGETS) core* *.o *.d .depend
+
+-include $(wildcard *.d) dummy
+
changelog?id=e7ad9c5caca8d2985d94bedeef5cfb06265d329a&follow=1'>update ac_python_devel.m4 from autoconf-archive package. This allowsReinhard Tartler2-66/+199 2010-02-28Add $remote-fs dependencies to init script. Reported by lintian.Reinhard Tartler2-2/+8 2008-01-10oops. fix version numberReinhard Tartler1-1/+1 2008-01-10* add Vcs-Bzr and Homepage header.Reinhard Tartler2-1/+4 2008-01-10* bump to standards version 3.7.3 (no changes needed)Reinhard Tartler2-2/+3 2008-01-10new upload to unstableReinhard Tartler1-0/+9 2008-01-10import commit 809 from trunk to fix http://bugs.debian.org/cgi-bin/bugreport....Reinhard Tartler4-255/+12 2007-04-05missing depends in LSB init stanzaReinhard Tartler1-0/+2 2007-04-05* new upstream tarball no longer contains a debian/ directory at allReinhard Tartler1-1/+3 2007-04-30new upstream versionReinhard Tartler63-4596/+7100 2007-04-05* add LSB keyword sectionReinhard Tartler2-1/+12 2007-04-05mark new upload in debian/changelogReinhard Tartler1-0/+6 2007-04-05import new upstreamReinhard Tartler162-10578/+5766 2007-04-05improvements to the manpageReinhard Tartler1-2/+6 2006-08-27update config.guess and .subReinhard Tartler2-350/+450 2006-08-27install new manpageReinhard Tartler2-2/+3