CC = gcc CFLAGS = -g -O2 -MD -Wall -I. -I../../include LFLAGS = OBJS = dvbdate.o TARGET = dvbdate DESTDIR = /usr/local/bin/ all: $(TARGET) .c.o: $(CC) $(CFLAGS) -c $< -o $@ $(TARGET): $(OBJS) $(CC) -o $@ $(OBJS) $(LFLAGS) install: all install -m 755 $(TARGET) $(DESTDIR) clean: rm -f $(TARGET) $(OBJS) core* *~ *.d -include $(wildcard *.d) dummy div id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/uk-TheWrekinB (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-11second round of updating scan filesChristoph Pfister13-8/+132
2007-04-11first round of updating scan filesChristoph Pfister24-137/+337
2007-04-05fixed some of the eutel transponder dataMarcel Siegert1-4/+4
2007-04-05added several Hotbird 13.0E transponders, as NIT detectionMarcel Siegert1-0/+9