File: Makefile.am

package info (click to toggle)
anjuta 2%3A3.34.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 72,440 kB
  • sloc: ansic: 207,444; sh: 47,499; cpp: 11,461; makefile: 3,586; yacc: 2,821; perl: 2,094; lex: 1,546; xml: 904; python: 149; sql: 99; javascript: 51; java: 10
file content (28 lines) | stat: -rw-r--r-- 601 bytes parent folder | download | duplicates (5)
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
## File created by the gnome-build tools


toolsdir = $(anjuta_data_dir)/tools
dist_tools_SCRIPTS = \
	prepare-changelog.pl \
	find-fixmes.pl \
	translation-status.pl
dist_tools_DATA = tools-2.xml

EXTRA_DIST = \
	tools-2.xml.in

# from the autoconf manual
edit = sed \
             -e 's|@ANJUTA_DATA_DIR[@]|$(anjuta_data_dir)|g'
     
tools-2.xml: Makefile
	$(AM_V_at)rm -f $@ $@.tmp
	$(AM_V_at)$(edit) '$(srcdir)/$@.in' >$@.tmp
	$(AM_V_at)chmod +x $@.tmp
	$(AM_V_at)chmod a-w $@.tmp
	$(AM_V_GEN)mv $@.tmp $@
     
tools-2.xml: tools-2.xml.in

CLEANFILES = tools-2.xml
-include $(top_srcdir)/git.mk