File: Makefile

package info (click to toggle)
procmail 3.22-19
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,972 kB
  • ctags: 2,715
  • sloc: ansic: 9,886; sh: 1,957; makefile: 131
file content (16 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#$Id: Makefile,v 1.7 1994/08/24 18:52:00 berg Exp $

all: init
	$(MAKE) make $@

# The only real thing that can be made right now is:

init:
	cd ..; $(MAKE) make init

.PRECIOUS: Makefile

Makefile makefile Makefiles makefiles: init

procmail.1 procmailrc.5 procmailsc.5 procmailex.5 lockfile.1 formail.1: init
	$(MAKE) make $@