# Generated automatically from Makefile.in by configure.
TOP = ../..
srcdir = /export/home/thor/thor/linux/../or/gc
VPATH = /export/home/thor/thor/linux/../or/gc

include $(TOP)/config/Makedefs

CCCINCS = -I$(srcdir) -I$(srcdir)/../mm -I$(srcdir)/$(TOP) -I. -I.. -I$(TOP) 
CCCSRCS = \
    allocator.cc \
    class_map.cc \
    collector.cc \
    deltalists.cc \
    gc.cc \
    gc_transaction.cc \
    inoutlists.cc \
    partition.cc \
    scanlist.cc \
    test_scan_mods.cc \
    translists.cc

TARGETS = libgc.a

all: $(TARGETS)

libgc.a: $(OBJECTS)
	$(RM) $@
	$(AR) cq $@ $(OBJECTS)
	$(RANLIB) $@

depend: $(GENERATED)
