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