File: Makefile.init

package info (click to toggle)
postfix 2.5.5-1.1%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 17,576 kB
  • ctags: 12,524
  • sloc: ansic: 88,612; makefile: 11,460; sh: 4,642; perl: 2,432; python: 182; awk: 66
file content (21 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Usage: 
#	make makefiles [CC=compiler] [OPT=compiler-flags] [DEBUG=debug-flags]
#
# The defaults are: CC=gcc, OPT=-O, and DEBUG=-g. Examples:
#
#	make makefiles
#	make makefiles CC="purify cc"
#	make makefiles CC=cc OPT=
#
SHELL	= /bin/sh

default: update

update depend printfck clean tidy depend_update: Makefiles
	$(MAKE) MAKELEVEL= $@

install upgrade:
	@echo Please review the INSTALL instructions first.

makefiles Makefiles:
	$(MAKE) -f Makefile.in MAKELEVEL= Makefiles