corba/make/common/shared/Defs.gmk
changeset 148 66df97a4308f
parent 4 02bb8761fcce
child 718 8e2f588d7b97
equal deleted inserted replaced
147:80e13954d5b0 148:66df97a4308f
   279 endif
   279 endif
   280 
   280 
   281 # Get platform specific settings
   281 # Get platform specific settings
   282 include $(BUILDDIR)/common/shared/Defs-$(PLATFORM).gmk
   282 include $(BUILDDIR)/common/shared/Defs-$(PLATFORM).gmk
   283 
   283 
       
   284 # Components
       
   285 ifdef ALT_LANGTOOLS_DIST
       
   286   LANGTOOLS_DIST :=$(call FullPath,$(ALT_LANGTOOLS_DIST))
       
   287 else
       
   288   LANGTOOLS_DIST =
       
   289 endif
       
   290 
   284 # These are the same on all platforms but require the above platform include 1st
   291 # These are the same on all platforms but require the above platform include 1st
   285 
   292 
   286 # BOOTDIR: Bootstrap JDK, previous released JDK.
   293 # BOOTDIR: Bootstrap JDK, previous released JDK.
   287 #   _BOOTDIR1 and _BOOTDIR2 picked by platform
   294 #   _BOOTDIR1 and _BOOTDIR2 picked by platform
   288 ifdef ALT_BOOTDIR
   295 ifdef ALT_BOOTDIR