File: Makefile.am

package info (click to toggle)
adplug 2.2.1%2Bdfsg3-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,572 kB
  • sloc: cpp: 15,483; sh: 10,256; ansic: 2,554; makefile: 48
file content (24 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
info_TEXINFOS =

libadplug_TEXINFOS =

man_MANS = adplugdb.1

EXTRA_DIST = adplugdb.1.in

MOSTLYCLEANFILES =

CLEANFILES =

DISTCLEANFILES = adplugdb.1

MAINTAINERCLEANFILES = version.texi

edit = sed \
	-e 's,@sharedstatedir\@,$(sharedstatedir),g' \
	-e 's,@VERSION\@,$(VERSION),g'

adplugdb.1: Makefile $(srcdir)/adplugdb.1.in
	rm -f adplugdb.1 adplugdb.1.tmp
	$(edit) $(srcdir)/adplugdb.1.in >adplugdb.1.tmp
	mv adplugdb.1.tmp adplugdb.1