mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
simplify header layout
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32545 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fae2b696cd
commit
09bd40334c
58 changed files with 6221 additions and 5613 deletions
|
@ -33,7 +33,6 @@ SUBPROJECT_NAME = ObjectiveC2
|
|||
|
||||
ObjectiveC2_C_FILES =
|
||||
ObjectiveC2_OBJC_FILES =
|
||||
ObjectiveC2_HEADER_FILES =
|
||||
|
||||
ifeq ($(OBJC2RUNTIME),0)
|
||||
|
||||
|
@ -47,11 +46,6 @@ endif
|
|||
|
||||
ObjectiveC2_C_FILES += caps.c runtime.c
|
||||
|
||||
ObjectiveC2_HEADER_FILES += \
|
||||
Availability.h\
|
||||
capabilities.h\
|
||||
runtime.h
|
||||
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_BLOCKS),0)
|
||||
|
@ -60,9 +54,6 @@ ObjectiveC2_OBJC_FILES += \
|
|||
blocks_runtime.m\
|
||||
NSBlocks.m
|
||||
|
||||
ObjectiveC2_HEADER_FILES += \
|
||||
blocks_runtime.h
|
||||
|
||||
endif
|
||||
|
||||
ifeq ($(CC), clang)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue