dbm/
misc/
old-docs/
#
# 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  #-DSECURITY

INC = ../includes

misc.o: $(INC)/config.h $(INC)/case.h $(INC)/rwho.h

misc.a: case.o clilib.o log.o #smalloc.o
	ar crv misc.a case.o clilib.o log.o #smalloc.o
	ranlib misc.a

clean:
	-rm *.o misc.a

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

convert: convert.o
	cc -s convert.o -o convert