xref: /onnv-gate/usr/src/lib/libldap4/Makefile (revision 2522:79989c8fe091)
10Sstevel@tonic-gate#
2*2522Sraf# CDDL HEADER START
3*2522Sraf#
4*2522Sraf# The contents of this file are subject to the terms of the
5*2522Sraf# Common Development and Distribution License (the "License").
6*2522Sraf# You may not use this file except in compliance with the License.
7*2522Sraf#
8*2522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2522Sraf# or http://www.opensolaris.org/os/licensing.
10*2522Sraf# See the License for the specific language governing permissions
11*2522Sraf# and limitations under the License.
120Sstevel@tonic-gate#
13*2522Sraf# When distributing Covered Code, include this CDDL HEADER in each
14*2522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2522Sraf# If applicable, add the following below this CDDL HEADER, with the
16*2522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17*2522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate#
19*2522Sraf# CDDL HEADER END
20*2522Sraf#
21*2522Sraf#
22*2522Sraf# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*2522Sraf# Use is subject to license terms.
24*2522Sraf#
25*2522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
26*2522Sraf#
270Sstevel@tonic-gate
280Sstevel@tonic-gateinclude			../Makefile.lib
290Sstevel@tonic-gate
30*2522SrafSUBDIRS =	$(MACH)
31*2522Sraf$(BUILD64)SUBDIRS += $(MACH64)
320Sstevel@tonic-gate
330Sstevel@tonic-gateall :=		TARGET= all
340Sstevel@tonic-gateclean :=	TARGET= clean
350Sstevel@tonic-gateclobber :=	TARGET= clobber
360Sstevel@tonic-gatedelete :=	TARGET= delete
370Sstevel@tonic-gateinstall :=	TARGET= install
380Sstevel@tonic-gatelint :=		TARGET= lint
390Sstevel@tonic-gatecatalog :=	TARGET= catalog
400Sstevel@tonic-gatepackage :=	TARGET= package
410Sstevel@tonic-gate
420Sstevel@tonic-gate.KEEP_STATE:
430Sstevel@tonic-gate
440Sstevel@tonic-gateall clean clobber delete install lint catalog package: $(SUBDIRS)
450Sstevel@tonic-gate
460Sstevel@tonic-gate# install rule for install_h target
470Sstevel@tonic-gate$(ROOTHDRDIR)/%: %
480Sstevel@tonic-gate	$(INS.file)
490Sstevel@tonic-gate
500Sstevel@tonic-gateinstall_h: $(ROOTHDRS)
510Sstevel@tonic-gate
520Sstevel@tonic-gatecheck: $(CHECKHDRS)
530Sstevel@tonic-gate
54*2522Sraf$(SUBDIRS):	FRC
550Sstevel@tonic-gate	@cd $@; pwd; $(MAKE) $(TARGET)
560Sstevel@tonic-gate
570Sstevel@tonic-gateFRC:
58