File: Makefile.am

package info (click to toggle)
dvdauthor 0.6.11-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,400 kB
  • ctags: 1,878
  • sloc: ansic: 13,304; sh: 3,806; yacc: 325; lex: 137; makefile: 131
file content (17 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = doc src

noinst_DATA = dvdauthor.spec

EXTRA_DIST = dvdauthor.spec dvdauthor.spec.in

edit = sed \
	-e 's,@sysconfdir\@,$(sysconfdir),g' \
	-e 's,@PACKAGE_NAME\@,@PACKAGE_NAME@,g' \
	-e 's,@PACKAGE_VERSION\@,@PACKAGE_VERSION@,g' \
	-e 's,@PACKAGE_BUGREPORT\@,@PACKAGE_BUGREPORT@,g'

dvdauthor.spec: dvdauthor.spec.in src/config.h
	rm -f dvdauthor.spec dvdauthor.spec.tmp
	$(edit) dvdauthor.spec.in > dvdauthor.spec.tmp
	mv dvdauthor.spec.tmp dvdauthor.spec