X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Makefile.am;h=a163df8615b21d7b7febdb4276ca437707fa7070;hb=4ab49e6ed54603ca26040c43cf4628cd0186632f;hp=445af84942ded4cbf521a03f9f753ca2c71133ec;hpb=2f2d1830385ba8fefd600f8393f86ec3bc867a25;p=projects%2Fchimara%2Fchimara.git diff --git a/Makefile.am b/Makefile.am index 445af84..a163df8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,11 @@ ## Process this file with automake to produce Makefile.in ## Created by Anjuta +if TARGET_ILIAD +SUBDIRS = libchimara interpreters player po +else SUBDIRS = libchimara interpreters player tests docs po +endif chimaradocdir = $(datadir)/doc/chimara dist_chimaradoc_DATA = \ @@ -18,6 +22,11 @@ EXTRA_DIST = chimara.pc.in chimara-plugin.pc.in chimara.spec.in 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 DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc @@ -33,3 +42,5 @@ rpm: "To build an RPM package, you must run configure with --enable-rpm."; \ exit 1 endif + +-include $(top_srcdir)/git.mk