17a286c47SDai Ngo# 27a286c47SDai Ngo# CDDL HEADER START 37a286c47SDai Ngo# 47a286c47SDai Ngo# The contents of this file are subject to the terms of the 57a286c47SDai Ngo# Common Development and Distribution License (the "License"). 67a286c47SDai Ngo# You may not use this file except in compliance with the License. 77a286c47SDai Ngo# 87a286c47SDai Ngo# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97a286c47SDai Ngo# or http://www.opensolaris.org/os/licensing. 107a286c47SDai Ngo# See the License for the specific language governing permissions 117a286c47SDai Ngo# and limitations under the License. 127a286c47SDai Ngo# 137a286c47SDai Ngo# When distributing Covered Code, include this CDDL HEADER in each 147a286c47SDai Ngo# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157a286c47SDai Ngo# If applicable, add the following below this CDDL HEADER, with the 167a286c47SDai Ngo# fields enclosed by brackets "[]" replaced with your own identifying 177a286c47SDai Ngo# information: Portions Copyright [yyyy] [name of copyright owner] 187a286c47SDai Ngo# 197a286c47SDai Ngo# CDDL HEADER END 207a286c47SDai Ngo# 217a286c47SDai Ngo# 227a286c47SDai Ngo# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 237a286c47SDai Ngo# Use is subject to license terms. 247a286c47SDai Ngo# 257a286c47SDai Ngo 267a286c47SDai Ngoinclude ../Makefile.lib 277a286c47SDai Ngo 287a286c47SDai NgoHDRS= rp_plugin.h 297a286c47SDai NgoHDRDIR= common 307a286c47SDai Ngo 317a286c47SDai NgoSUBDIRS= $(MACH) 327a286c47SDai Ngo$(BUILD64)SUBDIRS += $(MACH64) 337a286c47SDai NgoPOFILE= libreparse.po 347a286c47SDai NgoMSGFILES= common/fs_reparse_lib.c 357a286c47SDai Ngo 367a286c47SDai Ngoall := TARGET = all 377a286c47SDai Ngoclean := TARGET = clean 387a286c47SDai Ngoclobber := TARGET = clobber 397a286c47SDai Ngoinstall := TARGET = install 407a286c47SDai Ngo 417a286c47SDai Ngo.KEEP_STATE: 427a286c47SDai Ngo 43*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS) 447a286c47SDai Ngo 457a286c47SDai Ngoinstall_h: $(ROOTHDRS) 467a286c47SDai Ngo 477a286c47SDai Ngocheck: $(CHECKHDRS) 487a286c47SDai Ngo 497a286c47SDai Ngo$(POFILE): pofile_MSGFILES 507a286c47SDai Ngo 517a286c47SDai Ngo_msg: $(MSGDOMAINPOFILE) 527a286c47SDai Ngo 537a286c47SDai Ngo$(SUBDIRS): FRC 547a286c47SDai Ngo @cd $@; pwd; $(MAKE) $(TARGET) 557a286c47SDai Ngo 567a286c47SDai NgoFRC: 577a286c47SDai Ngo 587a286c47SDai Ngoinclude $(SRC)/lib/Makefile.targ 597a286c47SDai Ngoinclude $(SRC)/Makefile.msg.targ 60