Makefile.com revision cee0fb94c0d4227de0a00efc162fb2739844b641
1008N/A#
1008N/A# CDDL HEADER START
1008N/A#
1008N/A# The contents of this file are subject to the terms of the
1008N/A# Common Development and Distribution License (the "License").
1008N/A# You may not use this file except in compliance with the License.
1008N/A#
1008N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6983N/A# or http://www.opensolaris.org/os/licensing.
6983N/A# See the License for the specific language governing permissions
1008N/A# and limitations under the License.
1008N/A#
1008N/A# When distributing Covered Code, include this CDDL HEADER in each
1008N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6983N/A# If applicable, add the following below this CDDL HEADER, with the
6983N/A# fields enclosed by brackets "[]" replaced with your own identifying
6983N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6983N/A#
1008N/A# CDDL HEADER END
1008N/A#
1008N/A#
1008N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1008N/A# Use is subject to license terms.
4129N/A#
1008N/A#
1008N/A
1008N/ALIBRARY = libIBM_ULTRIUM-TD2.a
1008N/AVERS = .1
1008N/AOBJS_COMMON = dm_IBM_ULTRIUM-TD2.o
1008N/AOBJS_SHARED = dm_IBM_LTO_common.o
1008N/A
1008N/AOBJECTS = $(OBJS_COMMON) $(OBJS_SHARED)
1008N/A
1008N/Ainclude $(SRC)/lib/Makefile.lib
1008N/Ainclude ../../Makefile.defs
1008N/A
1255N/ALIBS = $(DYNLIB) $(LINTLIB)
1255N/A
1255N/ASRCDIR = ../common
1008N/A
1008N/ADMDIR = $(SRC)/lib/mms/dm/libcommon
1008N/A
1008N/ASRCS = $(OBJS_COMMON:%.o=$(SRCDIR)/%.c) \
1008N/A $(OBJS_SHARED:%.o=$(DMDIR)/%.c)
1008N/A
4129N/AROOTLIBDIR = $(ROOTMMSDMLIBDIR)
1008N/A
1008N/ACFLAGS += $(CCVERBOSE)
1008N/A
1008N/ADMLIBDIR = $(ROOT)/usr/lib/mms/dm
1008N/A
1008N/ACPPFLAGS += -DMMS_OPENSSL
1008N/ACPPFLAGS += -I$(SRCDIR) -I$(SRC)/common/mms/mms
1008N/ACPPFLAGS += -I$(SRC)/cmd/mms/dm/common -I../../../mms/common
1008N/ACPPFLAGS += -I$(SRC)/uts/common/io/mms/dda
1008N/ACPPFLAGS += -I$(SRC)/uts/common/io/mms/dmd
1389N/ACPPFLAGS += -I$(SRC)/cmd/mms/wcr/common
1389N/A
1008N/A.KEEP_STATE:
1008N/A
1008N/Aall: $(LIBS)
1389N/A
1389N/Alint: $(LINTLIB) lintcheck
1389N/A
1389N/Apics/%.o: $(DMDIR)/%.c
1389N/A $(COMPILE.c) -o $@ $<
1008N/A $(POST_PROCESS_O)
1929N/A
1929N/A$(DMLIBDIR)/libIBM_ULT3580-TD2.so:
1389N/A $(RM) $@ ;\
1008N/A $(SYMLINK) libIBM_ULTRIUM-TD2.so $@
1008N/A
1008N/Ainclude $(SRC)/lib/Makefile.targ
1008N/Ainclude ../../Makefile.rootdirs
1008N/A