make/common/MakeBase.gmk
changeset 49244 995a5556edfa
parent 49205 d1a19a08389a
child 49270 f6ad4d73c834
equal deleted inserted replaced
49243:176b3da8ce61 49244:995a5556edfa
  1025 # Param 1 - module name
  1025 # Param 1 - module name
  1026 FindLibDirForModule = \
  1026 FindLibDirForModule = \
  1027     $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
  1027     $(SUPPORT_OUTPUTDIR)/modules_libs/$(strip $1)
  1028 
  1028 
  1029 ################################################################################
  1029 ################################################################################
       
  1030 # Find executable dir for module
       
  1031 # Param 1 - module name
       
  1032 FindExecutableDirForModule = \
       
  1033     $(SUPPORT_OUTPUTDIR)/modules_cmds/$(strip $1)
       
  1034 
       
  1035 ################################################################################
  1030 # Return a string suitable for use after a -classpath or --module-path option. It
  1036 # Return a string suitable for use after a -classpath or --module-path option. It
  1031 # will be correct and safe to use on all platforms. Arguments are given as space
  1037 # will be correct and safe to use on all platforms. Arguments are given as space
  1032 # separate classpath entries. Safe for multiple nested calls.
  1038 # separate classpath entries. Safe for multiple nested calls.
  1033 # param 1 : A space separated list of classpath entries
  1039 # param 1 : A space separated list of classpath entries
  1034 # The surrounding strip is needed to keep additional whitespace out
  1040 # The surrounding strip is needed to keep additional whitespace out