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 t' title='dtv-scan-tables.git Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fi-Juupajoki_Kopsamo (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-14update scan file for nl-AllChristoph Pfister1-0/+2
2008-12-30update scan file for nl-AllChristoph Pfister1-2/+4
2008-12-14update scan file for cz-PrahaChristoph Pfister1-2/+7