1*0e42dee6Sartem# 2*0e42dee6Sartem# CDDL HEADER START 3*0e42dee6Sartem# 4*0e42dee6Sartem# The contents of this file are subject to the terms of the 5*0e42dee6Sartem# Common Development and Distribution License (the "License"). 6*0e42dee6Sartem# You may not use this file except in compliance with the License. 7*0e42dee6Sartem# 8*0e42dee6Sartem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*0e42dee6Sartem# or http://www.opensolaris.org/os/licensing. 10*0e42dee6Sartem# See the License for the specific language governing permissions 11*0e42dee6Sartem# and limitations under the License. 12*0e42dee6Sartem# 13*0e42dee6Sartem# When distributing Covered Code, include this CDDL HEADER in each 14*0e42dee6Sartem# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*0e42dee6Sartem# If applicable, add the following below this CDDL HEADER, with the 16*0e42dee6Sartem# fields enclosed by brackets "[]" replaced with your own identifying 17*0e42dee6Sartem# information: Portions Copyright [yyyy] [name of copyright owner] 18*0e42dee6Sartem# 19*0e42dee6Sartem# CDDL HEADER END 20*0e42dee6Sartem# 21*0e42dee6Sartem# 22*0e42dee6Sartem# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*0e42dee6Sartem# Use is subject to license terms. 24*0e42dee6Sartem# 25*0e42dee6Sartem# ident "%Z%%M% %I% %E% SMI" 26*0e42dee6Sartem# 27*0e42dee6Sartem 28*0e42dee6SartemLIBRARY = libfstyp.a 29*0e42dee6SartemVERS = .1 30*0e42dee6SartemOBJECTS = libfstyp.o 31*0e42dee6Sartem 32*0e42dee6Sarteminclude ../../Makefile.lib 33*0e42dee6Sartem 34*0e42dee6SartemSRCDIR = ../common 35*0e42dee6Sartem 36*0e42dee6SartemLIBS = $(DYNLIB) $(LINTLIB) 37*0e42dee6SartemLDLIBS += -lc 38*0e42dee6SartemINCS += -I$(SRCDIR) 39*0e42dee6Sartem$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC) 40*0e42dee6SartemCFLAGS += $(CCVERBOSE) 41*0e42dee6SartemCPPFLAGS += -D_POSIX_PTHREAD_SEMANTICS -D_LARGEFILE64_SOURCE 42*0e42dee6SartemCPPFLAGS += $(INCS) 43*0e42dee6Sartem 44*0e42dee6SartemLINTFLAGS64 += -errchk=longptr64 45*0e42dee6Sartem 46*0e42dee6Sartem.KEEP_STATE: 47*0e42dee6Sartem 48*0e42dee6Sartemall: $(LIBS) 49*0e42dee6Sartem 50*0e42dee6Sartemlint: lintcheck 51*0e42dee6Sartem 52*0e42dee6Sarteminclude ../../Makefile.targ 53