xref: /titanic_52/usr/src/lib/sasl_plugins/Makefile.subdirs (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate
8*7c478bd9Sstevel@tonic-gateinclude		$(SRC)/lib/Makefile.lib
9*7c478bd9Sstevel@tonic-gate
10*7c478bd9Sstevel@tonic-gateSUBDIRS =	$(MACH)
11*7c478bd9Sstevel@tonic-gate$(BUILD64)SUBDIRS += $(MACH64)
12*7c478bd9Sstevel@tonic-gate
13*7c478bd9Sstevel@tonic-gateall :=		TARGET= all
14*7c478bd9Sstevel@tonic-gateclean :=	TARGET= clean
15*7c478bd9Sstevel@tonic-gateclobber :=	TARGET= clobber
16*7c478bd9Sstevel@tonic-gateinstall :=	TARGET= install
17*7c478bd9Sstevel@tonic-gatelint :=		TARGET= lint
18*7c478bd9Sstevel@tonic-gate.KEEP_STATE:
19*7c478bd9Sstevel@tonic-gate
20*7c478bd9Sstevel@tonic-gateall clean clobber install: spec .WAIT $(SUBDIRS)
21*7c478bd9Sstevel@tonic-gate
22*7c478bd9Sstevel@tonic-gatelint: $(SUBDIRS)
23*7c478bd9Sstevel@tonic-gate
24*7c478bd9Sstevel@tonic-gate$(SUBDIRS) spec: FRC
25*7c478bd9Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
26*7c478bd9Sstevel@tonic-gate
27*7c478bd9Sstevel@tonic-gateFRC:
28