2 # make makefiles [CC=compiler] [OPT=compiler-flags] [DEBUG=debug-flags]
4 # The defaults are: CC=gcc, OPT=-O, and DEBUG=-g. Examples:
7 # make makefiles CC="purify cc"
8 # make makefiles CC=cc OPT=
14 update depend printfck
clean tidy depend_update
: Makefiles
18 @echo Please review the INSTALL instructions first.
21 $(MAKE
) -f Makefile.in MAKELEVEL
= Makefiles