xref: /illumos-gate/usr/src/lib/libfstyp/Makefile.com (revision 241c90a0)
10e42dee6Sartem#
20e42dee6Sartem# CDDL HEADER START
30e42dee6Sartem#
40e42dee6Sartem# The contents of this file are subject to the terms of the
50e42dee6Sartem# Common Development and Distribution License (the "License").
60e42dee6Sartem# You may not use this file except in compliance with the License.
70e42dee6Sartem#
80e42dee6Sartem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90e42dee6Sartem# or http://www.opensolaris.org/os/licensing.
100e42dee6Sartem# See the License for the specific language governing permissions
110e42dee6Sartem# and limitations under the License.
120e42dee6Sartem#
130e42dee6Sartem# When distributing Covered Code, include this CDDL HEADER in each
140e42dee6Sartem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150e42dee6Sartem# If applicable, add the following below this CDDL HEADER, with the
160e42dee6Sartem# fields enclosed by brackets "[]" replaced with your own identifying
170e42dee6Sartem# information: Portions Copyright [yyyy] [name of copyright owner]
180e42dee6Sartem#
190e42dee6Sartem# CDDL HEADER END
200e42dee6Sartem#
210e42dee6Sartem#
220e42dee6Sartem# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
230e42dee6Sartem# Use is subject to license terms.
240e42dee6Sartem#
250e42dee6Sartem
260e42dee6SartemLIBRARY =	libfstyp.a
270e42dee6SartemVERS =		.1
280e42dee6SartemOBJECTS =	libfstyp.o
290e42dee6Sartem
300e42dee6Sarteminclude ../../Makefile.lib
310e42dee6Sartem
320e42dee6SartemSRCDIR =	../common
330e42dee6Sartem
34*241c90a0SRichard LoweLIBS =		$(DYNLIB)
350e42dee6SartemLDLIBS +=	-lc
360e42dee6SartemINCS +=		-I$(SRCDIR)
370e42dee6SartemCFLAGS +=	$(CCVERBOSE)
380e42dee6SartemCPPFLAGS +=	-D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE
390e42dee6SartemCPPFLAGS +=	$(INCS)
400e42dee6Sartem
410e42dee6Sartem
420e42dee6Sartem.KEEP_STATE:
430e42dee6Sartem
440e42dee6Sartemall: $(LIBS)
450e42dee6Sartem
460e42dee6Sartem
470e42dee6Sarteminclude ../../Makefile.targ
48