mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Indented a few lines
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24702 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
63240f99e7
commit
c203b5485a
1 changed files with 6 additions and 6 deletions
|
@ -34,11 +34,11 @@ include ../Version
|
|||
|
||||
# The library to be compiled, as a library or as a bundle
|
||||
ifeq ($(BACKEND_BUNDLE),)
|
||||
BACKEND_FULL=$(BACKEND_NAME)
|
||||
LIBRARY_NAME=libgnustep-$(BACKEND_FULL)
|
||||
BACKEND_FULL=$(BACKEND_NAME)
|
||||
LIBRARY_NAME=libgnustep-$(BACKEND_FULL)
|
||||
else
|
||||
BACKEND_FULL=$(BACKEND_NAME)-$(INTERFACE_VERSION_NUMBER)
|
||||
BUNDLE_NAME=libgnustep-$(BACKEND_FULL)
|
||||
BACKEND_FULL=$(BACKEND_NAME)-$(INTERFACE_VERSION_NUMBER)
|
||||
BUNDLE_NAME=libgnustep-$(BACKEND_FULL)
|
||||
endif
|
||||
|
||||
#
|
||||
|
@ -59,9 +59,9 @@ libgnustep-$(BACKEND_FULL)_LANGUAGES=English Swedish
|
|||
-include GNUmakefile.preamble
|
||||
|
||||
ifeq ($(BACKEND_BUNDLE),)
|
||||
include $(GNUSTEP_MAKEFILES)/library.make
|
||||
include $(GNUSTEP_MAKEFILES)/library.make
|
||||
else
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
endif
|
||||
|
||||
-include GNUmakefile.postamble
|
||||
|
|
Loading…
Reference in a new issue