/usr/share/anjuta/project/terminal/Makefile.am.tpl is in anjuta-common 2:3.4.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | [+ autogen5 template +]
## Process this file with automake to produce Makefile.in
## Created by Anjuta
SUBDIRS = src [+IF (=(get "HaveI18n") "1") +]po[+ENDIF+]
[+NameCLower+]docdir = ${prefix}/doc/[+NameHLower+]
[+NameCLower+]doc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS
[+IF (=(get "HaveI18n") "1") +]
INTLTOOL_FILES = intltool-extract.in \
intltool-merge.in \
intltool-update.in
EXTRA_DIST = $([+NameCLower+]doc_DATA) \
$(INTLTOOL_FILES)
DISTCLEANFILES = intltool-extract \
intltool-merge \
intltool-update \
po/.intltool-merge-cache
[+ELSE+]
EXTRA_DIST = $([+NameCLower+]doc_DATA)
[+ENDIF+]
# Remove doc directory on uninstall
uninstall-local:
-rm -r $([+NameCLower+]docdir)
|