From 1d729472c6907936bf6a888ba6c3b21a9c3fad75 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Fri, 16 Mar 2001 23:47:20 +0000 Subject: [PATCH] Changes to GNUmakefiles, tidied, updated, simplified, speeded up git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9409 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index de2293e50..8638a83bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +Fri Mar 16 23:41:10 2001 Nicola Pero + + * GNUmakefile.postamble + ($(INSTALL_ROOT_DIR)/$(GNUSTEP_MAKEFILES)/Additional): New target; + create the directory. (before-install): Do not create the + directory but depend on the new target. + * Images/GNUmakefile.postamble: Idem for $(imagedir). + * PrinterTypes/GNUmakefile.postamble: Idem for $(INSTALL_DIR). + + * GNUmakefile: Removed `-' in front of include of + GNUmakefile.postamble. + * Images/GNUmakefile: Idem. + * Model/GNUmakefile: Idem. + * Panels/GNUmakefile: Idem. + * PrinterTypes/GNUmakefile: Idem. + * Tools/GNUmakefile: Idem for preamble and postamble. + + * Panels/GNUmakefile: Moved all targets, rules to + Panels/GNUmakefile.postamble. Removed $(prefix). + * Panels/GNUmakefile.postamble: Rewritten, simplified all rules. + + * PrinterTypes/GNUmakefile.postamble (before-install): Merged + loop to create directories with the one in after-install; only + create the directories if they do not exist. (after-install): + Merged code from before-install; do installation in a single + shell jump rather than two. + + Standardized installation of header files: + * Source/GNUmakefile: + (libgnustep-gui_HEADER_FILES_INSTALL_DIR): Change it from / to + /AppKit. (libgnustep-gui_HEADER_FILES): Removed the AppKit in + front of all of them. (libgnustep-gui_HEADER_FILES_DIR): + Changed to ../Headers/AppKit + * Source/GNUmakefile.preamble (ADDITIONAL_INSTALL_DIRS): + Removed. + + * Source/GNUmakefile.postamble: Do not create + ./$(GNUSTEP_OBJ_DIR)/Parsers if it alread exists. + + * Source/GNUmakefile.preamble: Commented out all empty code. + * Tools/GNUmakefile.preamble: Idem. + * Tools/GNUmakefile.postamble: Idem. + Tue Mar 13 20:37:34 2001 Nicola Pero * Source/GSFontInfo.m ([+encodingForRegistry:encoding:]): Updated