1 # GNU Objective C Runtime Makefile for compiling with djgpp
2 # Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
4 # This file is part of GCC.
6 # GCC is free software; you can redistribute it and/or modify it under the
7 # terms of the GNU General Public License as published by the Free Software
8 # Foundation; either version 2, or (at your option) any later version.
10 # GCC is distributed in the hope that it will be useful, but WITHOUT ANY
11 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12 # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
15 # You should have received a copy of the GNU General Public License along with
16 # GCC; see the file COPYING. If not, write to the Free Software
17 # Foundation, 59 Temple Place - Suite 330,
18 # Boston, MA 02111-1307, USA.
20 # This Makefile is configured for GnuMAKE
28 # Always search these dirs when compiling.
29 SUBDIR_INCLUDES = -I. -I.. -I../config
32 $(GCC_FOR_TARGET) $(OPTIMIZE) \
33 -c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $<
36 $(GCC_FOR_TARGET) $(OPTIMIZE) -fgnu-runtime \
37 -c $(GCC_CFLAGS) $(SUBDIR_INCLUDES) $<
39 OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o \
40 selector.o objects.o misc.o object.o protocol.o encoding.o thread.o
44 ar rc libobjc.a $(OBJC_O)
47 OBJC_H = hash.h objc-list.h sarray.h objc.h \
49 object.h protocol.h mutex.h \
50 typedstream.h thread.h
53 -rm -f *.o libobjc.a xforward fflags
55 distclean: mostlyclean
56 extraclean: mostlyclean