# makefile for utilities

CFLAGS = -O -Aa

#CFLAGS = -g
#LFLAGS =

files = a_to_f.c a_to_i.c canonize.c argh.c bmgsubs.c			\
   lcase.c ucase.c dirdat.c drive.c dumpdoc.c fname.c fpath.c		\
   i_to_a.c l_to_a.c roman.c savedir.c spew.c spewf.c spoof.c spoon.c	\
   timedate.c tobase.c todec.c wildmat.c fxpand.c savestr.c catstrs.c	\
   iabs.c imax.c imin.c dstring.c ddays.c dtable.c regex.c		\
   bsearch.c ssort.c strinstr.c ranger1.c char.c llalloc.c

util.a :> $(files)

argx.c dirdat.c fname.c fpath.c fxpand.c :> os.h
i_to_a.c l_to_a.c :> os.h util.h
spew.c spewf.c timedate.c :> util.h
dstring.c :> dstring.h
dtable.c :> dtable.h
char.c :> char.h
