Makefile.com (05ede3db5e3b7d540afbccdc872c735770e82ef3) Makefile.com (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

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

109CPPFLAGS += -D__EXTENSIONS__ -D_REENTRANT -DMIA \
110 -I$(SRCDIR) -I.. -I../netsmb \
111 -I$(SRC)/uts/common \
112 -I$(SRC)/common/smbclnt
113
114# Debugging
115${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
116
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

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

109CPPFLAGS += -D__EXTENSIONS__ -D_REENTRANT -DMIA \
110 -I$(SRCDIR) -I.. -I../netsmb \
111 -I$(SRC)/uts/common \
112 -I$(SRC)/common/smbclnt
113
114# Debugging
115${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
116
117# uncomment these for dbx debugging
118#COPTFLAG = -g
119#CTF_FLAGS =
120#CTFCONVERT_O=
121#CTFMERGE_LIB=
122
123# Filter out the less important lint.
124# See lgrep.awk
125LGREP = $(AWK) -f $(SRCDIR)/lgrep.awk
126LTAIL += 2>&1 | $(LGREP)
127
128all: $(LIBS)
129
130lint: lintcheck_t
131
132include ../../Makefile.targ
133
134lintcheck_t: $$(SRCS)
135 $(LINT.c) $(LINTCHECKFLAGS) $(SRCS) $(LDLIBS) $(LTAIL)
136
137objs/%.o pics/%.o: $(CMNDIR)/%.c
138 $(COMPILE.c) -o $@ $<
139 $(POST_PROCESS_O)
140
141.KEEP_STATE:
117# Filter out the less important lint.
118# See lgrep.awk
119LGREP = $(AWK) -f $(SRCDIR)/lgrep.awk
120LTAIL += 2>&1 | $(LGREP)
121
122all: $(LIBS)
123
124lint: lintcheck_t
125
126include ../../Makefile.targ
127
128lintcheck_t: $$(SRCS)
129 $(LINT.c) $(LINTCHECKFLAGS) $(SRCS) $(LDLIBS) $(LTAIL)
130
131objs/%.o pics/%.o: $(CMNDIR)/%.c
132 $(COMPILE.c) -o $@ $<
133 $(POST_PROCESS_O)
134
135.KEEP_STATE: