Print this page
4719 Common patchset for jdk1.7 support preparation


  13 #
  14 # When distributing Covered Code, include this CDDL HEADER in each
  15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16 # If applicable, add the following below this CDDL HEADER, with the
  17 # fields enclosed by brackets "[]" replaced with your own identifying
  18 # information: Portions Copyright [yyyy] [name of copyright owner]
  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 #ident  "%Z%%M% %I%     %E% SMI"
  27 #
  28 # cmd/pools/poold/com/sun/solaris/service/pools/Makefile
  29 
  30 include $(SRC)/cmd/Makefile.cmd
  31 
  32 CLASSPATH =     $(SRC)/cmd/pools/poold
  33 JAVAFLAGS +=    -source 1.4
  34 
  35                 
  36 SOURCE =        PoolInternal.java \
  37                 Component.java \
  38                 Configuration.java \
  39                 Element.java \
  40                 HRTime.java \
  41                 Property.java \
  42                 PropertyWalk.java \
  43                 Pool.java \
  44                 PoolsException.java \
  45                 Resource.java \
  46                 UnsignedInt64.java \
  47                 Value.java
  48 
  49 all install: $(SOURCE:.java=.class)
  50 
  51 # Since more than one class file can be generated from a java source
  52 # file, any failure causes all class files to be removed.
  53 


  13 #
  14 # When distributing Covered Code, include this CDDL HEADER in each
  15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  16 # If applicable, add the following below this CDDL HEADER, with the
  17 # fields enclosed by brackets "[]" replaced with your own identifying
  18 # information: Portions Copyright [yyyy] [name of copyright owner]
  19 #
  20 # CDDL HEADER END
  21 #
  22 #
  23 # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 #ident  "%Z%%M% %I%     %E% SMI"
  27 #
  28 # cmd/pools/poold/com/sun/solaris/service/pools/Makefile
  29 
  30 include $(SRC)/cmd/Makefile.cmd
  31 
  32 CLASSPATH =     $(SRC)/cmd/pools/poold

  33 
  34                 
  35 SOURCE =        PoolInternal.java \
  36                 Component.java \
  37                 Configuration.java \
  38                 Element.java \
  39                 HRTime.java \
  40                 Property.java \
  41                 PropertyWalk.java \
  42                 Pool.java \
  43                 PoolsException.java \
  44                 Resource.java \
  45                 UnsignedInt64.java \
  46                 Value.java
  47 
  48 all install: $(SOURCE:.java=.class)
  49 
  50 # Since more than one class file can be generated from a java source
  51 # file, any failure causes all class files to be removed.
  52