File: Makefile.vars

package info (click to toggle)
shoop 0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 328 kB
  • ctags: 41
  • sloc: sh: 1,138; makefile: 209; perl: 44
file content (31 lines) | stat: -rw-r--r-- 522 bytes parent folder | download
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
#!/usr/bin/make -f
#
# This makefile needs GNU make.
#
.EXPORT_ALL_VARIABLES:
prefix=$(CURDIR)/debian/shoop

FHS=1
ifeq ($(FHS),1)
	moddir=/usr/share/shoop/modules
	docdir=/usr/share/doc/shoop
	mandir=/usr/share/man
else
	moddir=/usr/lib/shoop/modules
	docdir=/usr/doc/shoop
	mandir=/usr/man
endif
bindir=/usr/share/shoop
empdir=$(docdir)/examples

MODULES_MSG=modules
BINS_MSG=binary
DOCS_MSG=documents
EXAMPLES_MSG=examples
MAN_MSG=man pages

PKG=shoop
PKG_VER=0.1

unexport BINS MODULES DOCS EXAMPLES MANPAGES SUBDIRS