Adam Fedor
f03d6aa26e
* Documentation/GNUmakefile: Don't try to install README.NetBSD
...
* Documentation/machines.texi: Updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21320 72102866-910b-0410-8b05-ffd578937521
2005-06-17 14:45:36 +00:00
Adam Fedor
db1ea032ae
* Instance/test-library.make: Remove dejagnu code and replace
...
with rules to inherit from library.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21297 72102866-910b-0410-8b05-ffd578937521
2005-06-10 21:22:28 +00:00
Adam Fedor
09c54f78a5
* Master/source-distribution.make (dist): Tar/copy the directory
...
instead of moving it to make the distribution. Fixes bug #13305
* Documentation/machines.texi: Update Suse.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21296 72102866-910b-0410-8b05-ffd578937521
2005-06-10 16:05:50 +00:00
Adam Fedor
c41f313136
* Instance/application.make (ALL_GUI_LIBS): Remove OBJC_LIBS,
...
AUXILIARY_OBJC_LIBS, and TARGET_SYSTEM_LIBS
* Instance/gswapp.make (ALL_GSW_LIBS): Idem.
* Instance/service.make (ALL_SERVICE_LIBS): Idem.
* Instance/test-library.make (ALL_TEST_LIBRARY_LIBS): Idem.
* Instance/tool.make (ALL_TOOL_LIBS): Idem.
Fixes bug #9920 .
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21290 72102866-910b-0410-8b05-ffd578937521
2005-06-07 04:21:02 +00:00
Nicola Pero
6b91a7ec5d
Updated instructions for MinGW installation
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21272 72102866-910b-0410-8b05-ffd578937521
2005-05-31 16:15:01 +00:00
David Lazaro Saz
0b8ba064d0
Minor corrections to the user FAQ.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21251 72102866-910b-0410-8b05-ffd578937521
2005-05-23 18:58:53 +00:00
Adam Fedor
f7da0d90ea
* Update FSF Address.
...
* Documentation/gnustep-howto.texi: Update required libs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21244 72102866-910b-0410-8b05-ffd578937521
2005-05-22 03:20:14 +00:00
Adam Fedor
ac5ef60fbd
* GNUmakefile.in (install): Don't make Makefiles link
...
* target.make (darwin/GNU): Use $(CC) to link library.
* Instance/framework.make: More comments.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21129 72102866-910b-0410-8b05-ffd578937521
2005-04-20 03:01:09 +00:00
Adam Fedor
662c048e3e
Fix comment here as well
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21112 72102866-910b-0410-8b05-ffd578937521
2005-04-15 22:50:11 +00:00
Adam Fedor
149d63b6b1
* Instance/framework.make: Add top-level symlink for all darwin
...
* ld_lib_path.sh: Clarify framework comment.
* Documentation/machines.texi: Update
* Documentation/README.NetBSD: Remove, obsolete.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21111 72102866-910b-0410-8b05-ffd578937521
2005-04-15 22:48:30 +00:00
Nicola Pero
ba5dd636e3
Fixed typo, .GNUsteprc having been mispelled
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21061 72102866-910b-0410-8b05-ffd578937521
2005-04-06 15:02:02 +00:00
Nicola Pero
aab3bd44f3
Fixed building frameworks where the framework has no headers, but the
...
subprojects do
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21060 72102866-910b-0410-8b05-ffd578937521
2005-04-06 12:02:18 +00:00
Nicola Pero
5f36b12b0e
Fixed HEADER_FILES_DIR for frameworks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@21059 72102866-910b-0410-8b05-ffd578937521
2005-04-06 11:23:09 +00:00
Nicola Pero
10380f4067
Output all symbols for applications on Windows to allow complicated programs
...
such a Gorm to work
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20956 72102866-910b-0410-8b05-ffd578937521
2005-03-22 04:21:57 +00:00
Adam Fedor
ff6a273c37
* GNUmakefile.in: Don't install .GNUsteprc file
...
* GNUstep.conf: New file.
* Documentation/README.Darwin, Documentation/README.MinGW,
Documentation/faq.texi, Documentation/machines.texi: Updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20952 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:52:14 +00:00
Nicola Pero
ba348bb0d7
Fixed debug=yes and building palettes on Windows/Mingw
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20947 72102866-910b-0410-8b05-ffd578937521
2005-03-21 22:07:08 +00:00
Nicola Pero
4ebdabcc36
More work on Windows support ... I can now run gui apps with this stuff! :-)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20889 72102866-910b-0410-8b05-ffd578937521
2005-03-10 04:29:46 +00:00
Nicola Pero
4e6e4a99cb
Fixed bug in user_home on Windows ... in some cases it would forget to copy
...
the path into the home and produce an empty home dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20884 72102866-910b-0410-8b05-ffd578937521
2005-03-10 04:23:35 +00:00
Nicola Pero
430cd86d69
Recognize a custom libobjc on Windows
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20883 72102866-910b-0410-8b05-ffd578937521
2005-03-10 04:21:17 +00:00
Nicola Pero
eb3712b97b
Rewritten MinGW DLL support
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20817 72102866-910b-0410-8b05-ffd578937521
2005-03-01 04:54:48 +00:00
Adam Fedor
5e6d1fcf43
* Documentation/README.MinGW: Minor edit.
...
* Documentation/faq.texi: Add question.
* Documentation/gnustep-howto.texi: Add service
* Documentation/machines.texi: Edit FreeBSD 5.x
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20754 72102866-910b-0410-8b05-ffd578937521
2005-02-20 03:29:04 +00:00
Richard Frith-Macdonald
d467cc9798
Update with my latest experience
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20744 72102866-910b-0410-8b05-ffd578937521
2005-02-18 12:28:16 +00:00
Adam Fedor
0d91ff7f6e
* Documentation/GNUmakefile: Install README.* docs
...
* Documentation/machines.texi: Typo.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20639 72102866-910b-0410-8b05-ffd578937521
2005-01-31 18:16:23 +00:00
Nicola Pero
fec44ee28f
Make GNUstep-reset.sh's path removal more accurate
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20548 72102866-910b-0410-8b05-ffd578937521
2005-01-14 00:53:37 +00:00
Sergii Stoian
0cb160628f
Fixed copying resource files and localized resource files into the bundle when they are in subdirs.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20520 72102866-910b-0410-8b05-ffd578937521
2005-01-04 23:13:27 +00:00
Quentin Mathe
2b0492c0d1
Rewritten the base library install instructions in README.Darwin
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20488 72102866-910b-0410-8b05-ffd578937521
2004-12-27 14:15:21 +00:00
Quentin Mathe
6797e3ebdc
Updated GNUstep on Darwin instructions with the latest feedback
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20484 72102866-910b-0410-8b05-ffd578937521
2004-12-26 00:24:36 +00:00
Quentin Mathe
f5ed232d10
Improved README.Darwin look
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20483 72102866-910b-0410-8b05-ffd578937521
2004-12-25 23:43:55 +00:00
Richard Frith-Macdonald
02ddcea22f
Fix linking problem on darwin.
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20433 72102866-910b-0410-8b05-ffd578937521
2004-12-10 10:47:59 +00:00
Adam Fedor
ec11275548
* Documentation/machines.texi (MacOSX): Update (info from Markus Hitter).
...
* Documentation/README.Darwin: Clean up, simplify.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20425 72102866-910b-0410-8b05-ffd578937521
2004-12-07 04:29:06 +00:00
Nicola Pero
a5a2c2faf2
Fixed excluding subversions dir from installed packages ... hopefully having
...
*.svn in the tar-exclude-file is portable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20305 72102866-910b-0410-8b05-ffd578937521
2004-11-07 04:23:05 +00:00
Nicola Pero
e689f98ae1
Fixed putting -r--r--r-- files into bundles and frameworks
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20304 72102866-910b-0410-8b05-ffd578937521
2004-11-07 04:15:11 +00:00
Nicola Pero
465b834068
Fixed using 'ln -s' on mingw32
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20293 72102866-910b-0410-8b05-ffd578937521
2004-11-04 08:45:18 +00:00
Adam Fedor
51c2a2fcf5
* Documentation/README.Cygwin: Updated
...
* Documentation/README.Darwin: Minor update
* Documentation/gnustep.init: Add navigation tags back
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20269 72102866-910b-0410-8b05-ffd578937521
2004-10-29 22:55:43 +00:00
Adam Fedor
d101f198db
Minor addition
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20237 72102866-910b-0410-8b05-ffd578937521
2004-10-18 15:38:11 +00:00
Adam Fedor
f53278d735
* Documentation/README.MinGW: Mention Windows installer. Update links
...
* Documentation/gnustep-howto.texi: Some setup no longer needed.
* Documentation/gnustep.init: Don't add links - currently not
referenced correctly.
* Documentation/machines.texi: Add compilers section.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20236 72102866-910b-0410-8b05-ffd578937521
2004-10-18 15:32:39 +00:00
Adam Fedor
ec2bd95164
Version 1.10.0 (updated)
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20017 72102866-910b-0410-8b05-ffd578937521
2004-09-07 14:20:26 +00:00
Nicola Pero
5709baac5a
Removed -prebind flag for Mac OS X. It's not useful unless you provide
...
prebinding info anyway, which most projects won't do.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20015 72102866-910b-0410-8b05-ffd578937521
2004-09-07 10:53:51 +00:00
Adam Fedor
ed2030e1be
Don't reset LIB_DIR
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20011 72102866-910b-0410-8b05-ffd578937521
2004-09-07 03:12:32 +00:00
Adam Fedor
006d2f22b5
* Version 1.10.0
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19989 72102866-910b-0410-8b05-ffd578937521
2004-09-04 15:06:15 +00:00
Adam Fedor
c6e205fe84
* Add missing GNUsteprc.in
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19987 72102866-910b-0410-8b05-ffd578937521
2004-09-04 03:54:21 +00:00
Nicola Pero
684ab7cb09
Remove GNUsteprc on distclean
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19984 72102866-910b-0410-8b05-ffd578937521
2004-09-03 20:34:35 +00:00
Nicola Pero
cae64e6f38
Implemented --with-user-root which is needed by OGo
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19983 72102866-910b-0410-8b05-ffd578937521
2004-09-03 20:31:27 +00:00
Nicola Pero
a8c4bb3d3a
Updates to tar commands to exclude CVS and .svn files
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19973 72102866-910b-0410-8b05-ffd578937521
2004-09-02 16:14:21 +00:00
Nicola Pero
bf32282424
Added more clever determination of VERSION for libraries when SOVERSION
...
is used
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19942 72102866-910b-0410-8b05-ffd578937521
2004-08-31 14:26:36 +00:00
Quentin Mathe
6eda8c8c9e
Added comments on DYLD_FRAMEWORK_PATH support under Darwin
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19916 72102866-910b-0410-8b05-ffd578937521
2004-08-24 16:46:08 +00:00
Adam Fedor
b9af85c3c4
* GNUstep.sh.in: Add newline at end of file (avoids bug in Solaris
...
sed).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19914 72102866-910b-0410-8b05-ffd578937521
2004-08-24 14:39:49 +00:00
Nicola Pero
e47d326443
Do not run make_services in GNUstep.(sh|csh), do not mention FORCE_USER_ROOT in doc
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19889 72102866-910b-0410-8b05-ffd578937521
2004-08-20 00:37:52 +00:00
Adam Fedor
49ff92e696
Remove warning about moving directories
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19841 72102866-910b-0410-8b05-ffd578937521
2004-08-08 03:28:26 +00:00
Adam Fedor
7954dc3422
Apple compiler checking, other fixes
...
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@19806 72102866-910b-0410-8b05-ffd578937521
2004-08-01 02:33:45 +00:00