# Generated automatically from Makefile.in by configure.
SRCDIR=.
VPATH=.:./../..:../..
PREFLAGS=-I$(SRCDIR) -I$(SRCDIR)/../.. -I../..
CFLAGS=$(PREFLAGS) $(OTHERFLAGS)

FILES=gd.o

gd.a: $(FILES)
	-rm -f gd.a
	ar cq gd.a $(FILES)
	-ranlib gd.a
	echo >linker_options -lgd


clean:
	-rm -f *.o

depend:
	gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(FIXDEP) $(SRCDIR)/Makefile.in


#Dependencies begin here, DO NOT REMOVE THIS LINE!!!!
gd.o: gd.c \
  interpret.h \
  program.h \
  config.h machine.h \
  types.h \
  add_efun.h \
  svalue.h \
  hashtable.h \
  las.h \
  dynamic_buffer.h
