gmyth/Makefile.am
author melunko
Wed Aug 22 14:55:41 2007 +0100 (2007-08-22)
branchtrunk
changeset 820 a223e9d89b01
parent 632 ce0055d90cc5
child 924 c39c60fcfec8
permissions -rw-r--r--
[svn r826] gmyth-ls and gmyth_query now considers db_port. Thanks to Bastien Nocera for his patch.
     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