+2005-08-29 Helge Hess <helge.hess@opengroupware.org>
+
+ * Instance/subproject.make: moved include of Shared/pch.make up (to
+ make it available prior use)
+
+ * Instance/framework.make: enabled compilation of PCH
+
2005-08-29 Helge Hess <helge.hess@skyrix.com>
* Instance/Shared/headers.make: fixed HEADER_FILES_INSTALL_DIR not to
# So we assume by default that we have some headers even if
# HEADER_FILES is empty.
include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make
+include $(GNUSTEP_MAKEFILES)/Instance/Shared/pch.make
# On windows, this is unfortunately required.
ifeq ($(BUILD_DLL), yes)
include $(GNUSTEP_MAKEFILES)/Instance/Shared/bundle.make
internal-framework-all_:: $(GNUSTEP_OBJ_DIR) \
+ shared-instance-pch-all \
build-framework
internal-framework-build-headers:: $(FRAMEWORK_HEADER_FILES) \
internal-subproject-install_ \
internal-subproject-uninstall_
+include $(GNUSTEP_MAKEFILES)/Instance/Shared/pch.make
+
#
# Compilation targets
#
#
include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make
-include $(GNUSTEP_MAKEFILES)/Instance/Shared/pch.make
internal-subproject-install_:: shared-instance-headers-install