Makefile revision 82629e3015252bf18319ba3815c773df23e21436
258N/A#
258N/A# CDDL HEADER START
705N/A#
810N/A# The contents of this file are subject to the terms of the
258N/A# Common Development and Distribution License (the "License").
258N/A# You may not use this file except in compliance with the License.
258N/A#
258N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
258N/A# or http://www.opensolaris.org/os/licensing.
258N/A# See the License for the specific language governing permissions
258N/A# and limitations under the License.
258N/A#
258N/A# When distributing Covered Code, include this CDDL HEADER in each
258N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
258N/A# If applicable, add the following below this CDDL HEADER, with the
258N/A# fields enclosed by brackets "[]" replaced with your own identifying
258N/A# information: Portions Copyright [yyyy] [name of copyright owner]
258N/A#
258N/A# CDDL HEADER END
258N/A#
258N/A#
258N/A# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
258N/A# Use is subject to license terms.
258N/A#
258N/A#
258N/A
258N/AMACHCOBJS = libv12n.o
258N/A
258N/ACMNOBJS= mdesc_findname.o \
258N/A mdesc_findnodeprop.o \
258N/A mdesc_fini.o \
810N/A mdesc_getpropval.o \
258N/A mdesc_getpropstr.o \
258N/A mdesc_init_intern.o \
258N/A mdesc_nodecount.o \
258N/A mdesc_rootnode.o \
258N/A mdesc_scandag.o
493N/A
493N/AOBJS += $(CMNOBJS)
705N/A
810N/Ainclude ../Makefile.com
810N/A
493N/AC99MODE = $(C99_ENABLE)
493N/A
493N/ALDLIBS += -luuid -lc
493N/A
705N/ACPPFLAGS += -I. -I$(SRC)/lib/libds/common -I$(SRC)/cmd/ldmad
705N/A
258N/Ainstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
258N/A
493N/Apics/%.o: $(SRC)/common/mdesc/%.c
258N/A $(COMPILE.c) -o $@ $<
258N/A $(POST_PROCESS_O)
258N/A