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