File: Makefile.am

package info (click to toggle)
roy 1.0.8-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,316 kB
  • ctags: 1,564
  • sloc: ansic: 14,459; sh: 8,259; makefile: 322
file content (23 lines) | stat: -rw-r--r-- 609 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
## Process this file with automake to produce Makefile.in

SUBDIRS	            =           roy         \
				pod 	    \
                                tests       \
                                tools       \
				therml

include_HEADERS	    =		roy.h

bin_SCRIPTS         =		roy-config

EXTRA_DIST          =		BUILDING        \
                                CONVENTIONS     \
                                LICENSE         \
                                CMakeLists.txt  \
				roy.m4

aclocaldir          =		${datadir}/aclocal
aclocal_DATA        =		roy.m4

AUTOMAKE_OPTIONS    =		dist-zip dist-bzip2