summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2007-04-05 22:39:14 +0000
committerNatanael Copa <natanael.copa@gmail.com>2007-04-05 22:39:14 +0000
commit769d0255733508aff48c6c41ccee190b48814708 (patch)
treece4d879f4d08a7dc85e4a2a297fd0ff7d65942c6 /Makefile
parente6515dc9861313a48f99545d5b6076677215c04c (diff)
downloadacf-core-769d0255733508aff48c6c41ccee190b48814708.tar.bz2
acf-core-769d0255733508aff48c6c41ccee190b48814708.tar.xz
initial Makefilesv2.0
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@200 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..71d678f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+PACKAGE=acf-core
+VERSION=2.0
+
+#SUBDIRS=app cgi-bin lib static www
+SUBDIRS=app
+EXTRA_DIST=README.makefiles
+
+# since this is top level dir we have to set SUBDIR to blank
+SUBDIR=
+
+include config.mk
+include acf.mk