-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMakefile.am
More file actions
43 lines (37 loc) · 1.01 KB
/
Makefile.am
File metadata and controls
43 lines (37 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
SUBDIRS = \
etc \
htdocs \
php \
wrapper
dist_pdf_DATA = doc-fr/rapport.pdf
EXTRA_DIST = \
autogen.sh \
doc-fr/Makefile \
doc-fr/bglstyle.sty \
doc-fr/images/cwp-1200dpi.png \
doc-fr/images/cwp-text.eps \
doc-fr/images/cwp-text.pdf \
doc-fr/images/cwp.eps \
doc-fr/images/cwp.png \
doc-fr/images/screenshot.eps \
doc-fr/images/screenshot.png \
doc-fr/images/ulp.eps \
doc-fr/images/ulp.pdf \
doc-fr/rapport.tex \
gentoo/cwp.ebuild \
gentoo/cwp.init \
gentoo/vhost.conf
statedir = $(localstatedir)/$(PACKAGE_TARNAME)
state_DATA = .keep
CLEANFILES = $(state_DATA)
.keep:
touch "$@"
OVERLAY = /usr/local/portage
EBUILDDIR = $(OVERLAY)/net-misc/$(PACKAGE_TARNAME)
EBUILD = $(EBUILDDIR)/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).ebuild
DISTFILE = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2
.PHONY: ebuild
ebuild: dist-bzip2
cp "$(srcdir)/gentoo/$(PACKAGE_TARNAME).ebuild" "$(EBUILD)"
cp "$(DISTFILE)" /usr/portage/distfiles
ebuild $(EBUILD) digest