#
#ident "@(#)smail/guide:RELEASE-3_2_0_121:Makefile,v 1.12 2004/07/25 17:21:59 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.
ROOT=../..
THIS_DIR=guide
include ${ROOT}/conf/Make.local
SUB_DIRS=admin
all depend mkdefs defs install installman clean clobber: ${DOT_MAKE}
@for i in ${SUB_DIRS}; do \
echo "Making $@ under ${THIS_DIR}/$$i ..."; \
(cd $$i && ${MAKE} $@); \
rc=$$?; \
if [ $$rc -ne 0 ] ; then \
exit $$rc; \
fi; \
done
.PHONY: all install local-install clean local-clean clobber local-clobber depend local-depend lint mkdefs defs check_defs tags TAGS
syntax highlighted by Code2HTML, v. 0.9.1