~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Usage: 
 
2
#       make makefiles [CC=compiler] [OPT=compiler-flags] [DEBUG=debug-flags]
 
3
#
 
4
# The defaults are: CC=gcc, OPT=-O, and DEBUG=-g. Examples:
 
5
#
 
6
#       make makefiles
 
7
#       make makefiles CC="purify cc"
 
8
#       make makefiles CC=cc OPT=
 
9
#
 
10
SHELL   = /bin/sh
 
11
 
 
12
default: update
 
13
 
 
14
update depend printfck clean tidy depend_update: Makefiles
 
15
        $(MAKE) MAKELEVEL= $@
 
16
 
 
17
install upgrade:
 
18
        @echo Please review the INSTALL instructions first.
 
19
 
 
20
makefiles Makefiles:
 
21
        $(MAKE) -f Makefile.in MAKELEVEL= Makefiles