ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ build-aux/config.rpath \ build-aux/mkinstalldirs \ LICENSE \ lemon.spec \ autopackage/default.apspec.in \ m4/lx_check_cplex.m4 \ m4/lx_check_glpk.m4 if WANT_DOC MAYBE_DOC = doc endif if WANT_GUI MAYBE_GUI = gui endif if WANT_DEMO MAYBE_DEMO = demo endif if WANT_BENCHMARK MAYBE_BENCHMARK = benchmark endif SUBDIRS = lemon po $(MAYBE_BENCHMARK) $(MAYBE_DEMO) $(MAYBE_GUI) $(MAYBE_DOC) test MRPROPERFILES = \ aclocal.m4 \ config.h.in \ config.h.in~ \ configure \ Makefile.in \ build-aux/config.guess \ build-aux/config.sub \ build-aux/depcomp \ build-aux/install-sh \ build-aux/ltmain.sh \ build-aux/missing \ build-aux/mkinstalldirs \ build-aux/config.rpath \ doc/Makefile.in \ doc/doxygen.log \ Makefile.in \ lemon/Makefile.in \ test/Makefile.in \ benchmark/Makefile.in \ demo/Makefile.in \ gui/icons/Makefile.in \ gui/Makefile.in \ ABOUT-NLS \ m4/lib-link.m4 \ m4/printf-posix.m4 \ m4/uintmax_t.m4 \ m4/signed.m4 \ m4/iconv.m4 \ m4/inttypes.m4 \ m4/longlong.m4 \ m4/glibc21.m4 \ m4/inttypes_h.m4 \ m4/codeset.m4 \ m4/longdouble.m4 \ m4/nls.m4 \ m4/intmax.m4 \ m4/lib-prefix.m4 \ m4/glibc2.m4 \ m4/xsize.m4 \ m4/lcmessage.m4 \ m4/lib-ld.m4 \ m4/ulonglong.m4 \ m4/wint_t.m4 \ m4/progtest.m4 \ m4/inttypes-pri.m4 \ m4/stdint_h.m4 \ m4/intdiv0.m4 \ m4/isc-posix.m4 \ m4/po.m4 \ m4/size_max.m4 \ m4/gettext.m4 \ m4/wchar_t.m4 \ po/Rules-quot \ po/en@quot.header \ po/insert-header.sin \ po/quot.sed \ po/en@boldquot.header \ po/boldquot.sed \ po/Makevars.template \ po/remove-potcdate.sin \ po/Makefile.in.in doc-clean: $(MAKE) -C doc $(AM_MAKEFLAGS) clean html doc: -rm -f doc/html/index.html $(MAKE) -C doc $(AM_MAKEFLAGS) html benchmark: $(MAKE) -C benchmark $(AM_MAKEFLAGS) mrproper: $(MAKE) $(AM_MAKEFLAGS) maintainer-clean -rm -f $(MRPROPERFILES) deb: dpkg-buildpackage -rfakeroot rpm: dist rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz @rm -f $(PACKAGE)-$(VERSION).tar.gz dist-bz2: dist zcat $(PACKAGE)-$(VERSION).tar.gz | \ bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 distcheck-bz2: distcheck zcat $(PACKAGE)-$(VERSION).tar.gz | \ bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2 .PHONY: doc benchmark mrproper deb rpm dist-bz2 distcheck-bz2