File: Makefile

package info (click to toggle)
v4l-utils 0.8.8-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,492 kB
  • sloc: ansic: 33,068; cpp: 10,882; perl: 4,294; makefile: 470; php: 119; sh: 24
file content (28 lines) | stat: -rw-r--r-- 787 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TARGETS = dvb-fe-tool dvbv5-zap dvbv5-scan dvb-format-convert

all: $(TARGETS)

-include *.d

dvb-fe-tool: dvb-fe-tool.o dvb-fe.o libsat.o dvb-file.o dvb-legacy-channel-format.o dvb-zap-format.o
dvbv5-zap: dvbv5-zap.o dvb-fe.o dvb-demux.o dvb-file.o \
		dvb-zap-format.o dvb-legacy-channel-format.o \
		libsat.o
dvbv5-scan: dvbv5-scan.o dvb-fe.o dvb-demux.o dvb-file.o \
		dvb-zap-format.o dvb-legacy-channel-format.o \
		parse_string.o descriptors.o libscan.o \
		libsat.o

dvb-format-convert: dvb-format-convert.o dvb-file.o \
		dvb-zap-format.o dvb-legacy-channel-format.o \
		dvb-fe.o libsat.o


dvb-v5.h:
	./gen_dvb_structs.pl $(KERNEL_DIR)/include/

include ../../Make.rules

install: $(TARGETS)
	mkdir -p $(DESTDIR)$(PREFIX)/bin
	install -m 755 $(TARGETS) $(DESTDIR)$(PREFIX)/bin