Makefile revision 2
4545N/A#
4545N/A# CDDL HEADER START
4545N/A#
4545N/A# The contents of this file are subject to the terms of the
4545N/A# Common Development and Distribution License (the "License").
4545N/A# You may not use this file except in compliance with the License.
4545N/A#
4545N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4545N/A# or http://www.opensolaris.org/os/licensing.
4545N/A# See the License for the specific language governing permissions
4545N/A# and limitations under the License.
4545N/A#
4545N/A# When distributing Covered Code, include this CDDL HEADER in each
4545N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4545N/A# If applicable, add the following below this CDDL HEADER, with the
4545N/A# fields enclosed by brackets "[]" replaced with your own identifying
4545N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4545N/A#
4545N/A# CDDL HEADER END
4545N/A#
4545N/A#
4545N/A# Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
4545N/A#
4545N/A
4545N/Ainclude $(SRC)/lib/Makefile.lib
5292N/A
4545N/AHDRS = libnwam.h libnwam_priv.h
4545N/ASRCS = libnwam_audit.c libnwam_enm.c libnwam_events.c libnwam_error.c \
4545N/A libnwam_known_wlan.c libnwam_loc.c libnwam_ncp.c \
4545N/A libnwam_object.c libnwam_util.c libnwam_values.c \
4545N/A libnwam_wlan.c
5292N/AHDRDIR = common
4545N/ASUBDIRS= $(MACH)
4545N/A$(BUILD64)SUBDIRS += $(MACH64)
4545N/A
4545N/APOFILE = libnwam.po
4545N/AMSGFILES = common/*.c
4545N/A
4545N/AXGETFLAGS = -a -x libnwam.xcl
4545N/A
4545N/Aall := TARGET = all
4545N/Aclean := TARGET = clean
4545N/Aclobber := TARGET = clobber
4545N/Ainstall := TARGET = install
4545N/Alint := TARGET = lint
4545N/Astub := TARGET = stub
4545N/Astubinstall := TARGET = stubinstall
4545N/A
4545N/A.KEEP_STATE:
4545N/A
4545N/Aall clean clobber install lint stub stubinstall: $(SUBDIRS)
4545N/A
4545N/Ainstall_h: $(ROOTHDRS)
4545N/A
4545N/Acheck: $(CHECKHDRS)
4545N/A
4545N/A$(POFILE): pofile_MSGFILES
4741N/A
4545N/A_msg: $(MSGDOMAINPOFILE)
4545N/A
4545N/A$(SUBDIRS): FRC
4545N/A @cd $@; pwd; $(MAKE) $(TARGET)
4545N/A
4545N/AFRC:
4545N/A
4545N/Ainclude $(SRC)/Makefile.msg.targ
4545N/Ainclude $(SRC)/lib/Makefile.targ
4545N/A