Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
# lib/krb5/Makefile
#
# include global definitions
include ../../Makefile.master
#
# Build everything in parallel; use .WAIT for dependencies
.PARALLEL:
SUBDIRS= \
db2 \
dyn \
.WAIT \
kdb \
.WAIT \
kadm5 \
ss
all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
lint := TARGET= lint
_msg := TARGET= _msg
.KEEP_STATE:
all install clean clobber lint _msg: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: