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 Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/channels-conf/dvb-t/au-Adelaide (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12Updated scanned channels for Sydney, Australia.Peter Urbanec1-31/+34
2014-05-12Change Sydney FEC settings to AUTO.Peter Urbanec1-6/+6
2014-05-12Update comments to reflect the technical information provided by http://myswi...Peter Urbanec1-7/+8
2014-05-12Rename Sydney tables as part of the digital restack.Peter Urbanec2-0/+0
2014-03-26Updated scan table for au-Sydney_North_Shoreamak791-4/+4
2014-03-26UK Update for COM 7, BBC B, and Local MuxesSimon Liddicott81-647/+676
2014-03-09DTV scantables for FIOlli Salonen34-0/+170
2014-02-14Update es-AlfabiaJesus Jimenez1-5/+8