xref: /onnv-gate/usr/src/cmd/filebench/scripts/Makefile (revision 6350:aec7d1368710)
15184Sek110237#
25184Sek110237# CDDL HEADER START
35184Sek110237#
45184Sek110237# The contents of this file are subject to the terms of the
55184Sek110237# Common Development and Distribution License (the "License").
65184Sek110237# You may not use this file except in compliance with the License.
75184Sek110237#
85184Sek110237# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95184Sek110237# or http://www.opensolaris.org/os/licensing.
105184Sek110237# See the License for the specific language governing permissions
115184Sek110237# and limitations under the License.
125184Sek110237#
135184Sek110237# When distributing Covered Code, include this CDDL HEADER in each
145184Sek110237# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
155184Sek110237# If applicable, add the following below this CDDL HEADER, with the
165184Sek110237# fields enclosed by brackets "[]" replaced with your own identifying
175184Sek110237# information: Portions Copyright [yyyy] [name of copyright owner]
185184Sek110237#
195184Sek110237# CDDL HEADER END
205184Sek110237#
215184Sek110237#
22*6350Scarlsonj# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
235184Sek110237# Use is subject to license terms.
245184Sek110237#
255184Sek110237# ident	"%Z%%M%	%I%	%E% SMI"
265184Sek110237
275184Sek110237.KEEP_STATE:
285184Sek110237
295184Sek110237include ../../Makefile.cmd
305184Sek110237
315184Sek110237SCRIPTS = filebench_compare fs_flush
325184Sek110237ROOTUSRBENCHDIR = $(ROOT)/usr/benchmarks
335184Sek110237ROOTUSRBENCHFBSCRIPTSDIR = $(ROOTUSRBENCHDIR)/filebench/scripts
345184Sek110237FBSCRIPTS = $(SCRIPTS:%=$(ROOTUSRBENCHFBSCRIPTSDIR)/%)
355184Sek110237
365184Sek110237all clean lint:
375184Sek110237
385184Sek110237clobber:
395184Sek110237	$(RM) $(SCRIPTS)
405184Sek110237
415184Sek110237$(ROOTUSRBENCHDIR) $(ROOTUSRBENCHFBSCRIPTSDIR):
425184Sek110237	$(INS.dir)
435184Sek110237
445184Sek110237$(ROOTUSRBENCHFBSCRIPTSDIR)/%: %
455184Sek110237	$(INS.file)
465184Sek110237
475184Sek110237install: $(ROOTUSRBENCHDIR) .WAIT $(ROOTUSRBENCHFBSCRIPTSDIR) .WAIT $(FBSCRIPTS)
48