File: Makefile.am

package info (click to toggle)
libinfinity 0.6.5-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 13,528 kB
  • sloc: ansic: 103,421; sh: 11,583; xml: 1,841; makefile: 1,059
file content (28 lines) | stat: -rw-r--r-- 753 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
SUBDIRS = . libinfinity libinftext

if WITH_INFGTK
SUBDIRS += libinfgtk
endif

if WITH_INFTEXTGTK
SUBDIRS += libinftextgtk
endif

if WITH_INFINOTED
SUBDIRS += libinfinoted-plugin-manager
endif

# Note that nodist doesn't work here actually because gtk-doc pulls them
# in anyway (see content_files in a subdirectory's Makefile.am)
nodist_noinst_DATA = version.xml api_version.xml

# Remove the trailing newline of the version files, to have the entities
# in the docbook XML substituted without it.
version.xml: version.xml.in
	echo -n `cat version.xml.in` > version.xml

api_version.xml: api_version.xml.in
	echo -n `cat api_version.xml.in` > api_version.xml

CLEANFILES = version.xml api_version.xml
DISTCLEANFILES = version.xml.in api_version.xml.in