File: Makefile.am

package info (click to toggle)
zvbi 0.2.22-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,728 kB
  • ctags: 5,906
  • sloc: ansic: 43,758; sh: 9,275; xml: 3,053; perl: 524; makefile: 499; sed: 16; cpp: 6
file content (35 lines) | stat: -rw-r--r-- 468 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
30
31
32
33
34
35
## Process this file with automake to produce Makefile.in

if ENABLE_PROXY
proxy_dirs = daemon
else
proxy_dirs =
endif

EXTRA_DIST = \
	BUGS \
	config.rpath \
	depcomp \
	mkinstalldirs \
	zvbi.spec.in

DISTCLEANFILES = site_def.h

# Attn order matters.
SUBDIRS = \
	m4 \
	src \
	$(proxy_dirs) \
	contrib \
	examples \
	test \
	po \
	doc

ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = zvbi-0.2.pc

dist-hook:
	chown -R 500:100 $(distdir)