mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
1998-12-17 Matthias Klose <doko@cs.tu-berlin.de>
* {,*}/GNUmakefile: Include Version and GNUmakefile.local. * Tools/GNUmakefile.preamble: Set ADDITIONAL_LIB_DIRS. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3483 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
60ded0ffb4
commit
49b1a3e9f1
6 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
1998-12-17 Matthias Klose <doko@cs.tu-berlin.de>
|
||||
|
||||
* {,*}/GNUmakefile: Include Version and GNUmakefile.local.
|
||||
* Tools/GNUmakefile.preamble: Set ADDITIONAL_LIB_DIRS.
|
||||
|
||||
Thu Dec 17 13:20:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* NSWindow.m: Reinstated changes lost in last update (to fix
|
||||
|
|
|
@ -58,6 +58,7 @@ nsmapping.strings
|
|||
|
||||
-include GNUmakefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
# We don't actually build anything in this directory so
|
||||
# just include the common makefile rules
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
|
|
@ -28,6 +28,7 @@ GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
LIBRARY_NAME = libgmodel
|
||||
|
||||
ifeq ($(GUI_LIB), nx)
|
||||
|
|
|
@ -32,6 +32,7 @@ GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
prefix = $(GNUSTEP_INSTALLATION_DIR)
|
||||
|
||||
PANELS = SavePanel.gmodel
|
||||
|
@ -56,6 +57,7 @@ before-uninstall::
|
|||
clean::
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/rules.make
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@ GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
# The application to be compiled
|
||||
TEST_TOOL_NAME = testpb
|
||||
|
||||
|
@ -59,6 +60,7 @@ slider_OBJC_FILES = slider.m
|
|||
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
-include GNUmakefile.local
|
||||
|
||||
include $(GNUSTEP_MAKEFILES)/test-tool.make
|
||||
include $(GNUSTEP_MAKEFILES)/test-application.make
|
||||
|
|
|
@ -31,6 +31,7 @@ GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|||
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
include ../Version
|
||||
# The applications to be compiled
|
||||
TOOL_NAME = gpbs make_services set_show_service
|
||||
#SERVICE_NAME = example
|
||||
|
|
Loading…
Reference in a new issue