git: Line endings of README.txt
[projects/chimara/chimara.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
3
4 SUBDIRS = libchimara interpreters player tests docs po
5
6 chimaradocdir = $(datadir)/doc/chimara
7 dist_chimaradoc_DATA = \
8         README\
9         COPYING\
10         AUTHORS\
11         ChangeLog\
12         NEWS
13
14 pkgconfigdir = $(libdir)/pkgconfig
15 pkgconfig_DATA = chimara.pc chimara-plugin.pc
16
17 EXTRA_DIST = \
18         chimara.pc.in
19         chimara-plugin.pc.in
20         chimara.spec.in
21         m4/introspection.m4
22
23 DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec
24
25 macros_ignore = codeset gettext glibc2 glibc21 gtk-doc iconv intdiv0 intl \
26         intldir intlmacosx intltool intmax inttypes_h inttypes-pri lcmessage \
27         lib-ld lib-link lib-prefix libtool lock longlong lt~obsolete ltoptions \
28         ltsugar ltversion nls po printf-posix progtest size_max stdint_h uintmax_t \
29         visibility wchar_t wint_t xsize
30
31 MAINTAINERCLEANFILES = ABOUT-NLS INSTALL aclocal.m4 compile config.guess \
32         config.h.in config.rpath config.sub depcomp gtk-doc.make install-sh \
33         intltool-extract.in intltool-merge.in intltool-update.in ltmain.sh missing \
34         ylwrap autom4te.cache test-driver \
35         $(addprefix 'm4/',$(addsuffix '.m4', $(macros_ignore)))
36
37 ACLOCAL_AMFLAGS = -I m4
38
39 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
40
41 if BUILDING_RPM
42 EXTRA_DIST += chimara.spec
43 rpm: chimara.spec dist
44         $(ECHO) "Building RPM package..."; \
45         $(RPMBUILD) -ta --clean $(PACKAGE)-$(VERSION).tar.gz
46 else
47 rpm:
48         @$(ECHO) \
49         "To build an RPM package, you must run configure with --enable-rpm."; \
50         exit 1
51 endif
52
53 -include $(top_srcdir)/git.mk