File: Makefile.am

package info (click to toggle)
ndtpd 3.1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,524 kB
  • ctags: 690
  • sloc: ansic: 8,565; sh: 7,275; perl: 655; makefile: 175
file content (18 lines) | stat: -rw-r--r-- 593 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = lib src doc doc-ja m4

pkglocalstatedir = $(localstatedir)/$(PACKAGE)

sysconf_DATA = ndtpd.conf.sample
pkglocalstate_DATA =

EXTRA_DIST = ChangeLog.0 INSTALL-ja README-ja UPGRADE UPGRADE-ja \
	ndtpd.conf.sample.in move-if-change
CLEANFILES = ndtpd.conf.sample ndtpd.conf.sample.tmp

ndtpd.conf.sample: ndtpd.conf.sample.in Makefile
	rm -f ndtpd.conf.sample
	sed -e 's;\@pkglocalstatedir\@;$(pkglocalstatedir);' \
	   -e 's;\@datadir\@;$(datadir);' \
	   $(srcdir)/ndtpd.conf.sample.in > ndtpd.conf.sample.tmp
	cp ndtpd.conf.sample.tmp ndtpd.conf.sample
	rm -f ndtpd.conf.sample.tmp