mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-12 09:01:05 +00:00
(GNU_MFILES): Remove AutoreleasePool.m, AutoreleaseStack.m,
ObjectRetaining.m. (GNU_HEADERS): Remove AutoreleasePool.h, AutoreleaseStack.h, ObjectRetaining.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@93 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
270c996fa0
commit
4295cc7a4b
1 changed files with 0 additions and 6 deletions
|
@ -89,8 +89,6 @@ INCLUDEFLAGS='$(INCLUDEFLAGS)' DEFS='$(DEFS)'
|
||||||
|
|
||||||
GNU_MFILES = \
|
GNU_MFILES = \
|
||||||
Array.m \
|
Array.m \
|
||||||
AutoreleasePool.m \
|
|
||||||
AutoreleaseStack.m \
|
|
||||||
Bag.m \
|
Bag.m \
|
||||||
BinaryCoder.m \
|
BinaryCoder.m \
|
||||||
BinaryTree.m \
|
BinaryTree.m \
|
||||||
|
@ -120,7 +118,6 @@ MappedCollector.m \
|
||||||
MemoryStream.m \
|
MemoryStream.m \
|
||||||
MutableCString.m \
|
MutableCString.m \
|
||||||
MutableString.m \
|
MutableString.m \
|
||||||
ObjectRetaining.m \
|
|
||||||
Port.m \
|
Port.m \
|
||||||
Proxy.m \
|
Proxy.m \
|
||||||
Queue.m \
|
Queue.m \
|
||||||
|
@ -180,8 +177,6 @@ GNUSTEP_OBJS = $(GNUSTEP_MFILES:.m=.o) $(GNUSTEP_CFILES:.c=.o)
|
||||||
|
|
||||||
GNU_HEADERS = \
|
GNU_HEADERS = \
|
||||||
objects/Array.h \
|
objects/Array.h \
|
||||||
objects/AutoreleasePool.h \
|
|
||||||
objects/AutoreleaseStack.h \
|
|
||||||
objects/ArrayPrivate.h \
|
objects/ArrayPrivate.h \
|
||||||
objects/Bag.h \
|
objects/Bag.h \
|
||||||
objects/BinaryCoder.h \
|
objects/BinaryCoder.h \
|
||||||
|
@ -220,7 +215,6 @@ objects/Locking.h \
|
||||||
objects/Magnitude.h \
|
objects/Magnitude.h \
|
||||||
objects/MappedCollector.h \
|
objects/MappedCollector.h \
|
||||||
objects/MemoryStream.h \
|
objects/MemoryStream.h \
|
||||||
objects/ObjectRetaining.h \
|
|
||||||
objects/Ordering.h \
|
objects/Ordering.h \
|
||||||
objects/Port.h \
|
objects/Port.h \
|
||||||
objects/Proxy.h \
|
objects/Proxy.h \
|
||||||
|
|
Loading…
Reference in a new issue