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
='dtv-scan-tables.git Git repository'/>
Age | Commit message (Collapse) | Author | Files | Lines |
|
Ziggo and UPC had merged, but the initial UPC transponder is still the correct one for former UPC customers.
See also https://gathering.tweakers.net/forum/list_message/31632914#31632914
|