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