equal
deleted
inserted
replaced
231 DEMO_SUBDIR := applets, \ |
231 DEMO_SUBDIR := applets, \ |
232 MAIN_CLASS := ThreeD, \ |
232 MAIN_CLASS := ThreeD, \ |
233 EXTRA_COPY_TO_IMAGE := *.java, \ |
233 EXTRA_COPY_TO_IMAGE := *.java, \ |
234 )) |
234 )) |
235 |
235 |
236 $(eval $(call SetupBuildDemo, SwingApplet, \ |
|
237 DEMO_SUBDIR := jfc, \ |
|
238 )) |
|
239 endif |
236 endif |
240 |
237 |
241 $(eval $(call SetupBuildDemo, FileChooserDemo, \ |
238 $(eval $(call SetupBuildDemo, FileChooserDemo, \ |
242 DEMO_SUBDIR := jfc, \ |
239 DEMO_SUBDIR := jfc, \ |
243 )) |
240 )) |
296 $(CHMOD) -f ug+w $@ |
293 $(CHMOD) -f ug+w $@ |
297 |
294 |
298 ifeq ($(OPENJDK_TARGET_OS), solaris) |
295 ifeq ($(OPENJDK_TARGET_OS), solaris) |
299 TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \ |
296 TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \ |
300 $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \ |
297 $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \ |
301 $(filter-out $(DEMO_SHARE_SRC)/nbproject/jfc/SwingApplet%, \ |
|
302 $(call CacheFind, $(DEMO_SHARE_SRC)/nbproject))) |
298 $(call CacheFind, $(DEMO_SHARE_SRC)/nbproject))) |
303 else |
299 else |
304 TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \ |
300 TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \ |
305 $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \ |
301 $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \ |
306 $(call CacheFind, $(DEMO_SHARE_SRC)/nbproject)) |
302 $(call CacheFind, $(DEMO_SHARE_SRC)/nbproject)) |