Fixed ordering of the application of the styles
[rodin/chimara.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
3
4 if TARGET_ILIAD
5 SUBDIRS = libchimara interpreters player po
6 else
7 SUBDIRS = libchimara interpreters player tests docs po
8 endif
9
10 chimaradocdir = $(datadir)/doc/chimara
11 dist_chimaradoc_DATA = \
12         README\
13         COPYING\
14         AUTHORS\
15         ChangeLog\
16         NEWS
17
18 pkgconfigdir = $(libdir)/pkgconfig
19 pkgconfig_DATA = chimara.pc chimara-plugin.pc
20
21 EXTRA_DIST = chimara.pc.in chimara-plugin.pc.in chimara.spec.in
22
23 DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec
24
25 ACLOCAL_AMFLAGS = -I m4
26
27 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
28
29 if BUILDING_RPM
30 EXTRA_DIST += chimara.spec
31 rpm: chimara.spec dist
32         $(ECHO) "Building RPM package..."; \
33         $(RPMBUILD) -ta --clean $(PACKAGE)-$(VERSION).tar.gz
34 else
35 rpm:
36         @$(ECHO) \
37         "To build an RPM package, you must run configure with --enable-rpm."; \
38         exit 1
39 endif