make/sun/cmm/lcms/Makefile

Print this page




  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../../..
  27 PACKAGE = sun.java2d.cmm.lcms
  28 LIBRARY = lcms
  29 PRODUCT = sun
  30 



  31 include $(BUILDDIR)/common/Defs.gmk
  32 
  33 #
  34 # Files
  35 #
  36 ifeq ($(PLATFORM), windows)
  37 include FILES_c_windows.gmk
  38 else # PLATFORM
  39 include FILES_c_unix.gmk
  40 endif # PLATFORM
  41 
  42 FILES_java =                                            \
  43         $(TAGDIR)sun/java2d/cmm/lcms/LCMS.java              \
  44         $(TAGDIR)sun/java2d/cmm/lcms/LCMSImageLayout.java   \
  45         $(TAGDIR)sun/java2d/cmm/lcms/LCMSTransform.java
  46 
  47 FILES_export = sun/java2d/cmm/lcms/LCMS.java
  48 
  49 #
  50 # Rules




  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../../..
  27 PACKAGE = sun.java2d.cmm.lcms
  28 LIBRARY = lcms
  29 PRODUCT = sun
  30 
  31 # Use highest level of optimization on this library
  32 OPTIMIZATION_LEVEL = HIGHEST
  33 
  34 include $(BUILDDIR)/common/Defs.gmk
  35 
  36 #
  37 # Files
  38 #
  39 ifeq ($(PLATFORM), windows)
  40 include FILES_c_windows.gmk
  41 else # PLATFORM
  42 include FILES_c_unix.gmk
  43 endif # PLATFORM
  44 
  45 FILES_java =                                            \
  46         $(TAGDIR)sun/java2d/cmm/lcms/LCMS.java              \
  47         $(TAGDIR)sun/java2d/cmm/lcms/LCMSImageLayout.java   \
  48         $(TAGDIR)sun/java2d/cmm/lcms/LCMSTransform.java
  49 
  50 FILES_export = sun/java2d/cmm/lcms/LCMS.java
  51 
  52 #
  53 # Rules