OpenJDK / jdk8u / jdk8u / jdk
comparison make/CompileDemos.gmk @ 11311:c942132c5014
Added tag jdk8u71-b01 for changeset e8b5e10a19d6
author | asaha |
---|---|
date | Tue, 22 Sep 2015 13:39:46 -0700 |
parents | a7f226d059c6 |
children | 92c6a16b6dac |
comparison
equal
deleted
inserted
replaced
8:0813cdf130e6 | 9:2af6aaf97281 |
---|---|
54 COPY := .html .java .xyz .obj .au .gif, \ | 54 COPY := .html .java .xyz .obj .au .gif, \ |
55 DISABLE_SJAVAC := $2)) | 55 DISABLE_SJAVAC := $2)) |
56 BUILD_DEMOS += $$(BUILD_DEMO_APPLET_$1) | 56 BUILD_DEMOS += $$(BUILD_DEMO_APPLET_$1) |
57 endef | 57 endef |
58 | 58 |
59 ifneq ($(OPENJDK_TARGET_OS), solaris) | |
60 $(eval $(call SetupAppletDemo,ArcTest)) | |
61 $(eval $(call SetupAppletDemo,BarChart)) | |
62 $(eval $(call SetupAppletDemo,Blink)) | |
63 $(eval $(call SetupAppletDemo,CardTest)) | |
64 $(eval $(call SetupAppletDemo,Clock)) | |
65 $(eval $(call SetupAppletDemo,DitherTest)) | |
66 $(eval $(call SetupAppletDemo,DrawTest)) | |
67 $(eval $(call SetupAppletDemo,Fractal)) | |
68 $(eval $(call SetupAppletDemo,GraphicsTest)) | |
69 $(eval $(call SetupAppletDemo,NervousText)) | |
70 $(eval $(call SetupAppletDemo,SimpleGraph)) | |
71 $(eval $(call SetupAppletDemo,SortDemo)) | |
72 $(eval $(call SetupAppletDemo,SpreadSheet)) | |
73 | |
74 ifndef OPENJDK | |
75 $(eval $(call SetupAppletDemo,Animator,,closed/)) | |
76 $(eval $(call SetupAppletDemo,GraphLayout,true,closed/)) | |
77 $(eval $(call SetupAppletDemo,JumpingBox,,closed/)) | |
78 $(eval $(call SetupAppletDemo,TicTacToe,,closed/)) | |
79 endif | |
80 endif | |
59 | 81 |
60 ################################################################################################## | 82 ################################################################################################## |
61 | 83 |
62 PATTERNS_TO_COPY = .html .txt .properties .js .gif .jpg .theme .data .opt README .c .h .png .ttf .xyz .obj | 84 PATTERNS_TO_COPY = .html .txt .properties .js .gif .jpg .theme .data .opt README .c .h .png .ttf .xyz .obj |
63 | 85 |
135 $(RM) -r $(JDK_OUTPUTDIR)/demo/jfc/CodePointIM/_the.tmp | 157 $(RM) -r $(JDK_OUTPUTDIR)/demo/jfc/CodePointIM/_the.tmp |
136 $(TOUCH) $@ | 158 $(TOUCH) $@ |
137 | 159 |
138 BUILD_DEMOS += $(JDK_OUTPUTDIR)/demo/jfc/CodePointIM/_the.services | 160 BUILD_DEMOS += $(JDK_OUTPUTDIR)/demo/jfc/CodePointIM/_the.services |
139 | 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 | |
140 $(eval $(call SetupDemo,FileChooserDemo,jfc,,FileChooserDemo,,,README*)) | 167 $(eval $(call SetupDemo,FileChooserDemo,jfc,,FileChooserDemo,,,README*)) |
168 $(eval $(call SetupDemo,Font2DTest,jfc,,Font2DTest,,,*.html *.txt)) | |
141 $(eval $(call SetupDemo,Metalworks,jfc,,Metalworks,,,README*)) | 169 $(eval $(call SetupDemo,Metalworks,jfc,,Metalworks,,,README*)) |
142 $(eval $(call SetupDemo,Notepad,jfc,,Notepad,,,README*)) | 170 $(eval $(call SetupDemo,Notepad,jfc,,Notepad,,,README*)) |
143 $(eval $(call SetupDemo,SampleTree,jfc,,SampleTree,,,README*)) | 171 $(eval $(call SetupDemo,SampleTree,jfc,,SampleTree,,,README*)) |
144 $(eval $(call SetupDemo,TableExample,jfc,,TableExample,,,README*)) | 172 $(eval $(call SetupDemo,TableExample,jfc,,TableExample,,,README*)) |
145 $(eval $(call SetupDemo,TransparentRuler,jfc,,transparentruler.Ruler,,,README*)) | 173 $(eval $(call SetupDemo,TransparentRuler,jfc,,transparentruler.Ruler,,,README*)) |
152 | 180 |
153 ifndef OPENJDK | 181 ifndef OPENJDK |
154 $(eval $(call SetupDemo,Laffy,jfc,,,,closed/,*)) | 182 $(eval $(call SetupDemo,Laffy,jfc,,,,closed/,*)) |
155 $(eval $(call SetupDemo,SwingSet3,jfc,,,,closed/,*)) | 183 $(eval $(call SetupDemo,SwingSet3,jfc,,,,closed/,*)) |
156 | 184 |
185 $(eval $(call SetupDemo,Java2D,jfc,,java2d.Java2Demo,,closed/,*.html README*,Java2Demo)) | |
157 $(eval $(call SetupDemo,Stylepad,jfc,,Stylepad, \ | 186 $(eval $(call SetupDemo,Stylepad,jfc,,Stylepad, \ |
158 $(JDK_TOPDIR)/src/share/demo/jfc/Notepad,closed/,*.txt,,$(JDK_TOPDIR)/src/share/demo/jfc/Notepad/README.txt)) | 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)) | |
159 | 190 |
160 BUILD_DEMOS += $(patsubst $(JDK_TOPDIR)/src/closed/share/demo/nbproject/%, \ | 191 BUILD_DEMOS += $(patsubst $(JDK_TOPDIR)/src/closed/share/demo/nbproject/%, \ |
161 $(JDK_OUTPUTDIR)/demo/nbproject/%, \ | 192 $(JDK_OUTPUTDIR)/demo/nbproject/%, \ |
162 $(call CacheFind, $(JDK_TOPDIR)/src/closed/share/demo/nbproject)) | 193 $(call CacheFind, $(JDK_TOPDIR)/src/closed/share/demo/nbproject)) |
163 | 194 |