Makefile.com (7014882c) Makefile.com (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

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

29
30include ../../Makefile.cmd
31
32CFLAGS += $(CCVERBOSE)
33CFLAGS64 += $(CCVERBOSE)
34
35CERRWARN += -_gcc=-Wno-uninitialized
36
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

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

29
30include ../../Makefile.cmd
31
32CFLAGS += $(CCVERBOSE)
33CFLAGS64 += $(CCVERBOSE)
34
35CERRWARN += -_gcc=-Wno-uninitialized
36
37CPPFLAGS += -DEMBED_CONFIGS -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
37CPPFLAGS += -DEMBED_CONFIGS -I$(ADJUNCT_PROTO)/usr/include/glib-2.0 \
38 -I$(ADJUNCT_PROTO)/usr/lib/glib-2.0/include
38C99MODE = $(C99_ENABLE)
39LDLIBS += -lcurses -ldtrace
40all install := LDLIBS += -lglib-2.0
41
42LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
43LINTFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
44LINTFLAGS64 += -erroff=E_NAME_USED_NOT_DEF2
45LINTFLAGS64 += -erroff=E_FUNC_RET_ALWAYS_IGNOR2

--- 38 unchanged lines hidden ---
39C99MODE = $(C99_ENABLE)
40LDLIBS += -lcurses -ldtrace
41all install := LDLIBS += -lglib-2.0
42
43LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
44LINTFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
45LINTFLAGS64 += -erroff=E_NAME_USED_NOT_DEF2
46LINTFLAGS64 += -erroff=E_FUNC_RET_ALWAYS_IGNOR2

--- 38 unchanged lines hidden ---