OBJECTS = nyancat.o
all: nyancat
nyancat: $(OBJECTS)
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJECTS) -o $@
clean:
-rm -f $(OBJECTS) nyancat
check: all
# Unit tests go here. None currently.
@echo "*** ALL TESTS PASSED ***"
.PHONY: all clean check
nk rel='vcs-git' href='https://git.dereenigne.org/dtv-scan-tables.git' title='dtv-scan-tables.git Git repository'/>
| Age | Commit message (Collapse) | Author | Files | Lines |
|
Now that we have everything with DVBv5 format, we can get rid of
duplicated tables.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
All comments were preserved on this conversion, thanks to a
temporary patch for libdvbv5.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|
|
That does the conversion from a previously generated DVBv5
directory back to DVBv3.
This is useful to check if dvb-fe-convert is doing the right
thing.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
|