File: Makefile.am

package info (click to toggle)
libiec61883 1.2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,600 kB
  • sloc: sh: 10,147; ansic: 4,614; makefile: 56
file content (17 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

noinst_PROGRAMS = test-amdtp test-dv test-mpeg2 test-plugs
bin_PROGRAMS = plugreport plugctl
man_MANS = plugreport.1 plugctl.1
EXTRA_DIST = plugreport.1 plugctl.1

test_amdtp_SOURCES = test-amdtp.c
test_dv_SOURCES = test-dv.c
test_mpeg2_SOURCES = test-mpeg2.c
test_plugs_SOURCES = test-plugs.c
plugreport_SOURCES = plugreport.c
plugctl_SOURCES = plugctl.c

INCLUDES = @LIBRAW1394_CFLAGS@
LDADD    = ../src/libiec61883.la @LIBRAW1394_LIBS@

MAINTAINERCLEANFILES = Makefile.in