Makefile.am (475B)
1 # This Makefile.am is in the public domain 2 AM_CPPFLAGS = -I$(top_srcdir)/src/include 3 4 if DOC_ONLY 5 if ENABLE_DOC 6 SUBDIRS = . contrib doc po 7 else 8 SUBDIRS = . contrib po 9 endif 10 else 11 if ENABLE_DOC 12 SUBDIRS = . contrib src doc po 13 else 14 SUBDIRS = . contrib src po 15 endif 16 endif 17 18 @DX_RULES@ 19 20 TESTS = contrib/check-prebuilt 21 22 ACLOCAL_AMFLAGS = -I m4 23 EXTRA_DIST = build-aux/config.rpath \ 24 AUTHORS \ 25 RELEASE.md \ 26 INSTALL.md 27 28 gana-generate: 29 ./contrib/gana-generate.sh master