jdk/make/lib/Awt2dLibraries.gmk
changeset 42352 4036fe6d110d
parent 42340 bf1c934665a9
child 42747 807791cafb87
equal deleted inserted replaced
42351:85ed90be0ae1 42352:4036fe6d110d
   393 # The fast floor code loses precision.
   393 # The fast floor code loses precision.
   394 LCMS_CFLAGS=-DCMS_DONT_USE_FAST_FLOOR
   394 LCMS_CFLAGS=-DCMS_DONT_USE_FAST_FLOOR
   395 
   395 
   396 ifeq ($(USE_EXTERNAL_LCMS), true)
   396 ifeq ($(USE_EXTERNAL_LCMS), true)
   397   # If we're using an external library, we'll just need the wrapper part.
   397   # If we're using an external library, we'll just need the wrapper part.
   398   # By including it explicitely, all other files will be excluded.
   398   # By including it explicitly, all other files will be excluded.
   399   BUILD_LIBLCMS_INCLUDE_FILES := LCMS.c
   399   BUILD_LIBLCMS_INCLUDE_FILES := LCMS.c
   400 else
   400 else
   401   BUILD_LIBLCMS_INCLUDE_FILES :=
   401   BUILD_LIBLCMS_INCLUDE_FILES :=
   402   # If we're using the bundled library, we'll need to include it in the
   402   # If we're using the bundled library, we'll need to include it in the
   403   # include path explicitly. Otherwise the system headers will be used.
   403   # include path explicitly. Otherwise the system headers will be used.