+2005-09-15 Helge Hess <helge.hess@opengroupware.org>
+
+ * GNUmakefile: added WEPrototype to makefile
+
2005-08-26 Helge Hess <helge.hess@opengroupware.org>
* all makefiles: add common.h as the precompiled header file
WOExtensions \
WOXML \
SoOFS \
- NGXmlRpc
+ NGXmlRpc \
+ WEPrototype
ifeq ($(frameworks),yes)
+2005-09-15 Helge Hess <helge.hess@opengroupware.org>
+
+ * GNUmakefile.preamble, GNUmakefile.postamble: moved targets from
+ pre- to postamble (v4.5.5)
+
2005-07-22 Helge Hess <helge.hess@opengroupware.org>
* WEPrototypeScriptAction.m: improved check of if-none-match header
FHS_MANPAGES += doc/*.3
libWEPrototype_PCH_FILE = common.h
+WEPrototype_PCH_FILE = common.h
libWEPrototype_HEADER_FILES_DIR = .
libWEPrototype_HEADER_FILES_INSTALL_DIR = /WEPrototype
before-all :: WEPrototypeScript.jsm
+
+ifneq ($(GNUSTEP_BUILD_DIR),)
+after-WEPrototype-all ::
+ @(cp bundle-info.plist \
+ $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
+else
+after-WEPrototype-all ::
+ @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
+ cp ../bundle-info.plist .)
+endif
-I../../sope-xml
-ifneq ($(GNUSTEP_BUILD_DIR),)
-after-WEPrototype-all ::
- @(cp bundle-info.plist \
- $(GNUSTEP_BUILD_DIR)/$(BUNDLE_NAME)$(BUNDLE_EXTENSION))
-else
-after-WEPrototype-all ::
- @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\
- cp ../bundle-info.plist .)
-endif
-
libWEPrototype_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
libWEPrototype_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
# version file
-SUBMINOR_VERSION:=4
+SUBMINOR_VERSION:=5
# v4.5.1 requires libNGObjWeb v4.5.170