Makefile.com (36e852a172cba914383d7341c988128b2c667fbd) Makefile.com (b56bf881a9655cb27b53cba1468312f7c6dfb0a2)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 6 unchanged lines hidden (view full) ---

15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
23# Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
25#
26
27LIBRARY= libnsl.a
28VERS= .1
29
30# objects are listed by source directory
31
32# common utility code used in more than one directory

--- 165 unchanged lines hidden (view full) ---

198# Make string literals read-only to save memory.
199CFLAGS += $(XSTRCONST)
200CFLAGS64 += $(XSTRCONST)
201CCFLAGS += -_CC=-features=conststrings
202CCFLAGS64 += -_CC=-features=conststrings
203
204LIBMP = -lmp
205lint := LIBMP =
24#
25
26LIBRARY= libnsl.a
27VERS= .1
28
29# objects are listed by source directory
30
31# common utility code used in more than one directory

--- 165 unchanged lines hidden (view full) ---

197# Make string literals read-only to save memory.
198CFLAGS += $(XSTRCONST)
199CFLAGS64 += $(XSTRCONST)
200CCFLAGS += -_CC=-features=conststrings
201CCFLAGS64 += -_CC=-features=conststrings
202
203LIBMP = -lmp
204lint := LIBMP =
206LDLIBS += $(LIBMP) -lmd -lscf -lc
205LDLIBS += $(LIBMP) -lmd -lc
207
208$(LINTLIB):= SRCS=$(SRCDIR)/$(LINTSRC)
209LINTFLAGS += -m -DPORTMAP
210LINTFLAGS64 += -m -DPORTMAP
211
212.KEEP_STATE:
213
214all: $(LIBS)

--- 20 unchanged lines hidden ---
206
207$(LINTLIB):= SRCS=$(SRCDIR)/$(LINTSRC)
208LINTFLAGS += -m -DPORTMAP
209LINTFLAGS64 += -m -DPORTMAP
210
211.KEEP_STATE:
212
213all: $(LIBS)

--- 20 unchanged lines hidden ---