Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / Makefile.init
blobe93de9fbf35540673d6903935024f6ac9fc436d0
1 # Usage: 
2 #       make makefiles [CC=compiler] [OPT=compiler-flags] [DEBUG=debug-flags]
4 # The defaults are: CC=gcc, OPT=-O, and DEBUG=-g. Examples:
6 #       make makefiles
7 #       make makefiles CC="purify cc"
8 #       make makefiles CC=cc OPT=
10 SHELL   = /bin/sh
12 default: update
14 update depend printfck clean tidy depend_update: Makefiles
15         $(MAKE) MAKELEVEL= $@
17 install upgrade:
18         @echo Please review the INSTALL instructions first.
20 makefiles Makefiles:
21         $(MAKE) -f Makefile.in MAKELEVEL= Makefiles