File: Makefile.am

package info (click to toggle)
tilp2 1.18-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,652 kB
  • sloc: ansic: 9,321; xml: 314; sh: 300; cpp: 255; makefile: 126
file content (22 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS=-I m4

# subdirectories to scan
SUBDIRS = build builder desktop help icons pixmaps po src wicons

if USE_GROFF
  SUBDIRS += man
endif

dist_pkgdata_DATA = COPYING RELEASE

DISTCLEANFILES = ... intltool-extract intltool-merge intltool-update po/.intltool-merge-cache

EXTRA_DIST = README.* TODO po/copy.bat install.bat

#bundle:
#	tar cvf tarball.tar /usr/share/tilp /usr/bin/tilp /usr/lib/libticables* /usr/lib/libticalcs* /usr/lib/libtifiles*
#	gzip tarball.tar

INTLTOOL_FILES = intltool-extract.in intltool-merge.in intltool-update.in