# Generated automatically from Makefile.in by configure.
#
#  Makefile for FastCGI application library
#
#  Open Market, Inc.
#
#  $Id: Makefile.in,v 1.3 1996/01/25 22:20:08 shanzer Exp $
#

SHELL	= /bin/sh
CC	= gcc
INCLUDEDIR  = ../include
CFLAGS	=   -O2 -I$(INCLUDEDIR)
RANLIB	= ranlib

OBJS	    = fcgiapp.o fcgi_stdio.o
INCLUDES    = $(INCLUDEDIR)/fastcgi.h $(INCLUDEDIR)/fcgiapp.h \
	      $(INCLUDEDIR)/fcgimisc.h $(INCLUDEDIR)/fcgiappmisc.h \
	      $(INCLUDEDIR)/fcgi_stdio.h

.c.o:
	$(CC) $(CFLAGS) -I../include -c $<

all: libfcgi.a

libfcgi.a: $(OBJS)
	ar cr libfcgi.a $(OBJS)
	$(RANLIB) libfcgi.a

distclean clean:
	rm -f *.a *.o core.* errs *~ \#* TAGS *.E a.out
