branches/gmyth-0.1b/Makefile.am
author rosfran
Fri Feb 09 20:42:11 2007 +0000 (2007-02-09)
branchtrunk
changeset 345 8c26cc7dc51b
permissions -rw-r--r--
[svn r347] More fixes on cleaning up variables.
renatofilho@320
     1
SUBDIRS= src
renatofilho@320
     2
renatofilho@320
     3
### all of the standard pc files we need to generate
renatofilho@320
     4
pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
renatofilho@320
     5
renatofilho@320
     6
all-local: $(pcfiles)
renatofilho@320
     7
renatofilho@320
     8
### how to generate pc files
renatofilho@320
     9
%-@GMYTH_MAJORMINOR@.pc: %.pc
renatofilho@320
    10
	cp $< $@
renatofilho@320
    11
renatofilho@320
    12
pkgconfigdir = $(libdir)/pkgconfig
renatofilho@320
    13
pkgconfig_DATA = $(pcfiles)
renatofilho@320
    14
renatofilho@320
    15
include aminclude.am
renatofilho@320
    16
renatofilho@320
    17
EXTRA_DIST =                            \
renatofilho@320
    18
        autogen.sh                      \
renatofilho@320
    19
        gmyth.pc.in			\
renatofilho@320
    20
        AUTHORS                         \
renatofilho@320
    21
        COPYING                         \
renatofilho@320
    22
        README
renatofilho@320
    23