mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Simplified
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17876 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
69b26bbc3d
commit
0efa6a09a6
1 changed files with 3 additions and 13 deletions
|
@ -22,26 +22,16 @@
|
|||
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES = ../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
# The tools to be compiled
|
||||
# The tools to be created
|
||||
TEST_TOOL_NAME = \
|
||||
dictionary
|
||||
|
||||
# The Objective-C source files to be compiled
|
||||
# The Objective-C source files to be compiled to create each tool
|
||||
dictionary_OBJC_FILES = dictionary.m
|
||||
|
||||
SRCS = $(TEST_TOOL_NAME:=.m)
|
||||
|
||||
HDRS =
|
||||
|
||||
DIST_FILES = $(SRCS) $(HDRS) GNUmakefile Makefile.postamble Makefile.preamble \
|
||||
custom-zone.m
|
||||
|
||||
include Makefile.preamble
|
||||
|
||||
-include GNUmakefile.local
|
||||
|
|
Loading…
Reference in a new issue