X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.am;h=a0ff2d6ace3aa15d71a3fa7352efc1b608d2a69a;hb=65ded1cf4cea0d89040149788d6a5b4bcd884ba2;hp=5cb497922132093bf2b345767a7481ef00463e3b;hpb=d3b5792fd6b5faf1f83462cf02f071f4eb2310a1;p=shibboleth%2Fcpp-opensaml.git diff --git a/Makefile.am b/Makefile.am index 5cb4979..a0ff2d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,47 +6,32 @@ include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) -EXTRA_DIST = $(DX_CONFIG) \ - doc \ - schemas \ - cpp-opensaml.sln \ - libtool.m4 \ - doxygen.m4 \ - depcomp \ - config_win32.h \ - opensaml.spec.in \ - opensaml.spec \ - pkginfo.in \ - pkginfo \ - checkinstall - - dist-hook: rm -rf `find $(distdir)/samltest/data -name .svn` - rm -rf `find $(distdir)/schemas -name .svn` - rm -rf `find $(distdir)/schemas -name Makefile` - rm -rf `find $(distdir)/doc -name .svn` - rm -rf `find $(distdir)/doc -name Makefile` + rm -rf `find $(distdir)/doc/api -name .svn` -SUBDIRS = schemas saml samltest - -all-local: opensaml.spec pkginfo +SUBDIRS = doc schemas saml samltest samlsign if DX_COND_doc all-local: doxygen-doc +else +all-local: endif -opensaml.spec: opensaml.spec.in Makefile - rm -f $@.tmp - sed < $< > $@.tmp \ - -e 's:@-VERSION-@:${VERSION}:' - mv $@.tmp $@ +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = @PACKAGE_NAME@.pc -pkginfo: pkginfo.in Makefile - rm -f $@.tmp - sed < $< > $@.tmp \ - -e 's:@-VERSION-@:${VERSION}:' - mv $@.tmp $@ +GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile -DISTCLEANFILES = opensaml.spec pkginfo +EXTRA_DIST = $(DX_CONFIG) \ + cpp-opensaml2.sln \ + libtool.m4 \ + doxygen.m4 \ + acx_pthread.m4 \ + depcomp \ + config_win32.h \ + $(GENFILES) \ + $(GENFILES:%=%.in) \ + depend \ + postinstall