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
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
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]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
24 #
25
26 LIBRARY = liblddbg.a
27 VERS = .4
28
29 COMOBJS = args.o audit.o basic.o debug.o \
30 syminfo.o tls.o
31
32 COMOBJS32 = bindings32.o cap32.o dlfcns32.o dynamic32.o \
33 elf32.o entry32.o files32.o got32.o \
34 libs32.o map32.o move32.o phdr32.o \
35 relocate32.o sections32.o segments32.o shdr32.o \
36 statistics32.o support32.o syms32.o unused32.o \
37 util32.o version32.o
38
39 COMOBJS64 = bindings64.o cap64.o dlfcns64.o dynamic64.o \
40 elf64.o entry64.o files64.o got64.o \
41 libs64.o map64.o move64.o phdr64.o \
42 relocate64.o sections64.o segments64.o shdr64.o \
43 statistics64.o support64.o syms64.o unused64.o \
50 OBJECTS = $(BLTOBJ) $(COMOBJS) $(COMOBJS32) $(COMOBJS64) $(TOOLOBJ)
51
52
53 include $(SRC)/lib/Makefile.lib
54 include $(SRC)/cmd/sgs/Makefile.com
55
56 SRCDIR = ../common
57
58 LINTFLAGS += -u -D_REENTRANT
59 LINTFLAGS64 += -u -D_REENTRANT
60
61 CERRWARN += -_gcc=-Wno-unused-value
62 CERRWARN += -_gcc=-Wno-uninitialized
63 CERRWARN += -_gcc=-Wno-parentheses
64
65 CPPFLAGS += -I$(SRCBASE)/lib/libc/inc
66 DYNFLAGS += $(VERSREF) $(CC_USE_PROTO) '-R$$ORIGIN'
67 LDLIBS += $(CONVLIBDIR) $(CONV_LIB) -lc
68
69 native := DYNFLAGS += $(CONVLIBDIR)
70
71 BLTDEFS = msg.h
72 BLTDATA = msg.c
73 BLTMESG = $(SGSMSGDIR)/liblddbg
74
75 BLTFILES = $(BLTDEFS) $(BLTDATA) $(BLTMESG)
76
77 SGSMSGCOM = ../common/liblddbg.msg
78 SGSMSGALL = $(SGSMSGCOM)
79 SGSMSGTARG = $(SGSMSGCOM)
80 SGSMSGFLAGS += -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n liblddbg_msg
81
82 CHKSRCS = $(COMOBJS32:%32.o=../common/%.c)
83
84 SRCS = ../common/llib-llddbg
85 LIBSRCS = $(COMOBJS:%.o=../common/%.c) \
86 $(TOOLOBJ:%.o=$(SGSTOOLS)/common/%.c) $(BLTDATA)
87
88 LINTSRCS = $(LIBSRCS) ../common/lintsup.c
89 LINTSRCS32 = $(COMOBJS32:%32.o=../common/%.c)
|
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
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
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]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2016 RackTop Systems.
25 #
26
27 LIBRARY = liblddbg.a
28 VERS = .4
29
30 COMOBJS = args.o audit.o basic.o debug.o \
31 syminfo.o tls.o
32
33 COMOBJS32 = bindings32.o cap32.o dlfcns32.o dynamic32.o \
34 elf32.o entry32.o files32.o got32.o \
35 libs32.o map32.o move32.o phdr32.o \
36 relocate32.o sections32.o segments32.o shdr32.o \
37 statistics32.o support32.o syms32.o unused32.o \
38 util32.o version32.o
39
40 COMOBJS64 = bindings64.o cap64.o dlfcns64.o dynamic64.o \
41 elf64.o entry64.o files64.o got64.o \
42 libs64.o map64.o move64.o phdr64.o \
43 relocate64.o sections64.o segments64.o shdr64.o \
44 statistics64.o support64.o syms64.o unused64.o \
51 OBJECTS = $(BLTOBJ) $(COMOBJS) $(COMOBJS32) $(COMOBJS64) $(TOOLOBJ)
52
53
54 include $(SRC)/lib/Makefile.lib
55 include $(SRC)/cmd/sgs/Makefile.com
56
57 SRCDIR = ../common
58
59 LINTFLAGS += -u -D_REENTRANT
60 LINTFLAGS64 += -u -D_REENTRANT
61
62 CERRWARN += -_gcc=-Wno-unused-value
63 CERRWARN += -_gcc=-Wno-uninitialized
64 CERRWARN += -_gcc=-Wno-parentheses
65
66 CPPFLAGS += -I$(SRCBASE)/lib/libc/inc
67 DYNFLAGS += $(VERSREF) $(CC_USE_PROTO) '-R$$ORIGIN'
68 LDLIBS += $(CONVLIBDIR) $(CONV_LIB) -lc
69
70 native := DYNFLAGS += $(CONVLIBDIR)
71 native := CPPFLAGS += -DNATIVE_BUILD
72
73 BLTDEFS = msg.h
74 BLTDATA = msg.c
75 BLTMESG = $(SGSMSGDIR)/liblddbg
76
77 BLTFILES = $(BLTDEFS) $(BLTDATA) $(BLTMESG)
78
79 SGSMSGCOM = ../common/liblddbg.msg
80 SGSMSGALL = $(SGSMSGCOM)
81 SGSMSGTARG = $(SGSMSGCOM)
82 SGSMSGFLAGS += -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n liblddbg_msg
83
84 CHKSRCS = $(COMOBJS32:%32.o=../common/%.c)
85
86 SRCS = ../common/llib-llddbg
87 LIBSRCS = $(COMOBJS:%.o=../common/%.c) \
88 $(TOOLOBJ:%.o=$(SGSTOOLS)/common/%.c) $(BLTDATA)
89
90 LINTSRCS = $(LIBSRCS) ../common/lintsup.c
91 LINTSRCS32 = $(COMOBJS32:%32.o=../common/%.c)
|