File: Makefile.am

package info (click to toggle)
amanda 1%3A3.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,360 kB
  • sloc: ansic: 214,899; perl: 58,075; sh: 16,954; xml: 13,853; makefile: 2,228; awk: 431; lex: 405; yacc: 343; tcl: 118; sql: 19; sed: 16; php: 2
file content (24 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Makefile for amplot.

include $(top_srcdir)/config/automake/vars.am
include $(top_srcdir)/config/automake/scripts.am
include $(top_srcdir)/config/automake/installperms.am
include $(top_srcdir)/config/automake/precompile.am

SCRIPTS_SHELL = amplot
SCRIPTS_AWK = amcat.awk

sbin_SCRIPTS =		$(SCRIPTS_SHELL)
amplotdir =		$(amlibexecdir)
amplot_DATA =		$(SCRIPTS_AWK) amplot.awk amplot.g amplot.gp

EXTRA_DIST +=		amplot.awk		amplot.g

CLEANFILES += amplot.gp.new
DISTCLEANFILES += amplot.gp

amplot.gp: amplot.g
	cat $(srcdir)/amplot.g > amplot.gp.new
	echo "pause -1;" >> amplot.gp.new
	rm -f amplot.gp
	mv amplot.gp.new amplot.gp