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


  63                 MultipleOperationDialog.class \
  64                 DhcpmgrDialog.class \
  65                 ViewMacroDialog.class \
  66                 ErrorTable.class \
  67                 ResourceStrings.class
  68 
  69 SUBDIRS =       SUNWbinfiles SUNWfiles
  70 
  71 all     :=      TARGET= all
  72 install :=      TARGET= install
  73 clean   :=      TARGET= clean
  74 clobber :=      TARGET= clobber
  75 lint    :=      TARGET= lint
  76 _msg    :=      TARGET= _msg
  77 
  78 include         $(SRC)/Makefile.master
  79 
  80 CLASSPATH=      $(SRC)/cmd/cmd-inet/usr.sadm/dhcpmgr
  81 
  82 JAVAFILES =     $(CLASSFILES:.class=.java)

  83 
  84 MSGDIR=         $(ROOT)/usr/share/lib/locale/com/sun/dhcpmgr/client
  85 MSGDIRS =       $(ROOT)/usr/share/lib/locale \
  86                 $(ROOT)/usr/share/lib/locale/com \
  87                 $(ROOT)/usr/share/lib/locale/com/sun \
  88                 $(ROOT)/usr/share/lib/locale/com/sun/dhcpmgr \
  89                 $(MSGDIR)
  90 
  91 MSGFILES=       ResourceBundle.properties \
  92                 OptionDescriptions.properties
  93 MSGS=           $(MSGFILES:%=$(MSGDIR)/%)
  94 
  95 CLEANFILES=     *.class
  96 CLOBBERFILES=
  97 
  98 .KEEP_STATE:
  99 
 100 all: $(CLASSFILES) $(SUBDIRS)
 101 
 102 install: all $(SUBDIRS)


  63                 MultipleOperationDialog.class \
  64                 DhcpmgrDialog.class \
  65                 ViewMacroDialog.class \
  66                 ErrorTable.class \
  67                 ResourceStrings.class
  68 
  69 SUBDIRS =       SUNWbinfiles SUNWfiles
  70 
  71 all     :=      TARGET= all
  72 install :=      TARGET= install
  73 clean   :=      TARGET= clean
  74 clobber :=      TARGET= clobber
  75 lint    :=      TARGET= lint
  76 _msg    :=      TARGET= _msg
  77 
  78 include         $(SRC)/Makefile.master
  79 
  80 CLASSPATH=      $(SRC)/cmd/cmd-inet/usr.sadm/dhcpmgr
  81 
  82 JAVAFILES =     $(CLASSFILES:.class=.java)
  83 JAVAFLAGS =     -source 1.6 -target 1.6 -Xlint:-deprecation,-options
  84 
  85 MSGDIR=         $(ROOT)/usr/share/lib/locale/com/sun/dhcpmgr/client
  86 MSGDIRS =       $(ROOT)/usr/share/lib/locale \
  87                 $(ROOT)/usr/share/lib/locale/com \
  88                 $(ROOT)/usr/share/lib/locale/com/sun \
  89                 $(ROOT)/usr/share/lib/locale/com/sun/dhcpmgr \
  90                 $(MSGDIR)
  91 
  92 MSGFILES=       ResourceBundle.properties \
  93                 OptionDescriptions.properties
  94 MSGS=           $(MSGFILES:%=$(MSGDIR)/%)
  95 
  96 CLEANFILES=     *.class
  97 CLOBBERFILES=
  98 
  99 .KEEP_STATE:
 100 
 101 all: $(CLASSFILES) $(SUBDIRS)
 102 
 103 install: all $(SUBDIRS)