# Generated automatically from Makefile.in by configure.
# Copyright (c) 1993 by Sanjay Ghemawat

       srcdir = .
        VPATH = $(srcdir)

          CCC = g++
    CCCLINKER = g++

           RM = rm
           AR = ar
         ECHO = echo
       RANLIB = ranlib

     CCCFLAGS = -O
      CCCINCS = -I.. -I$(srcdir)
      CCCSRCS = $(srcdir)/*.cc
         OBJS = Array.o hashfuncs.o \
                Date.o Month.o Time.o WeekDay.o Year.o

all: libtypes.a

libtypes.a: $(OBJS)
	$(RM) -f $@
	$(AR) r $@ $(OBJS)
	$(RANLIB) $@

testopenmap: testopenmap.o hashfuncs.o
	$(CCCLINKER) -o $@ testopenmap.o hashfuncs.o

testopenset: testopenset.o hashfuncs.o
	$(CCCLINKER) -o $@ testopenset.o hashfuncs.o

clean::
	$(RM) -f *.o *.a Makefile.bak testopenset testopenhash

.SUFFIXES: .cc

.cc.o:
	$(CCC) $(CCCFLAGS) $(CCCINCS) -c $<

# DO NOT DELETE THIS LINE -- make depend depends on it.

Array.o: $(srcdir)/Array.h
Date.o: $(srcdir)/Date.h
Date.o: $(srcdir)/Time.h
Date.o: $(srcdir)/Month.h
Date.o: $(srcdir)/WeekDay.h
Date.o: $(srcdir)/Year.h
Month.o: $(srcdir)/Month.h
Month.o: $(srcdir)/Year.h
Time.o: $(srcdir)/Month.h
Time.o: $(srcdir)/WeekDay.h
Time.o: $(srcdir)/Time.h
WeekDay.o: $(srcdir)/WeekDay.h
Year.o: $(srcdir)/Year.h
hashfuncs.o: $(srcdir)/hashfuncs.h
testopenmap.o: $(srcdir)/openhashmap.h
testopenmap.o: $(srcdir)/basic.h
testopenmap.o: $(srcdir)/hashfuncs.h
testopenset.o: $(srcdir)/openhashset.h
testopenset.o: $(srcdir)/basic.h
testopenset.o: $(srcdir)/hashfuncs.h
