# Generated automatically from Makefile.in by configure.
# This file is part of the FreeType project.
#
# lib/Makefile.in

CC = gcc

RANLIB = ranlib

CFLAGS = -g -O2 -Wall -pedantic -ansi -I.. -Iextend -I.

SRC = ttapi.c    ttcache.c ttcalc.c  ttcmap.c   ttdebug.c tterror.c \
      ttfile.c   ttfile2.c ttgload.c ttinterp.c ttlists.c ttload.c \
      ttmemory.c ttmutex.c ttobjs.c  ttraster.c \
      \
      extend/ttextend.c extend/ttgasp.c extend/ttkern.c

OBJ = ttapi.o    ttcache.o ttcalc.o  ttcmap.o   ttdebug.o tterror.o \
      ttfile.o   ttfile2.o ttgload.o ttinterp.o ttlists.o ttload.o \
      ttmemory.o ttmutex.o ttobjs.o  ttraster.o \
      \
      extend/ttextend.o extend/ttgasp.o extend/ttkern.o


all: libttf.a

libttf.a: $(OBJ) 
	$(AR) rc $@ $(OBJ)
	$(RANLIB) libttf.a

clean:
	-$(RM) $(OBJ)

distclean: clean
	-$(RM) dep.end libttf.a
	-$(RM) *.orig *~ core
	-$(RM) Makefile

# depend:
#	$(CC) -E -M $(SRC) > dep.end

# ifeq (dep.end,$(wildcard dep.end))
#   include dep.end
# endif

# end of Makefile.in
