Makefile revision f38cb554a534c6df738be3f4d23327e69888e634
4632N/A#
4632N/A# This file and its contents are supplied under the terms of the
4632N/A# Common Development and Distribution License ("CDDL"), version 1.0.
4632N/A# You may only use this file in accordance with the terms of version
4632N/A# 1.0 of the CDDL.
4632N/A#
4632N/A# A full copy of the text of the CDDL should have accompanied this
4632N/A# source. A copy of the CDDL is also available via the Internet at
4632N/A# http://www.illumos.org/license/CDDL.
4632N/A#
4632N/A
4632N/A#
4632N/A# Copyright (c) 2013 by Delphix. All rights reserved.
4632N/A#
4632N/A
4632N/Ainclude $(SRC)/Makefile.master
4632N/A
4632N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
4632N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/history
4632N/A
4632N/APROGS = cleanup \
4632N/A history_001_pos \
4632N/A history_002_pos \
4632N/A history_003_pos \
4632N/A history_004_pos \
4632N/A history_005_neg \
4632N/A history_006_neg \
4632N/A history_007_pos \
4632N/A history_008_pos \
4632N/A history_009_pos \
4632N/A history_010_pos \
4632N/A setup
4632N/A
4632N/AFILES = history.cfg \
4632N/A history_common.kshlib
4632N/A
4632N/ADATAFILES = i386.migratedpool.DAT.Z \
4632N/A i386.orig_history.txt \
4632N/A sparc.migratedpool.DAT.Z \
4632N/A sparc.orig_history.txt \
4632N/A zfs-pool-v4.dat.Z
4632N/A
4632N/ACMDS = $(PROGS:%=$(TESTDIR)/%) $(FILES:%=$(TESTDIR)/%)
4632N/A$(CMDS) := FILEMODE = 0555
4632N/A
4632N/ADATA = $(DATAFILES:%=$(TESTDIR)/%)
4632N/A$(DATA) := FILEMODE = 0444
4632N/A
4632N/Aall lint clean clobber:
4632N/A
4632N/Ainstall: $(CMDS) $(DATA)
4632N/A
4632N/A$(CMDS): $(TESTDIR)
4632N/A
4632N/A$(DATA): $(TESTDIR)
$(TESTDIR):
$(INS.dir)
$(TESTDIR)/%: %.ksh
$(INS.rename)
$(TESTDIR)/%: %
$(INS.file)