CC = gcc CFLAGS = -MD -g -Wall -O2 -I../../include -I../lib LFLAGS = -g -Wall OBJS = diseqc.o dump-zap.o dump-vdr.o scan.o ../lib/lnb.o SRCS = $(OBJS:.o=.c) TARGET = scan $(TARGET): $(OBJS) $(CC) $(LFLAGS) -o $(TARGET) $(OBJS) .c.o: $(CC) $(CFLAGS) -c $< -o $@ clean: $(RM) *.o *.d $(TARGET) -include $(wildcard *.d) dummy title='dtv-scan-tables.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-s/Nilesat101+102-7.0W (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-20update scan files for several satellitesChristoph Pfister1-34/+39
2009-06-20remove Telstar-12-15.0W which is already there as Telstar12-15.0WChristoph Pfister1-32/+0