mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:31:03 +00:00
Allow library to be compiled without installing supporting libraries.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2726 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8f9aad2c38
commit
9e5d9ef72b
15 changed files with 78 additions and 25 deletions
|
@ -25,7 +25,9 @@
|
|||
# If not, write to the Free Software Foundation,
|
||||
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
|
||||
GNUSTEP_MAKEFILE_DIR = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
||||
|
||||
include $(GNUSTEP_MAKEFILE_DIR)/common.make
|
||||
|
||||
# The application to be compiled
|
||||
TEST_TOOL_NAME = testpb
|
||||
|
@ -35,6 +37,6 @@ testpb_OBJC_FILES = testpb.m
|
|||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/test-tool.make
|
||||
include $(GNUSTEP_MAKEFILE_DIR)/test-tool.make
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue