/
teeny/db/
teeny/dbm/
teeny/docs/
teeny/includes/
teeny/misc/
teeny/news/
teeny/text/
#
# For BSD compilers, you may need to remove the -D_ALL_SOURCE, -D_BSD,
# and the -lbsd.  This Makefile works on AIX.
#
CFLAGS= -g -I../includes -D_ALL_SOURCE -D_BSD -DGARBAGE -DTIMESTAMPS 
#CFLAGS= -g -I../includes
#CC= bsdcc
CC= cc

INC = ../includes

case.o: $(INC)/config.h $(INC)/copyright.h $(INC)/case.h

case.a: case.o
	ar crv case.a case.o

clean:
	-rm *.o case.a

convert.o: $(INC)/copyright.h $(INC)/teeny.h

increment.o: $(INC)/copyright.h $(INC)/teeny.h
	cc -c -g -I../includes -D_ALL_SOURCE -D_BSD increment.c

increment: increment.o
	cc -s increment.o -o increment -lbsd