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

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

44LIBS = $(DYNLIB)
45LDLIBS += -lshare -lscf -lumem -lc -lxml2
46
47#add nfs/lib directory as part of the include path
48CFLAGS += $(CCVERBOSE)
49CERRWARN += -_gcc=-Wno-switch
50CERRWARN += -_gcc=-Wno-unused-variable
51CERRWARN += -_gcc=-Wno-uninitialized
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

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

44LIBS = $(DYNLIB)
45LDLIBS += -lshare -lscf -lumem -lc -lxml2
46
47#add nfs/lib directory as part of the include path
48CFLAGS += $(CCVERBOSE)
49CERRWARN += -_gcc=-Wno-switch
50CERRWARN += -_gcc=-Wno-unused-variable
51CERRWARN += -_gcc=-Wno-uninitialized
52CPPFLAGS += -D_REENTRANT -I$(AUTOFSSMFLIB_DIR) -I/usr/include/libxml2 \
53 -I$(SRCDIR)../common
52CPPFLAGS += -D_REENTRANT -I$(AUTOFSSMFLIB_DIR) \
53 -I$(ADJUNCT_PROTO)/usr/include/libxml2 \
54 -I$(SRCDIR)../common
54
55.KEEP_STATE:
56
57all: $(LIBS)
58
59install: $(ROOTLIBDIR) $(ROOTLIBDIR64) all
60
61lint: lintcheck

--- 12 unchanged lines hidden ---
55
56.KEEP_STATE:
57
58all: $(LIBS)
59
60install: $(ROOTLIBDIR) $(ROOTLIBDIR64) all
61
62lint: lintcheck

--- 12 unchanged lines hidden ---