Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync#
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# CDDL HEADER START
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync#
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# The contents of this file are subject to the terms of the
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# Common Development and Distribution License, Version 1.0 only
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync# (the "License"). You may not use this file except in compliance
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# with the License.
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync#
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# or http://www.opensolaris.org/os/licensing.
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# See the License for the specific language governing permissions
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# and limitations under the License.
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync#
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# When distributing Covered Code, include this CDDL HEADER in each
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# If applicable, add the following below this CDDL HEADER, with the
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# fields enclosed by brackets "[]" replaced with your own identifying
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsync#
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsync# CDDL HEADER END
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsync#
5cf075f1173d07b89c26db295070415dffc6109dvboxsync#
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync# Use is subject to license terms.
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync#
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsyncLIBRARY = libinet.a
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsyncLOCOBJS = ipv4.o icmp4.o udp.o mac.o ethernet.o dhcpv4.o ibd.o
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsyncCMNOBJS = ipv4_sum.o udp_sum.o octet.o scan.o dhcpinfo.o
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsyncOBJECTS = $(LOCOBJS) $(CMNOBJS)
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsync
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsyncinclude ../Makefile.com
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsync
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsyncCMNDIR = $(CMNNETDIR)/dhcp
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsyncSRCS = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(CMNOBJS:%.o=$(CMNDIR)/%.c)
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsyncLDLIBS += -lsock
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsyncCPPFLAGS += $(SOCKCPPFLAGS) -I$(TOPDIR)/psm/stand
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsyncCERRWARN += -_gcc=-Wno-char-subscripts
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsyncCERRWARN += -_gcc=-Wno-uninitialized
02c33b191e5c82efdf0c0480ab7b28bab697feefvboxsync
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsyncinclude ../Makefile.targ
4d6b317d67ba577744e53cdfa0c7472d4223db5avboxsync