blob: a959acc26b949fac2fe9db4b9779eb79b2f31500 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
bin_PROGRAMS = cec-ctl
cec_ctl_SOURCES = cec-ctl.cpp
cec-ctl.cpp: cec-ctl-gen.h
cec-ctl-gen.h: msg2ctl.pl ../../include/linux/cec.h ../../include/linux/cec-funcs.h
./msg2ctl.pl 0 ../../include/linux/cec.h ../../include/linux/cec-funcs.h >$@
clean-local:
-rm -vf cec-ctl-gen.h
|