Makefile revision 843e19887f64dde75055cf8842fc4db2171eff45
2556N/A#
2556N/A# CDDL HEADER START
2556N/A#
2556N/A# The contents of this file are subject to the terms of the
2556N/A# Common Development and Distribution License (the "License").
2556N/A# You may not use this file except in compliance with the License.
2556N/A#
2556N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2556N/A# or http://www.opensolaris.org/os/licensing.
2556N/A# See the License for the specific language governing permissions
2556N/A# and limitations under the License.
2556N/A#
2556N/A# When distributing Covered Code, include this CDDL HEADER in each
2556N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2556N/A# If applicable, add the following below this CDDL HEADER, with the
2556N/A# fields enclosed by brackets "[]" replaced with your own identifying
2556N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2556N/A#
2556N/A# CDDL HEADER END
2556N/A#
2556N/A#
2556N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
2556N/A# Use is subject to license terms.
2556N/A#
2556N/A# ident "%Z%%M% %I% %E% SMI"
2556N/A#
2556N/A
2556N/Ainclude $(SRC)/lib/Makefile.lib
2556N/A
2556N/AHDRS = libdladm.h libdladm_impl.h libdllink.h libdlaggr.h \
2556N/A libdlwlan.h libdlwlan_impl.h libdlvnic.h
2556N/AHDRDIR = common
2556N/A
2556N/ASUBDIRS = $(MACH)
2556N/A$(BUILD64)SUBDIRS += $(MACH64)
2556N/A
2556N/APOFILE = libdladm.po
2556N/AMSGFILES = common/libdladm.c common/linkprop.c common/secobj.c \
2556N/A common/libdllink.c common/libdlaggr.c \
2556N/A common/libdlwlan.c common/libdlvnic.c
2556N/AXGETFLAGS = -a -x libdladm.xcl
2556N/A
all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
lint := TARGET = lint
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
$(POFILE): pofile_MSGFILES
_msg: $(MSGDOMAINPOFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include $(SRC)/Makefile.msg.targ
include $(SRC)/lib/Makefile.targ