1*10793Sdai.ngo@sun.com# 2*10793Sdai.ngo@sun.com# CDDL HEADER START 3*10793Sdai.ngo@sun.com# 4*10793Sdai.ngo@sun.com# The contents of this file are subject to the terms of the 5*10793Sdai.ngo@sun.com# Common Development and Distribution License (the "License"). 6*10793Sdai.ngo@sun.com# You may not use this file except in compliance with the License. 7*10793Sdai.ngo@sun.com# 8*10793Sdai.ngo@sun.com# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*10793Sdai.ngo@sun.com# or http://www.opensolaris.org/os/licensing. 10*10793Sdai.ngo@sun.com# See the License for the specific language governing permissions 11*10793Sdai.ngo@sun.com# and limitations under the License. 12*10793Sdai.ngo@sun.com# 13*10793Sdai.ngo@sun.com# When distributing Covered Code, include this CDDL HEADER in each 14*10793Sdai.ngo@sun.com# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*10793Sdai.ngo@sun.com# If applicable, add the following below this CDDL HEADER, with the 16*10793Sdai.ngo@sun.com# fields enclosed by brackets "[]" replaced with your own identifying 17*10793Sdai.ngo@sun.com# information: Portions Copyright [yyyy] [name of copyright owner] 18*10793Sdai.ngo@sun.com# 19*10793Sdai.ngo@sun.com# CDDL HEADER END 20*10793Sdai.ngo@sun.com# 21*10793Sdai.ngo@sun.com# 22*10793Sdai.ngo@sun.com# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*10793Sdai.ngo@sun.com# Use is subject to license terms. 24*10793Sdai.ngo@sun.com# 25*10793Sdai.ngo@sun.com 26*10793Sdai.ngo@sun.cominclude ../Makefile.lib 27*10793Sdai.ngo@sun.com 28*10793Sdai.ngo@sun.comHDRS= rp_plugin.h 29*10793Sdai.ngo@sun.comHDRDIR= common 30*10793Sdai.ngo@sun.com 31*10793Sdai.ngo@sun.comSUBDIRS= $(MACH) 32*10793Sdai.ngo@sun.com$(BUILD64)SUBDIRS += $(MACH64) 33*10793Sdai.ngo@sun.comPOFILE= libreparse.po 34*10793Sdai.ngo@sun.comMSGFILES= common/fs_reparse_lib.c 35*10793Sdai.ngo@sun.com 36*10793Sdai.ngo@sun.comall := TARGET = all 37*10793Sdai.ngo@sun.comclean := TARGET = clean 38*10793Sdai.ngo@sun.comclobber := TARGET = clobber 39*10793Sdai.ngo@sun.cominstall := TARGET = install 40*10793Sdai.ngo@sun.comlint := TARGET = lint 41*10793Sdai.ngo@sun.com 42*10793Sdai.ngo@sun.com.KEEP_STATE: 43*10793Sdai.ngo@sun.com 44*10793Sdai.ngo@sun.comall clean clobber install lint: $(SUBDIRS) 45*10793Sdai.ngo@sun.com 46*10793Sdai.ngo@sun.cominstall_h: $(ROOTHDRS) 47*10793Sdai.ngo@sun.com 48*10793Sdai.ngo@sun.comcheck: $(CHECKHDRS) 49*10793Sdai.ngo@sun.com 50*10793Sdai.ngo@sun.com$(POFILE): pofile_MSGFILES 51*10793Sdai.ngo@sun.com 52*10793Sdai.ngo@sun.com_msg: $(MSGDOMAINPOFILE) 53*10793Sdai.ngo@sun.com 54*10793Sdai.ngo@sun.com$(SUBDIRS): FRC 55*10793Sdai.ngo@sun.com @cd $@; pwd; $(MAKE) $(TARGET) 56*10793Sdai.ngo@sun.com 57*10793Sdai.ngo@sun.comFRC: 58*10793Sdai.ngo@sun.com 59*10793Sdai.ngo@sun.cominclude $(SRC)/lib/Makefile.targ 60*10793Sdai.ngo@sun.cominclude $(SRC)/Makefile.msg.targ 61