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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/krb5/kadmin/gui/dataclasses/Makefile
          +++ new/usr/src/cmd/krb5/kadmin/gui/dataclasses/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  # Copyright (c) 1999-2001 by Sun Microsystems, Inc.
  24   24  # All rights reserved.
  25   25  #
  26   26  # ident "%Z%%M% %I%     %E% SMI"
  27   27  #
  28   28  
  29   29  include ../../../../../Makefile.master
  30   30  include ../../../../Makefile.cmd
  31   31  
  32      -JAVAFLAGS= -nowarn -O
  33   32  
  34   33  GUIDIR=$(SRC)/cmd/krb5/kadmin/gui
  35   34  
  36   35  CLASSES= PrintUtil Krb5Conf Filter PrincipalList PolicyList Principal Policy Flags Defaults
  37   36  
  38   37  JFILES=$(CLASSES:%=%.java)
  39   38  
  40   39  CLFILES=$(CLASSES:%=../classdir/%.class)
  41   40  
  42   41  .SUFFIXES: .java .class $(SUFFIXES)
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX