(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:
Andrew McCallum 1994-11-08 19:00:22 +00:00
parent 8afc3e7926
commit 665a565c02

View file

@ -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 \