summaryrefslogtreecommitdiffstats
path: root/README.makefiles
blob: 34c1bff772937a493e57c0afb367bea5ac3f3946 (plain)
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

The dir locations are defined in config.mk

The following variables may be defined:
APP_DIST: 
Files are installed in ${appdir}

LIB_DIST:
Files are installed in ${acflibdir}

ETC_DIST:
Files are installed in ${sysconfdir}

CGI_DIST:
Files are installed in ${cgidir}

WWW_DIST:

STATIC_DIST:

EXTRA_DIST:
Files are not installed, just included in the dist package

Finally the Makefile should contain the following line:
include ../acf.mk

The acf.mk file contains the rules to perform the install and dist packaging.