/usr/share/anjuta/templates/terminal/Makefile.am.tpl is in anjuta-common 2:3.10.2-0ubuntu2.
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 | [+ autogen5 template +]
## Process this file with automake to produce Makefile.in
## Created by Anjuta
SUBDIRS = src [+IF (=(get "HaveI18n") "1") +]po[+ENDIF+]
dist_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 = \
$(INTLTOOL_FILES)
DISTCLEANFILES = intltool-extract \
intltool-merge \
intltool-update \
po/.intltool-merge-cache
[+ENDIF+]
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(docdir)
|