Makefile.com (12b65585e720714b31036daaa2b30eb76014048e) Makefile.com (7b07063d906859b2be1e88791f801b3c96e432f6)
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

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

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
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

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

17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
25#
26# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
27#
28
29#
30# lib/libsmbfs/Makefile.com
31#
32

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

113# uncomment these for dbx debugging
114#COPTFLAG = -g
115#CTF_FLAGS =
116#CTFCONVERT_O=
117#CTFMERGE_LIB=
118
119# Filter out the less important lint.
120# See lgrep.awk
26#
27# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
28#
29
30#
31# lib/libsmbfs/Makefile.com
32#
33

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

114# uncomment these for dbx debugging
115#COPTFLAG = -g
116#CTF_FLAGS =
117#CTFCONVERT_O=
118#CTFMERGE_LIB=
119
120# Filter out the less important lint.
121# See lgrep.awk
121LGREP = nawk -f $(SRCDIR)/lgrep.awk
122LGREP = $(AWK) -f $(SRCDIR)/lgrep.awk
122LTAIL += 2>&1 | $(LGREP)
123
124all: $(LIBS)
125
126lint: lintcheck_t
127
128include ../../Makefile.targ
129
130lintcheck_t: $$(SRCS)
131 $(LINT.c) $(LINTCHECKFLAGS) $(SRCS) $(LDLIBS) $(LTAIL)
132
133objs/%.o pics/%.o: $(CMNDIR)/%.c
134 $(COMPILE.c) -o $@ $<
135 $(POST_PROCESS_O)
136
137.KEEP_STATE:
123LTAIL += 2>&1 | $(LGREP)
124
125all: $(LIBS)
126
127lint: lintcheck_t
128
129include ../../Makefile.targ
130
131lintcheck_t: $$(SRCS)
132 $(LINT.c) $(LINTCHECKFLAGS) $(SRCS) $(LDLIBS) $(LTAIL)
133
134objs/%.o pics/%.o: $(CMNDIR)/%.c
135 $(COMPILE.c) -o $@ $<
136 $(POST_PROCESS_O)
137
138.KEEP_STATE: