mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +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
d8fe643c7c
commit
32c245c6f7
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…
Add table
Add a link
Reference in a new issue