xref: /illumos-gate/usr/src/lib/krb5/Makefile (revision 241c90a0)
17c478bd9Sstevel@tonic-gate#
254925bf6Swillf# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
5*241c90a0SRichard Lowe
67c478bd9Sstevel@tonic-gate# include global definitions
77c478bd9Sstevel@tonic-gateinclude ../../Makefile.master
87c478bd9Sstevel@tonic-gate
97c478bd9Sstevel@tonic-gate#
107c478bd9Sstevel@tonic-gate# Build everything in parallel; use .WAIT for dependencies
117c478bd9Sstevel@tonic-gate.PARALLEL:
127c478bd9Sstevel@tonic-gate
137c478bd9Sstevel@tonic-gateSUBDIRS= \
147c478bd9Sstevel@tonic-gate	dyn	\
157c478bd9Sstevel@tonic-gate	.WAIT	\
167c478bd9Sstevel@tonic-gate	kdb	\
177c478bd9Sstevel@tonic-gate	.WAIT	\
187c478bd9Sstevel@tonic-gate	kadm5	\
1954925bf6Swillf	.WAIT	\
2054925bf6Swillf	ss	\
2154925bf6Swillf	plugins
227c478bd9Sstevel@tonic-gate
237c478bd9Sstevel@tonic-gateall :=		TARGET= all
247c478bd9Sstevel@tonic-gateinstall :=	TARGET= install
257c478bd9Sstevel@tonic-gateclean :=	TARGET= clean
267c478bd9Sstevel@tonic-gateclobber :=	TARGET= clobber
277c478bd9Sstevel@tonic-gate_msg :=		TARGET= _msg
287c478bd9Sstevel@tonic-gate
297c478bd9Sstevel@tonic-gate.KEEP_STATE:
307c478bd9Sstevel@tonic-gate
31*241c90a0SRichard Loweall install clean clobber _msg: $(SUBDIRS)
327c478bd9Sstevel@tonic-gate
337c478bd9Sstevel@tonic-gate$(SUBDIRS): FRC
347c478bd9Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
357c478bd9Sstevel@tonic-gate
367c478bd9Sstevel@tonic-gateFRC:
37