File: Makefile.am

package info (click to toggle)
jamin 0.95.0-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,876 kB
  • ctags: 1,372
  • sloc: ansic: 11,501; sh: 8,579; perl: 678; makefile: 127; xml: 96
file content (26 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (9)
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
## Process this file with automake to produce Makefile.in

if USE_OSC
CONTROLLER = controller
else
CONTROLLER =
endif

SUBDIRS = src pixmaps examples $(CONTROLLER) po data
DIST_SUBDIRS = src pixmaps examples controller po data

EXTRA_DIST = \
	autogen.sh \
	jam-ui.glade \
	jam-ui.gladep \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in

DISTCLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update

files-test: src/jamin
	find test/files/ -name '*.jam' -exec ./src/jamin -f \{\} \;