Makefile.crypt_modules revision 7c478bd95313f5f23a4c958a745db2134aa03244
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst#
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# CDDL HEADER START
4ca64d4d941146c5a90916eb862a83a8a6d7a08aEileen Bolloff#
df97c0390f692b187eb9e45c9879a9679668acc2Eileen Bolloff# The contents of this file are subject to the terms of the
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# Common Development and Distribution License, Version 1.0 only
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# (the "License"). You may not use this file except in compliance
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# with the License.
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst#
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# or http://www.opensolaris.org/os/licensing.
b259caaf997a77772be96abeb9c403d01669b875Eugen Kuksa# See the License for the specific language governing permissions
b259caaf997a77772be96abeb9c403d01669b875Eugen Kuksa# and limitations under the License.
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst#
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# When distributing Covered Code, include this CDDL HEADER in each
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# If applicable, add the following below this CDDL HEADER, with the
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# fields enclosed by brackets "[]" replaced with your own identifying
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# information: Portions Copyright [yyyy] [name of copyright owner]
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst#
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# CDDL HEADER END
5f289ede8e14ace0747ffb53e40cca9cd5df7605Daniel Couto Vale#
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale#
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# Use is subject to license terms.
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale#
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# ident "%Z%%M% %I% %E% SMI"
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale#
b23869f9e7504049f5d28bbbc54d812c8ca36abbEugen Kuksa# Common build macros used by (most every) crypt module.
b23869f9e7504049f5d28bbbc54d812c8ca36abbEugen Kuksa#
b23869f9e7504049f5d28bbbc54d812c8ca36abbEugen Kuksa
b23869f9e7504049f5d28bbbc54d812c8ca36abbEugen Kuksainclude $(SRC)/lib/Makefile.lib
df97c0390f692b187eb9e45c9879a9679668acc2Eileen Bolloff
4ca64d4d941146c5a90916eb862a83a8a6d7a08aEileen BolloffSRCDIR= ..
df97c0390f692b187eb9e45c9879a9679668acc2Eileen Bolloff
92c8f40524b3849c1964e357e13a4101b005c9acTimo KohorstLIBS= $(DYNLIB)
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT
LINTFLAGS += -y
LINTFLAGS64 += -y
MAPDIR= ../spec/$(TRANSMACH)
SPECMAPFILE= $(MAPDIR)/mapfile
ROOTLIBDIR= $(ROOT)/usr/lib/security
ROOTLIBDIR64= $(ROOT)/usr/lib/security/$(MACH64)
.KEEP_STATE: