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 y>
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Rattvik (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-25update scan file for ch-GenevaChristoph Pfister1-5/+5
2010-11-28update scan file for fr-ReimsChristoph Pfister1-11/+7
2010-11-21update scan file for fr-ToursChristoph Pfister1-23/+9