Makefile (7014882c) Makefile (494f7e12)
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

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

56LDFLAGS += -dy
57
58CFLAGS += -xCC
59
60# This is for everything except /usr/include/tss/
61CPPFLAGS += -I$(ROOT)/usr/include
62
63# This is for /usr/include/tss/, which is not built in the ON consolidation
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

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

56LDFLAGS += -dy
57
58CFLAGS += -xCC
59
60# This is for everything except /usr/include/tss/
61CPPFLAGS += -I$(ROOT)/usr/include
62
63# This is for /usr/include/tss/, which is not built in the ON consolidation
64CPPFLAGS += -I/usr/include
64CPPFLAGS += -I$(ADJUNCT_PROTO)/usr/include
65
66CERRWARN += -_gcc=-Wno-parentheses
67
68#
69# Default build targets.
70#
71.KEEP_STATE:
72

--- 19 unchanged lines hidden ---
65
66CERRWARN += -_gcc=-Wno-parentheses
67
68#
69# Default build targets.
70#
71.KEEP_STATE:
72

--- 19 unchanged lines hidden ---