SUBDIRS= src ### all of the standard pc files we need to generate pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc all-local: $(pcfiles) ### how to generate pc files %-@GMYTH_MAJORMINOR@.pc: %.pc cp $< $@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(pcfiles) include aminclude.am EXTRA_DIST = \ autogen.sh \ gmyth.pc.in \ AUTHORS \ COPYING \ README