HomeSort by relevance Sort by last modified time
    Searched refs:defines (Results 1 - 25 of 30) sorted by null

1 2

  /test/stcnv/usr/src/tools/tet/contrib/configtool/
configure 5 # systems which have makefiles included in the src/defines
56 win32) rm defines.mk; cp defines/msc+mks.mk defines.mk;;
58 *dynix*) rm defines.mk 2>/dev/null;ln -s defines/dynix.mk defines.mk ;;
59 *unixware2*|*unixware7*) rm defines.mk 2>/dev/null;ln -s defines/svr42mp.mk defines.mk ;
    [all...]
makefile 22 all: GuessOS configure defines/decux4.mk defines/cray.mk defines/linuxthreads.mk defines/irix.mk
29 $(CP) defines/decux4.mk ../../src/defines/
30 $(CP) defines/cray.mk ../../src/defines/
31 $(CP) defines/linuxthreads.mk ../../src/defines/
    [all...]
  /test/ohacts/src/tset/dataservice/tests/
source.mk 29 include ../../../../defines.mk
  /test/ohacts/src/tset/sanity/tests/
source.mk 29 include ../../../../defines.mk
  /test/ohacts/src/tset/geo/tests/
source.mk 31 include ../../../../defines.mk
  /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/scripts/
solpatch.ksh 36 if [[ ! -f ${TET_ROOT}/src/defines/solaris10.mk ]]
38 cp ${CTI_ROOT}/src/defines/solaris10.mk \
39 ${TET_ROOT}/src/defines
42 if [[ ! -f ${TET_ROOT}/src/defines/solaris11.mk ]]
44 cp ${CTI_ROOT}/src/defines/solaris11.mk \
45 ${TET_ROOT}/src/defines
build_tet.ksh 50 if [[ -f ./defines.mk ]]
52 CONFIGED_CC=`grep "^CC\>" defines.mk"`
101 print "Could not find defines.mk, please run configure to setup"
109 print "in the defines.mk file and rerun this script. Note if you"
110 print "define the location in defines.mk do not specify a mode"
111 print "when rerunning the script, so as not to overwrite the defines.mk"
179 if [[ -f ./src/defines.mk ]]
189 # either lite or inet, if there is no defines.mk file.
191 if [[ ! -f ./src/defines.mk || -n $1 ]]
  /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/scripts/
solpatch.ksh 36 if [[ ! -f ${TET_ROOT}/src/defines/solaris10.mk ]]
38 cp ${CTI_ROOT}/src/defines/solaris10.mk \
39 ${TET_ROOT}/src/defines
42 if [[ ! -f ${TET_ROOT}/src/defines/solaris11.mk ]]
44 cp ${CTI_ROOT}/src/defines/solaris11.mk \
45 ${TET_ROOT}/src/defines
build_tet.ksh 53 if [[ -f ./defines.mk ]]
55 CONFIGED_CC=`grep "^CC\>" defines.mk`
104 print "Could not find defines.mk, please run configure to setup"
113 print "Define the location of the compiler in the defines.mk file,"
115 print "NOTE: if you define the location in defines.mk, DO NOT specify"
116 print "a mode when re-running this script. Otherwise, defines.mk"
184 if [[ -f ./src/defines.mk ]]
194 # either lite or inet, if there is no defines.mk file.
196 if [[ ! -f ./src/defines.mk || -n $1 ]]
  /test/ohacts/src/tset/dataservice/lib/
Makefile 37 include ../../../defines.mk
  /test/ohacts/src/faultserver/csrc/
Makefile 31 include $(SRC_ROOT)/defines.mk
  /test/ohacts/src/svc/
Makefile 42 include ../defines.mk
  /test/ohacts/src/tset/geo/lib/
Makefile 47 include ../../../defines.mk
  /test/ohacts/src/tset/lib/
Makefile 44 include ../../defines.mk
  /test/ohacts/src/tset/sanity/lib/
Makefile 46 include ../../../defines.mk
  /test/ohacts/src/tset/csrc/
Makefile 50 include $(SRC_ROOT)/defines.mk
  /test/ohacts/src/tset/sanity/csrc/
Makefile 29 include ../../../defines.mk
  /test/stcnv/usr/src/tools/tet/contrib/kshdapi/dapi/
makefile 42 include $(TET_ROOT)/src/defines.mk
  /test/stcnv/usr/src/tools/tet/contrib/tclapi/
makefile 54 include ../../src/defines.mk
  /test/ohacts/src/
Makefile 29 include defines.mk
  /test/ohacts/src/svc/ccsrc/
Makefile 29 include ../../defines.mk
  /test/stcnv/usr/src/tools/tet/contrib/kshdapi/helpers/
makefile 35 include $(TET_ROOT)/src/defines.mk
  /test/ontest-stc2/src/tools/stf/
README 42 * Makefile support that defines macros and targets helpful for test development
  /test/stcnv/usr/src/tools/stf/
README 42 * Makefile support that defines macros and targets helpful for test development
  /test/stcnv/usr/src/tools/tet/contrib/configtool/defines/
aix43.mk 59 # TET and DTET defines; one of these is added to CDEFS in each compilation
79 # CDEFS usually defines NSIG (the highest signal number plus one)
80 # For AIX it is in TET_CDEFS, as signal.h defines it when using DTET_CDEFS

Completed in 420 milliseconds

1 2