Commit graph

438 commits

Author SHA1 Message Date
Nicola Pero
5606ea1f10 Fixed typo - was not using GNUSTEP_INSTANCE in a place
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12672 72102866-910b-0410-8b05-ffd578937521
2002-02-22 13:13:21 +00:00
Nicola Pero
938778fc79 Updated to use GNUSTEP_INSTANCE
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12671 72102866-910b-0410-8b05-ffd578937521
2002-02-22 13:12:00 +00:00
Nicola Pero
75aa7c3f79 Broken test-library.make into Master and Instance
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12668 72102866-910b-0410-8b05-ffd578937521
2002-02-22 12:57:52 +00:00
Nicola Pero
92e0ee3979 Broken into Master and Instace
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12666 72102866-910b-0410-8b05-ffd578937521
2002-02-22 12:49:08 +00:00
Nicola Pero
9969db1eda Use test-app, not testapp, as GNUSTEP_TYPE for test-application
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12664 72102866-910b-0410-8b05-ffd578937521
2002-02-22 12:36:41 +00:00
Nicola Pero
2f63288083 New file using Instance/application.make for building
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12660 72102866-910b-0410-8b05-ffd578937521
2002-02-22 12:26:38 +00:00
Nicola Pero
89835b8866 Define APPLICATION_ICON here
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12657 72102866-910b-0410-8b05-ffd578937521
2002-02-22 12:06:24 +00:00
Nicola Pero
70f6ad6264 Set some project-type specific variables here rather than assuming Master/rules.make will build them for us
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12653 72102866-910b-0410-8b05-ffd578937521
2002-02-22 11:59:01 +00:00
Nicola Pero
6b4ab4386a No need to set HEADER_FILES_DIR here, it's done automatically by
Instance/Shared/headers.make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12652 72102866-910b-0410-8b05-ffd578937521
2002-02-22 11:57:46 +00:00
Nicola Pero
3f4a19c7c3 Extracted from top-level gswapp.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12648 72102866-910b-0410-8b05-ffd578937521
2002-02-22 11:46:28 +00:00
Nicola Pero
3ad895df1c Extracted from top-level gswbundle.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12647 72102866-910b-0410-8b05-ffd578937521
2002-02-22 11:46:08 +00:00
Nicola Pero
99d423fe16 Extracted from top-level documentation.make; also set TEXI_FILES and
similar variables directly without expecting the submake invocation
to set them


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12639 72102866-910b-0410-8b05-ffd578937521
2002-02-22 01:23:32 +00:00
Nicola Pero
fd58eab1cd New file extracted from top-level objc.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12634 72102866-910b-0410-8b05-ffd578937521
2002-02-22 00:53:48 +00:00
Nicola Pero
8dfc1c42d4 Removed last ugly API with xxx_EMPTY_HEADER_FILES_INSTALL_DIR; added comments
about how you can get the same result with the original simpler and cleaner API


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12626 72102866-910b-0410-8b05-ffd578937521
2002-02-21 14:39:34 +00:00
Nicola Pero
a084ee73fa Inherit all makefile code from library.make not that it is finally possible!
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12598 72102866-910b-0410-8b05-ffd578937521
2002-02-20 17:02:27 +00:00
Nicola Pero
d6d6f0a035 Use shared headers.make code to manage headers; do not set FINAL_LIBRARY_INSTALL_DIR
if already set, so that clibrary.make can include us


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12597 72102866-910b-0410-8b05-ffd578937521
2002-02-20 17:00:31 +00:00
Nicola Pero
d46967af89 Added an option to allow the caller to force an empty install dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12596 72102866-910b-0410-8b05-ffd578937521
2002-02-20 16:56:17 +00:00
Nicola Pero
d0cb122d18 New file extracted from top-level library.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12592 72102866-910b-0410-8b05-ffd578937521
2002-02-20 16:18:30 +00:00
Nicola Pero
e09e5d63df Extracted from top-level clibrary.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12588 72102866-910b-0410-8b05-ffd578937521
2002-02-20 15:36:06 +00:00
Nicola Pero
5f7f866ae9 New file from top-level ctool.make; minor tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12581 72102866-910b-0410-8b05-ffd578937521
2002-02-20 13:11:40 +00:00
Nicola Pero
1e1b872002 Tidied comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12510 72102866-910b-0410-8b05-ffd578937521
2002-02-12 18:38:39 +00:00
Nicola Pero
4b024a922a Do not protect against multiple inclusions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12472 72102866-910b-0410-8b05-ffd578937521
2002-02-09 15:13:19 +00:00
Nicola Pero
b00a5421ab New file from top-level bundle.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12466 72102866-910b-0410-8b05-ffd578937521
2002-02-09 13:49:56 +00:00
Nicola Pero
1363f3c853 New file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12465 72102866-910b-0410-8b05-ffd578937521
2002-02-09 13:48:31 +00:00
Nicola Pero
898162d451 Fixed comment about input variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12456 72102866-910b-0410-8b05-ffd578937521
2002-02-08 18:13:40 +00:00
Nicola Pero
6bab38361c Added uninstall rule
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12454 72102866-910b-0410-8b05-ffd578937521
2002-02-08 15:37:19 +00:00
Nicola Pero
59aea71333 Simplified - use Instance/Shared/java.make for common java code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12452 72102866-910b-0410-8b05-ffd578937521
2002-02-08 15:33:25 +00:00
Nicola Pero
f74c5fdba7 New makefile fragment built by factoring out code from Instance/java.make and
Instance/java-tool.make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12450 72102866-910b-0410-8b05-ffd578937521
2002-02-08 15:31:24 +00:00
Nicola Pero
adfab862f8 New file chatting about Instance/Shared makefiles
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12449 72102866-910b-0410-8b05-ffd578937521
2002-02-08 15:30:39 +00:00
Nicola Pero
90b242f422 Fixed typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12447 72102866-910b-0410-8b05-ffd578937521
2002-02-08 14:41:09 +00:00
Nicola Pero
bd8a977d52 New file with coden taken from the old top-level java-tool.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12443 72102866-910b-0410-8b05-ffd578937521
2002-02-08 13:52:51 +00:00
Nicola Pero
09dd316f09 New file created by breaking the top-level java.make into Master and Instance
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12437 72102866-910b-0410-8b05-ffd578937521
2002-02-08 12:13:21 +00:00
Nicola Pero
82013a18c1 New file with code taken from ../application.make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12347 72102866-910b-0410-8b05-ffd578937521
2002-01-31 17:57:16 +00:00
Nicola Pero
bf642670b8 New file - written in a rush but that's it
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12314 72102866-910b-0410-8b05-ffd578937521
2002-01-30 21:01:43 +00:00
Nicola Pero
1995709221 Use the GNUSTEP_INSTANCE variable to access xxx_SUBPROJECTS, xxx_OBJC_FILES
etc, rather than assuming that the Master make has prepared that for us


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12311 72102866-910b-0410-8b05-ffd578937521
2002-01-30 20:50:39 +00:00
Nicola Pero
f730807b8a Generic code setting flags and stating generic compilation rules moved
from Instance/rules.make back to rules.make ... instance specific code
retained inside Instance/rules.make.  I'm slowly figuring out all the bits :-)


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12309 72102866-910b-0410-8b05-ffd578937521
2002-01-30 20:25:40 +00:00
Nicola Pero
de55aa780c Master or Instance rules moved from the top level rules.make into
Master/rules.make and Instance/rules.make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12289 72102866-910b-0410-8b05-ffd578937521
2002-01-30 17:25:53 +00:00
Nicola Pero
4bae7ccfcf New file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12283 72102866-910b-0410-8b05-ffd578937521
2002-01-30 17:01:50 +00:00