# Generated automatically from Makefile.in by configure.
#  Makefile for local utility tool kit
# 
#  $Id: Makefile.in,v 1.1.1.1 2000/08/25 14:20:33 deardragon Exp $
#

CC       = gcc
CFLAGS   = -O2 -export -Wunused -I../include -I../../include
BBSHOME	 = /home/bbs

UTILITY  = account averun bbstop bbspop3d birthday horoscope \
	   newacct poststat usage showuser bbsuptime AnnIndex \
	   badbms

.c.o:   ;   $(CC) $(CFLAGS) -c $*.c

all: $(UTILITY)

install: $(UTILITY)
	cp $(UTILITY) $(BBSHOME)/bin

clean:
	rm -fr *.o *.BAK *.log $(UTILITY) *core* DEAD* *~

bbspop3d: bbspop3d.c
	$(CC) $(CFLAGS) -o bbspop3d bbspop3d.c -lcrypt

usage: usage.c ../../src/record.c
	$(CC) $(CFLAGS) -o usage usage.c ../../src/record.c
