Makefile.com (f808c858fa61e7769218966759510a8b1190dfcf) Makefile.com (c9431fa1e59a88c2f0abf611f25b97af964449e5)
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

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

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
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

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

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
22# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27
28LIBRARY= libzpool.a
29VERS= .1
30

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

57
58$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
59
60C99MODE= -xc99=%all
61C99LMODE= -Xc99=%all
62
63CFLAGS += -g $(CCVERBOSE) $(CNOGLOBAL)
64CFLAGS64 += -g $(CCVERBOSE) $(CNOGLOBAL)
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27
28LIBRARY= libzpool.a
29VERS= .1
30

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

57
58$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
59
60C99MODE= -xc99=%all
61C99LMODE= -Xc99=%all
62
63CFLAGS += -g $(CCVERBOSE) $(CNOGLOBAL)
64CFLAGS64 += -g $(CCVERBOSE) $(CNOGLOBAL)
65LDLIBS += -lumem -lavl -lnvpair -lc
65LDLIBS += -lumem -lavl -lnvpair -lz -lc
66CPPFLAGS += $(INCS)
67
68.KEEP_STATE:
69
70all: $(LIBS)
71
72lint: $(LINTLIB)
73

--- 13 unchanged lines hidden ---
66CPPFLAGS += $(INCS)
67
68.KEEP_STATE:
69
70all: $(LIBS)
71
72lint: $(LINTLIB)
73

--- 13 unchanged lines hidden ---