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.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
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]
22 # Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2012 DEY Storage Systems, Inc. All rights reserved.
24 # Copyright (c) 2013 by Delphix. All rights reserved.
78 OBJECTS = $(CMNOBJS) $(ISAOBJS) $(SAVEOBJS)
80 # include library definitions
81 include ../../Makefile.lib
82 include ../../Makefile.rootfs
84 SRCS = $(CMNOBJS:%.o=../common/%.c) $(ISAOBJS:%.o=%.c)
86 LIBS = $(DYNLIB) $(LINTLIB)
87 LDLIBS += -lrtld_db -lelf -lctf -lc
88 C99MODE = $(C99_ENABLE)
89 CPPFLAGS += $($(MACH64)_CPPFLAGS)
92 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
94 CFLAGS += $(CCVERBOSE)
95 CPPFLAGS += -I$(SRCDIR)
97 CERRWARN += -_gcc=-Wno-uninitialized
98 CERRWARN += -_gcc=-Wno-parentheses
99 CERRWARN += -_gcc=-Wno-type-limits
100 CERRWARN += -_gcc=-Wno-unused-label
102 # All interfaces are interposable, therefore don't allow direct binding to
103 # libproc. Disable libproc from directly binding to itself, but allow libperl
104 # to directly bind to its dependencies (ie. map -Bdirect -> -zdirect). Ensure
105 # lazy loading is established (which is enabled automatically with -Bdirect).
107 DYNFLAGS += $(BNODIRECT) $(ZDIRECT) $(ZLAZYLOAD)
115 # include library targets
116 include ../../Makefile.targ
118 objs/%.o pics/%.o: %.c
119 $(COMPILE.c) -o $@ $<
122 objs/%.o pics/%.o: $(SRC)/common/saveargs/%.c
123 $(COMPILE.c) -o $@ $<