File: Makefile

package info (click to toggle)
smail 3.2.0.115-7.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,192 kB
  • ctags: 4,249
  • sloc: ansic: 48,248; sh: 4,321; makefile: 2,074; perl: 1,147; awk: 884; yacc: 428; sed: 256; xml: 57
file content (29 lines) | stat: -rw-r--r-- 750 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
#ident	"@(#)smail/guide:RELEASE-3_2_0_115:Makefile,v 1.11 2003/06/11 20:06:06 woods Exp"
#
# Makefile for the smail guide directories
#
#    Copyright (C) 1987, 1988 Ronald S. Karr and Landon Curt Noll
#    Copyright (C) 1992  Ronald S. Karr
# 
# See the file COPYING, distributed with smail, for restriction
# and warranty information.

SHELL=/bin/sh

ROOT=../..
SUB_DIRS=admin

all depend mkdefs install installman clean clobber: .MAKE
	@for i in ${SUB_DIRS}; do		\
		echo "Making $@ under $$i ...";	\
		(cd $$i && ${MAKE} $@);		\
		rc=$$?;				\
		if [ $$rc -ne 0 ] ; then	\
			exit $$rc;		\
		fi;				\
	 done

.MAKE:

.PHONY: all install local-install clean local-clean clobber local-clobber depend local-depend lint mkdefs check_defs tags TAGS