xref: /onnv-gate/usr/src/lib/libmd/Makefile (revision 12719:bd9fb35d09c2)
11694Sdarrenm#
21694Sdarrenm# CDDL HEADER START
31694Sdarrenm#
41694Sdarrenm# The contents of this file are subject to the terms of the
51694Sdarrenm# Common Development and Distribution License (the "License").
61694Sdarrenm# You may not use this file except in compliance with the License.
71694Sdarrenm#
81694Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
91694Sdarrenm# or http://www.opensolaris.org/os/licensing.
101694Sdarrenm# See the License for the specific language governing permissions
111694Sdarrenm# and limitations under the License.
121694Sdarrenm#
131694Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each
141694Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
151694Sdarrenm# If applicable, add the following below this CDDL HEADER, with the
161694Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying
171694Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner]
181694Sdarrenm#
191694Sdarrenm# CDDL HEADER END
201694Sdarrenm#
21*12719SRod.Evans@Sun.COM
221694Sdarrenm#
23*12719SRod.Evans@Sun.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
241694Sdarrenm#
251694Sdarrenm
26*12719SRod.Evans@Sun.COMinclude		$(SRC)/lib/Makefile.lib
271694Sdarrenm
28*12719SRod.Evans@Sun.COM$(SPARC_BLD)CAPDIR = capabilities
291694Sdarrenm
30*12719SRod.Evans@Sun.COMSUBDIRS=	$(MACH) $(BUILD64) $(MACH64)
311694Sdarrenm
321694SdarrenmHDRS =		md4.h md5.h sha1.h sha2.h
331694SdarrenmHDRDIR =	common
341694Sdarrenm
351694Sdarrenmall :=		TARGET= all
361694Sdarrenmclean :=	TARGET= clean
371694Sdarrenmclobber :=	TARGET= clobber
381694Sdarrenminstall :=	TARGET= install
391694Sdarrenmlint :=		TARGET= lint
401694Sdarrenm
411694Sdarrenm.KEEP_STATE:
421694Sdarrenm
43*12719SRod.Evans@Sun.COM.PARALLEL:	$(SUBDIRS)
441694Sdarrenm
45*12719SRod.Evans@Sun.COMall clean clobber install lint: \
46*12719SRod.Evans@Sun.COM		$(CAPDIR) .WAIT $(SUBDIRS)
471694Sdarrenm
481694Sdarrenminstall_h:	$(ROOTHDRS)
491694Sdarrenm
501694Sdarrenmcheck:		$(CHECKHDRS)
511694Sdarrenm
52*12719SRod.Evans@Sun.COM$(CAPDIR) \
53*12719SRod.Evans@Sun.COM$(SUBDIRS):	FRC
54*12719SRod.Evans@Sun.COM		@cd $@; pwd; $(MAKE) $(TARGET)
55*12719SRod.Evans@Sun.COM
561694SdarrenmFRC:
571694Sdarrenm
58*12719SRod.Evans@Sun.COMinclude		$(SRC)/lib/Makefile.targ
59