From 61efd3bcd9f4d548e19fe9cdbaa36626d7059078 Mon Sep 17 00:00:00 2001 From: nishi Date: Sat, 13 Apr 2024 02:40:01 +0000 Subject: [PATCH] webroot git-svn-id: file:///raid/svn-main/nishi-mandshurica/trunk@14 f982e544-4a7d-3444-ad1a-fde59a2a69f1 --- Makefile | 3 ++- Webroot/Makefile | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Webroot/Makefile diff --git a/Makefile b/Makefile index a318824..8d89a4a 100644 --- 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 index 0000000..fbbab2d --- /dev/null +++ b/Webroot/Makefile @@ -0,0 +1 @@ +# $Id$ -- 2.43.0