Makefile (5661bb7641e85c46713da7a3002b29ecd2c3daf0) Makefile (299e09dec5d1f56c12f76421d18079871b467bfc)
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

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

45CERRWARN += -_gcc=-Wno-type-limits
46
47# not linted
48SMATCH=off
49
50POFILE= file_all.po
51POFILES= $(SRCS:%.c=%.po)
52
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

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

45CERRWARN += -_gcc=-Wno-type-limits
46
47# not linted
48SMATCH=off
49
50POFILE= file_all.po
51POFILES= $(SRCS:%.c=%.po)
52
53# The debug binary can be built using the flag
54# -D COPTFLAG=-g CGLOBALSTATIC=
53# The debug binary can be built using the flags
54# SOURCEDEBUG=yes CGLOBALSTATIC=
55# This will avoid the multiple symbols definition error
56# for static global variables in elf_read32.o and elf_read64.o
57
58LDLIBS += -lelf
59CPPFLAGS += -I$(ELFCAP) -I$(SGSRTCID)
60$(XPG4) := CFLAGS += -DXPG4
61
62ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%)

--- 53 unchanged lines hidden ---
55# This will avoid the multiple symbols definition error
56# for static global variables in elf_read32.o and elf_read64.o
57
58LDLIBS += -lelf
59CPPFLAGS += -I$(ELFCAP) -I$(SGSRTCID)
60$(XPG4) := CFLAGS += -DXPG4
61
62ROOTETCMAGIC= $(MAGIC:%=$(ROOTETC)/%)

--- 53 unchanged lines hidden ---