File: Makefile.am

package info (click to toggle)
wdm 1.20-15
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,628 kB
  • ctags: 434
  • sloc: ansic: 1,901; sh: 733; makefile: 469; perl: 29
file content (21 lines) | stat: -rw-r--r-- 429 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
## Process this file with automake to produce Makefile.in for DisplayMaker

SUBDIRS = \
	doc \
	src

EXTRA_DIST = \
	autogen.sh \
	README.pam \
	wdm.spec.in \
	wdm.spec \
	xdm-332.tar.gz

dist-hook:
	mkdir $(distdir)/patches
	cp -p patches/* $(distdir)/patches
	cp -p patches/* $(distdir)/patches
	-rm -f wdm.spec
	sed -e "s:#VERSION#:@VERSION@:" \
		$(srcdir)/wdm.spec.in >wdm.spec
	cp -p wdm.spec $(distdir)/wdm-@VERSION@.spec