Home | History | Annotate | Download | only in ndmpcopy
      1 #
      2 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
      3 # Use is subject to license terms.
      4 #
      5 
      6 # Permission is hereby granted, free of charge, to any person obtaining
      7 # a copy of this software and associated documentation files (the
      8 # "Software"), to deal in the Software without restriction, including
      9 # without limitation the rights to use, copy, modify, merge, publish,
     10 # distribute, sublicense, and/or sell copies of the Software, and to
     11 # permit persons to whom the Software is furnished to do so, subject to
     12 # the following conditions:
     13 #
     14 # The above copyright notice and this permission notice shall be included
     15 # in all copies or substantial portions of the Software.
     16 #
     17 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
     18 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     19 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
     20 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     21 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
     22 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
     23 # DEALINGS IN THE SOFTWARE.
     24 #
     25 
     26 #
     27 # ident	"@(#)Targetdirs	1.2	08/12/11 SMI"
     28 #
     29 
     30 CTIDIR.BIN	= /bin
     31 CTIDIR.INC	= /include
     32 
     33 CTIDIRS		= $(CTIDIR.BIN) $(CTIDIR.INC)
     34 
     35 TARGETDIRS	= $(CTIDIRS)
     36 
     37 TETFILES	= STC.INFO \
     38 		  tet_scen \
     39 		  README
     40 #
     41 # Set this to TRUE if the tet thread libraries
     42 # are required.
     43 #
     44 TET_THREADS     =
     45 
     46 # prepend the ROOT prefix
     47 
     48 ROOTDIRS        = $(TARGETDIRS:%=$(ROOT)%)
     49 include $(CTI_ROOT)/Makefiles/Makefile.defs
     50 
     51