## Copyright (c) 2010 Joe Hacker ## ## This file is part of skeletonmm. ## ## skeletonmm is free software: you can redistribute it and/or modify it ## under the terms of the GNU Lesser General Public License as published ## by the Free Software Foundation, either version 2.1 of the License, ## or (at your option) any later version. ## ## skeletonmm is distributed in the hope that it will be useful, but ## WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ## See the GNU Lesser General Public License for more details. ## ## You should have received a copy of the GNU Lesser General Public License ## along with this program. If not, see . ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal if MAINTAINER_MODE src_subdirs = codegen skeleton/src else src_subdirs = endif if ENABLE_DOCUMENTATION doc_subdirs = doc else doc_subdirs = endif SUBDIRS = $(src_subdirs) skeleton/skeletonmm examples $(doc_subdirs) skeletonmm_includedir = $(includedir)/$(SKELETONMM_MODULE_NAME) skeletonmm_include_HEADERS = skeleton/skeletonmm.h skeletonmm_libincludedir = $(libdir)/$(SKELETONMM_MODULE_NAME)/include nodist_skeletonmm_libinclude_HEADERS = skeleton/skeletonmmconfig.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = skeleton/$(SKELETONMM_MODULE_NAME).pc dist_noinst_SCRIPTS = autogen.sh # Optional: auto-generate the ChangeLog file from the git log on make dist #include $(top_srcdir)/build/dist-changelog.am