File: Makefile.am

package info (click to toggle)
zvbi 0.2.44-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,696 kB
  • sloc: ansic: 66,987; xml: 6,135; cpp: 5,752; sh: 1,629; makefile: 616; perl: 524; sed: 16
file content (29 lines) | stat: -rw-r--r-- 383 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
29
## Process this file with automake to produce Makefile.in

noinst_PROGRAMS = \
	network \
	pdc1 \
	pdc2 \
	rawout \
	wss

if WINDOWS
scripts =
else
scripts = \
	pdc2-test1.sh
endif

check_SCRIPTS = \
	$(scripts)

TESTS = \
	$(check_SCRIPTS)

EXTRA_DIST = \
	$(check_SCRIPTS)

AM_CPPFLAGS = -I$(top_srcdir)/src

LDADD = $(top_builddir)/src/libzvbi.la \
	$(PTHREAD_LIB) -lm $(PNG_LIB)