]> git.saurik.com Git - bison.git/blobdiff - Makefile.am
Remove doc/Makefile.am.
[bison.git] / Makefile.am
index 932c3bbfdac0551cb66b9f2a1258a46df721e234..53d3151260b244e978f32f89a018836d874263fc 100644 (file)
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = build-aux po runtime-po lib data src doc examples tests etc
+SUBDIRS = po runtime-po lib . tests
+if BISON_CXX_WORKS
+SUBDIRS += examples/calc++
+endif
 
 # Files installed for use by Automake.
 aclocaldir = @aclocaldir@
@@ -30,6 +33,15 @@ EXTRA_DIST = .prev-version .version cfg.mk maint.mk \
   djgpp/subpipe.c djgpp/subpipe.h djgpp/djunpack.bat \
   djgpp/fnchange.lst djgpp/testsuite.sed
 
+# Initialization before completion by local.mk's.
+BUILT_SOURCES =
+MOSTLYCLEANFILES =
+include build-aux/local.mk
+include data/local.mk
+include doc/local.mk
+include etc/local.mk
+include examples/local.mk
+include src/local.mk
 
 .PHONY: maintainer-check
 maintainer-check:
@@ -52,7 +64,7 @@ maintainer-xml-check:
 # a developer might naively reference .version in a test case while the bison
 # executable still compiles with VERSION, and so the test case might fail or
 # pass incorrectly.
-BUILT_SOURCES = $(top_srcdir)/.version
+BUILT_SOURCES += $(top_srcdir)/.version
 $(top_srcdir)/.version: configure
        echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook: