File: Makefile.am

package info (click to toggle)
reprof 1.0.1-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,120 kB
  • sloc: perl: 867; sh: 484; makefile: 59
file content (11 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
dist_noinst_DATA = Reprof.pm.mk $(srcdir)/*.pm

SUBDIRS = Reprof

all-local: Reprof.pm

Reprof.pm : Reprof.pm.mk
	sed -e 's|__bindir__|$(bindir)|g;s|__datadir__|$(datadir)|g;s|__docdir__|$(docdir)|g;s|__pkgdatadir__|$(pkgdatadir)|g;s|__PREFIX__|$(prefix)|g;s|__sysconfdir__|$(sysconfdir)|g;s|__VERSION__|$(VERSION)|g;' "$<" > "$@"

clean-local:
	rm -f Reprof.pm