gmyth/Makefile.am
author renatofilho
Wed May 16 23:55:23 2007 +0100 (2007-05-16)
branchtrunk
changeset 681 1d488185037f
parent 632 ce0055d90cc5
child 924 c39c60fcfec8
permissions -rw-r--r--
[svn r687] removed some debug messages
melunko@579
     1
SUBDIRS= src samples tests
leo_sobral@1
     2
leo_sobral@1
     3
### all of the standard pc files we need to generate
melunko@397
     4
#pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
melunko@397
     5
pcfiles = gmyth.pc
leo_sobral@1
     6
leo_sobral@1
     7
all-local: $(pcfiles)
leo_sobral@1
     8
leo_sobral@1
     9
### how to generate pc files
melunko@397
    10
#%-@GMYTH_MAJORMINOR@.pc: %.pc
melunko@397
    11
#	cp $< $@
leo_sobral@1
    12
leo_sobral@1
    13
pkgconfigdir = $(libdir)/pkgconfig
leo_sobral@1
    14
pkgconfig_DATA = $(pcfiles)
leo_sobral@1
    15
rosfran@641
    16
if HAVE_INDENT
rosfran@632
    17
indent:
rosfran@632
    18
	cd src; \
rosfran@632
    19
	make indent; \
rosfran@632
    20
	cd ..
rosfran@641
    21
endif
rosfran@632
    22
leo_sobral@1
    23
include aminclude.am
leo_sobral@1
    24
leo_sobral@1
    25
EXTRA_DIST =                            \
leo_sobral@1
    26
        autogen.sh                      \
leo_sobral@1
    27
        gmyth.pc.in			\
leo_sobral@1
    28
        AUTHORS                         \
leo_sobral@1
    29
        COPYING                         \
leo_sobral@1
    30
        README
leo_sobral@1
    31