mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 08:40:44 +00:00
Removed old obsolete code. Make sure we never install the LoadMe bundle.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17880 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f2929b2017
commit
6ac9fdc5a3
1 changed files with 2 additions and 21 deletions
|
@ -22,9 +22,6 @@
|
|||
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02111, USA.
|
||||
#
|
||||
|
||||
# Install into the system root by default
|
||||
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
|
||||
|
||||
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../base.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
|
@ -129,24 +126,8 @@ LoadMe_OBJC_FILES = LoadMe.m MyCategory.m SecondClass.m
|
|||
LoadMe_RESOURCE_FILES = English.lproj/NXStringTable.example
|
||||
LoadMe_RESOURCE_DIRS = English.lproj
|
||||
|
||||
SRCS = $(TEST_TOOL_NAME:=.m)
|
||||
|
||||
HDRS = \
|
||||
server.h \
|
||||
oldserver.h
|
||||
|
||||
DYNAMIC_MFILES = \
|
||||
LoadMe.m \
|
||||
MyCategory.m \
|
||||
SecondClass.m
|
||||
|
||||
DYNAMIC_HFILES = \
|
||||
LoadMe.h \
|
||||
MyCategory.h \
|
||||
SecondClass.h
|
||||
|
||||
DIST_FILES = $(SRCS) $(HDRS) $(DYNAMIC_MFILES) $(DYNAMIC_HFILES) \
|
||||
GNUmakefile Makefile.preamble Makefile.postamble
|
||||
# Manually disable installation of LoadMe bundle
|
||||
LoadMe_STANDARD_INSTALL = no
|
||||
|
||||
-include Makefile.preamble
|
||||
|
||||
|
|
Loading…
Reference in a new issue