File: Makefile.am

package info (click to toggle)
wdm 1.0-7
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,368 kB
  • ctags: 527
  • sloc: ansic: 1,805; sh: 647; makefile: 454; perl: 31
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