1 # 2 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 3 # Use is subject to license terms. 4 # 5 6 # 7 # BSD 3 Clause License 8 # 9 # Redistribution and use in source and binary forms, with or without 10 # modification, are permitted provided that the following conditions 11 # are met: 12 # - Redistributions of source code must retain the above copyright 13 # notice, this list of conditions and the following disclaimer. 14 # 15 # - Redistributions in binary form must reproduce the above copyright 16 # notice, this list of conditions and the following disclaimer in 17 # the documentation and/or other materials provided with the 18 # distribution. 19 # 20 # - Neither the name of Sun Microsystems, Inc. nor the 21 # names of its contributors may be used to endorse or promote products 22 # derived from this software without specific prior written permission. 23 # 24 # THIS SOFTWARE IS PROVIDED BY SUN MICROSYSTEMS, INC. "AS IS" AND ANY 25 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 26 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 27 # DISCLAIMED. IN NO EVENT SHALL SUN MICROSYSTEMS, INC. BE LIABLE FOR ANY 28 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 29 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES 30 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 31 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 32 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 33 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34 # 35 36 # 37 # ident "@(#)Targetdirs 1.4 09/04/08 SMI" 38 # 39 40 include $(CTI_ROOT)/Makefiles/Makefile.defs 41 42 SUITEDIR = ndmp/protocol 43 44 CTIDIR.BIN = /bin 45 CTIDIR.CONFIG = /config 46 CTIDIR.LIB = /lib 47 48 CTIDIRS = $(CTIDIR.BIN) $(CTIDIR.CONFIG) $(CTIDIR.LIB) 49 50 ROOT.TEST = /tests \ 51 /tests/protocol-tests \ 52 /tests/protocol-tests/CONFIG \ 53 /tests/protocol-tests/TAPE \ 54 /tests/protocol-tests/DATA \ 55 /tests/protocol-tests/POST \ 56 /tests/protocol-tests/MOVER \ 57 /tests/protocol-tests/SCSI \ 58 /tests/protocol-tests/CONNECT \ 59 /tests/configure 60 61 TARGETDIRS = $(CTIDIRS) $(ROOT.TEST) 62 63 TETFILES = tet_scen \ 64 STC.INFO \ 65 LICENSE \ 66 README 67 # 68 # Set this to TRUE if the tet thread libraries 69 # are required. 70 # 71 TET_THREADS = 72 73 # prepend the ROOT prefix 74 75 ROOTDIRS = $(TARGETDIRS:%=$(ROOT)%) 76