]> Nishi Git Mirror - mandshurica.git/commitdiff
webroot
authornishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 13 Apr 2024 02:40:01 +0000 (02:40 +0000)
committernishi <nishi@f982e544-4a7d-3444-ad1a-fde59a2a69f1>
Sat, 13 Apr 2024 02:40:01 +0000 (02:40 +0000)
git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@14 f982e544-4a7d-3444-ad1a-fde59a2a69f1

Makefile
Webroot/Makefile [new file with mode: 0644]

index a318824c2dce1648a5c36534114e7d374f319d28..8d89a4a048a4a7c2182ae12e9333003ce499fe4c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
 # $Id$
 PREFIX := /usr/local
 MODULE_PREFIX := $(PREFIX)/lib/devforge
+WEBROOT_PREFIX := $(PREFIX)/lib/devforge/webroot
 
 CC := gcc
-CFLAGS := -g -std=c99 -DPREFIX=\\\"$(PREFIX)\\\" -DMODULE_PREFIX=\\\"$(MODULE_PREFIX)\\\"
+CFLAGS := -g -std=c99 -DPREFIX=\\\"$(PREFIX)\\\" -DWEBROOT_PREFIX=\\\"$(WEBROOT_PREFIX)\\\" -DMODULE_PREFIX=\\\"$(MODULE_PREFIX)\\\"
 LDFLAGS :=
 LIBS :=
 
diff --git a/Webroot/Makefile b/Webroot/Makefile
new file mode 100644 (file)
index 0000000..fbbab2d
--- /dev/null
@@ -0,0 +1 @@
+# $Id$