Fri Nov 1 12:12:48 2002 Nicola Pero * Instance/documentation.make: Removed unused rules for autogsdoc. Thu Oct 31 21:52:45 2002 Nicola Pero * Instance/tool.make (internal-install-dirs, install-tool): Simplified rules removing these intermediate targets. (.PHONY): Removed those targets; added internal-tool-copy_into_dir. Thu Oct 31 13:51:41 2002 Nicola Pero Warning: removed framework's xxx_TOOLS API; replaced it with a new xxx_COPY_INTO_DIR API. * Instance/framework.make: Emit a long warning if xxx_TOOLS is used. * Master/rules.make (.PHONY): Removed %.tools. (%.tools): Rule removed. * Instance/tool.make: Removed custom FRAMEWORK code; the same result can now be obtained by using the xxx_COPY_INTO_DIR API, which simplifies framework code, and will soon work for all project types. * Instance/tool.make (internal-tool-copy_into_dir): Implemented. * Instance/rules.make: Recognize new xxx_COPY_INTO_DIR variable. Strip it and put it into COPY_INTO_DIR variable. If non-empty, centrally disable installation and execute the new internal-$(GNUSTEP_TYPE)-copy_into_dir target at the end of compilation. Added bare implementation of this :: target, which creates the COPY_INTO_DIR directory if it does not exist yet. * Instance/Shared/bundle.make (shared-instance-bundle-copy_into_dir): Implemented. * messages.make (ECHO_COPYING_INTO_DIR, ECHO_COPYING_BUNDLE_INTO_DIR): New variables. Wed Oct 30 13:16:15 2002 Nicola Pero Unified link commands for libraries and frameworks. * target.make: Changed all the variable names used in all link and post-link commands, in such a way that library.make and framework.make can use the same commands, and differentiate what is done by setting LIB_LINK_* variables. Documented extensively what these variables are. * Instance/framework.make: Set the appropriate LIB_LINK_* variables. Replaced FRAMEWORK_LINK_CMD with LIB_LINK_CMD. * Instance/library.make: Set the appropriate LIB_LINK_* variables. * common.make (FRAMEWORK_LINK_CMD): Variable removed. * target.make (SHARED_FRAMEWORK_LINK_CMD): Variable removed. Wed Oct 30 12:38:42 2002 Nicola Pero * target.make (AFTER_INSTALL_STATIC_LIB_COMMAND): Renamed to AFTER_INSTALL_STATIC_LIB_CMD for consistency with other variables. (AFTER_INSTALL_SHARED_LIB_COMMAND): Idem. * common.make (AFTER_INSTALL_LIBRARY_CMD): Updated for changes. Mon Oct 28 10:48:26 2002 Nicola Pero * Instance/framework.make (Resources/Info.plist): Use GNUSTEP_INSTANCE, not FRAMEWORK_NAME, when building NSExecutable. 2002-10-26 Richard Frith-Macdonald * Instance/documentation.make: Fix gsdoc install location Fri Oct 25 18:25:37 2002 Nicola Pero * Instance/rules.make (ADDITIONAL_CFLAGS): Add to it xxx_CFLAGS. (ADDITIONAL_OBJCFLAGS): Idem. (ADDITIONAL_CCFLAGS): Idem. Fri Oct 25 18:24:30 2002 Nicola Pero * Instance/rules.make (ADDITIONAL_CPPFLAGS): Add to it XXX_CPPFLAGS (Patch by David Ayers ). Fri Oct 25 18:08:49 2002 Nicola Pero * Documentation/readme.texi: Rewritten ultra short description of the GNU General Public License by adapting text from the GNU GPL FAQ at www.gnu.org - to address complaints that the previous description was incorrect/misleading. Tue Oct 22 02:29:02 2002 Nicola Pero * Master/objc.make (internal-clean): Fixed typo, objc_program for objc-program. (internal-distclean): Idem. Tue Oct 22 02:11:02 2002 Nicola Pero Implemented 'make strings' target, which runs make_strings to create/update .strings files. * Master/rules.make (strings, before-strings, internal-strings, after-strings): New targets * Master/aggregate.make (internal-strings): New target implemented. * Master/application.make (internal-strings): Idem. * Master/bundle.make (internal-strings): Idem. * Master/clibrary.make (internal-strings): Idem. * Master/ctool.make (internal-strings): Idem. * Master/framework.make (internal-strings): Idem. * Master/gswapp.make (internal-strings): Idem. * Master/gswbundle.make (internal-all): Idem. * Master/library.make (internal-strings): Idem. * Master/objc.make (internal-strings): Idem. * Master/palette.make (internal-strings): Idem. * Master/service.make (internal-strings): Idem. * Master/subproject.make (internal-strings): Idem. * Master/test-application.make (internal-strings): Idem. * Master/test-library.make (internal-strings): Idem. * Master/test-tool.make (internal-strings): Idem. * Master/tool.make (internal-strings): Idem. * Instance/Shared/strings.make: New file. * GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): Added the new file. * messages.make (ECHO_MAKING_STRINGS): New variable. (ALWAYS_ECHO_NO_LANGUAGES): New variable. (ALWAYS_ECHO_NO_FILES): New variable. * Instance/application.make: Include Instance/Shared/strings.make. * Instance/bundle.make: Idem. * Instance/ctool.make: Idem. * Instance/framework.make: Idem. * Instance/gswapp.make: Idem. * Instance/gswbundle.make: Idem. * Instance/library.make: Idem. * Instance/objc.make: Idem. * Instance/palette.make: Idem. * Instance/service.make: Idem. * Instance/subproject.make: Idem. * Instance/test-library.make: Idem. * Instance/tool.make: Idem. Tue Oct 22 00:59:28 2002 Nicola Pero * rules.make ($(GNUSTEP_MAKEFILES)/Instance/Shared/*.make): New rule to stop make from spending time trying to rebuild the Instance/Shared makefiles each time. Tue Oct 22 00:48:21 2002 Nicola Pero * Instance/Shared/headers.make (.PHONY): Fixed typo in target names, `install' instead of `instance'. * Instance/Shared/java.make (.PHONY): Idem. Thu Oct 17 17:49:51 2002 Nicola Pero * Master/aggregate.make: Execute nothing is SUBPROJECTS is empty. Removed __done hack; do not pass GNUSTEP_INSTALLATION_DIR to submakes on the command line. Renamed 'target' to 'operation'. Use 'aggregate project', not 'subproject', in warning messages. Commented extensively. * common.make: Export GNUSTEP_INSTALLATION_DIR Thu Oct 17 02:17:01 2002 Nicola Pero A further speedup for make all/install/uninstall. * Master/rules.make (%.variables): Inlined the %.subprojects rule into the %.variables rule. Wed Oct 16 05:11:48 2002 Nicola Pero * GNUmakefile.in: Renamed `tgz' target to `dist'. Wed Oct 16 04:47:13 2002 Nicola Pero A further speedup for make clean/distclean. * Master/application.make (APPS_WITH_SUBPROJECTS): New variable - set it, by using a make trick, to be the list of all apps having subprojects. (internal-clean): Only invoke the .subproject clean rule for apps with subprojects. (internal-distclean): Idem. * Master/bundle.make: Similar changes. * Master/clibrary.make: Idem. * Master/ctool.make: Idem. * Master/gswapp.make: Idem. * Master/gswbundle.make: Idem. * Master/java-tool.make: Idem. * Master/java.make: Idem. * Master/library.make: Idem. * Master/objc.make: Idem. * Master/palette.make: Idem. * Master/service.make: Idem. * Master/subproject.make : Idem. * Master/test-application.make : Idem. * Master/test-library.make : Idem. * Master/test-tool.make: Idem. * Master/tool.make: Idem. Mon Oct 14 13:09:09 2002 Nicola Pero * Master/rpm.make (rpm): Look for rpmbuild, and use it instead of rpm -ba if available; print a warning if neither rpm nor rpmbuild is found. (Originated from a suggestion by Jiri Novak ). * GNUmakefile.in (rpm): Similar change. Fri Oct 11 16:31:35 2002 Nicola Pero * spec-debug-alone-rules.template: Remove %install string from comment. * spec-debug-rules.template: Idem. * spec-rules.template: Idem. (Suggested by Jiri Novak ). Fri Oct 11 11:54:13 2002 Nicola Pero * Instance/framework.make ($(DUMMY_FRAMEWORK_FILE)): Rewritten the shell code to extract the class names to be faster by using a single sed process with multiple commands rather than piping through awk. Fri Oct 11 11:14:28 2002 Nicola Pero * target.make (OBJC_CLASS_SECTION): Removed. Fri Oct 11 11:13:53 2002 Nicola Pero * Instance/framework.make ($(DUMMY_FRAMEWORK_FILE)): Use all references to classes not in the U section (Patch by Stefan Urbanek ). Thu Oct 10 18:21:30 2002 Nicola Pero * create_domain_dir_tree.sh: New script to create the domain directory tree inside a directory. * GNUmakefile.in (install): Rewritten. Use the create_domain_dir_tree.sh to create the System domain; create only the top-level directories of the Local and Network domain; print short messages about installation rather than displaying the full shell commands unless messages=yes is given on the command line. (EC): New variable to implement messages=yes. 2002-10-09 Adam Fedor * Documentation/GNUmakefile: Add userfaq target * Documentation/userfaq.texi: Update. * Documentation/machines.texi: Idem. Wed Oct 9 12:38:27 2002 Nicola Pero * GNUmakefile.in (exec_prefix, bindir, libdir, includedir, datadir): Unused variables removed. Wed Oct 9 12:26:21 2002 Nicola Pero * GNUmakefile.in (librarydir): Unused variable removed. Wed Oct 9 12:17:19 2002 Nicola Pero * GNUmakefile.in (install): Create $(GNUSTEP_MAKEFILES)/Auxiliary directory, for auxiliary makefiles provided by packages. Mon Oct 7 18:19:27 2002 Nicola Pero * Instance/framework.make ($(DUMMY_FRAMEWORK_OBJ_FILE)): Wrap the compilation in ECHO_COMPILE / END_ECHO (Patch by Stefan Urbanek ). Sat Oct 5 01:59:47 2002 Nicola Pero * ld_lib_path.sh (guile_paths): Removed setting up guile_paths from here ... * GNUstep.sh.in (guile_paths): ... and added it here. The difference is that GNUstep.sh is executed only once at login, while ld_lib_path.sh is executed also each time an application is started, to setup the additional linker library paths for that specific application. * ld_lib_path.csh, GNUstep.csh.in (guile_paths): Idem. Sat Oct 5 01:05:47 2002 Nicola Pero * mkinstalldirs (MKDIR): Do not test for 'mkdir -p'; always use 'mkdir'. The test for 'mkdir -p' was itself subject to race conditions. Do not echo what is done. Sat Oct 5 00:50:41 2002 Nicola Pero * executable.template.in (app): Do not run a sed subprocess to remove / at the end of name. Do not run a sed subprocess to remove .app at the end of the name. Run a basename subprocess only if the executable name can't be determined from the Info-gnustep.plist. Rewritten a comparison against basename $app, no longer meaningful, to be against $0. Sat Oct 5 00:28:02 2002 Nicola Pero * openapp.in: Removed aesthetical semicolon. Fri Oct 4 14:45:53 2002 Nicola Pero * configure.ac (clean_target_os, clean_target_cpu, clean_target_vendor): New variables: compute them, and subst them in the generated files. * GNUmakefile.in (GNUSTEP_TARGET_CPU, GNUSTEP_TARGET_OS, GNUSTEP_TARGET_VENDOR): Just set to be clean_target_cpu, clean_target_os, clean_target_vendor. (VERTAG): Compute efficiently. * configure: Regenerated 2002-10-01 Richard Frith-Macdonald * Instance/documentation.make: commented out bogus extra running of autogsdoc without args, as this was halting install process. 2002-10-01 Adam Fedor * Documentation/filesystem.texi: New file. * Documentation/README.MinGWOnCygwin: Update troubleshooting. Tue Oct 1 01:08:23 2002 Nicola Pero * Instance/bundle.make: Rewritten build rules so that they are simpler, and we drop creating symbolic links in the directory. When on GNUstep, we no longer create the OSX bundle; when on OSX, we no longer create the GNUstep bundle. Also, install using Instance/Shared/bundle.make; no longer need to try and preserve the symbolic link. Removed rules to build NeXTstep Info.plist. (.PHONY): Removed unused targets. Tue Oct 1 01:02:41 2002 Nicola Pero * Instance/Shared/bundle.make (shared-instance-bundle-install): Use 'h' option to tar when installing. Fri Sep 27 03:16:57 2002 Nicola Pero Warning - minor incompatible change/update in API. * Master/subproject.make (internal-clean): Do not remove Resources/Subproject. (internal-distclean): Only remove Resources/ if the subproject has xxx_HAS_RESOURCE_BUNDLE = yes. * Instance/subproject.make: Only build the Resources/ bundle if `xxx_HAS_RESOURCE_BUNDLE = yes' is set in the GNUmakefile. Fri Sep 27 03:12:46 2002 Nicola Pero * Master/subproject.make (SUBPROJECT_NAME): If SUBPROJECT_NAME contains more than one word, emit warnings, and drop all words except the first one. (internal-clean): Simplified expression to compute pswrap files. Thu Sep 26 03:11:42 2002 Nicola Pero Implemented resource bundles for tools. * Master/tool.make (internal-distclean): Wipe out the Resources/ directory if there is any tool with xxx_HAS_RESOURCE_BUNDLE = yes. * Instance/tool.make: If xxx_HAS_RESOURCE_BUNDLE = yes, include Shared/Instance/bundle.make with the appropriate parameters and use its rules. All the standard xxx_RESOURCE_FILES etc options are then available; the bundle is automatically created in ./Resources/tool_name, managed and installed in the appropriate dir, and automatically available to the tool code -- both before and after installation -- via gnustep-base's [NSBundle +mainBundle]. Thu Sep 26 03:08:04 2002 Nicola Pero * Instance/Shared/bundle.make: Implemented rules to install and uninstall. * Instance/application.make: Use them. * messages.make (ECHO_INSTALLING_BUNDLE): New message used by Instance/Shared/bundle.make. Thu Sep 26 02:50:02 2002 Nicola Pero * Instance/application.make (APP_INSTALL_DIR): New variable. Implemented support for both APP_INSTALL_DIR and xxx_INSTALL_DIR. Updated the whole makefile for the change. Thu Sep 26 02:16:48 2002 Nicola Pero * Instance/ctool.make ($(CTOOL_INSTALLATION_DIR)/$(GNUSTEP_TARGET_LDIR)): Do not echo the command; use $@ syntax in command. * Instance/tool.make (internal-tool-uninstall_): Do nothing if NULL_INSTALL is YES. Thu Sep 26 02:01:04 2002 Nicola Pero Warning: tiny incompatible API change. * Instance/tool.make (TOOL_INSTALL_DIR): New variable replacing TOOL_INSTALLATION_DIR, but not including TARGET_LDIR to be consistent with LIBRARY_INSTALL_DIR and BUNDLE_INSTALL_DIR, and preparing the way for bundle resources for tools. Updated the whole makefile to work with the new variable. (TOOL_INSTALLATION_DIR): Emit a deprecation warning if it's used. * Instance/ctool.make: Perfectly similar changes. * Instance/objc.make: Perfectly similar changes. * Instance/java.make (JAVA_INSTALLATION_DIR): Renamed to be JAVA_INSTALL_DIR. We still accept the old name, but the new one should be preferred. Thu Sep 26 01:47:30 2002 Nicola Pero * Instance/Shared/bundle.make: Renamed all GNUSTEP_SHARED_INSTANCE_XXX variables to be shorter - GNUSTEP_SHARED_XXX. * Instance/application.make: Updated for change. * Instance/bundle.make: Idem. * Instance/framework.make: Idem. * Instance/palette.make: Idem. * Instance/service.make: Idem. * Instance/subproject.make: Idem. Mon Sep 23 05:58:52 2002 Nicola Pero * configure.ac: Made message about checking for a shared libobjc more explanatory. * configure: Regenerated. Mon Sep 23 05:51:56 2002 Nicola Pero * Documentation/gnustep-howto.texi: Fixed/updated documentation on ./configure --prefix for gnustep-make ... was confusing GNUSTEP_SYSTEM_ROOT and GNUSTEP_ROOT, and giving an incorrect example. Also, simplified/updated example for sourcing GNUstep.sh. * GNUstep-HOWTO: Regenerated. * FAQ: Regenerated. 2002-09-19 Adam Fedor * Documentation/faq.texi: Add section on porting to Cocoa. * Documentation/userfaq.texi: Update font troubleshooting. * Documentation/README.Cygwin: New file * Documentation/README.MinGWOnCygwin: Renamed from README.cygwin. Thu Sep 12 15:53:50 2002 Nicola Pero * target.make (ADDITIONAL_LDFLAGS): All concerned targets: do not add -static when shared=no. We can't perform conditionals on the value of shared in this file, since it has not yet been set up! (STATIC_LDFLAGS): New variable. Set it to -static in all concerned cases. * rules.make (ALL_LDFLAGS): Add STATIC_LDFLAGS. * target.make (BUNDLE_CFLAGS): This variable was no longer used, and can't be fixed. Removed for all targets. * common.make: Force shared=yes to be used whenever bundles are built. Static bundles are meaningless, and we want the flags for shared objects, such as -fPIC, to be automatically used when compiling bundle object files, otherwise linking the bundle will fail on some platforms. Thu Sep 12 10:23:19 2002 Nicola Pero * openapp.in: Implemented calling openapp with an application name without prefix, as in 'openapp Gorm': openapp will automatically look for Gorm.app or Gorm.debug or Gorm.profile. Implemented support for searching applications in subdirectories of Applications - only subdirs one level deep are supported. Other simple cleanups such as quoting of variables. Wed Sep 4 11:34:59 2002 Nicola Pero * Documentation/readme.texi: Fixed typo - it's the "GNU General Public License", not the "GNU Public License" (Reported by David Ayers ). * README: Regenerated. 2002-08-30 Adam Fedor * Version: 1.5.0 2002-08-26 Adam Fedor * configure.ac: Typo in CPPFLAGS (Reported by Chris Vetter). 2002-08-24 Adam Fedor * Documentation/README.MinGW: Update. 2002-08-15 Adam Fedor * configure.ac: Save user suplied CPPFLAGS, use INCLUDE_FLAGS instead (goes into CONFIG_SYSTEM_INCL). * config.make.in (CPPFLAGS): Subst with CPPFLAGS (CONFIG_SYSTEM_INCL): Subst with INCLUDE_FLAGS. Fri Aug 9 11:15:26 2002 Nicola Pero Patch from Peter Cooper with minor modifications: * target.make: Updated netbsdelf code. In particular, LIBRARIES_DEPEND_UPON should now work for netbsdelf. * configure.ac: Updated netbsdelf code. * conigure: Regenerated. 2002-08-08 Richard Frith-Macdonald * Instance/documentation.make: Order autogsdoc flags so that those from the user makefiles override the default values we supply. 2002-08-01 Adam Fedor * target.make (Darwin): Don't add flags if using NeXT Foundation. 2002-07-29 Adam Fedor * Changes from 1.4.0 merged into main branch. 2002-07-27 Adam Fedor * Version: 1.4.0 Wed Jul 24 16:31:14 2002 Nicola Pero * debian/: Outdated directory removed - the debian maintainers are maintaining the updated one elsewhere. (Suggested by Matthias Klose ). Mon Jul 22 12:34:49 2002 Georg Fleischmann * Instance/Shared/bundle.make (shared-instance-bundle-all): Copying of localized resources from subprojects with multiple languages corrected. 2002-07-21 Adam Fedor * target.make (Darwin): Changes to compile with GNU compiler/runtime. (Irix): Has shared libs. Add OBJ_MERGE_CMD. Remove extra section. * Documentation/machines.texi (Darwin): Update ffcall instructions. (Reports from Carl Eugen). 2002-07-03 Adam Fedor * Version: 1.3.4 * Documentation/news.texi: Update. * Documentation/machines.texi: Update. Sat Jun 29 12:35:56 2002 Nicola Pero * GNUstep.csh.in: Use source, not `.', to execute the user specific GNUstep.csh (Patch by Lars Sonchocky-Helldorf * GNUstep-reset.sh: Quoted two variables. Wed Jun 26 15:05:02 2002 Nicola Pero Use the gnugc-gnu-gnu library combo for garbage collecting. * library-combo.make (OBJC_RUNTIME_LIB): Set to gnugc if gc=yes. (LIBRARY_COMBO): Do not add -gc at the end if gc=yes. (OBJC_LDFLAGS): Added ObjC flags for the gnugc OBJC_RUNTIME_LIB. (OBJC_LIBS): For the gnugc-fd-xxx library-combo, do not add -lobjc as that would conflict with -lobjc_gc set elsewhere. Tue Jun 25 18:52:51 2002 Nicola Pero * opentool.in: Rewritten parsing of parameters adding support for the --library-combo switch. Changed inline help to put --library-combo=... before the tool name. Wed Jun 19 15:39:15 2002 Nicola Pero * Master/rules.make (internal-distclean): Reverted last change. 2002-06-18 Adam Fedor * GNUstep-reset.sh: Change GNUSTEP_PATHPREFIX_LIST to GNUSTEP_PATHLIST for compatibility with many shells (variable was too long). * GNUstep.csh.in: Idem * GNUstep.sh.in: Idem * debugapp.in: Idem * executable.template.in: Idem * ld_lib_path.sh: Idem * openapp.in: Idem * opentool.in: Idem * Documentation/install.texi: Idem Mon Jun 17 18:56:39 2002 Nicola Pero * Master/rules.make (internal-distclean): Remove program.core as well, for BSD systems (Suggestion by Chris B. Vetter ). Thu Jun 13 14:38:20 2002 Nicola Pero First attempt at user-friendly messages and verbosity levels. Run 'make messages=yes' to get full messages. * messages.make: New file. * GNUmakefile.in: Install messages.make. * common.make: Include messages.make. * rules.make: Changed all compilation rules to use new echo variables when compiling * Instance/application.make: Use new echo variables when linking, and in some cases when installing; tidy up echoing. * Instance/bundle.make: Idem. * Instance/ctool.make: Idem. * Instance/framework.make: Idem. * Instance/gswapp.make: Idem. * Instance/gswbundle.make: Idem. * Instance/library.make: Idem. * Instance/objc.make: Idem. * Instance/palette.make: Idem. * Instance/service.make: Idem. * Instance/subproject.make: Idem. * Instance/tool.make: Idem. * Instance/Shared/bundle.make: Idem. * Instance/Shared/headers.make: Idem. * Instance/Shared/java.make: Idem. Thu Jun 13 10:28:56 2002 Nicola Pero * Instance/Shared/bundle.make (RESOURCE_FILES): Strip the variables after concatenating them, not before. (LOCALIZED_RESOURCE_FILES): Idem. (WEBSERVER_RESOURCE_FILES): Idem. (WEBSERVER_LOCALIZED_RESOURCE_FILES): Idem. Wed Jun 12 12:32:40 2002 Nicola Pero * Instance/Shared/bundle.make: Fixed typo in ifneq which was causing the LOCALIZED_WEBSERVER_RESOURCE_FILES code to be never executed. (WEBSERVER_LOCALIZED_RESOURCE_DIRS): New variable. (shared-instance-bundle-all-localized-webresources): Implemented code to create webserver resource dirs. Fixed installation of WEBSERVER_LOCALIZED_RESOURCE_FILES ... yet another typo preventing it from working. Wed Jun 12 12:31:28 2002 Nicola Pero * Instance/Shared/bundle.make (WEBSERVER_LOCALIZED_RESOURCE_FILES): Support the new variable name xxx_WEBSERVER_LOCALIZED_RESOURCE_FILES. (WEBSERVER_COMPONENTS, WEBSERVER_LOCALIZED_COMPONENTS): Implemented support for these variables, by merging them into WEBSERVER_RESOURCE_FILES and WEBSERVER_LOCALIZED_RESOURCE_FILES Wed Jun 12 12:28:07 2002 Nicola Pero * Instance/Shared/bundle.make (COMPONENTS, LOCALIZED_COMPONENTS): Merge them into RESOURCE_FILES and LOCALIZED_RESOURCE_FILES. (shared-instance-bundle-all): Code to manage COMPONENTS and LOCALIZED_COMPONENTS removed. (shared-instance-bundle-all): When installing RESOURCE_FILES, check that the file exists, and is a file or a dir, before installing it. When installing LOCALIZED_RESOURCE_FILES, accept directories as well as files. (LOCALIZED_RESOURCE_DIRS): New variable. (shared-instance-bundle-all): Added code to manage LOCALIZED_RESOURCE_DIRS. Wed Jun 12 11:44:47 2002 Nicola Pero * relative_path.sh: Do not run sed to remove the partial_match from the paths if partial_match is empty. This fixes processing absolute paths which have no path in common. Wed Jun 12 11:24:23 2002 Nicola Pero * relative_path.sh: Changed syntax for running subcommands, `xxx` is more portable than $(xxx). (Patch by Marcus Muller ). 2002-06-10 Adam Fedor * Version: 1.3.3 * Documentation/news.texi: Update. Fri Jun 7 14:29:50 2002 Nicola Pero * executable.template.in (--library-combo): Fixed switching library combo to perform a full reset of the environment to the new library combo using GNUstep-reset.sh followed by GNUstep.sh. * executable.template.in: If a binary for the currently specified LIBRARY_COMBO can not be found, automatically search and run the first available binary for any other LIBRARY_COMBO for this machine/os. Fri Jun 7 13:39:37 2002 Nicola Pero Patch by Manuel Guesdom : * Instance/Shared/bundle.make (LOCALIZED_COMPONENTS): New variable. (shared-instance-bundle-all): Install LOCALIZED_COMPONENTS. 2002-06-06 Adam Fedor * Documentation/machines.texi: Update Fri May 24 18:23:37 2002 Nicola Pero * Instance/documentation.make (internal-doc-install_): Fixed installation of info files (Suggestion by Evan Prodromou ). (internal-doc-clean): Fixed cleaning info files in similar way. (internal-doc-uninstall_): Fixed removal installed info files in similar way. Thu May 23 12:22:05 2002 Nicola Pero * Instance/rules.make (OBJ_FILES_TO_LINK): Strip it when it's created, so that we can compare it to '' to check if there is anything to build/link or not. * Instance/bundle.make: Modified everything implementing support for bundles which contain resources, but no object file to load. Tue May 21 17:07:23 2002 Nicola Pero * Instance/rules.make (internal-$(GNUSTEP_TYPE)-install): Recognize XXX_STANDARD_INSTALL=no to mean we shouldn't perform the standard installation procedure and assume the makefile writer has provided his own (or none). Tue May 21 00:37:03 2002 Nicola Pero * Instance/Shared/bundle.make (shared-instance-bundle-all): Fixed quoting in code to copy subproject's resources. Mon May 20 11:11:29 2002 Nicola Pero * Instance/framework.make ($(FRAMEWORK_VERSION_DIR_NAME)/Resources/Info-gnustep.plist): Merge $(GNUSTEP_INSTANCE)Info.plist - if there is one - into the framework's gnustep plist. 2002-05-15 Adam Fedor * Documentation/machines.texi: Updated info re Win98 * Documentation/README.MinGW: Updated. * Documentation/userfaq.texi. Idem. 2002-05-15 Richard Frith-Macdonald * common.make: Define AUTOGSDOC * Instance/documentation.make: Use AUTOGSDOC 2002-05-14 Richard Frith-Macdonald * Documentation/README.MinGW: Update and correct libtiff info so instructions work for gui as well as base. 2002-05-10 Richard Frith-Macdonald * configure.ac: Remove FORCE_USER_ROOT and FORCE_DEFAULTS_ROOT * GNUmakefile.in: ditto * config.make.in: ditto * common.make: regenerate * configure: ditto * user_home.c: Implement system-wide .GNUsteprc * Documentation/install.texi: Document use of system-wide .GNUsteprc 2002-05-08 Richard Frith-Macdonald * Documentation/README.MinGW: Mention need to ensure we use MSYS make rather than MinGW make. 2002-05-07 Richard Frith-Macdonald * Documentation/README.MinGW: Updated to reflect experience of a full rebuild this morning ... including the GUI code! 2002-05-02 Adam Fedor * configure.ac: Updated using autoconf 2.53 from configure.in * configure, config.h.in: Regenerate. * GNUmakefile.in: Add @configure_input@ comment * GNUstep.csh.in, GNUstep.sh.in, debugapp.in, fixpath.sh.in, openapp.in, debugapp.in, opentool.in: Idem. * aclocal.m4: Remove. 2002-04-30 Adam Fedor * Version: 1.3.2 * Documentation/news.texi, gnustep-howto.texi: Update * NEWS: Regen. Sun Apr 21 11:47:11 2002 Nicola Pero * Instance/bundle.make (BUNDLE_LIBS): Readded BUNDLE_LIBS for Windows. Thu Apr 18 10:54:33 2002 Nicola Pero Warning - after this change, header files for libraries building on Windows must be changed - all symbols are to be marked for export if BUILD_lib{library_name}_DLL is defined, else to be marked for import if GNUSTEP_WITH_DLL is defined (else you're not on windows and you mark nothing). * rules.make (ALL_CPPFLAGS): If WITH_DLL, add -DGNUSTEP_WITH_DLL. Do not add any -Dlibxxx_ISDLL=1 flag. * Instance/application.make (ALL_CPPFLAGS): Do not add any -Dlibxxx_ISDLL=1 flag. * Instance/bundle.make (ALL_CPPFLAGS): Idem. (ALL_BUNDLE_LIBS): Even on Windows, do not link against libraries. * Instance/ctool.make (ALL_CPPFLAGS): Idem. * Instance/framework.make (ALL_CPPFLAGS): Idem. * Instance/objc.make (ALL_CPPFLAGS): Idem. * Instance/service.make (ALL_CPPFLAGS): Idem. * Instance/tool.make (ALL_CPPFLAGS): Idem. Thu Apr 18 10:41:26 2002 Nicola Pero * Instance/application.make: Removed spurious newline. Thu Apr 11 23:39:45 2002 Nicola Pero * ld_lib_path.sh (IFS): Fixed bug - was not resetting IFS correctly. 2002-04-11 Adam Fedor * configure.in (gcc version): Use -dumpversion to check gcc version. * Documentation/README.MinGW: Minor updates. * Documentation/machines.texi: Add FreeBSD 4.x Wed Apr 10 14:39:24 2002 Nicola Pero * Instance/documentation.make (internal-doc-install_): Install all xxx.info-* files, not only the root xxx.info file. (internal-doc-uninstall_): Remove all xxx.info-* files. (Suggestion by Sir Raorn ()). Wed Apr 10 14:18:29 2002 Nicola Pero * relative_path.sh: Fixed bug when looping - ignore path components which are '.' - fixing problem with frameworks and gnustep flattened. (Patch from Sir Raorn ()). * Instance/documentation.make (internal-doc-install_): Depend on creating GNUSTEP_DOCUMENTATION_INFO. ($(GNUSTEP_DOCUMENTATION_INFO): Rule to create the dir added. (Patch from Sir Raorn modified) Wed Apr 10 14:02:55 2002 Nicola Pero * Documentation/makedoc.make (internal-doc-install): Depend on creating GNUSTEP_DOCUMENTATION_INFO (internal-doc-uninstall): Remove the .info files from GNUSTEP_DOCUMENTATION_INFO. Patch from Sir Raorn (): * Documentation/GNUmakefile.in (GNUSTEP_DOCUMENTATION_INFO): Define. * Documentation/makedoc.make (internal-doc-install): Install the info files in GNUSTEP_DOCUMENTATION_INFO. ($(GNUSTEP_DOCUMENTATION_INFO)): Create the directory if missing. Mon Apr 8 00:45:53 2002 Nicola Pero * GNUstep.sh.in (dir): Unset after using (Reported by Balaton Zoltan ). Sat Apr 6 15:09:56 2002 Nicola Pero Fixed bundling frameworks in RPMs or DEBs. * relative_path.sh: New script building the relative path of a path relative to another one. * GNUmakefile.in (install): Install relative_path.sh. * common.make (REL_PATH_SCRIPT): set to be $GNUSTEP_MAKEFILES/relative_path.sh. * Instance/framework.make (internal-framework-install_): Use REL_PATH_SCRIPT to build symlinks in a relocatable way. Sat Apr 6 04:37:36 2002 Nicola Pero * Instance/bundle.make (BUNDLE_LIBS): Do not add system libraries when we are not building Windows DLLs. Thu Apr 4 14:57:38 2002 Nicola Pero * configure.in: Quote FORCE_USER_ROOT and FORCE_DEFAULTS_ROOT when building the -D preprocessor option. * configure: Regenerated. Thu Apr 4 14:41:53 2002 Nicola Pero * GNUstep.sh.in (temp_path, gnustep_class_path): Partially wewritten creating temp_path and gnustep_class_path to avoid spurious :. Thu Apr 4 14:25:51 2002 Nicola Pero * ld_lib_path.sh (lib_paths, guile_paths): Rewritten code building lib_paths and guile_paths so that they use GNUSTEP_PATHPREFIX_LIST. Thu Apr 4 14:19:28 2002 Nicola Pero * ld_lib_path.sh: Only set IFS for the little part which needs it. Thu Apr 4 14:02:27 2002 Nicola Pero * GNUstep.sh.in: Rewritten code setting GNUSTEP_PATHPREFIX_LIST so that duplicated entries are removed. Thu Apr 4 13:14:35 2002 Nicola Pero This should fix RPM builds on virgin envs - * GNUstep.sh.in: Removed convert_win_paths and other window specific variables; simply set GNUSTEP_PATHPREFIX_LIST and use that to set CLASSPATH as well. Made sure we never call unset for an unknown variable. Added verbose comments about technical pitfalls of sourced files. * ld_lib_path.sh: Make sure we don't unset variables unless we set them. Thu Apr 4 13:10:27 2002 Nicola Pero * GNUstep.sh.in: Quoted paths. Thu Apr 4 13:01:37 2002 Nicola Pero * GNUstep-reset.sh: Fixed bugs with shell substitutions and other technicalities. 2002-04-04 Fred Kiefer * Instance/bundle.make Use a += instead of a = to define BUNDLE_LIBS (Patch by Alexander Malmberg) 2002-04-03 Adam Fedor * Documentation/gnustep-howto.texi: Update. 2002-04-03 Fred Kiefer * Instance/bundle.make Uncommented the definition of BUNDLE_LIBS, so that bundles work under MS Windows. Tue Apr 2 13:39:17 2002 Nicola Pero * common.make (GNUSTEP_MAKEINFO_FLAGS): Do not use --no-headers. * Documentation/GNUmakefile.in (GNUSTEP_MAKEINFO_FLAGS): Idem. Tue Apr 2 13:23:58 2002 Nicola Pero * Instance/documentation.make (internal-doc-install_, internal-doc-uninstall_): Install/uninstall .info file into GNUSTEP_DOCUMENTATION_INFO. Thu Mar 28 13:19:09 2002 Nicola Pero * config.make.in (AWK, SED): Define. Added extensive comment about why we should not get them from configuration, but simply define them to be 'awk' and 'sed'. Thu Mar 28 13:08:27 2002 Nicola Pero * Instance/application.make (TTMP_LIBS): Setup for the benefit of Windows. Tue Mar 26 18:23:32 2002 Nicola Pero * openapp.in: Do not add EXEEXT at the end of the application name if we are not flattened; if we are, add it in the proper way. Quoted a path. Exec the application wrapper rather than simply running it. Fixed comment when application script not found. * opentool.in: Quoted a path. * debugapp.in: Fixed adding EXEEXT at the end of the application name. 2002-03-26 Richard Frith-Macdonald * Documentation/README.MinGW: Updated to reflect current state of the port and of the MSYS stuff. Fri Mar 22 16:58:33 2002 Nicola Pero * Documentation/install.texi: Tidied part on --disable-import. * INSTALL: Regenerated. 2002-03-20 Richard Frith-Macdonald * Documentation/GNUstep-howto.texi: Correct and expand on the instructions for installing gdomap. Tue Mar 19 13:05:52 2002 Nicola Pero Simplified implementation of before-$(GNUSTEP_INSTANCE)-all and after-$(GNUSTEP_INSTANCE)-all; implemented support for before-$(GNUSTEP_INSTANCE)-install and after-$(GNUSTEP_INSTANCE)-install. * Instance/rules.make (before-$(GNUSTEP_INSTANCE)-install): New target. (after-$(GNUSTEP_INSTANCE)-install): New target. (.PHONY): Added the new targets. * Instance/rules.make (before-$(GNUSTEP_INSTANCE)-uninstall): New target. (after-$(GNUSTEP_INSTANCE)-uninstall): New target. (.PHONY): Added the new targets. * Instance/rules.make (internal-$(GNUSTEP_TYPE)-all): New target automatically calling before-$(GNUSTEP_INSTANCE)-all, then internal-$(GNUSTEP_TYPE)-all_, then after-$(GNUSTEP_INSTANCE)-all. (internal-$(GNUSTEP_TYPE)-install): Similar. (internal-$(GNUSTEP_TYPE)-uninstall): Similar. (.PHONY): Added the new targets. * Instance/application.make (internal-app-all): Renamed to internal-app-all_; do not run before-$(GNUSTEP_INSTANCE)-all and after-$(GNUSTEP_INSTANCE)-all. (internal-app-install): Renamed to internal-app-install_. (internal-app-uninstall): Renamed to internal-app-uninstall_. (.PHONY): Updated for change. * Instance/bundle.make: Similar updates. * Instance/clibrary.make: Idem. * Instance/ctool.make: Idem. * Instance/documentation.make: Idem (NB - likely this fixes unnoticed errors here with multiple after-xxx-all and before-xxx-all too) * Instance/framework.make: Idem. * Instance/gswapp.make: Idem. * Instance/gswbundle.make: Idem. * Instance/java-tool.make: Idem. * Instance/java.make: Idem. * Instance/library.make: Idem. * Instance/objc.make: Idem. * Instance/palette.make: Idem. * Instance/resource-set.make: Idem. * Instance/service.make: Idem. * Instance/subproject.make: Idem. * Instance/test-application.make: Idem. * Instance/test-library.make: Idem. * Instance/test-tool.make: Idem. * Instance/tool.make: Idem. * Instance/bundle.make (.PHONY): Removed nonexisting target internal-bundle-clean and internal-bundle-distclean. * Instance/clibrary.make (internal-clibrary-clean): Unused target removed. * Instance/gswbundle.make (.PHONY): Removed nonexisting targets internal-gswbundle-clean and internal-gswbundle-distclean. 2002-03-19 Richard Frith-Macdonald * fixpath.sh.in: Restructure slightly so we can easily edit the fixpath.sh to force cygwin style paths. * Documentation/README.cygwin: Edd note about editing fixpath.sh Mon Mar 18 16:57:20 2002 Nicola Pero * common.make: If REMOVE_EMPTY_DIRS is yes, remove efficiently all empty directories from include and library flags (ie, -I and -L flags). (Suggestion by Markus Hitter ). * target.make (REMOVE_EMPTY_DIRS): Set to yes in the case of OS X. Mon Mar 18 14:07:53 2002 Nicola Pero * GNUstep-reset.sh: New file. Sourcing this file resets the environment from the GNUstep variables. It can be used to switch LIBRARY_COMBO on the fly - you first reset the existing environment using this script, then export the new LIBRARY_COMBO, then source GNUstep.sh again. * GNUmakefile.in (install): Install GNUstep-reset.sh Mon Mar 18 10:37:49 2002 Nicola Pero * Instance/test-library.make: Fixed typo, internal-test_lib-* targets were called internal-testlib-*. 2002-03-14 Adam Fedor * Version: 1.3.0 * Documentation/README.MinGW: Minor formatting. * README, ANNOUNCE, GNUstep-HOWTO, ...: Regenerate. 2002-03-13 Adam Fedor * Documentation/gnustep-howto.texi: Update. * Documentation/install.texi: Likewise. * Documentation/news.texi: Likewise. * Documentation/readme.texi: Likewise. 2002-03-13 Richard Frith-Macdonald * Documentation/README.MinGW: New content describing native MinGW build * Documentation/README.cygwin: Old contentnon cross-compiling to MinGW * fixpath.sh: Removed * fixpath.sh.in: new file * configure.in: generate fixpath.sh from fixpath.sh.in to control whether it fixes cygwin or mingw/msys style paths. 2002-03-11 Richard Frith-Macdonald * cygpath.sh: Removed ... replaced by fixpath.sh which should handle either cygwin or mingw/msys paths. 2002-03-10 Richard Frith-Macdonald * target.make: Force shared=yes for cygwin and mingw as stuff simply doesn't work under windows when built static. * configure.in: If hosted under mingw, use 'install' program and 'sh' and don't abort if chown is not found. * fixpath.sh: new path fixup script for mingw/msys as well as cygwin * GNUstep.sh.in: use fixpath * common.make: ditto Sat Mar 9 09:52:51 2002 Adam Fedor * configure.in: Move HOST_INSTALL so that prefix is defined before it is set. Fri Mar 8 12:53:05 2002 Nicola Pero * Instance/palette.make ($(PALETTE_DIR_NAME)/Resources/palette.table): Fixed typo. Thu Mar 7 14:06:37 2002 Nicola Pero * Master/rules.make (DLL_DEF): Do not pass down to submakes. * Instance/library.make (DLL_DEF): Define here instead. Thu Mar 7 14:05:38 2002 Nicola Pero * rules.make (SUBPROJECT_ROOT_DIR): Unused variable removed. * Master/rules.make (SUBPROJECT_ROOT_DIR): Idem. Thu Mar 7 13:43:28 2002 Nicola Pero * rules.make: Include Instance/rules.make before using the ADDITIONAL flags. * Instance/rules.make (BUNDLE_LIBS, ADDITIONAL_INCLUDE_DIRS, ADDITIONAL_GUI_LIBS, ADDITIONAL_TOOL_LIBS, ADDITIONAL_OBJC_LIBS, ADDITIONAL_LIB_DIRS, ADDITIONAL_LIBRARY_LIBS, ADDITIONAL_LDFLAGS, ADDITIONAL_CLASSPATH, LIBRARIES_DEPEND_UPON): Add instance specific flags here. * Master/rules.make (BUNDLE_LIBS, ADDITIONAL_INCLUDE_DIRS, ADDITIONAL_GUI_LIBS, ADDITIONAL_TOOL_LIBS, ADDITIONAL_OBJC_LIBS, ADDITIONAL_LIB_DIRS, ADDITIONAL_LIBRARY_LIBS, ADDITIONAL_LDFLAGS, ADDITIONAL_CLASSPATH, LIBRARIES_DEPEND_UPON): Do not pass down to submakes. Wed Mar 6 10:15:20 2002 Nicola Pero * Master/rules.make (MAIN_MODEL_FILE): Do not pass down to submakes here. * Instance/application.make (MAIN_MODEL_FILE): Define here. Also, simplified code to add it to the info plist. * Instance/bundle.make: Idem. * Instance/framework.make: Idem. * Instance/gswapp.make: Idem. * Instance/palette.make: Idem. Wed Mar 6 09:45:01 2002 Nicola Pero * clean_os.sh: Remove minor version number for Darwin 5 (Patch from Helge Hess ). Tue Mar 5 16:05:22 2002 Nicola Pero * Instance/Shared/bundle.make (shared-instance-bundle-all): Fixed tricky problem when copying resources from subprojects ... * in the shell being expanded to itself if no matching file exists. Tue Mar 5 15:15:41 2002 Nicola Pero * Instance/bundle.make (BUNDLE_INSTALL_DIR): Define with =, not :=. Tue Mar 5 14:37:58 2002 Nicola Pero * GNUstep.sh.in (GNUSTEP_USER_ROOT): Fixed setting in case GNUSTEP_FLATTENED (Suggestion from Marcus Müller ). * GNUstep.csh.in: Idem. Tue Mar 5 13:54:36 2002 Nicola Pero * Master/rules.make (COMPONENTS, LANGUAGES, WEBSERVER_RESOURCE_FILES, LOCALIZED_WEBSERVER_RESOURCE_FILES, WEBSERVER_RESOURCE_DIRS, LOCALIZED_RESOURCE_FILES, RESOURCE_FILES, RESOURCE_DIRS): Do not pass down to submakes. * Instance/Shared/bundle.make: Do not use override when defining resource variables. * Instance/gswapp.make: Idem. * Instance/gswbundle.make: Idem. Tue Mar 5 13:45:01 2002 Nicola Pero * Instance/subproject.make: Modified to have resources, and manage them by using Instance/Shared/bundle.make; put them into a Resources/Subproject directory. Removed a lot of framework specific code obsoleted by the new more general code - tidied up framework code to build headers. * Master/subproject.make (internal-clean): Remove Resources/Subproject. (internal-distclean): Remove Resources. * Instance/Shared/bundle.make: If the instance has subprojects, copy recursively resources from the subprojects Resources/Subproject dir into the instance resource bundle. Tue Mar 5 13:09:09 2002 Nicola Pero * Instance/Shared/headers.make (HEADER_FILES): Do not define HEADER variables using override. * Instance/framework.make: Idem. * Instance/subproject.make: Idem. Tue Mar 5 13:02:19 2002 Nicola Pero * Master/rules.make (HEADER_FILES, HEADER_FILES_DIR, HEADER_FILES_INSTALL_DIR): Do not pass down to submakes. Tue Mar 5 13:01:45 2002 Nicola Pero * Instance/framework.make (HEADER_FILES): Define here. * Instance/subproject.make (HEADER_FILES): Idem. Tue Mar 5 12:57:08 2002 Nicola Pero * Instance/gswapp.make (COMPONENTS, LANGUAGES, WEBSERVER_RESORCE_FILES, LOCALIZED_WEBSERVER_RESOURCE_FILES, WEBSERVER_RESORCE_DIRS, LOCALIZED_RESOURCE_DIRS, RESOURCE_FILES, RESOURCE_DIRS): Define here. Tue Mar 5 12:50:05 2002 Nicola Pero * config.make.in (HAS_LN_S): Set. Tue Mar 5 12:34:29 2002 Nicola Pero * Instance/framework.make: Major simplification by using Instance/Shared/bundle.make to manage resources. Tue Mar 5 12:20:09 2002 Nicola Pero * Instance/Shared/bundle.make: Added support for gsweb resources; bug fixes and tidyups everywhere. * Instance/application.make (GNUSTEP_SHARED_INSTANCE_BUNDLE_RESOURCE_PATH): Use this variable, not GNUSTEP_SHARED_INSTANCE_BUNDLE_PATH. * Instance/bundle.make: Idem. * Instance/service.make: Idem. * Instance/palette.make: Idem. Tue Mar 5 10:10:45 2002 Nicola Pero * Instance/resource-set.make: Added localized resource support, fixed bugs. Tue Mar 5 09:21:12 2002 Nicola Pero * Master/resource-set.make (internal-all): Do nothing, not even subproject processing. (internal-clean): Idem. (internal-distclean): Idem. Tue Mar 5 07:26:53 2002 Nicola Pero * Instance/gswapplication.make: Renamed bundle directory where gsweb resources are kept from WebServerResources to Resources/WebServer. * Instance/gswbundle.make: Idem. * Instance/framework.make: Idem. * Instance/subproject.make: Idem. * Instance/framework.make (framework-webresource-dir): Don't create the link for the WebServerResources. No longer needed since it uses the normal Resources link now. * Instance/subproject.make (framework-webresource-dir): Idem. Mon Mar 4 16:14:52 2002 Nicola Pero * GNUmakefile.in (MAKE_FILES): Added resource-set.make. (MASTER_MAKE_FILES): Added resource-set.make. (INSTANCE_MAKE_FILES): Added resource-set.make. * resource-set.make: New makefile. * Master/resource-set.make: New makefile. * Instance/resource-set.make: New makefile. 2002-03-02 Richard Frith-Macdonald * GNUstep.sh.in: Don't define GNUSTEP_DEFAULTS_ROOT * GNUstep.csh.in: Don't define GNUSTEP_DEFAULTS_ROOT * configure.in: Remove some unused stuff and improve log messages for forcing defaults and user roots. 2002-03-01 Richard Frith-Macdonald * user_home.c: Parse .GNUsteprc in configured GNUSTEP_SYSTEM_ROOT if per-user version is not available. Treat ~ at start of root as home directory of user. Fri Mar 1 15:28:58 2002 Nicola Pero * Instance/service.make: Use Instance/Shared/bundle.make to install resources. This automatically implements localizable resources for services. Removed internal targets, simplified code. Fri Mar 1 15:20:09 2002 Nicola Pero * Instance/palette.make: Use Instance/Shared/bundle.make to install resources. This automatically implements localizable resources for palettes. Removed internal targets, simplified code. Fri Mar 1 14:36:43 2002 Nicola Pero * Instance/Shared/headers.make: Added specific optimization for installing quickly headers during develoment - activated by setting GNUSTEP_DEVELOPER=YES in the environment. Fri Mar 1 12:28:52 2002 Nicola Pero * Instance/subproject.make: Use Shared/Instance/headers.make to install/uninstall headers. 2002-03-01 Richard Frith-Macdonald * GNUstep.sh.in: Updated to use user_home tool. * GNUstep.csh.in: ditto * configure.in: Updated comments/instructions to talk about forcing common user and defaults root directories. Fri Mar 1 10:58:58 2002 Nicola Pero * GNUmakefile.in (which_lib$(EXEEXT)): Compile $<, not which_lib.c. (user_home$(EXEEXT)): Idem. 2002-03-01 Richard Frith-Macdonald * user_home.c: Port to MINGW. Added functionality under unix to report GNUSTEP_USER_ROOT and GNUSTEP_DEFAULTS_ROOT 2002-02-28 Adam Fedor * target.make (darwin5): Correct compile flags. Add flags to ignore MacOSX headers if FOUNDATION_LIB is gnu. (darwin1): Correct compile flags. (nextstep4): Likewise. (nextstep3): Likewise. 2002-02-28 Richard Frith-Macdonald * configure.in: setup variables to force particular paths for user and defaults roots. * config.make.in: pass configured forced paths on to build process * common.make: use path forcing. Thu Feb 28 18:27:05 2002 Nicola Pero * Master/rules.make (PRINCIPAL_CLASS): Do not pass down to submakes. * Instance/application.make (PRINCIPAL_CLASS): Define in terms of $(GNUSTEP_INSTANCE)_PRINCIPAL_CLASS; do not use override when fixing it up if it's empty. * Instance/bundle.make (PRINCIPAL_CLASS): Idem. * Instance/framework.make (PRINCIPAL_CLASS): Idem. * Instance/gswbundle.make (PRINCIPAL_CLASS): Idem. * Instance/java-tool.make (PRINCIPAL_CLASS): Idem. * Instance/palette.make (PRINCIPAL_CLASS): Idem. * Instance/gswapp.make (PRINCIPAL_CLASS): Define. Thu Feb 28 18:16:11 2002 Nicola Pero * Instance/gswbundle.make (COMPONENTS, LANGUAGES, WEBSERVER_RESORCE_FILES, LOCALIZED_WEBSERVER_RESOURCE_FILES, WEBSERVER_RESORCE_DIRS, LOCALIZED_RESOURCE_DIRS, RESOURCE_FILES, RESOURCE_DIRS): Define here. Thu Feb 28 15:22:31 2002 Nicola Pero * Instance/application.make: Simplified a lot by using Instance/Shared/bundle.make to copy resource files into the application bundle. 2002-02-28 Richard Frith-Macdonald * user_home.c: new utility to report users home directory. * configure.in: check for password file stuff etc. * GNUmakefile.in: build user_home Thu Feb 28 14:35:27 2002 Nicola Pero * Instance/rules.make (.PHONY): Declare here as .PHONY before-$(GNUSTEP_INSTANCE)-all and after-$(GNUSTEP_INSTANCE)-all. * Instance/application.make: And not here. * Instance/bundle.make: Idem. * Instance/ctool.make: Idem. * Instance/documentation.make: Idem. * Instance/framework.make: Idem. * Instance/gswapp.make: Idem. * Instance/gswbundle.make: Idem. * Instance/java-tool.make: Idem. * Instance/java.make: Idem. * Instance/library.make: Idem. * Instance/objc.make: Idem. * Instance/palette.make: Idem. * Instance/rules.make: Idem. * Instance/service.make: Idem. * Instance/subproject.make: Idem. * Instance/test-library.make: Idem. * Instance/tool.make: Idem. Thu Feb 28 13:24:08 2002 Nicola Pero * GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): Added bundle.make. * Instance/Shared/bundle.make: New file. * Instance/bundle.make: Simplified a lot by using Instance/Shared/bundle.make to create bundle dirs and copying resource files there. Thu Feb 28 13:03:12 2002 Nicola Pero * Instance/rules.make (before-$(GNUSTEP_INSTANCE)-all): Added. (after-$(GNUSTEP_INSTANCE)-all): Added. * Instance/application.make: Removed from here. * Instance/bundle.make: Idem. * Instance/ctool.make: Idem. * Instance/documentation.make: Idem. * Instance/framework.make: Idem. * Instance/gswapp.make: Idem. * Instance/gswbundle.make: Idem. * Instance/java-tool.make: Idem. * Instance/java.make: Idem. * Instance/library.make: Idem. * Instance/objc.make: Idem. * Instance/palette.make: Idem. * Instance/rules.make: Idem. * Instance/service.make: Idem. * Instance/subproject.make: Idem. * Instance/test-library.make: Idem. * Instance/tool.make: Idem. Thu Feb 28 11:06:51 2002 Nicola Pero * common.make (GNUSTEP_WOAPPS): Removed. Thu Feb 28 11:01:34 2002 Nicola Pero * GNUmakefile.in: Changed everywhere 'Apps' (used as directory name) into 'Applications'. * common.make: Idem. * debugapp.in: Idem. * executable.template.in: Idem. * openapp.in: Idem. * Documentation/DESIGN: Idem. Thu Feb 28 10:57:14 2002 Nicola Pero * Documentation/install.texi (Warnings for deprecated #import): Say that MacOS X uses #import. * INSTALL: Regenerated. 2002-02-28 Richard Frith-Macdonald * configure.in: Set default user root to $HOME/GNUstep as a quick hack solution to problems with LOGNAME 2002-02-27 Adam Fedor * Documentation/README.MinGW: Update. * Documentation/faq.texi: Likewise. * Documentation/machines.texi: Likewise. * Documentation/userfaq.texi: Likewise. Wed Feb 27 16:51:34 2002 Nicola Pero * subproject.make: Broken into Master and Instance. * Instance/subproject.make: New file. * Master/subproject.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added subproject.make. (INSTANCE_MAKE_FILES): Added subproject.make. Wed Feb 27 16:38:36 2002 Nicola Pero * Master/rules.make (PALETTE_ICON): Do not pass it to submakes. * Instance/palette.make (PALETTE_ICON): Define it here. (PALETTE_INSTALL_DIR): Define with =, not :=. Wed Feb 27 16:33:03 2002 Nicola Pero * palette.make: Broken into Master and Instance. * Instance/palette.make: New file. * Master/palette.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added palette.make. (INSTANCE_MAKE_FILES): Added palette.make. Wed Feb 27 16:28:16 2002 Nicola Pero * framework.make: Broken into Master and Instance. * Instance/framework.make: New file. * Master/framework.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added framework.make. (INSTANCE_MAKE_FILES): Added framework.make. * rules.make (DERIVED_SOURCES): Define. Wed Feb 27 13:54:53 2002 Nicola Pero * Documentation/install.texi: Document the --disable-import flag. * INSTALL: Regenerated. Wed Feb 27 13:05:49 2002 Nicola Pero * configure.in: Added configure option --disable-import which allows users to turn on/off the compiler warnings against usage of #import. Leave the default to no warnings. * configure: Regenerated. * config.make.in (OBJC_NO_IMPORT_FLAGS): New flag. * common.make (OBJCFLAGS): Set in terms of OBJC_NO_IMPORT_FLAGS. 2002-02-27 Richard Frith-Macdonald * Documentation/README.MinGW: updated to latest versions of things I used. Describe current state. 2002-02-25 Richard Frith-Macdonald * target.make: Use winsocks2 library ... we will never support systems that only have the old one, and we need the new one for our networking. Sun Feb 24 13:22:09 2002 Matthias Klose : * GNUstep.sh.in, GNUstep.csh.in: Start make_services in a subshell, disables "Done" messages for shells with job control. Fri Feb 22 18:08:39 2002 Nicola Pero * openapp.in: Quote the arguments when executing the app. Fri Feb 22 15:49:01 2002 Nicola Pero * Instance/documentation.make: Removed doubled installation of $(GNUSTEP_INSTANCE)_INSTALL_FILES. Fri Feb 22 13:18:43 2002 Nicola Pero * Master/rules.make (SERVICE_INSTALL_DIR): Unused variable removed. Fri Feb 22 13:12:44 2002 Nicola Pero * Instance/ctool.make (internal-ctool-uninstall): Use GNUSTEP_INSTANCE here. Fri Feb 22 13:06:18 2002 Nicola Pero * service.make: Broken into Master and Instance. * Master/service.make: New file. * Instance/service.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added service.make (INSTANCE_MAKE_FILES): Idem. Fri Feb 22 12:55:01 2002 Nicola Pero * Master/rules.make (SCRIPTS_DIRECTORY, CHECK_SCRIPT_DIRS): Do not define here. * Instance/test-library.make: But rather here. Fri Feb 22 12:53:43 2002 Nicola Pero * test-library.make: Broken into Master and Instance. * Master/test-library.make: New file. * Instance/test-library.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added test-library.make. (INSTANCE_MAKE_FILES): Idem. Fri Feb 22 12:38:59 2002 Nicola Pero * tool.make: Broken into Master and Instance. * Instance/tool.make: New file. * Master/tool.make: New file. * test-tool.make: Broken into Master and Instance. * Instance/test-tool.make: New file. * Master/test-tool.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added test-tool.make and tool.make (INSTANCE_MAKE_FILES): Idem. Fri Feb 22 12:33:13 2002 Nicola Pero * Master/test-application.make: Use test-app, not testapp, as GNUSTEP_TYPE. * Instance/test-application.make: Updated all rules. * test-application.make: Updated. Fri Feb 22 12:24:17 2002 Nicola Pero * Master/test-application.make (internal-check): Target removed. Fri Feb 22 12:14:08 2002 Nicola Pero * test-application.make: Broken into Master and Instance. * Master/test-application.make: New file. * Instance/test-application.make: New file. Fri Feb 22 12:02:55 2002 Nicola Pero * Master/rules.make (APPLICATION_ICON): Do not pass this down to submake Instance invocation. * Instance/application.make: Define it here instead. Fri Feb 22 11:55:42 2002 Nicola Pero * Instance/library.make: Do not define HEADER_FILES_DIR here. Fri Feb 22 11:50:17 2002 Nicola Pero * Master/rules.make (HAS_GSWCOMPONENTS, GSWAPP_INFO_PLIST): Do not pass these to the submake Instance invocation as arguments to make. * Instance/gswapp.make: Define the appropriate ones here instead. * Instance/gswbundle.make: And here. Fri Feb 22 11:36:40 2002 Nicola Pero * Instance/gswbundle.make: Updated/modified to use Instance/Shared/headers.make to manage headers. Fri Feb 22 11:34:22 2002 Nicola Pero * Master/gswbundle.make: All rules changed to invoke internal-gswbundle-* rules rather than internal-bundle-* rules. * Instance/gswbundle.make: All internal-bundle-* rules changed to be internal-gswbundle-*. * gswbundle.make: Corresponding update. Fri Feb 22 11:33:29 2002 Nicola Pero * gswbundle.make: Broken into Master and Instance. * Master/gswbundle.make: New file. * Instance/gswbundle.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added gswbundle.make (INSTANCE_MAKE_FILES): Adde gswbundle.make Fri Feb 22 11:25:36 2002 Nicola Pero * gswapp.make: Broken into Master and Instance. * Master/gswapp.make: New file. * Instance/gswapp.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added gswapp.make. (INSTANCE_MAKE_FILES): Added gswapp.make Fri Feb 22 01:10:09 2002 Nicola Pero * Master/rules.make (TEXI_FILES, GSDOC_FILES, AGSDOC_FILES, AGSDOC_FLAGS, LATEX_FILES, JAVADOC_FILES, JAVADOC_SOURCEPATH, DOC_INSTALL_DIR, TEXT_MAIN): Do not manually pass these variables down to the Instance submake invocation. * Instance/documentation.make: Set them here instead. Fri Feb 22 01:04:04 2002 Nicola Pero * documentation.make: Broken into Master and Instance. * Master/documentation.make: New file. * Instance/documentation.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added documentation.make. (INSTANCE_MAKE_FILES): Added documentation.make. Fri Feb 22 00:42:11 2002 Nicola Pero * Master/objc.make (internal-clean): Remove GNUSTEP_OBJ_DIR, not GNUSTEP_OBJ_PREFIX. * Instance/objc.make Minor simplification of rules by removing install-objc_program target. (OBJC_PROGRAM_INSTALLATION_DIR): Don't define if already defined. (internal-objc_program-uninstall): Implemented. Fri Feb 22 00:38:47 2002 Nicola Pero * objc.make: Broken into Master and Instance. * Master/objc.make: New file. * Instance/objc.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added objc.make. (INSTANCE_MAKE_FILES): Added objc.make. Thu Feb 21 14:37:37 2002 Nicola Pero * Instance/Shared/headers.make: Removed xxx_EMPTY_HEADER_FILES_INSTALL_DIR. People can simply set xxx_HEADER_FILES_INSTALL_DIR to `.' if they want to force it to be like empty. Wed Feb 20 16:56:43 2002 Nicola Pero * Instance/library.make (FINAL_LIBRARY_INSTALL_DIR): Only set if not already set. * Instance/clibrary.make: Trivialized. Set FINAL_LIBRARY_INSTALL_DIR, then include Instance/library.make to inherit all the makefile code from there ... very cool. Please note that this 'makefile inheritance' wouldn't have been possible had I not broken the makefiles into Master and Instance. Wed Feb 20 16:49:41 2002 Nicola Pero * Instance/library.make: Heavily simplified and improved support for headers by simply using Instance/Shared/headers.make to manage headers. * Instance/Shared/headers.make: Modified to support $(GNUSTEP_INSTANCE)_EMPTY_HEADER_FILES_INSTALL_DIR to allow callers to specify they really want an empty header files install dir, which is not otherwise tollerated, and automatically replaced with $(GNUSTEP_INSTANCE). Wed Feb 20 15:41:14 2002 Nicola Pero * library.make: Broken into Master and Instance. * Master/library.make: New file. * Instance/library.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added library.make. (INSTANCE_MAKE_FILES): Added library.make. Wed Feb 20 15:29:41 2002 Nicola Pero * clibrary.make: Broken into Master and Instance. * Master/clibrary.make: New file. * Instance/clibrary.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added clibrary.make. (INSTANCE_MAKE_FILES): Added clibrary.make. Wed Feb 20 13:06:17 2002 Nicola Pero * Master/rules.make (%.tools): Use --no-print-directory in the recursive make invocation. Wed Feb 20 12:49:55 2002 Nicola Pero * Instance/ctool.make: Simplified by removing the install-ctool rule. Wed Feb 20 12:45:32 2002 Nicola Pero * ctool.make: Broken into Master and Instance. * Master/ctool.make: New file. * Instance/ctool.make: New file. * GNUmakefile.in (MASTER_MAKE_FILES): Added ctool.make. (INSTANCE_MAKE_FILES): Added ctool.make. Wed Feb 20 11:37:55 2002 Nicola Pero * Master/rules.make (internal-distclean): Remove core files. Wed Feb 20 10:48:04 2002 Nicola Pero * Master/source-distribution.make (VERTAG): Replace efficiently using make function. * Master/source-distribution.make: Implemented allowing to change the compression program used, and define a standard set of handy compressions. (Patch by Stefan Urbanek modified). * Master/source-distribution.make: Added support for a .dist-ignore file specifying files not to include in distribution files. (Suggestion by Stefan Urbanek). 2002-02-14 Richard Frith-Macdonald * configure.in: New option to specify GNUSTEP_DEFAULTS_ROOT * configure: Regenerated. * GNUstep.sh.in: Use GNUSTEP_DEFAULTS_ROOT 2002-02-13 Richard Frith-Macdonald * configure: regenerated * configure.in: Set default user root to be ~$LOGNAME/GNUstep rather than ~/GNUstep so that it is consistent with the operation of the NSUserName() function ... ie. we use the login name in preference to any temporarily set user id. People wanting the old inconsistent behavior can simply unset the LOGNAME environment variable in any subshell they start with a new uid. Tue Feb 12 16:37:51 2002 Nicola Pero * framework.make (INTERNAL_LIBRARIES_DEPEND_UPON): Set this variable in the same way as it is done in library.make (Suggestion from Stephen Brandon ). Tue Feb 12 09:04:38 2002 Nicola Pero * config.guess: Updated to latest version. * config.sub: Idem. Sun Feb 10 02:06:40 2002 Nicola Pero * library.make (SOVERSION): Fixed typo. Sat Feb 9 13:05:27 2002 Nicola Pero * Instance/application.make: Do not protect against multiple inclusions. * Instance/bundle.make: Idem. * Instance/java.make: Idem. * Instance/java-tool.make: Idem. * Instance/rules.make: Idem. * Master/aggregate.make: Idem. * Master/application.make: Idem. * Master/bundle.make: Idem. * Master/java.make: Idem. * Master/java-tool.make: Idem. * Master/rules.make: Idem. * Master/rpm.make: Idem. * Master/source-distribution.make: Idem. Sat Feb 9 11:52:11 2002 Nicola Pero * GNUmakefile.in (clean): Remove Instance/Shared/*~. Sat Feb 9 11:45:16 2002 Nicola Pero * Instance/Shared/headers.make: New file - the code is new, and has improvements over the code found in old makefiles. * GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): Added headers.make. * Instance/bundle.make: Simplified and improved management of headers by using Instance/Shared/headers.make to manage headers. Sat Feb 9 11:22:10 2002 Nicola Pero * bundle.make: Broken into Master and Instance. * Master/bundle.make: New file. * Instance/bundle.make: New file. * GNUmakefile.in (INSTANCE_MAKE_FILES, MASTER_MAKE_FILES): Added bundle.make. Fri Feb 8 16:15:20 2002 Nicola Pero * Master/java-tool.make (internal-distclean): Depend on subprojects, not variables, to spare the recursive make invocation. * Master/java.make (internal-distclean): Idem. Fri Feb 8 13:32:33 2002 Nicola Pero * Instance/java.make (internal-java_package-uninstall): Added. Fri Feb 8 13:19:37 2002 Nicola Pero * Instance/Shared/java.make (shared-instance-java-uninstall): Implemented. Fri Feb 8 13:17:45 2002 Nicola Pero * Instance/Shared/java.make: New makefile fragment built from code common in java.make and java-tool.make. * Instance/java-tool.make: Simplified a lot by using Instance/Shared/java.make to do most of the work. * Instance/java.make: Idem. * GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): Install Instance/Shared/java.make. Fri Feb 8 12:36:01 2002 Nicola Pero * Instance/Shared: New directory. * Instance/Shared/README: New file. * GNUmakefile.in (INSTANCE_SHARED_MAKE_FILES): New variable. (install): Create the GNUSTEP_MAKEFILES/Instance/Shared directory. Install INSTANCE_SHARED_MAKE_FILES in there. Fri Feb 8 12:37:56 2002 Nicola Pero * Instance/rules.make (JAVA_JNI_OBJS): Fixed typo/bug - underscore in excess. Fri Feb 8 11:43:27 2002 Nicola Pero * java-tool.make: Broken into Master and Instance. * Instance/java-tool.make: New file. * Master/jave-tool.make: New file. * GNUmakefile.in (INSTANCE_MAKE_FILES): Added java-tool.make (MASTER_MAKE_FILES): Added java-tool.make. Fri Feb 8 10:07:42 2002 Nicola Pero * java.make: Broken into Master and Instance. * Instance/java.make: New file. * Master/java.make: New file. * GNUmakefile.in (INSTANCE_MAKE_FILES): Added java.make (MASTER_MAKE_FILES): Added java.make. Thu Feb 7 12:58:52 2002 Nicola Pero * java.make (install-java_package): Recognize and install xxx_JAVA_PROPERTIES_FILES. * java-tool.make (install-java_tool): Idem. 2002-02-04 Richard Frith-Macdonald * opentool.in: Rewrite searching code so that it looks in the appropriate host/os/library-combo subdirectory to find tools. 2002-02-03 Adam Fedor * configure.in: Remove setting of GCC_SO_DIR. Remove CPPFLAGS and LDFLAGS with GNUSTEP paths in them since they are already included in default rules. Set OBJC_CPPFLAGS/LDFLAGS for objc thread test. * GNUstep.csh.in: Remove GCC_SO_DIR * GNUstep.sh.in: Likewise. * ld_lib_path.csh: Likewise. * ld_lib_path.sh: Likewise. * Documentation/userfaq.texi: New file. Sat Feb 2 10:54:35 2002 Nicola Pero * GNUstep.sh.in (GNUSTEP_USER_ROOT): Fixed typo. * GNUstep.csh.in: Idem. Fri Feb 1 11:33:11 2002 Nicola Pero * Master/aggregate.make: New file with code taken from aggregate.make. * aggregate.make: If this is a Master invocation, include Master/aggregate.make, otherwise include nothing. * GNUmakefile.in (MASTER_MAKE_FILES): Install aggregate.make. 2002-02-01 Richard Frith-Macdonald * GNUmakeifle: install Master and Instance versions of application.make Thu Jan 31 17:47:39 2002 Nicola Pero * Master/application.make (APP_EXTENSION): Set it in common.make, so that it can be overridden at will. * Instance/application.make (INTERNAL_app_NAME, TARGET): Replaced everywhere by GNUSTEP_INSTANCE. Thu Jan 31 17:38:17 2002 Nicola Pero * application.make: Replaced with a makefile which includes Master/application.make or Instance/application.make or nothing depending on case. The original code broken in two and move into Master/application.make and Instance/application.make. * Master/application.make: New file. * Instance/application.make: new file. * GNUmakefile.in: Install the new files. Thu Jan 31 11:27:06 2002 Nicola Pero * configure.in: Moved determination of host, target and build system at the beginning of the file, so that any GNUstep test can use this knowledge. * configure.in (OBJC_RUNTIME_LIB): Use -F- option to awk rather than piping through an additional tr process. (DATE): Unused variable removed. (GNUSTEP_SYSTEM_ROOT, GNUSTEP_LOCAL_ROOT, GNUSTEP_NETWORK_ROOT, GNUSTEP_USER_ROOT): Print out which directories we are going to use for all these variables. (GNUSTEP_USER_ROOT): Set it to be ~/GNUstep or $HOMEDRIVE/$HOMEPATH/GNUstep on Windows. * configure: Regenerated. * GNUstep.sh.in (GNUSTEP_USER_ROOT): On Windows, convert \ into /. * GNUstep.csh.in: Idem. Wed Jan 30 19:01:11 2002 Nicola Pero * GNUmakefile.in (clean): Remove *~ in Master/ and Instance/ as well. Wed Jan 30 18:57:48 2002 Nicola Pero * Instance/README: New file. Wed Jan 30 18:43:06 2002 Nicola Pero * Master/rules.make (%.variables): Do not pass down to the Instance submake invocation _SUBPROJECTS, OBJC_FILES, JAVA_FILES and similar lists of source units. * Instance/rules.make: Set up all those variables here. ($(GNUSTEP_OBJ_DIR)): Rule to create the compilation directory moved into the top-level rules.make as it's not actually dependent on the instance. Wed Jan 30 18:13:25 2002 Nicola Pero * Instance/rules.make: Code to set generic flags and to build objects from sources moved back into the top-level rules.make. Code which will - not yet but will - depend on the instance retained here instead. * rules.make: Only include Instance/rules.make if GNUSTEP_INSTANCE is non empty. Wed Jan 30 17:56:44 2002 Nicola Pero * Master/rules.make (target): Renamed everywhere to 'instance' to avoid confusion. (%.variables): Pass down the new variables GNUSTEP_TYPE and GNUSTEP_INSTANCE, but not GNUSTEP_MAKE_INSTANCE_INVOCATION. * common.make: Unexport GNUSTEP_INSTANCE and GNUSTEP_TYPE rather than GNUSTEP_MAKE_INSTANCE_INVOCATION. * rules.make: Check for GNUSTEP_INSTANCE to decide whether to include Master/rules.make or not. Wed Jan 30 17:54:45 2002 Nicola Pero * rules.make (BUNDLE_EXTENSION, CURRENT_VERSION_NAME, DEPLOY_WITH_CURRENT_VERSION): Moved to common.make. Wed Jan 30 17:53:03 2002 Nicola Pero * rules.make: Always include Instance/rules.make, even if in the Master invocation, to allow master rules in GNUmakefile.postamble to be written as instance rules. Wed Jan 30 17:52:15 2002 Nicola Pero * configure.in (PERL): Do not check for PERL; do not generate which_lib.pl. * GNUmakefile.in (PERL): Do not define. (distclean): Do not remove which_lib.pl. * which_lib.pl.in: Removed. Wed Jan 30 17:48:57 2002 Nicola Pero * common.make (GNUSTEP_MAKE_INSTANCE_INVOCATION): Unexport the variable. Wed Jan 30 17:30:04 2002 Nicola Pero * tool.make (install-tool): Do not install the tool shell script wrapper. (internal-tool-uninstall): Do not remove it. * ctool.make (install-ctool, internal-ctool-uninstall): Idem. Wed Jan 30 17:11:34 2002 Nicola Pero * rules.make All global rules, and all %.variables, %.subprojects, %.tools rules and everything obviously used only in the Master invocation stage moved into Master/rules.make. All compilation rules and everything obviously used only in the Instance invocation stage moved into Instance/rules.make. * rules.make ($(GNUSTEP_MAKEFILES)/Master/*.make): New rule. ($(GNUSTEP_MAKEFILES)/Instance/*.make): New rule. Wed Jan 30 17:00:21 2002 Nicola Pero * Instance/rules.make: New file. * GNUmakefile.in (INSTANCE_MAKE_FILES): Install the new file. * rules.make ($(GNUSTEP_OBJ_DIR)): Rule moved to Instance/rules.make. Include Instance/rules.make if at the instance invocation. Wed Jan 30 16:39:41 2002 Nicola Pero Started a major reorganization of the package. * Master/: New directory. * Instance/: New directory. * rpm.make: Moved into Master/rpm.make. * source-distribution.make: Moved into Master/source-distribution.make. * Master/rules.make: New file. * Master/README: New file. * GNUmakefile.in: Create GNUSTEP_MAKEFILES/Master and GNUSTEP_MAKEFILES/Instance. Install rpm.make and source-distribution.make and Master/rules.make into GNUSTEP_MAKEFILES/Master. * rules.make (GNUSTEP_MAKE_INSTANCE_INVOCATION): Pass down to the submake with value of YES. (source-distribution.make, rpm.make): Code including them moved into Master/rules.make. (Master/rules.make): Include it, but only if GNUSTEP_MAKE_INSTANCE_INVOCATION is undefined. Wed Jan 30 12:50:04 2002 Nicola Pero * rules.make (LIB_DIRS_NO_SYSTEM): Removed. * application.make (ALL_GUI_LIBS): Use ALL_LIB_DIRS, not LIB_DIRS_NO_SYSTEM. ($(APP_FILE)): Do not add ALL_LIB_DIRS when linking. * bundle.make (ALL_BUNDLE_LIBS, $(BUNDLE_FILE)): Idem. * ctool.make (ALL_TOOL_LIBS, $(GNUSTEP_OBJ_DIR)/$(INTERNAL_ctool_NAME)$(EXEEXT)): Idem. * framework.make (ALL_FRAMEWORK_LIBS, $(FRAMEWOK_FILE)): Idem. * gswapp.make (ALL_GSW_LIBS, $(GSWAPP_FILE)): Idem. * gswbundle.make ($(GSWBUNDLE_FILE)): Idem. * objc.make (ALL_OBJC_LIBS, $(GNUSTEP_OBJ_DIR)/$(INTERNAL_objc_program_NAME)$(EXEEXT)): Idem. * palette.make ($(PALETTE_FILE)): Idem. * service.make (ALL_SERVICE_LIBS, $(SERVICE_FILE)): Idem. * test-library.make (ALL_TEST_LIBRARY_LIBS, $(GNUSTEP_OBJ_DIR)/$(INTERNAL_testlib_NAME)): Idem. * tool.make (ALL_TOOL_LIBS, $(GNUSTEP_OBJ_DIR)/$(INTERNAL_tool_NAME)$(EXEEXT)): Idem. * library.make ($(GNUSTEP_OBJ_DIR)/$(DLL_NAME)): Do not add ALL_LIB_DIRS (INTERNAL_LIBRARIES_DEPEND_UPON): Do not add $($(INTERNAL_library_NAME)_LIB_DIRS) and $(ADDITIONAL_LIB_DIRS). * clibrary.make: Similar changes. Tue Jan 29 13:29:26 2002 Nicola Pero * rules.make (LIBRARIES_DEPEND_UPON): Pass only target_LIBRARIES_DEPEND_UPON + LIBRARIES_DEPEND_UPON to the submake. Do not run which_lib here. * library.make (INTERNAL_LIBRARIES_DEPEND_UPON): New variable. Define in terms of LIBRARIES_DEPEND_UPON, after filtering it via which_lib. ($(GNUSTEP_OBJ_DIR)/$(DLL_NAME)): Use INTERNAL_LIBRARIES_DEPEND_UPON, not LIBRARIES_DEPEND_UPON. * clibrary.make: Same changes as in library.make. * target.make: Replaced everywhere LIBRARIES_DEPEND_UPON with INTERNAL_LIBRARIES_DEPEND_UPON. Tue Jan 29 13:10:17 2002 Nicola Pero * application.make (ALL_GUI_LIBS): Make sure it's not evaluated - which causes a subprocess to be run - unless needed to link. * bundle.make (ALL_BUNDLE_LIBS): Idem. * ctool.make (ALL_TOOL_LIBS): Idem. * framework.make (ALL_FRAMEWORK_LIBS): Idem. * gswapp.make (ALL_GSW_LIBS): Idem. * objc.make (ALL_OBJC_LIBS): Idem. * service.make (ALL_SERVICE_LIBS): Idem. * test-library.make (ALL_TEST_LIBRARY_LIBS): Idem. * tool.make (ALL_TOOL_LIBS): Idem. Tue Jan 29 12:39:53 2002 Nicola Pero * objc.make (TTMP_LIBS): Fixed - was using ALL_TOOL_LIBS instead of ALL_OBJC_LIBS. * service.make (ALL_SERVICE_LIBS): Rename from ALL_GUI_LIBS. (TTMP_LIBS): Use ALL_SERVICE_LIBS instead of ALL_GUI_LIBS. ($(SERVICE_FILE)): Use ALL_SERVICE_LIBS when compiling. 2002-01-28 Adam Fedor * Documentation/README.MinGW: Update Sun Jan 27 11:39:38 2002 Gregory John Casamento * library.make: A minor correction was necessary. The definition of SOVERSION in library.make was missing a right paren which was causing the build to fail when creating shared libraries. Sat Jan 26 15:02:49 2002 Nicola Pero * library.make: Recognize xxx_SOVERSION to be used to override the default SOVERSION (From an idea by Helge Hess). Added explanation of why this is an interesting option to have. Sat Jan 26 14:29:26 2002 Nicola Pero * executable.template.in (appname): Minor tidyup of the sed code to extract the executable name. Fri Jan 25 12:08:30 2002 Nicola Pero * rules.make: Added long comment explaining the difference between ADDITIONAL_XXX and AUXILIARY_XXX. 2002-01-25 Richard Frith-Macdonald * GNUstep.sh.in: Add some quoting to make paths to user GNUstep.sh file and make_services files work when there are embedded spaces. Wed Jan 23 02:53:51 2002 Nicola Pero * GNUstep.csh.in: Fixed setting GNUSTEP_USER_ROOT when it's empty from configuration. Tue Jan 22 21:46:30 2002 Nicola Pero * names.make: Removed unused conditional for internal_name_clean. Tue Jan 22 21:45:26 2002 Nicola Pero Simplified: frameworks now install symlinks to their headers and libraries in the same directories where libraries install theirs. * framework.make: Replaced everywhere GNUSTEP_FRAMEWORK_HEADERS with GNUSTEP_HEADERS, and GNUSTEP_FRAMEWORK_LIBRARIES with GNUSTEP_LIBRARIES. * common.make (GNUSTEP_FRAMEWORKS_HEADERS): Removed. (GNUSTEP_FRAMEWORKS_LIBRARIES): Removed. (GNUSTEP_FRAMEWORKS_HEADERS_FLAGS): Removed. (GNUSTEP_FRAMEWORKS_LIBRARIES_FLAGS): Removed. * rules.make (ALL_OBJCFLAGS): Do not use the removed flags. (ALL_CFLAGS): Idem. * rules.make (ALL_LIB_DIRS): Added ADDITIONAL_FRAMEWORK_DIRS and AUXILIARY_FRAMEWORK_DIRS. (ALL_FRAMEWORK_DIRS): Removed. * application.make: Removed references to ALL_FRAMEWORK_DIRS. * bundle.make: Idem. * gswapp.make: Idem. * tool.make: Idem. * target.make (SHARED_FRAMEWORK_LINK_CMD): Removed ALL_FRAMEWORK_DIRS. * ld_lib_path.sh (lib_paths): Removed xxx/Library/Libraries/yyy paths. Added missing GNUSTEP_NETWORK/Libraries path. (guile_paths): Added missing GNUSTEP_NETWORK paths. * ld_lib_path.csh: Removed xxx/Library/Libraries/yyy paths. Fixed position of GNUSTEP_NETWORK/Libraries paths. (GUILE_LOAD_PATH): Added missing GNUSTEP_NETWORK paths. Tue Jan 22 00:20:12 2002 Nicola Pero * GNUstep.sh.in (cygpath): Moved code to search for cygpath so that it's executed only if it's needed. Mon Jan 21 23:59:06 2002 Nicola Pero * configure.in (--with-user-root): Improved help message. * configure: Regenerated * executable.template.in: Removed check that EXEEXT is empty. Mon Jan 21 23:57:28 2002 Nicola Pero * common.make (GNUSTEP_HEADERS_FND_FLAG): Fixed order of flags. For libFoundation, added missing network header flag. * common.make: Implemented sanity check on GNUSTEP_*_ROOT. Exit with an error if any of those variables is unset. Simplified all the code in the file by removing obsolete checks for empty GNUSTEP_*_ROOT and simplified even further by merging all settings of library and header flags for different GNUSTEP_*_ROOT into simple single commands. Mon Jan 21 20:34:03 2002 Nicola Pero * config.guess: Updated to latest version. Mon Jan 21 17:34:35 2002 Nicola Pero * MediaBook.sh: Removed. * MediaBook.func: Removed. * GNUmakefile.in: Removed all references to MediaBook.sh and MediaBook.func. Mon Jan 21 17:12:18 2002 Nicola Pero * ctool.make (internal-ctool-uninstall): Uninstall the wrapper script if not flattened. * GNUmakefile.in (uninstall): Remove executable.template and cygpath.sh. Mon Jan 21 16:44:09 2002 Nicola Pero Support for building gnustep-make in another directory. * configure.in (CFLAGS): Add -I$srcdir before the compilation test. (Version): Include the file from $srcdir, not ./. * configure: Regenerated. * GNUmakefile.in (VPATH): Define. Run clean_cpu.sh, clean_vendor.sh and clean_os.sh from $srcdir rather than ./. (which_lib): Use -I. when compiling which_lib. When installing, install configure generated files from ./, and other files from $srcdir. (Patch from Balaton Zoltan, modified). Mon Jan 21 16:36:58 2002 Nicola Pero * configure.in (objc_threaded): When printing out the results of the test, print the thread flags we found as well. * configure: Regenerated. Mon Jan 21 16:09:12 2002 Nicola Pero * executable.template.in (appname): Modified to extract the executable name from the Info-gnustep.plist by using a single sed command, for performance reasons (Idea by Balaton Zoltan). Sun Jan 20 03:47:03 2002 Nicola Pero * common.make: Further simplification - removed GNUSTEP_USER_FRAMEWORKS_HEADERS_FLAGS, GNUSTEP_USER_FRAMEWORKS_LIBRARIES_FLAGS, GNUSTEP_USER_HEADERS_FLAGS, GNUSTEP_USER_LIBRARIES_FLAGS and similar for LOCAL, NETWORK and ROOT, in favour of new GNUSTEP_FRAMEWORKS_HEADERS_FLAGS, GNUSTEP_FRAMEWORKS_LIBRARIES_FLAGS, GNUSTEP_HEADERS_FLAGS, GNUSTEP_LIBRARIES_FLAGS variables. * rules.make (ALL_OBJCFLAGS): Use the new variables. (ALL_CFLAGS): Idem. (ALL_FRAMEWORK_DIRS): Idem. (ALL_LIB_DIRS): Idem. (LIB_DIRS_NO_SYSTEM): Idem. Sun Jan 20 00:19:05 2002 Nicola Pero * common.make: Removed GNUSTEP_SYSTEM_HEADERS, GNUSTEP_LOCAL_HEADERS, GNUSTEP_USER_HEADERS, GNUSTEP_NETWORK_HEADERS variables. (GNUSTEP_HEADERS_FND_FLAG): For the fd foundation, use GNUSTEP_TARGET_DIR instead of GNUSTEP_TARGET_CPU/GNUSTEP_TARGET_OS. Sun Jan 20 00:02:17 2002 Nicola Pero * common.make: Got rid of the GNUSTEP_HEADERS_TARGET_FLAGS variable. * rules.make (ALL_OBJCFLAGS, ALL_CFLAGS): Do not include GNUSTEP_HEADERS_TARGET_FLAGS. Sat Jan 19 23:58:13 2002 Nicola Pero * common.make (GNUSTEP_FRAMEWORKS_LIBRARIES_ROOT): Removed. (GNUSTEP_LIBRARIES_ROOT): Removed. Sat Jan 19 23:35:13 2002 Nicola Pero * framework.make (ADDITIONAL_INCLUDE_DIRS): Do not add -I$(DERIVED_SOURCES). Tue Jan 15 00:42:23 2002 Nicola Pero * which_lib.c: Reorganized and rewritten most code again. * configure.in (AC_HAVE_HEADERS): Do not check for sys/errno.h. * configure: Regenerated. Mon Jan 14 20:06:37 2002 Nicola Pero * which_lib.c (search_for_library_with_type): Bug fix - check that the return value of opendir is not NULL. Mon Jan 14 19:45:50 2002 Nicola Pero * executable.template.in (appname): Fixed extracting executable name from Info-gnustep.plist. Mon Jan 14 14:33:12 2002 Nicola Pero * which_lib.c: Rewritten. The main user visible change is that the new version searches libraries in a different -- much more logical -- order, which should finally fix the recurrent bugs/problems in library searches reported for the old version. A show_all=yes flag is provided for helping people in debugging it. Mon Jan 14 10:01:07 2002 Nicola Pero * configure.in: Quoted most paths. * configure: Regenerated. Fri Jan 11 10:34:15 2002 Nicola Pero * GNUstep.sh.in (ac_word, ac_dummy, ac_dir, ac_save_ifs): Renamed to word, dummy, dir, save_ifs. Fri Jan 11 09:58:37 2002 Nicola Pero * GNUstep.sh.in (ac_word, ac_dummy, ac_dir, ac_save_ifs): Unset each variable after using it. * ld_lib_path.sh (host_os, guile_paths): Unset each variable after using it. Fri Jan 11 09:04:57 2002 Nicola Pero Patches by Balaton Zoltan , modified: * GNUmakefile.in: Do not include Version. (distclean): Remove config.h. * GNUstep.sh.in: Changed the first line so that it doesnt' run it using /bin/sh but it but rather uses /bin/echo to print out a message saying that you must source it. * GNUstep.csh.in: Idem. * GNUstep.sh.in (CYGPATH): Renamed to cygpath. (CONVERT_WIN_PATHS): Renamed to convert_win_paths. (tmpdir, cygpath, tmp_IFS, dir, temp_path, convert_win_paths, G_U_R, G_L_R, G_N_R, G_S_R, gnustep_class_path): Unset each variable after using it. Check and source $GNUSTEP_USER_ROOT/GNUstep.sh rather than ~/GNUstep/GNUstep.sh. Check that make_services is an executable file, not only a standard file, before executing it. * ld_lib_path.sh (last_path_part, tool_path_part, dir, additional, lib_paths, old_IFS): Unset each variable after using it. * GNUstep.csh.in (GNUSTEP_PATHPREFIX): Fixed to be GNUSTEP_PATHPREFIX_LIST. (tp): Renamed to temp_path. (temp_path, dir, gnustep_class_path, TDIR): Unset each variable after using it. Check that GNUSTEP_FLATTENED is empty by using == "". For Tools, add the LIBRARY_COMBO dir to PATH as well when GNUSTEP_FLATTENED. Only set PATH if it doesn't already contain temp_path. Use GNUSTEP_MAKEFILES. Only set the CLASSPATH if it doesn't already contain gnustep_class_path. Look for and source $GNUSTEP_USER_ROOT/GNUstep.csh rather than ~/GNUstep/GNUstep.csh. Check that make_services is executable, not only that it exists, before executing it. * ld_lib_path.csh (tool_path_part, last_path_part, host_os, additional, dir, lib_paths): Unset them after using them. Thu Jan 10 15:13:35 2002 Nicola Pero * configure.in: Do not source ../Version. * configure: Regenerated. Wed Jan 9 11:08:57 2002 Nicola Pero * config.guess: Updated to latest version. * config.sub: Idem. 2002-01-07 Adam Fedor * Version: 1.2.1 * Documentation/gnustep-howto.texi, install.texi, news.texi: Update. 2002-01-06 Richard Frith-Macdonald * documentation.make: quick hack for agsdoc install to ignore failure of the re-link operation. Sat Jan 5 06:55:54 2002 Nicola Pero * documentation.make (internal-doc-install, internal-doc-uninstall): New rules with support for xxx_INSTALL_FILES, which can be used for non-preprocessed files. 2002-01-05 Richard Frith-Macdonald * ld_lib_path.sh: Setup GUILE_LOAD_PATH * ld_lib_path.csh: ditto 2002-01-04 Richard Frith-Macdonald * documentation.make: revert to old autogsdoc rules as standard, keeping new ruleset as 'experimental' ... should allow people to use autogsdoc stuff reliably using the release Adam is planning to do real soon and pending us getting the new rules working properly. Retain checks for libxml for cleaner handling of case where it is not present. Modify experimental code to have html files depend on the igsdoc file so that their cross references get set up correctly. Outstanding requirements for experimental rules ... need to get dependency on .m files working and probably other things (certainly performance improvements needed). Fri Jan 4 15:37:19 2002 Nicola Pero * documentation.make: autogsdoc rules - rewritten. Fri Jan 4 08:09:26 2002 Nicola Pero * target.make (SHARED_LIBEXT): For HP-UX IA64, use .so rather than .sl as the shared library extension (Patch from Dominique Dumont ). 2001-12-29 Adam Fedor * Documentation/README.NetBSD: Typos. * Documentation/faq.texi: Update. * Documentation/machines.texi: Likewise. 2001-12-26 Adam Fedor * target.make (darwin1): Use NeXT Compiler when using NeXT runtime. Tue Dec 25 08:57:37 2001 Nicola Pero * which_lib.c (stripstr): Removed check for len == 0. Fri Dec 21 19:03:49 2001 Nicola Pero * documentation.make ($(INTERNAL_doc_NAME)): New target for AGSDOC_FILES. (generate-autogsdoc): Depend on it. Thu Dec 20 23:27:42 2001 Nicola Pero * common.make: Disable the check on PATH if we are running on an Apple system (Requested by Helge Hess). Mon Dec 17 11:10:23 2001 Nicola Pero * bundle.make (internal-bundle-install): Another tar option update for portability: create a temporary exclude file and use X old option instead of --exclude option. 2001-12-15 Richard Frith-Macdonald * documentation.make: added basic support for building documentation using the autogsdoc program. * rules.make: ditto 2001-12-14 Adam Fedor * application.make: Use pl2link to create a .desktop file. Install it in the app package. Fri Dec 14 12:32:45 2001 Nicola Pero * palette.make (internal-palette-install): If CHOWN_TO is defined, chown the installed dir. Fri Dec 14 12:22:44 2001 Nicola Pero Implemented strip=yes. * config.make.in (STRIP): New variable. * rules.make (INSTALL_PROGRAM): Add -s if strip=yes. (strip): Export if defined to be yes. * application.make (internal-app-install): Strip the installed executable if strip=yes. * bundle.make (internal-bundle-install): Idem. * framework.make (internal-framework-install): Idem. * gswapp.make (internal-gswapp-install): Idem. * gswbundle.make (internal-bundle-install): Idem. * palette.make (internal-palette-install): Idem. * service.make (internal-service-install): Idem. Thu Dec 13 12:27:18 2001 Nicola Pero * java-tool.make ($(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_java_tool_NAME)): Run chown on the installed executable template. Thu Dec 13 12:00:31 2001 Nicola Pero * GNUmakefile.in (install): Create more GNUSTEP_SYSTEM_ROOT and GNUSTEP_LOCAL_ROOT directories. Thu Dec 13 10:23:19 2001 Nicola Pero * rules.make (INSTALL_AS_USER, INSTALL_AS_GROUP): Export them if they are defined. 2001-12-12 Adam Fedor * common.make (ADDITIONAL_FLAGS): Defines for diagnose flag. Wed Dec 12 22:59:00 2001 Manuel Guesdon * gswapp.make: adding resource-dirs and webresource-dirs installation Wed Dec 12 17:12:54 2001 Nicola Pero * common.make: Moved all INSTALL_AS_USER and INSTALL_AS_GROUP related code to rules.make so that INSTALL_AS_USER and INSTALL_AS_GROUP can be safely defined in the GNUmakefile.preamble. Wed Dec 12 16:00:54 2001 Nicola Pero * common.make (AFTER_INSTALL_LIBRARY_CMD): Append AFTER_INSTALL_SHARED_LIB_CHOWN if we are creating shared libs and CHOWN_TO is defined. * target.make (AFTER_INSTALL_SHARED_LIB_CHOWN): New variable. Wed Dec 12 14:57:47 2001 Nicola Pero * tool.make ($(TOOL_INSTALLATION_DIR)): Use MKINSTALLDIRS, not MKDIRS. Wed Dec 12 14:44:16 2001 Nicola Pero * mkinstalldirs: Do not run chown if mkdir fails. Wed Dec 12 13:25:21 2001 Nicola Pero Implemented INSTALL_AS_USER and INSTALL_AS_GROUP. * config.make.in (CHOWN): New variable - define. * configure.in (CHOWN): Added test for chown. * configure: Regenerated. * common.make (INSTALL_AS): New variable - define. (INSTALL): Append INSTALL_AS at the end. (CHOWN_TO): New variable - define. (MKINSTALLDIRS): New variable - define. * mkinstalldirs: Modified to recognize a `-c CHOWN_TO' option, running chown as needed when that option is passed. * tool.make (install-tool): Use INSTALL_DATA, not cp, to install executable.template. * ctool.make (install-ctool): Idem. * application.make (internal-app-install): If CHOWN_TO is defined, run chown after installing, to set user and group. * bundle.make (internal-bundle-install): Idem. * documentation.make (internal-doc-install): Idem - for JAVADOC_FILES. * Documentation/makedoc.make: Idem. * framework.make (internal-framework-install): Idem. * gswapp.make (internal-gswapp-install): Idem. * gswbundle.make (internal-bundle-install): Idem. * service.make (internal-service-install): Idem. * application.make ($(GNUSTEP_APPS)): Use MKINSTALLDIRS, not MKDIRS, to create the installation directory. * bundle.make ($(BUNDLE_INSTALL_DIR)): Idem. (internal-bundle-install): Idem. * clibrary.make ($(FINAL_LIBRARY_INSTALL_DIR)): Idem. ($(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)): Idem. ($(DLL_INSTALLATION_DIR)): Idem. ($(ADDITIONAL_INSTALL_DIRS)): Idem. * ctool.make ($(CTOOL_INSTALLATION_DIR)): Idem. * documentation.make ($(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)): Idem. * framework.make ($(GNUSTEP_FRAMEWORKS_HEADERS)): Idem. ($(GNUSTEP_FRAMEWORKS_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)): Idem. ($(FRAMEWORK_INSTALL_DIR)): Idem. ($(DLL_INSTALLATION_DIR)): Idem. (internal-framework-install): Idem. * gswapp.make (internal-gswapp-install): Idem. * gswbundle.make (internal-bundle-install): Idem. ($(GSWBUNDLE_INSTALL_DIR)): Idem. * java.make ($(JAVA_INSTALLATION_DIR)): Idem. (internal-install-java-dirs): Idem. * java-tool.make ($(JAVA_TOOL_INSTALLATION_DIR)): Idem. (internal-install-java_tool-dirs): Idem. * library.make ($(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)): Idem. ($(FINAL_LIBRARY_INSTALL_DIR)): Idem. ($(ADDITIONAL_INSTALL_DIRS)): Idem. ($(DLL_INSTALLATION_DIR)): Idem. * objc.make ($(OBJC_PROGRAM_INSTALLATION_DIR)): Idem. * palette.make ($(PALETTE_INSTALL_DIR)): Idem. * service.make ($(GNUSTEP_SERVICES)): Idem. * subproject.make ($(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)): Idem. ($(ADDITIONAL_INSTALL_DIRS)): Idem. * framework.make ($(FRAMEWORK_DIR_NAME)/Resources): Now a separate rule. Wed Dec 12 11:15:13 2001 Nicola Pero * bundle.make (internal-bundle-install): Added a '/' between GNUSTEP_HEADERS and HEADER_FILES_INSTALL_DIR. (internal-bundle-uninstall): Idem. * framework.make (internal-framework-uninstall): Idem. * gswbundle.make (internal-bundle-install): Idem. (internal-bundle-uninstall): Idem. * subproject.make ($(GNUSTEP_HEADERS)$(HEADER_FILES_INSTALL_DIR)): Idem. (internal-install-headers): Idem. (internal-subproject-install): Idem. (internal-subproject-uninstall): Idem. Wed Dec 12 11:07:41 2001 Nicola Pero * gswbundle.make (internal-bundle-install): Removed MKDIRS in excess. Wed Dec 12 11:04:29 2001 Nicola Pero * service.make (internal-service-clean): Unused target - removed. Wed Dec 12 11:02:14 2001 Nicola Pero * config.make.in (RCEXT): Unused variable - removed. (RESEXT): Unused variable - removed. (RC): Unused variable - removed. Mon Dec 10 23:18:52 2001 Nicola Pero * rules.make (%.h): Added rule to build %.h files from %.psw files, needed when installing %.h files generated from %.psw files in frameworks (Patch from Jay McCarthy ). Mon Dec 10 23:02:24 2001 Nicola Pero * bundle.make (internal-bundle-install): Do not attempt to make the Contents/Resources --> Resources symbolic link in the installation directory if Contents/Resources already exists and is a directory - so that we can hopefully work correctly even if tar is broken and passing the --exclude and/or h option to it doesn't work. Mon Dec 10 22:04:09 2001 Nicola Pero * bundle.make (internal-bundle-install): Yet another rephrasing of tar options to get wider portability. Mon Dec 10 17:32:52 2001 Nicola Pero * bundle.make (internal-bundle-install): Use `f -' instead of --to-stdout option to tar. Mon Dec 10 09:54:09 2001 Nicola Pero * application.make (internal-clean): Remove .c and .h files generated by pswrap. * clibrary.make (internal-clean): Idem. * bundle.make (internal-clean): Idem. * framework.make (internal-framework-clean): Idem. * library.make (internal-clean): Idem. * palette.make (internal-clean): Idem. * service.make (internal-clean): Idem. * subproject.make (internal-clean): Idem. * test-application.make (internal-clean): Idem. * test-library.make (internal-clean): Idem. Mon Dec 10 09:18:33 2001 Nicola Pero * Documentation/makedoc.make: Recreated from the top level documentation.make. * Documentation/makerules.make: Recreated from the top level rules.make. * Documentation/GNUmakefile.in (INSTALL, INSTALL_DATA, MKDIRS): Define. (DOCUMENT_TEXT_NAME): Added FAQ. (TOP_DOC_FILES): Added FAQ. (GNUstep-HOWTO_DOC_INSTALL_DIR): Define. (FAQ_DOC_INSTALL_DIR): Idem. (make_DOC_INSTALL_DIR): Idem. (faq_DOC_INSTALL_DIR): Idem. (machines_DOC_INSTALL_DIR): Idem. (gnustep-howto_DOC_INSTALL_DIR): Idem. (internals_DOC_INSTALL_DIR): Idem. (INSTALL_DOC_INSTALL_DIR): Idem. (NEWS_DOC_INSTALL_DIR): Idem. (README_DOC_INSTALL_DIR): Idem. (ANNOUNCE_DOC_INSTALL_DIR): Idem. (DESIGN_DOC_INSTALL_DIR): Idem. (GNUSTEP_PREFIX): Removed this unused variable. (regenerate): Depend on all. (after-install, after-uninstall): Added, to [un]install DESIGN. * FAQ: Regenerated. * GNUstep-HOWTO: Regenerated. Sat Dec 8 14:22:43 2001 Nicola Pero * library-combo.make (OBJC_RUNTIME_LIB, FOUNDATION_LIB, GUI_LIB): Modified code setting these variables to allow the user to override their definition manually. (runtime, foundation, gui): Variables removed - obsoleted - the user should set OBJC_RUNTIME_LIB, FOUNDATION_LIB and GUI_LIB directly. (library_combo, the_library_combo): Simplified code. Sat Dec 8 13:27:12 2001 Nicola Pero * brain.make: Renamed to library-combo.make. * GNUmakefile.in (MAKE_FILES): Updated for change. * common.make: Updated for change. Thu Dec 6 09:11:51 2001 Nicola Pero * bundle.make (internal-bundle-install): Use h option with tar to dereference symbolic links to external files if any; use --exclude Contents/Resources with tar; create the Contents/Resources --> Resources link manually after installing the bundle with tar. Mon Dec 3 10:09:08 2001 Nicola Pero * documentation.make ($(INTERNAL_doc_NAME).tar.gz): Bug fix: added missing z option to tar. Mon Dec 3 09:44:26 2001 Nicola Pero * target.make: New target - Mac OS X 10.1.1 darwin5.1 (Patch by Helge Hess ). Wed Nov 28 18:17:50 2001 Nicola Pero * clibrary.make (LIBRARY_FILE): Fixed typo for BUILD_DLL ... library_name being used instead of clibrary_name. Wed Nov 28 11:18:01 2001 Nicola Pero * configure.in (--with-user-root): New configure option allowing to ask for a different GNUSTEP_USER_ROOT to be used. * configure: Regenerated. * GNUstep.sh.in (GNUSTEP_USER_ROOT): Define from configure if needed. * GNUstep.csh.in: Idem. Wed Nov 28 11:08:07 2001 Nicola Pero * brain.make (WO_LDFLAGS, WO_LIBS, WO_DEFINE): Removed. (Suggested by Helge Hess ). 2001-11-26 Adam Fedor * Documentation/README.NetBSD: Update from jnqt@fbe.freeserve.ne.jp. Thu Nov 22 13:28:34 2001 Nicola Pero * configure.in (AUTO_DEPENDENCIES): New configure check which automatically sets AUTO_DEPENDENCIES to yes if the compiler is GCC => 3.x. * configure: Regenerated. * config.make.in (AUTO_DEPENDENCIES): Added. * rules.make (AUTO_DEPENDENCIES_FLAGS): Set them only if not already set. Thu Nov 22 10:41:39 2001 Nicola Pero * source-distribution.make (tgz): tgz target renamed to dist. (Suggestion by Dan Pascu ). * source-distribution.make (.PHONY): Updated for change. * rpm.make (rpm): Updated for change. * source-distribution.make (TGZ_MAKE_LOADED): Renamed to SOURCE_DISTRIBUTION_MAKE_LOADED. Thu Nov 22 03:05:33 2001 Nicola Pero Implemented support for auto dependencies. Only works with gcc => 3.x. * rules.make: Include appropriate .d dependency files if AUTO_DEPENDENCIES is yes. (AUTO_DEPENDENCIES_FLAGS): Define to be -MMD -MP if AUTO_DEPENDENCIES is yes. (ALL_CPPFLAGS): Add AUTO_DEPENDENCIES_FLAGS. (Idea by Malmberg ). Thu Nov 22 02:52:42 2001 Nicola Pero * depend.make: Obsolete file removed. Thu Nov 22 00:43:33 2001 Nicola Pero * rpm.make (check-RPM_TOPDIR): New target. (rpm): Code to check RPM_TOPDIR moved in the new check-RPM_TOPDIR target; if RELEASE_DIR is set, copy the .tar.gz file from there. (.PHONY): Added check-RPM_TOPDIR. Thu Nov 22 00:06:02 2001 Nicola Pero * source-distribution.make: Rewritten. Bug fixes; new features; all packages built using gnustep-make should now be able to take full advantage of its facilities. Wed Nov 21 15:34:15 2001 Nicola Pero * common.make (ADDITIONAL_JAVAFLAGS): Removed unused variable. (INTERNAL_JAVACFLAGS): Defined to be `-g -deprecation' if debug=yes, and `-O' otherwise. * rules.make (ALL_JAVACFLAGS): Add INTERNAL_JAVACFLAGS. Do not add -deprecation manually. 2001-11-19 Adam Fedor * Documentation/README.NetBSD: Update from jnqt@fbe.freeserve.ne.jp. 2001-11-11 Adam Fedor * Version: 1.2.0 Tue Nov 13 16:27:45 2001 Nicola Pero * rules.make (internal-check-install-permissions): Only check for permission to write if the installation directory exists. Tue Nov 13 14:02:06 2001 Nicola Pero * rpm.make: Fixed check for debug variable so that it correctly manages debug = no. Tue Nov 13 13:57:13 2001 Nicola Pero * common.make: In the check that GNUSTEP_SYSTEM_ROOT/Tools is in the PATH, for windows use cygpath not cygpath.sh (Suggested by Stephen Brandon). Fri Nov 9 13:34:50 2001 Nicola Pero * opentool.in: Fixed (again!) the fact that if there is both a local and an installed tool, the local one should be used, not the installed one. Rewritten checks for local tools - we now search in ./, then in ./obj, then in ./Tools/, then in ./Tools/obj, then look for an installed tool. 2001-11-08 Adam Fedor * configure.in (TAR): Undo last patch, add configure option to set name of tar command. Wed Nov 7 23:43:19 2001 Nicola Pero * common.make: Moved check that GNUSTEP_SYSTEM_ROOT/Tools is in PATH after including names.make. In the same check, for windows, when calling cygpath.sh, use the full path so it should find it even if PATH - which we are just checking - is messed up. Wed Nov 7 08:49:18 2001 Nicola Pero * rules.make ($(GNUSTEP_OBJ_DIR)/%${OEXT}): Put the $<_FILE_FLAGS after the other flags so that they take precendence over them. (%.class, %.h): Idem. Wed Nov 7 08:41:18 2001 Nicola Pero * rules.make ($(GNUSTEP_OBJ_DIR)/%${OEXT}): Implemented support for file specific compilation flags - xxx_FILE_FLAGS to add and xxx_FILE_FILTER_OUT_FLAGS to filter out flags when compiling file xxx. (%.class, %.h): Idem. 2001-11-06 Adam Fedor * configure.in: Use tar on freebsd (patch from kim@tinker.com). Tue Nov 6 20:35:23 2001 Nicola Pero * common.make: When checking that GNUSTEP_SYSTEM_ROOT/Tools is in the PATH, fix - if needed - the tools path on mingw before doing the check (Suggestion originally from Stephen Brandon ). 2001-11-03 Adam Fedor * bundle.make ($(BUNDLE_DIR_NAME)/Resources/Info-gnustep.plist): Add *Info.plist (suggestion from stefanurbanek@yahoo.fr). 2001-10-26 Adam Fedor * Documentation/news.texi: Update Thu Oct 25 10:41:04 2001 Nicola Pero * configure.in: Output a message displaying the version of gnustep-make we are compiling. * configure: Regenerated. * GNUmakefile.in (config.make, gnustep-make.spec): Depend on Version. Use the --recheck option for config.status to force the new Version to be used whenever it's changed. 2001-10-24 Adam Fedor * Version: 1.2.0pre1 * Documentation/README.MinGW: Update. * Documentation/machines.texi: Likewise. * Documentation/news.texi: Likewise. * Documentation/readme.texi: Likewise. * target.make (Solaris BUNDLE_LDFLAGS): Change flags to more modern version. Tue Oct 23 10:47:39 2001 Nicola Pero * clibrary.make (FINAL_LIBRARY_INSTALL_DIR): Define and use everywhere. * library.make (FINAL_LIBRARY_INSTALL_DIR): Idem. * target.make: Replaced everywhere $(LIBRARY_INSTALL_DIR)/$(GNUSTEP_TARGET_LDIR) with $(FINAL_LIBRARY_INSTALL_DIR). 2001-10-18 Richard Frith-Macdonald * rules.make: Use -deprecation for java compiles if debug=yes 2001-10-16 Adam Fedor * Make paths work correctly on Windows/MinGW * GNUmakefile.in: Add cygpath.sh * cygpath.sh: New file. * GNUstep.sh.in: Use Windows method of getting user dir, use cygpath to mangle PATHs. * framework.make (internal-framework-install): Windows (DLL) specific installation. (patches from stephen@brandonitconsulting.co.uk). * configure.in: Simple test for Windows - use C:/GNUstep for default if true. * Documentation/README.MinGW: Updated. * debugapp.in: Use argument with read. * executable.template.in: Print cpu/os on an error. 2001-10-15 Adam Fedor * bundle.make ($(BUNDLE_DIR_NAME)/Contents/Resources): Remove -f (Solaris ln -f doesn't work). * target.make (LIBRARY_INSTALL_DIR): Update for last change removing GNUSTEP_TARGET_DIR. Tue Oct 16 03:30:08 2001 Nicola Pero Warning - very minor backwards incompatible change in the API, which should only affect gnustep-objc. * library.make (LIBRARY_INSTALL_DIR): Changed not to include the GNUSTEP_TARGET_LDIR. All occurrences of LIBRARY_INSTALL_DIR updated for this change. * clibrary.make: New file derived from library.make. It does the same, but installs in a different way. * GNUmakefile.in (MAKE_FILES): Added clibrary.make. 2001-10-09 Adam Fedor * config.site: Fix for empty target. (suggested by Laurent.Julliard@xrce.xerox.com). Mon Oct 8 14:06:30 2001 Nicola Pero * service.make (CPP_FLAGS): Add the DLL flags for ALL_GUI_LIBS if WITH_DLL is yes (patch prepared with Stephen Brandon ). Mon Oct 1 03:16:05 2001 Nicola Pero Warning - backwards incompatible change in API. * common.make (GNUSTEP_LIBRARIES): Redefine to be what was called GNUSTEP_LIBRARIES_ROOT before. (GNUSTEP_FRAMEWORKS_LIBRARIES): Redefine to be what was called GNUSTEP_FRAMEWORKS_LIBRARIES_ROOT before. (GNUSTEP_LIBRARIES_ROOT): Deprecated. (GNUSTEP_FRAMEWORKS_LIBRARIES): Deprecated. (GNUSTEP_RESOURCES, GNUSTEP_JAVA): Define standalone without relying on GNUSTEP_LIBRARIES. * framework.make: Updated for change - all occurrences of $(GNUSTEP_FRAMEWORKS_LIBRARIES) replaced with $(GNUSTEP_FRAMEWORKS_LIBRARIES)/$(GNUSTEP_TARGET_LDIR). * library.make (LIBRARY_INSTALL_DIR): Updated for change - use $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) rather than $(GNUSTEP_LIBRARIES). Mon Oct 1 02:51:10 2001 Nicola Pero * common.make (GNUSTEP_TARGET_LIBRARIES): Variable removed. (GNUSTEP_LIBRARIES): Updated definition. (GNUSTEP_FRAMEWORKS_TARGET_LIBRARIES): Variable removed. (GNUSTEP_FRAMEWORKS_LIBRARIES): Updated definition. Sun Sep 30 14:50:13 2001 Nicola Pero * common.make (GNUSTEP_SYSTEM_LIBRARIES_ROOT): Variable removed. (GNUSTEP_SYSTEM_FRAMEWORKS_LIBRARIES_ROOT): Idem. (GNUSTEP_SYSTEM_FRAMEWORKS_HEADERS): Idem. (GNUSTEP_SYSTEM_LIBRARIES_FLAGS): Updated definition. (GNUSTEP_SYSTEM_FRAMEWORKS_LIBRARIES_FLAGS): Idem. (GNUSTEP_SYSTEM_FRAMEWORKS_HEADERS_FLAGS): Idem. (GNUSTEP_LOCAL_LIBRARIES_ROOT): Corresponding change. (GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_ROOT): Idem. (GNUSTEP_LOCAL_FRAMEWORKS_HEADERS): Idem. (GNUSTEP_LOCAL_LIBRARIES_FLAGS): Idem. (GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAGS): Idem. (GNUSTEP_LOCAL_FRAMEWORKS_HEADERS_FLAGS): Idem. (GNUSTEP_USER_LIBRARIES_ROOT): Corresponding change. (GNUSTEP_USER_FRAMEWORKS_LIBRARIES_ROOT): Idem. (GNUSTEP_USER_FRAMEWORKS_HEADERS): Idem. (GNUSTEP_USER_LIBRARIES_FLAGS): Idem. (GNUSTEP_USER_FRAMEWORKS_LIBRARIES_FLAGS): Idem. (GNUSTEP_USER_FRAMEWORKS_HEADERS_FLAGS): Idem. (GNUSTEP_NETWORK_LIBRARIES_ROOT): Corresponding change. (GNUSTEP_NETWORK_FRAMEWORKS_LIBRARIES_ROOT): Idem. (GNUSTEP_NETWORK_FRAMEWORKS_HEADERS): Idem. (GNUSTEP_NETWORK_LIBRARIES_FLAGS): Idem. (GNUSTEP_NETWORK_FRAMEWORKS_LIBRARIES_FLAGS): Idem. (GNUSTEP_NETWORK_FRAMEWORKS_HEADERS_FLAGS): Idem. Sun Sep 30 14:22:16 2001 Nicola Pero * common.make (GNUSTEP_SYSTEM_FRAMEWORKS_LIBRARIES): Variable removed. (GNUSTEP_SYSTEM_FRAMEWORKS_LIBRARIES_FLAGS): Updated definition for removal of variable. (GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES): Corresponding change. (GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAGS): Corresponding change. (GNUSTEP_USER_FRAMEWORKS_LIBRARIES): Corresponding change. (GNUSTEP_USER_FRAMEWORKS_LIBRARIES_FLAGS): Corresponding change. (GNUSTEP_NETWORK_FRAMEWORKS_LIBRARIES): Corresponding change. (GNUSTEP_NETWORK_FRAMEWORKS_LIBRARIES_FLAGS): Corresponding change. Sun Sep 30 14:09:05 2001 Nicola Pero * common.make (GNUSTEP_SYSTEM_LIBRARIES): Variable removed. (GNUSTEP_SYSTEM_TARGET_LIBRARIES): Variable removed. (GNUSTEP_SYSTEM_LIBRARIES_FLAGS): Updated for removal of variables. Do not duplicate flags in case GNUSTEP_FLATTENED. (GNUSTEP_LOCAL_LIBRARIES): Corresponding change. (GNUSTEP_LOCAL_TARGET_LIBRARIES): Corresponding change. (GNUSTEP_LOCAL_LIBRARIES_FLAGS): Corresponding change. (GNUSTEP_NETWORK_LIBRARIES): Corresponding change. (GNUSTEP_NETWORK_TARGET_LIBRARIES): Corresponding change. (GNUSTEP_NETWORK_LIBRARIES_FLAGS): Corresponding change. (GNUSTEP_USER_LIBRARIES): Corresponding change. (GNUSTEP_USER_TARGET_LIBRARIES): Corresponding change. (GNUSTEP_USER_LIBRARIES_FLAGS): Corresponding change. Sun Sep 30 14:03:02 2001 Nicola Pero * common.make (GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAGS): Variable removed. Flag moved into GNUSTEP_LOCAL_LIBRARIES_FLAGS. (GNUSTEP_USER_TARGET_LIBRARIES_FLAGS): Idem. (GNUSTEP_NETWORK_TARGET_LIBRARIES_FLAGS): Idem. * rules.make (ALL_LIB_DIRS, LIB_DIRS_NO_SYSTEM): No longer need to add GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAGS as GNUSTEP_LOCAL_LIBRARIES_FLAGS is enough now. Similar for GNUSTEP_USER_TARGET_LIBRARIES_FLAGS and GNUSTEP_NETWORK_TARGET_LIBRARIES_FLAGS. Sun Sep 30 13:46:38 2001 Nicola Pero * test-library.make ($(SCRIPTS_DIRECTORY)/config/unix.exp): Do not use GNUSTEP_SYSTEM_LIBRARIES_ROOT or similar variables considered internal to common.make; use the obvious replacement $(GNUSTEP_SYSTEM_ROOT)/Libraries and similar instead. Sun Sep 30 13:36:43 2001 Nicola Pero * common.make: (GNUSTEP_SYSTEM_FRAMEWORKS_TARGET_LIBRARIES): Variable removed. (GNUSTEP_SYSTEM_FRAMEWORKS_LIBRARIES): Definition updated for removal of variable. (GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES), (GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES): Similar changes. (GNUSTEP_USER_FRAMEWORKS_TARGET_LIBRARIES), (GNUSTEP_USER_FRAMEWORKS_LIBRARIES): Similar changes. (GNUSTEP_NETWORK_FRAMEWORKS_TARGET_LIBRARIES), (GNUSTEP_NETWORK_FRAMEWORKS_LIBRARIES): Similar changes. Sun Sep 30 13:22:39 2001 Nicola Pero * common.make (GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES_FLAGS): Variable removed. (GNUSTEP_NETWORK_FRAMEWORKS_TARGET_LIBRARIES_FLAGS): Idem. (GNUSTEP_USER_FRAMEWORKS_TARGET_LIBRARIES_FLAGS): Idem. Sun Sep 30 13:10:43 2001 Nicola Pero * common.make (GNUSTEP_SYSTEM_HEADERS_FLAGS): New variable. (GNUSTEP_SYSTEM_FRAMEWORKS_HEADERS_FLAGS): Idem. (GNUSTEP_SYSTEM_LIBRARIES_FLAGS): Idem. (GNUSTEP_SYSTEM_FRAMEWORKS_LIBRARIES_FLAGS): Idem. * rules.make (ALL_OBJCFLAGS): Use the new variables. (ALL_CFLAGS): Idem. (LIB_DIRS_NO_SYSTEM): Idem. (ALL_LIB_DIRS): Idem. (ALL_FRAMEWORK_DIRS): Idem. Sun Sep 30 12:55:14 2001 Nicola Pero * common.make (GNUSTEP_LOCAL_LIBRARIES_FLAG): Renamed to GNUSTEP_LOCAL_LIBRARIES_FLAGS. (GNUSTEP_USER_LIBRARIES_FLAG): Similar change. (GNUSTEP_NETWORK_LIBRARIES_FLAG): Similar change. (GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAG): Renamed to GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAGS. (GNUSTEP_USER_TARGET_LIBRARIES_FLAG): Similar change. (GNUSTEP_NETWORK_TARGET_LIBRARIES_FLAG): Similar change. (GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAG): Renamed to GNUSTEP_LOCAL_FRAMEWORKS_LIBRARIES_FLAGS. (GNUSTEP_USER_FRAMEWORKS_LIBRARIES_FLAG): Similar change. (GNUSTEP_NETWORK_FRAMEWORKS_LIBRARIES_FLAG): Similar change. (GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES_FLAG): Renamed to GNUSTEP_LOCAL_FRAMEWORKS_TARGET_LIBRARIES_FLAGS. (GNUSTEP_USER_FRAMEWORKS_TARGET_LIBRARIES_FLAG): Similar change. (GNUSTEP_NETWORK_FRAMEWORKS_TARGET_LIBRARIES_FLAG): Similar change. (GNUSTEP_LOCAL_HEADERS_FLAG): Renamed to GNUSTEP_LOCAL_HEADERS_FLAGS. (GNUSTEP_USER_HEADERS_FLAG): Renamed to (GNUSTEP_NETWORKS_HEADERS_FLAG): Renamed to (GNUSTEP_LOCAL_FRAMEWORKS_HEADERS_FLAG): Renamed to GNUSTEP_LOCAL_FRAMEWORKS_HEADERS_FLAGS. (GNUSTEP_USER_FRAMEWORKS_HEADERS_FLAG): Renamed to (GNUSTEP_NETWORKS_FRAMEWORKS_HEADERS_FLAG): Renamed to (GNUSTEP_HEADERS_TARGET_FLAG): Renamed to GNUSTEP_HEADERS_TARGET_FLAGS. * rules.make (ALL_OBJCFLAGS): Updated for variable name change. (ALL_CFLAGS): Idem. (ALL_FRAMEWORK_DIRS): Idem. (ALL_LIB_DIRS): Idem. (LIB_DIRS_NO_SYSTEM): Idem. Sun Sep 30 12:09:52 2001 Nicola Pero * common.make: (GNUSTEP_LOCAL_TARGET_LIBRARIES_FLAG): Define - fixing the bug that -L/opt/GNUstep/Local/Libraries/ix86/linux-gnu was missing on the link line. 2001-09-25 Adam Fedor * Documentation/README.MinGW: Update * Documentation/machines.texi: Likewise. * GNUstep-HOWTO: Regen. Fri Sep 21 13:39:08 2001 Nicola Pero * application.make ($(APP_FILE)): Added ALL_FRAMEWORK_DIRS to the link command. Wed Sep 19 18:40:00 2001 Nicola Pero * palette.make ($(PALETTE_FILE)): Fixed typo, OBJC_FILES_TO_LINK which should have been OBJ_FILES_TO_LINK Tue Sep 18 13:16:08 2001 Nicola Pero * library.make (internal-install-dirs): Depend on $(LIBRARY_INSTALL_DIR) rather than on $(GNUSTEP_LIBRARIES) and $(GNUSTEP_LIBRARIES_ROOT)/$(GNUSTEP_TARGET_DIR). ($(GNUSTEP_LIBRARIES_ROOT)/$(GNUSTEP_TARGET_DIR)): Target removed. ($(GNUSTEP_LIBRARIES)): Target removed. ($(LIBRARY_INSTALL_DIR)): New target. * tool.make (internal-tool-uninstall): Remove the shell script wrapper. * library.make (internal-uninstall-lib): When not using DLL, remove the $(SONAME_LIBRARY_FILE) as well. Mon Sep 17 14:23:03 2001 Nicola Pero * bundle.make ($(BUNDLE_FILE)): Added missing \ at the end of line. Sun Sep 16 17:32:29 2001 Nicola Pero * rules.make (CURRENT_FRAMEWORK_HEADERS_FLAG): New variable; define it to be -I$(DERIVED_SOURCES) if we are compiling as part of a framework. (ALL_OBJCFLAGS, ALL_CFLAGS): Added $(CURRENT_FRAMEWORK_HEADERS_FLAG) to the flags. Sat Sep 15 13:59:31 2001 Nicola Pero * rules.make (OBJ_FILES_TO_LINK): New variable holding all object files to be linked into the resulting app or lib or whatever. * application.make ($(APP_FILE)): Use the new variable rather than listing manually all different object files. * bundle.make ($(BUNDLE_FILE)): Idem. * framework.make ($(FRAMEWORK_FILE)): Idem. ($(DUMMY_FRAMEWORK_FILE)): Idem. * gswapp.make ($(GSWAPP_FILE)): Idem. * gswbundle.make ($(GSWBUNDLE_FILE)): Idem. * library.make ($(GNUSTEP_OBJ_DIR)/$(VERSION_LIBRARY_FILE)): Idem. * objc.make ($(GNUSTEP_OBJ_DIR)/$(INTERNAL_objc_program_NAME)$(EXEEXT)): Idem. * palette.make ($(PALETTE_FILE)): Idem. * service.make ($(SERVICE_FILE)): Idem. * subproject.make ($(GNUSTEP_OBJ_DIR)/$(SUBPROJECT_PRODUCT)): Idem. * test-library.make ($(GNUSTEP_OBJ_DIR)/$(INTERNAL_testlib_NAME)): Idem. * tool.make ($(GNUSTEP_OBJ_DIR)/$(INTERNAL_tool_NAME)$(EXEEXT)): Idem. * library.make (DLL_OFILES): Replaced with OBJ_FILES_TO_LINK. Implemented support for C++ files. * rules.make (.SUFFIXES): Added .C, .cp, .cpp, .cxx, .cc. (ALL_CCFLAGS): New variable. ($(GNUSTEP_OBJ_DIR)/%${OEXT}): Added implicit rules for building object files from .C, .cp, .cpp, .cxx and .cc files. (%.variables): Extract CC_FILES from xxx_CC_FILES, and pass them down to the submake. (CC_OBJS, CC_OBJ_FILES): New variables. (OBJ_FILES_TO_LINK): Added CC_OBJ_FILES. 2001-09-14 Adam Fedor * debian/changelog: Minor fixes to get debian to build correctly (suggestions from James.Mills@tenzing.com). Thu Sep 13 23:20:36 2001 Nicola Pero * GNUmakefile.in (install): Do not install rootinstall.sh and rootuninstall.sh. (uninstall): Do not uninstall rootinstall.sh and rootuninstall.sh Thu Sep 13 23:17:52 2001 Nicola Pero * test-tool.make (internal-check): Removed. 2001-09-12 Adam Fedor * target.make (TARGET_SYSTEM_LIBS): Remove -lgcc from darwin/MacOSX/NeXT targets. 2001-09-11 Adam Fedor * brain.make: If nx-gnu-gnu, add -lobjc to OBJC_LIBS * target.make: Extend darwin1.1 rule to darwin1.x Tue Sep 11 12:19:24 2001 Nicola Pero * rules.make (before-install): Removed code to check installation permissions. (internal-check-install-permissions): New target with code to check installation permissions, extended to give more extensive help. (install): At makelevel 0, depend on internal-check-install-permissions before all. Tue Sep 11 10:44:11 2001 Nicola Pero * documentation.make (internal-doc-clean): Added a complete recursive cleaning of the INTERNAL_doc_NAME directory for javadoc. Tue Sep 11 10:39:39 2001 Nicola Pero * documentation.make (internal-doc-clean): Removed buggy `;' at the end of line which was causing the last files to be considered a command by the shell rather than arguments to `rm'. Mon Sep 10 15:40:06 2001 Nicola Pero * documentation.make (internal-doc-clean): Fixed make clean for gsdoc - removed old useless shell loop which was causing rm to be run unnecessarily many times. Mon Sep 10 11:25:58 2001 Nicola Pero * rootinstall.sh: Removed as obsolete. * rootuninstall.sh: Idem. Tue Sep 4 16:23:12 2001 Nicola Pero * bundle.make (bundle-localized-resource-files): Use -d instead of ! -f to check for existence of .lproj dirs; emit a warning if a required .lproj directory is not found; run the localizable resource copying code only if the .lproj directory actually exists. * application.make (app-localized-resource-files): Idem. * framework.make (framework-components): Idem (but no warning here). (framework-localized-resource-files): Idem. (framework-localized-webresource-files): Idem. * subproject.make (framework-components): Idem, plus fixed wrong dirs and missing fi. (framework-localized-resource-files): Idem, plus fixed misplaced fi. * gswapp.make (gswapp-components): Idem (no warning here), plus fixed wrong dir. (gswapp-localized-resource-files): Idem, plus fixed wrong dir. (gswapp-localized-webresource-files): Idem, plus fixed wrong dir. * gswbundle.make (gswbundle-components): Idem (no warning here), plus fixed wrong dir. (gswbundle-localized-resource-files): Idem, plus fixed wrong dir. (gswbundle-localized-webresource-files): Idem, plus fixed wrong dir. * framework.make (framework-localized-webresource-files): Rearranged code; always install the new localized webresource files over the old ones if any. * gswapp.make (gswapp-localized-webresource-files): Do not echo the full shell commands. (gswapp-localized-resource-files): Idem. (gswapp-resource-files): Idem. (gswapp-webresource-files): Idem (also removed final semicolon here). (gswapp-components): Idem. (gswapp-components): Depend on $(GSWAPP_DIR_NAME)/Resources rather than $(GSWAPP_DIR_NAME). * gswbundle.make (internal-clean): Use GSWBUNDLE_NAME rather than BUNDLE_NAME. (GSWBUNDLE_EXTENSION): Define as it wasn't defined anywhere. I used .gswbundle as a guess of what it should be. Mon Sep 3 17:24:43 2001 Nicola Pero * gswbundle.make (gswbundle-webresource-files): Fixed misplaced parenthesis in check for empty WEBSERVER_RESOURCE_FILES. (internal-bundle-install): Removed \ in excess. Mon Sep 3 15:13:49 2001 Nicola Pero * rules.make (before-install): If MAKELEVEL is 0, check that GNUSTEP_INSTALLATION_DIR is writable by us; if it isn't, abort with an error message. Fri Aug 31 15:33:30 2001 Nicola Pero * bundle.make (bundle-localized-resource-files): Bug fix - added missing ) at then end of command. 2001-08-21 Adam Fedor * configure.in (gs_cv_objc_libdir): Don't look for gcc's installed libobjc.so since it's usually in a standard dir anyway. Mon Aug 6 19:15:35 2001 Nicola Pero * library.make (internal-install-dirs): Insert a / between $(GNUSTEP_HEADERS) and $(HEADER_FILES_INSTALL_DIR). ($(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR)): Idem. (internal-install-headers): Idem. (internal-uninstall-headers): Idem. 2001-08-02 Adam Fedor * GNUstep.sh.in: Look for user script in ~/GNUstep. * GNUstep.csh.in: Likewise. Mon Jul 30 20:15:48 2001 Nicola Pero * documentation.make (HAS_LATEX2HTML): New variable to reduce the number of times that LATEX2HTML is evaluated. 2001-07-26 Adam Fedor * GNUstep.csh.in: Set GCC_SO_DIR * GNUstep.sh.in: Export GCC_SO_DIR * ld_lib_path.sh: Use it in library path. * ld_lib_path.csh: Likewise. * gnustep-make.spec.in: Remove csh rules so rpm won't depend on csh. * Documentation/README.MingW: Update. * Documentation/machines.texi: Likewise. Thu Jul 26 12:26:10 2001 Nicola Pero * Documentation/internals.tex: Revised and updated this document to describe the new gnustep-make internals. Tue Jul 24 13:48:24 2001 Nicola Pero * rules.make (ALL_JAVADOCFLAGS): Readded INTERNAL_JAVADOCFLAGS which had been removed by mistaked. 2001-07-19 Adam Fedor * documentation.make (LATEX2HTML): Filter out which error messages. * Documentation/makedoc.make: Likewise. * Documentation/readme.texi: Explain license more clearly. * Documentation/gnustep-howto.texi: Likewise. * Documentation/README.MinGW: Update. Thu Jul 19 10:35:22 2001 Nicola Pero * application.make: Removed annoying debugging message. Mon Jul 16 11:35:51 2001 Nicola Pero * bundle.make (internal-clean): Depend on .subprojects; make clean rules moved here; modified to remove all compiled bundles by using BUNDLE_NAME. (internal-distclean): Idem. (internal-bundle-clean, internal-bundle-distclean): Idem. * gswbundle.make: Same changes to the same rules. Fri Jul 13 18:31:26 2001 Nicola Pero * test-application.make (APP_EXTENSION): Set it, fixing the bug on make clean. Fri Jul 13 18:29:03 2001 Nicola Pero * application.make (internal-clean): Simplified by using GNUSTEP_OBJ_DIR. * gswapp.make (internal-clean): Idem. * service.make (internal-clean): Idem. * test-application.make (internal-clean): Idem. Fri Jul 13 17:55:45 2001 Nicola Pero * test-library.make (internal-clean): Depend on .subprojects; make clean rules moved here. (internal-distclean): Idem. (internal-testlib-distclean): Removed. (internal-testlib-clean): Removed. Fri Jul 13 17:53:38 2001 Nicola Pero * test-application.make (internal-clean, internal-distclean): Updated to changes in application.make. Fri Jul 13 17:48:55 2001 Nicola Pero * documentation.make (internal-doc-clean): Ignore problems in make clean. Fri Jul 13 17:35:13 2001 Nicola Pero * subproject.make (internal-clean): Commands to make clean moved here; depend on .subprojects. (internal-distclean): Idem. (internal-subproject-clean, internal-subproject-distclean): Removed. Fri Jul 13 17:26:49 2001 Nicola Pero * palette.make (internal-clean): Commands to make clean moved here; depend on .subprojects. (internal-palette-clean): Removed. (.PHONY): Removed internal-palette-clean. * service.make (internal-clean): Commands to make clean moved here; depend on .subprojects. (internal-svc-clean): Removed. (.PHONY): Removed internal-svc-clean. * service.make: All targets renamed by replacing `svc' with `service'. Fri Jul 13 17:19:05 2001 Nicola Pero * library.make (internal-clean): Commands to make clean moved here; depend on .subprojects. (internal-distclean): Idem. (internal-library-clean, internal-library-distclean): Removed. (.PHONY): Removed internal-library-clean and internal-library-distclean. * objc.make (internal-clean): Commands to make clean moved here; depend on .subprojects. (internal-distclean): Idem. (internal-objc_program-clean, internal-objc_program-distclean): Removed. (.PHONY): Removed internal-objc_program-clean and internal-objc_program-distclean. Fri Jul 13 16:48:29 2001 Nicola Pero * application.make (internal-clean): Commands to make clean moved here; depend on .subprojects. (internal-distclean): Idem. (internal-app-clean, internal-app-distclean): Removed. (.PHONY): Removed internal-app-clean and internal-app-distclean. * gswapp.make: Identical changes. Fri Jul 13 16:17:36 2001 Nicola Pero * tool.make (internal-clean): Short-cut the recursive make invocation, and clean immediately for all tools here. But depend on the .subprojects rule in order to make clean in eventual subprojects. (internal-distclean): Idem. (internal-tool-clean): Removed. (internal-tool-distclean): Removed. (.PHONY): Removed internal-tool-clean and internal-tool-distclean. * ctool.make: Exactly the same changes as in tool.make. * test-tool.make (internal-clean): Updated to mirror the change in tool.make. (internal-distclean): Idem. Fri Jul 13 13:45:54 2001 Nicola Pero * rules.make (%.variables, %.tools, %.subprojects): Removed usage of $(call ...) for backward compatibility with old versions of GNU make. Fri Jul 13 10:18:15 2001 Nicola Pero * rules.make (%.subprojects): Use the __done trick. (%.tools): Idem. Thu Jul 12 18:10:31 2001 Nicola Pero * subproject.make (.PHONY): Added. (localize