make/Makefile

changeset 2036
126ea7725993
parent 1907
c18cbe5936b8
child 2047
d2ede61b7a12
     1.1 --- a/make/Makefile	Wed Jul 28 17:57:43 2010 -0400
     1.2 +++ b/make/Makefile	Tue Aug 03 08:13:38 2010 -0400
     1.3 @@ -90,9 +90,15 @@
     1.4  JDK_DIRS=bin include jre lib demo
     1.5  
     1.6  all:           all_product all_fastdebug
     1.7 +ifndef BUILD_CLIENT_ONLY
     1.8  all_product:   product product1 productkernel docs export_product
     1.9  all_fastdebug: fastdebug fastdebug1 fastdebugkernel docs export_fastdebug
    1.10  all_debug:     jvmg jvmg1 jvmgkernel docs export_debug
    1.11 +else
    1.12 +all_product:   product1 docs export_product
    1.13 +all_fastdebug: fastdebug1 docs export_fastdebug
    1.14 +all_debug:     jvmg1 docs export_debug
    1.15 +endif
    1.16  all_optimized: optimized optimized1 optimizedkernel docs export_optimized
    1.17  
    1.18  allzero:           all_productzero all_fastdebugzero
    1.19 @@ -295,6 +301,8 @@
    1.20  $(EXPORT_SERVER_DIR)/%.so:       $(ZERO_DIR)/%.so
    1.21  	$(install-file)
    1.22    else
    1.23 +$(EXPORT_JRE_LIB_ARCH_DIR)/%.so: $(C1_DIR)/%.so
    1.24 +	$(install-file)
    1.25  $(EXPORT_JRE_LIB_ARCH_DIR)/%.so: $(C2_DIR)/%.so
    1.26  	$(install-file)
    1.27  $(EXPORT_CLIENT_DIR)/%.so:       $(C1_DIR)/%.so

mercurial