Makefile.com revision 2
0N/A#
6330N/A# CDDL HEADER START
3012N/A#
6330N/A# The contents of this file are subject to the terms of the
6330N/A# Common Development and Distribution License (the "License").
6330N/A# You may not use this file except in compliance with the License.
6330N/A#
233N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6330N/A# or http://www.opensolaris.org/os/licensing.
6330N/A# See the License for the specific language governing permissions
6330N/A# and limitations under the License.
6330N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
6330N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6330N/A# If applicable, add the following below this CDDL HEADER, with the
6330N/A# fields enclosed by brackets "[]" replaced with your own identifying
6330N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6330N/A#
6330N/A# CDDL HEADER END
6330N/A#
6330N/A#
6330N/A# Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
6330N/A#
6330N/A
6330N/ALIBRARY = libdhcpsvc.a
6330N/AVERS = .1
6330N/AOBJECTS = confopt.o errmsgs.o private.o public.o dsvcd_synch.o
233N/A
6330N/A# include library definitions
6330N/Ainclude $(SRC)/lib/libdhcpsvc/Makefile.com
6330N/A
6330N/ALIBS = $(DYNLIB) $(LINTLIB)
6330N/A$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
6330N/A
6330N/ADIMPL = -D_DHCPSVC_IMPL
6330N/A$(LINTLIB) := DIMPL =
3381N/ALDLIBS += -lnsl -linetutil -lelf -lc
6330N/ACPPFLAGS += $(DIMPL) -I$(SRC)/cmd/cmd-inet/usr.lib/dsvclockd $(DEBUG)
6330N/A
6330N/A.KEEP_STATE:
6330N/A
6330N/Aall: stub $(LIBS)
6330N/A
3980N/Alint: lintcheck
6330N/A
6330N/A# include library targets
6301N/Ainclude $(SRC)/lib/libdhcpsvc/Makefile.targ
6301N/A