File: Makefile

package info (click to toggle)
postfix 2.11.3-1%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 22,360 kB
  • ctags: 16,042
  • sloc: ansic: 111,369; makefile: 14,398; sh: 5,532; perl: 2,652; python: 1,450; awk: 148
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