move 32-bit libs to lib/i386 subdirs & 64-bit libs to lib/
[unleashed.git] / usr / src / lib / scsi / libses / Makefile.defs
blob02f6a3e1b7aab036919a9c08265d45559d6c3390
2 # CDDL HEADER START
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]
19 # CDDL HEADER END
23 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Copyright (c) 2018, Joyent, Inc.
27 SRCS = $(OBJECTS:%.o=../common/%.c)
28 CSTD = $(CSTD_GNU99)
29 CPPFLAGS += -I../common -I.
30 $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
32 CERRWARN += -Wno-type-limits
33 CERRWARN += -Wno-uninitialized
34 CERRWARN += -Wno-unused-label
36 SMOFF += all_func_returns
38 ROOTLIBDIR = $(ROOTSCSILIBDIR)/$(MACH32)
39 ROOTLIBDIR64 = $(ROOTSCSILIBDIR)
41 DYNFLAGS32 += -R$(SCSILIBDIR)/$(MACH32)
42 DYNFLAGS64 += -R$(SCSILIBDIR)
44 LDLIBS32 += -L$(ROOTSCSILIBDIR)/$(MACH32)
45 LDLIBS64 += -L$(ROOTSCSILIBDIR)
47 LDLIBS += \
48         -lnvpair \
49         -lscsi \
50         -lumem \
51         -lc
53 LIBS =          $(DYNLIB)
55 CLEANFILES += \
56         ../common/ses_errno.c