make/bsd/makefiles/universal.gmk

Print this page
rev 3423 : [mq]: universal-fix


  93 
  94 
  95 # Additional processing for universal builds
  96 export_product_jdk::
  97         $(MAKE) EXPORT_SUBDIR=           export_universal
  98 export_optimized_jdk::
  99         $(MAKE) EXPORT_SUBDIR=           export_universal
 100 export_fastdebug_jdk::
 101         $(MAKE) EXPORT_SUBDIR=/fastdebug export_universal
 102 export_debug_jdk::
 103         $(MAKE) EXPORT_SUBDIR=/debug     export_universal
 104 copy_product_jdk::
 105         $(MAKE) COPY_SUBDIR=             copy_universal
 106 copy_fastdebug_jdk::
 107         $(MAKE) COPY_SUBDIR=/fastdebug   copy_universal
 108 copy_debug_jdk::
 109         $(MAKE) COPY_SUBDIR=/debug       copy_universal
 110 
 111 .PHONY: universal_product universal_fastdebug universal_debug \
 112         all_product_universal all_fastdebug_universal all_debug_universal \
 113         universalize export_universal copy_universal



  93 
  94 
  95 # Additional processing for universal builds
  96 export_product_jdk::
  97         $(MAKE) EXPORT_SUBDIR=           export_universal
  98 export_optimized_jdk::
  99         $(MAKE) EXPORT_SUBDIR=           export_universal
 100 export_fastdebug_jdk::
 101         $(MAKE) EXPORT_SUBDIR=/fastdebug export_universal
 102 export_debug_jdk::
 103         $(MAKE) EXPORT_SUBDIR=/debug     export_universal
 104 copy_product_jdk::
 105         $(MAKE) COPY_SUBDIR=             copy_universal
 106 copy_fastdebug_jdk::
 107         $(MAKE) COPY_SUBDIR=/fastdebug   copy_universal
 108 copy_debug_jdk::
 109         $(MAKE) COPY_SUBDIR=/debug       copy_universal
 110 
 111 .PHONY: universal_product universal_fastdebug universal_debug \
 112         all_product_universal all_fastdebug_universal all_debug_universal \
 113         universalize export_universal copy_universal \
 114         $(UNIVERSAL_LIPO_LIST) $(UNIVERSAL_COPY_LIST)