diff options
author | Natanael Copa <natanael.copa@gmail.com> | 2007-04-05 22:39:14 +0000 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2007-04-05 22:39:14 +0000 |
commit | 769d0255733508aff48c6c41ccee190b48814708 (patch) | |
tree | ce4d879f4d08a7dc85e4a2a297fd0ff7d65942c6 /README.makefiles | |
parent | e6515dc9861313a48f99545d5b6076677215c04c (diff) | |
download | acf-core-2.0.tar.bz2 acf-core-2.0.tar.xz |
initial Makefilesv2.0
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@200 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'README.makefiles')
-rw-r--r-- | README.makefiles | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/README.makefiles b/README.makefiles new file mode 100644 index 0000000..34c1bff --- /dev/null +++ b/README.makefiles @@ -0,0 +1,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. |