xref: /illumos-gate/usr/src/cmd/krb5/Makefile (revision ff67a31b)
17c478bd9Sstevel@tonic-gate#
254925bf6Swillf# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# cmd/krb5/Makefile
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate# Build everything in parallel; use .WAIT for dependencies
87c478bd9Sstevel@tonic-gate.PARALLEL:
97c478bd9Sstevel@tonic-gate
107c478bd9Sstevel@tonic-gateSUBDIRS= \
117c478bd9Sstevel@tonic-gate	kwarn	.WAIT	\
127c478bd9Sstevel@tonic-gate	krb5kdc \
137c478bd9Sstevel@tonic-gate	kadmin	\
147c478bd9Sstevel@tonic-gate	kdestroy	\
157c478bd9Sstevel@tonic-gate	kinit	\
167c478bd9Sstevel@tonic-gate	klist \
177c478bd9Sstevel@tonic-gate	kproplog \
1810db1377Sgtb	krb5-config \
1954925bf6Swillf	slave \
2054925bf6Swillf	ldap_util
217c478bd9Sstevel@tonic-gate
227c478bd9Sstevel@tonic-gateall :=		TARGET= all
237c478bd9Sstevel@tonic-gateclean :=	TARGET= clean
247c478bd9Sstevel@tonic-gateclobber :=	TARGET= clobber
257c478bd9Sstevel@tonic-gatedelete :=	TARGET= delete
267c478bd9Sstevel@tonic-gateinstall :=	TARGET= install
277c478bd9Sstevel@tonic-gatecatalog :=	TARGET= catalog
287c478bd9Sstevel@tonic-gatepackage :=	TARGET= package
297c478bd9Sstevel@tonic-gate_msg :=		TARGET= _msg
307c478bd9Sstevel@tonic-gate
317c478bd9Sstevel@tonic-gate.KEEP_STATE:
327c478bd9Sstevel@tonic-gate
33*ff67a31bSToomas Soomeall clean clobber delete install catalog package: $(SUBDIRS)
347c478bd9Sstevel@tonic-gate
3512014b72SToomas Soome_msg:	$(SUBDIRS)
3612014b72SToomas Soome
377c478bd9Sstevel@tonic-gatecheck: $(CHECKHDRS)
387c478bd9Sstevel@tonic-gate
39c5a6e212Swillf# ldap_util has a dependency on kadmin/cli/getdate.o
40c5a6e212Swillfldap_util: kadmin
41c5a6e212Swillf
427c478bd9Sstevel@tonic-gate$(SUBDIRS):	FRC
437c478bd9Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
447c478bd9Sstevel@tonic-gate
457c478bd9Sstevel@tonic-gateFRC:
46