1## Process this file with automake to produce Makefile.in
2
3ACLOCAL_AMFLAGS=-I m4
4
5# subdirectories to scan
6SUBDIRS = build builder desktop help icons pixmaps po src wicons
7
8if USE_GROFF
9  SUBDIRS += man
10endif
11
12dist_pkgdata_DATA = COPYING RELEASE
13
14DISTCLEANFILES = ... intltool-extract intltool-merge intltool-update po/.intltool-merge-cache
15
16EXTRA_DIST = README.* TODO po/copy.bat install.bat
17
18#bundle:
19#	tar cvf tarball.tar /usr/share/tilp /usr/bin/tilp /usr/lib/libticables* /usr/lib/libticalcs* /usr/lib/libtifiles*
20#	gzip tarball.tar
21
22INTLTOOL_FILES = intltool-extract.in intltool-merge.in intltool-update.in
23