Enable automatic generation of .gitignore
[projects/chimara/chimara.git] / Makefile.am
index 846e0539bbdc923f834dd8e810da09f4806213e2..a163df8615b21d7b7febdb4276ca437707fa7070 100644 (file)
@@ -1,7 +1,11 @@
 ## Process this file with automake to produce Makefile.in
 ## Created by Anjuta
 
-SUBDIRS = libchimara interpreters tests docs po player
+if TARGET_ILIAD
+SUBDIRS = libchimara interpreters player po
+else
+SUBDIRS = libchimara interpreters player tests docs po
+endif
 
 chimaradocdir = $(datadir)/doc/chimara
 dist_chimaradoc_DATA = \
@@ -14,11 +18,14 @@ dist_chimaradoc_DATA = \
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = chimara.pc chimara-plugin.pc
 
-EXTRA_DIST = intltool-extract.in intltool-merge.in intltool-update.in \
-       chimara.pc.in chimara-plugin.pc.in chimara.spec.in
+EXTRA_DIST = chimara.pc.in chimara-plugin.pc.in chimara.spec.in
 
-DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec \
-                                intltool-extract intltool-merge intltool-update
+DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec
+
+MAINTAINERCLEANFILES = ABOUT-NLS INSTALL aclocal.m4 compile config.guess \
+       config.h.in config.rpath config.sub depcomp gtk-doc.make install-sh \
+       intltool-extract.in     intltool-merge.in intltool-update.in ltmain.sh missing \
+       ylwrap m4 autom4te.cache
 
 ACLOCAL_AMFLAGS = -I m4
 
@@ -35,3 +42,5 @@ rpm:
        "To build an RPM package, you must run configure with --enable-rpm."; \
        exit 1
 endif
+
+-include $(top_srcdir)/git.mk