cross-compile for ARM! :)
[profile/ivi/eet.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = src
4
5 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
6                        config.h.in config.sub configure install-sh \
7                        ltconfig ltmain.sh missing mkinstalldirs \
8                        stamp-h.in eet_docs.tar eet_docs.tar.gz eet.c
9
10 dist-hook:
11         ./gendoc; \
12         tar cvf eet_docs.tar doc/html doc/latex doc/man; \
13         rm -f eet_docs.tar.gz; \
14         gzip -9 eet_docs.tar;
15
16 bin_SCRIPTS = eet-config
17
18 EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN eet.spec eet.c.in \
19                         gendoc Doxyfile eet_docs.tar.gz eet.pc.in \
20                         make_cross_compile_arm.sh
21
22 pkgconfigdir = $(libdir)/pkgconfig
23 pkgconfig_DATA = eet.pc
24