comparison make/solaris/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 5fc51c1ecdeb
comparison
equal deleted inserted replaced
7381:6761a8f854a4 7482:989155e2d07a
36 # or BOOTDIR has to be set. We do *not* search javac, javah, rmic etc. 36 # or BOOTDIR has to be set. We do *not* search javac, javah, rmic etc.
37 # from the PATH. 37 # from the PATH.
38 38
39 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding. 39 # Along with VM, Serviceability Agent (SA) is built for SA/JDI binding.
40 # JDI binding on SA produces two binaries: 40 # JDI binding on SA produces two binaries:
41 # 1. sa-jdi.jar - This is build before building libjvm[_g].so 41 # 1. sa-jdi.jar - This is built before building libjvm.so
42 # Please refer to ./makefiles/sa.make 42 # Please refer to ./makefiles/sa.make
43 # 2. libsaproc[_g].so - Native library for SA - This is built after 43 # 2. libsaproc.so - Native library for SA - This is built after
44 # libjsig[_g].so (signal interposition library) 44 # libjsig.so (signal interposition library)
45 # Please refer to ./makefiles/vm.make 45 # Please refer to ./makefiles/vm.make
46 # If $(GAMMADIR)/agent dir is not present, SA components are not built. 46 # If $(GAMMADIR)/agent dir is not present, SA components are not built.
47 47
48 ifeq ($(GAMMADIR),) 48 ifeq ($(GAMMADIR),)
49 include ../../make/defs.make 49 include ../../make/defs.make
139 # profiledcore core <os>_<arch>_core/profiled 139 # profiledcore core <os>_<arch>_core/profiled
140 # productcore core <os>_<arch>_core/product 140 # productcore core <os>_<arch>_core/product
141 # 141 #
142 # What you get with each target: 142 # What you get with each target:
143 # 143 #
144 # debug* - "thin" libjvm_g - debug info linked into the gamma_g launcher 144 # debug* - "thin" libjvm - debug info linked into the gamma launcher
145 # fastdebug* - optimized compile, but with asserts enabled 145 # fastdebug* - optimized compile, but with asserts enabled
146 # jvmg* - "fat" libjvm_g - debug info linked into libjvm_g.so 146 # jvmg* - "fat" libjvm - debug info linked into libjvm.so
147 # optimized* - optimized compile, no asserts 147 # optimized* - optimized compile, no asserts
148 # profiled* - gprof 148 # profiled* - gprof
149 # product* - the shippable thing: optimized compile, no asserts, -DPRODUCT 149 # product* - the shippable thing: optimized compile, no asserts, -DPRODUCT
150 150
151 # This target list needs to be coordinated with the usage message 151 # This target list needs to be coordinated with the usage message