mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +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
|
# The library to be compiled, as a library or as a bundle
|
||||||
ifeq ($(BACKEND_BUNDLE),)
|
ifeq ($(BACKEND_BUNDLE),)
|
||||||
BACKEND_FULL=$(BACKEND_NAME)
|
BACKEND_FULL=$(BACKEND_NAME)
|
||||||
LIBRARY_NAME=libgnustep-$(BACKEND_FULL)
|
LIBRARY_NAME=libgnustep-$(BACKEND_FULL)
|
||||||
else
|
else
|
||||||
BACKEND_FULL=$(BACKEND_NAME)-$(INTERFACE_VERSION_NUMBER)
|
BACKEND_FULL=$(BACKEND_NAME)-$(INTERFACE_VERSION_NUMBER)
|
||||||
BUNDLE_NAME=libgnustep-$(BACKEND_FULL)
|
BUNDLE_NAME=libgnustep-$(BACKEND_FULL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -59,9 +59,9 @@ libgnustep-$(BACKEND_FULL)_LANGUAGES=English Swedish
|
||||||
-include GNUmakefile.preamble
|
-include GNUmakefile.preamble
|
||||||
|
|
||||||
ifeq ($(BACKEND_BUNDLE),)
|
ifeq ($(BACKEND_BUNDLE),)
|
||||||
include $(GNUSTEP_MAKEFILES)/library.make
|
include $(GNUSTEP_MAKEFILES)/library.make
|
||||||
else
|
else
|
||||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-include GNUmakefile.postamble
|
-include GNUmakefile.postamble
|
||||||
|
|
Loading…
Reference in a new issue