make/CompileDemos.gmk

Print this page




 159 
 160 BUILD_DEMOS += $(JDK_OUTPUTDIR)/demo/jfc/CodePointIM/_the.services
 161 
 162 ifneq ($(OPENJDK_TARGET_OS), solaris)
 163   $(eval $(call SetupDemo,MoleculeViewer,applets,,XYZChemModel,,,example*.html *.java))
 164   $(eval $(call SetupDemo,WireFrame,applets,,ThreeD,,,example*.html *.java))
 165   $(eval $(call SetupDemo,SwingApplet,jfc,,SwingApplet,,,README* *.html))
 166 endif
 167 $(eval $(call SetupDemo,FileChooserDemo,jfc,,FileChooserDemo,,,README*))
 168 $(eval $(call SetupDemo,Font2DTest,jfc,,Font2DTest,,,*.html *.txt))
 169 $(eval $(call SetupDemo,Metalworks,jfc,,Metalworks,,,README*))
 170 $(eval $(call SetupDemo,Notepad,jfc,,Notepad,,,README*))
 171 $(eval $(call SetupDemo,SampleTree,jfc,,SampleTree,,,README*))
 172 $(eval $(call SetupDemo,TableExample,jfc,,TableExample,,,README*))
 173 $(eval $(call SetupDemo,TransparentRuler,jfc,,transparentruler.Ruler,,,README*))
 174 $(eval $(call SetupDemo,jconsole-plugin,scripting,,,,,*.xml *.txt,,,,Main-Class: \n))
 175 $(eval $(call SetupDemo,FullThreadDump,management,,FullThreadDump,,,README*))
 176 $(eval $(call SetupDemo,JTop,management,,JTop,,,README*))
 177 $(eval $(call SetupDemo,MemoryMonitor,management,,MemoryMonitor,,,README*))
 178 $(eval $(call SetupDemo,VerboseGC,management,,VerboseGC,,,README*))
 179 $(eval $(call SetupDemo,zipfs,nio,,,,,README* *.java,,,,Main-Class: \n))
 180 
 181 ifndef OPENJDK
 182   $(eval $(call SetupDemo,Laffy,jfc,,,,closed/,*))
 183   $(eval $(call SetupDemo,SwingSet3,jfc,,,,closed/,*))
 184 
 185   $(eval $(call SetupDemo,Java2D,jfc,,java2d.Java2Demo,,closed/,*.html README*,Java2Demo))
 186   $(eval $(call SetupDemo,Stylepad,jfc,,Stylepad, \
 187   $(JDK_TOPDIR)/src/share/demo/jfc/Notepad,closed/,*.txt,,$(JDK_TOPDIR)/src/share/demo/jfc/Notepad/README.txt))
 188   $(eval $(call SetupDemo,SwingSet2,jfc,,SwingSet2,,closed/,README* *.html,,,.java COPYRIGHT, \
 189       SplashScreen-Image: resources/images/splash.png,true))
 190 
 191   BUILD_DEMOS += $(patsubst $(JDK_TOPDIR)/src/closed/share/demo/nbproject/%, \
 192       $(JDK_OUTPUTDIR)/demo/nbproject/%, \
 193       $(call CacheFind, $(JDK_TOPDIR)/src/closed/share/demo/nbproject))
 194 
 195   $(JDK_OUTPUTDIR)/demo/nbproject/%: $(JDK_TOPDIR)/src/closed/share/demo/nbproject/%
 196         $(call install-file)
 197         $(CHMOD) -f ug+w $@
 198 endif
 199 




 159 
 160 BUILD_DEMOS += $(JDK_OUTPUTDIR)/demo/jfc/CodePointIM/_the.services
 161 
 162 ifneq ($(OPENJDK_TARGET_OS), solaris)
 163   $(eval $(call SetupDemo,MoleculeViewer,applets,,XYZChemModel,,,example*.html *.java))
 164   $(eval $(call SetupDemo,WireFrame,applets,,ThreeD,,,example*.html *.java))
 165   $(eval $(call SetupDemo,SwingApplet,jfc,,SwingApplet,,,README* *.html))
 166 endif
 167 $(eval $(call SetupDemo,FileChooserDemo,jfc,,FileChooserDemo,,,README*))
 168 $(eval $(call SetupDemo,Font2DTest,jfc,,Font2DTest,,,*.html *.txt))
 169 $(eval $(call SetupDemo,Metalworks,jfc,,Metalworks,,,README*))
 170 $(eval $(call SetupDemo,Notepad,jfc,,Notepad,,,README*))
 171 $(eval $(call SetupDemo,SampleTree,jfc,,SampleTree,,,README*))
 172 $(eval $(call SetupDemo,TableExample,jfc,,TableExample,,,README*))
 173 $(eval $(call SetupDemo,TransparentRuler,jfc,,transparentruler.Ruler,,,README*))
 174 $(eval $(call SetupDemo,jconsole-plugin,scripting,,,,,*.xml *.txt,,,,Main-Class: \n))
 175 $(eval $(call SetupDemo,FullThreadDump,management,,FullThreadDump,,,README*))
 176 $(eval $(call SetupDemo,JTop,management,,JTop,,,README*))
 177 $(eval $(call SetupDemo,MemoryMonitor,management,,MemoryMonitor,,,README*))
 178 $(eval $(call SetupDemo,VerboseGC,management,,VerboseGC,,,README*))

 179 
 180 ifndef OPENJDK
 181   $(eval $(call SetupDemo,Laffy,jfc,,,,closed/,*))
 182   $(eval $(call SetupDemo,SwingSet3,jfc,,,,closed/,*))
 183 
 184   $(eval $(call SetupDemo,Java2D,jfc,,java2d.Java2Demo,,closed/,*.html README*,Java2Demo))
 185   $(eval $(call SetupDemo,Stylepad,jfc,,Stylepad, \
 186   $(JDK_TOPDIR)/src/share/demo/jfc/Notepad,closed/,*.txt,,$(JDK_TOPDIR)/src/share/demo/jfc/Notepad/README.txt))
 187   $(eval $(call SetupDemo,SwingSet2,jfc,,SwingSet2,,closed/,README* *.html,,,.java COPYRIGHT, \
 188       SplashScreen-Image: resources/images/splash.png,true))
 189 
 190   BUILD_DEMOS += $(patsubst $(JDK_TOPDIR)/src/closed/share/demo/nbproject/%, \
 191       $(JDK_OUTPUTDIR)/demo/nbproject/%, \
 192       $(call CacheFind, $(JDK_TOPDIR)/src/closed/share/demo/nbproject))
 193 
 194   $(JDK_OUTPUTDIR)/demo/nbproject/%: $(JDK_TOPDIR)/src/closed/share/demo/nbproject/%
 195         $(call install-file)
 196         $(CHMOD) -f ug+w $@
 197 endif
 198