X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=Makefile.am;h=507503f0235a3eaf6596c25680d3bf84e00e4b00;hp=f606cbf1123b5d8c8d8f468fd6fadb90dc1c2512;hb=HEAD;hpb=9e0e4996fad6563f0a1ce628b80db5c23ef8279e diff --git a/Makefile.am b/Makefile.am index f606cbf1..507503f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = gnits 1.10 subdir-objects -SUBDIRS = gl po +SUBDIRS = gl DISTCLEANFILES = ./po/stamp-po xconfigure BUILT_SOURCES = @@ -30,6 +30,8 @@ pkgsysconfdir = $(sysconfdir)/@PACKAGE@ EXTRA_DIST = OChangeLog ONEWS config.rpath pspp-mode.el CLEANFILES = +CLEAN_LOCAL = +ALL_LOCAL = ACLOCAL_AMFLAGS = -I m4 -I gl/m4 noinst_LIBRARIES= noinst_LTLIBRARIES= @@ -52,6 +54,7 @@ generate-changelog: DIST_HOOKS += generate-changelog +include $(top_srcdir)/po/automake.mk include $(top_srcdir)/lib/automake.mk include $(top_srcdir)/doc/automake.mk include $(top_srcdir)/config/automake.mk @@ -78,5 +81,5 @@ install-data-hook: $(INSTALL_DATA_HOOKS) uninstall-hook: $(UNINSTALL_DATA_HOOKS) - - +clean-local: $(CLEAN_LOCAL) +all-local: $(ALL_LOCAL)