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 enigne.org/debian/dtv-scan-tables.git' title='dtv-scan-tables.git Git repository'/>
![]() |
index : dtv-scan-tables.git | |
| dtv-scan-tables Debian packaging | Jonathan McCrohan |
| summaryrefslogtreecommitdiffstats |