File: Makefile.am

package info (click to toggle)
netcf 1%3A0.2.8-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 7,172 kB
  • sloc: ansic: 44,029; sh: 13,424; xml: 1,039; makefile: 248
file content (31 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (2)
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
SUBDIRS=gnulib/lib src gnulib/tests tests doc

ACLOCAL_AMFLAGS = -I gnulib/m4

EXTRA_DIST=netcf.spec autogen.sh bootstrap bootstrap.conf

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = netcf.pc

netcfdir=$(datadir)/netcf
xmldir=$(netcfdir)/xml
lensdir=$(netcfdir)/lenses

dist_xml_DATA=data/xml/augeas.rng data/xml/interface.rng \
	data/xml/util-get.xsl data/xml/util-put.xsl \
	data/xml/debian-get.xsl data/xml/debian-put.xsl \
	data/xml/redhat-get.xsl data/xml/redhat-put.xsl \
	data/xml/suse-get.xsl data/xml/suse-put.xsl
dist_lens_DATA= \
	data/lenses/netcf.aug \
	data/lenses/persist_net_rules.aug \
	data/lenses/routes.aug


# This requires that trang is installed, but we don't want to require
# that, even for building, since the .rnc files are only a convenience
# when using Emacs
rnc: data/xml/augeas.rnc data/xml/interface.rnc

%.rnc: %.rng
	trang $< $@