leave docs alone. they can sit in cvs until they are generated by devs and
[profile/ivi/eet.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 #if BUILD_DOCS
4 #SUBDIRS_DOCS = doc
5 #else
6 #SUBDIRS_DOCS =
7 #endif
8
9 #SUBDIRS = src $(SUBDIRS_DOCS)
10 SUBDIRS = src
11
12 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
13                        config.h.in config.sub configure install-sh \
14                        ltconfig ltmain.sh missing mkinstalldirs \
15                        stamp-h.in build-stamp configure-stamp depcomp \
16                        eet_docs.tar.gz \
17                        README \
18                        eet.pc \
19                        eet.spec \
20                        eet.oe eet-native.oe \
21                        eet.bb eetXnative.bb \
22                        debian/changelog
23
24 bin_SCRIPTS = eet-config
25
26 EXTRA_DIST = AUTHORS COPYING COPYING-PLAIN eet.c.in \
27              README.in README \
28              eet.pc.in \
29              eet.spec.in eet.spec \
30              eet.oe.in eet.oe eet-native.oe.in eet-native.oe \
31              eet.bb.in eet.bb eetXnative.bb.in eetXnative.bb \
32              debian/changelog.in debian/changelog \
33              debian/control \
34              debian/copyright \
35              debian/eet-config.1 \
36              debian/eet.1 \
37              debian/libeet0-dev.files \
38              debian/libeet0.files \
39              debian/rules
40
41 pkgconfigdir = $(libdir)/pkgconfig
42 pkgconfig_DATA = eet.pc
43