mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(GNU_MFILES,GNU_HEADERS): Added AutoreleasePool, AutoreleaseStack and
ObjectRetaining. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8afc3e7926
commit
665a565c02
1 changed files with 11 additions and 0 deletions
11
Makefile.in
11
Makefile.in
|
@ -87,6 +87,8 @@ INCLUDEFLAGS='$(INCLUDEFLAGS)' DEFS='$(DEFS)'
|
|||
|
||||
GNU_MFILES = \
|
||||
Array.m \
|
||||
AutoreleasePool.m \
|
||||
AutoreleaseStack.m \
|
||||
Bag.m \
|
||||
BinaryCoder.m \
|
||||
BinaryTree.m \
|
||||
|
@ -103,6 +105,7 @@ EltNodeCollector.m \
|
|||
GapArray.m \
|
||||
Heap.m \
|
||||
IndexedCollection.m \
|
||||
Invocation.m \
|
||||
KeyedCollection.m \
|
||||
LinkedList.m \
|
||||
LinkedListEltNode.m \
|
||||
|
@ -111,6 +114,7 @@ Lock.m \
|
|||
Magnitude.m \
|
||||
MappedCollector.m \
|
||||
MemoryStream.m \
|
||||
ObjectRetaining.m \
|
||||
Port.m \
|
||||
Proxy.m \
|
||||
Queue.m \
|
||||
|
@ -140,6 +144,9 @@ List.m \
|
|||
NXStringTable.m \
|
||||
Storage.m
|
||||
|
||||
GNUSTEP_MFILES = \
|
||||
NSArray.m
|
||||
|
||||
GNU_CFILES = \
|
||||
collhash.c \
|
||||
objc-malloc.c \
|
||||
|
@ -159,6 +166,8 @@ NeXT_OBJS = $(NeXT_MFILES:.m=.o) $(NeXT_CFILES:.c=.o)
|
|||
|
||||
GNU_HEADERS = \
|
||||
objects/Array.h \
|
||||
objects/AutoreleasePool.h \
|
||||
objects/AutoreleaseStack.h \
|
||||
objects/ArrayPrivate.h \
|
||||
objects/Bag.h \
|
||||
objects/BinaryCoder.h \
|
||||
|
@ -186,6 +195,7 @@ objects/IndexedCollecting.h \
|
|||
objects/IndexedCollection.h \
|
||||
objects/IndexedCollectionPrivate.h \
|
||||
objects/InvalidationListening.h \
|
||||
objects/Invocation.h \
|
||||
objects/KeyedCollecting.h \
|
||||
objects/KeyedCollection.h \
|
||||
objects/LinkedList.h \
|
||||
|
@ -196,6 +206,7 @@ objects/Locking.h \
|
|||
objects/Magnitude.h \
|
||||
objects/MappedCollector.h \
|
||||
objects/MemoryStream.h \
|
||||
objects/ObjectRetaining.h \
|
||||
objects/Ordering.h \
|
||||
objects/Port.h \
|
||||
objects/Proxy.h \
|
||||
|
|
Loading…
Reference in a new issue