File: Makefile.am

package info (click to toggle)
eazel-engine 0.3-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,236 kB
  • ctags: 404
  • sloc: sh: 9,807; ansic: 4,342; makefile: 250; perl: 76
file content (22 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = src capplet data Crux

INCLUDES = $(GTK_CFLAGS) $(GNOME_CFLAGS) -DDATADIR=\"$(datadir)\"

EXTRA_DIST =			\
	gtkrc.in		\
	make-gtkrc.pl		\
	test.glade		\
	eazel-engine.spec.in	\
	check-data.sh

dist-hook: spec-hook check-data
	
spec-hook : eazel-engine.spec
	cp $^ $(distdir)

check-data : check-data.sh
	$(SHELL) $<

noinst_PROGRAMS = test

test_LDADD = $(GTK_LIBS) $(GNOME_LIBS)