comparison make/linux/Makefile @ 7482:989155e2d07a

Merge with hs25-b15.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 16 Jan 2013 01:34:24 +0100
parents e522a00b91aa 892acf0431ef
children b9a918201d47
comparison
equal deleted inserted replaced
7381:6761a8f854a4 7482:989155e2d07a
45 # 45 #
46 # make REMOTE="rsh -l me myotherlinuxbox" 46 # make REMOTE="rsh -l me myotherlinuxbox"
47 47
48 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 48 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding.
49 # JDI binding on SA produces two binaries: 49 # JDI binding on SA produces two binaries:
50 # 1. sa-jdi.jar - This is build before building libjvm[_g].so 50 # 1. sa-jdi.jar - This is built before building libjvm.so
51 # Please refer to ./makefiles/sa.make 51 # Please refer to ./makefiles/sa.make
52 # 2. libsa[_g].so - Native library for SA - This is built after 52 # 2. libsa.so - Native library for SA - This is built after
53 # libjsig[_g].so (signal interposition library) 53 # libjsig.so (signal interposition library)
54 # Please refer to ./makefiles/vm.make 54 # Please refer to ./makefiles/vm.make
55 # If $(GAMMADIR)/agent dir is not present, SA components are not built. 55 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
56 56
57 ifeq ($(GAMMADIR),) 57 ifeq ($(GAMMADIR),)
58 include ../../make/defs.make 58 include ../../make/defs.make
179 # jvmgminimal1 minimal1 <os>_<arch>_minimal1/jvmg 179 # jvmgminimal1 minimal1 <os>_<arch>_minimal1/jvmg
180 # productminimal1 minimal1 <os>_<arch>_minimal1/product 180 # productminimal1 minimal1 <os>_<arch>_minimal1/product
181 # 181 #
182 # What you get with each target: 182 # What you get with each target:
183 # 183 #
184 # debug* - "thin" libjvm_g - debug info linked into the gamma_g launcher 184 # debug* - "thin" libjvm - debug info linked into the gamma launcher
185 # fastdebug* - optimized compile, but with asserts enabled 185 # fastdebug* - optimized compile, but with asserts enabled
186 # jvmg* - "fat" libjvm_g - debug info linked into libjvm_g.so 186 # jvmg* - "fat" libjvm - debug info linked into libjvm.so
187 # optimized* - optimized compile, no asserts 187 # optimized* - optimized compile, no asserts
188 # profiled* - gprof 188 # profiled* - gprof
189 # product* - the shippable thing: optimized compile, no asserts, -DPRODUCT 189 # product* - the shippable thing: optimized compile, no asserts, -DPRODUCT
190 190
191 # This target list needs to be coordinated with the usage message 191 # This target list needs to be coordinated with the usage message