OSDN Git Service

conf.h is added to Makefile.am.
[gpet/origin.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 ## Created by Anjuta
3
4 ACLOCAL_AMFLAGS = -I m4
5
6 SUBDIRS = src po
7
8 gpetdocdir = ${prefix}/share/doc/gpet
9 gpetdoc_DATA = \
10         README\
11         COPYING\
12         AUTHORS\
13         ChangeLog\
14         ChangeLog.ja\
15         INSTALL\
16         NEWS\
17         gpetrc.sample
18
19
20 INTLTOOL_FILES = intltool-extract.in \
21         intltool-merge.in \
22         intltool-update.in
23
24 EXTRA_DIST = $(gpetdoc_DATA) \
25         $(INTLTOOL_FILES)
26
27 DISTCLEANFILES = intltool-extract \
28         intltool-merge \
29         intltool-update \
30         po/.intltool-merge-cache
31
32
33 # Remove doc directory on uninstall
34 uninstall-local:
35         -rm -r $(gpetdocdir)