xref: /illumos-gate/usr/src/lib/libfstyp/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
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.
24f5c2e7eaSTheo Schlossnagle# Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
250e42dee6Sartem#
260e42dee6Sartem
270e42dee6Sarteminclude	../Makefile.lib
280e42dee6Sartem
290e42dee6SartemHDRS=		libfstyp.h libfstyp_module.h
300e42dee6Sartem
310e42dee6SartemHDRDIR=		common
320e42dee6Sartem
330e42dee6SartemSUBDIRS=	$(MACH)
34f5c2e7eaSTheo Schlossnagle$(BUILD64)SUBDIRS += $(MACH64)
350e42dee6Sartem
360e42dee6Sartemall :=		TARGET= all
370e42dee6Sarteminstall :=	TARGET= install
380e42dee6Sartemclean :=	TARGET= clean
390e42dee6Sartemclobber :=	TARGET= clobber
400e42dee6Sartem
410e42dee6Sartem.KEEP_STATE:
420e42dee6Sartem
43*241c90a0SRichard Loweall install clean clobber: $(SUBDIRS)
440e42dee6Sartem
450e42dee6Sarteminstall_h: $(ROOTHDRS)
460e42dee6Sartem
470e42dee6Sartemcheck: $(CHECKHDRS)
480e42dee6Sartem
49f808c858Sraf$(SUBDIRS): FRC
500e42dee6Sartem	@cd $@; pwd; $(MAKE) $(TARGET)
510e42dee6Sartem
520e42dee6SartemFRC:
530e42dee6Sartem
540e42dee6Sarteminclude $(SRC)/lib/Makefile.targ
550e42dee6Sartem
56