< prev index next >

make/CompileDemos.gmk

Print this page




 202 
 203 $(eval $(call SetupBuildDemo, Stylepad, \
 204     DEMO_SUBDIR := jfc, \
 205     EXTRA_SRC_DIR := $(DEMO_SHARE_SRC)/jfc/Notepad, \
 206     EXCLUDE_FILES := $(DEMO_SHARE_SRC)/jfc/Notepad/README.txt, \
 207 ))
 208 
 209 $(eval $(call SetupBuildDemo, SampleTree, \
 210     DEMO_SUBDIR := jfc, \
 211 ))
 212 
 213 $(eval $(call SetupBuildDemo, TableExample, \
 214     DEMO_SUBDIR := jfc, \
 215 ))
 216 
 217 $(eval $(call SetupBuildDemo, TransparentRuler, \
 218     DEMO_SUBDIR := jfc, \
 219     MAIN_CLASS := transparentruler.Ruler, \
 220 ))
 221 





 222 ################################################################################
 223 # Copy html and README files.
 224 
 225 $(SUPPORT_OUTPUTDIR)/demos/image/README: $(DEMO_SHARE_SRC)/README
 226         $(call install-file)
 227 
 228 TARGETS += $(SUPPORT_OUTPUTDIR)/demos/image/README
 229 
 230 ################################################################################
 231 # Copy netbeans project files.
 232 
 233 $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%: $(DEMO_SHARE_SRC)/nbproject/%
 234         $(call install-file)
 235         $(CHMOD) -f ug+w $@
 236 
 237 ifeq ($(call isTargetOs, solaris), true)
 238   TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \
 239     $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \
 240     $(call FindFiles, $(DEMO_SHARE_SRC)/nbproject))
 241 else




 202 
 203 $(eval $(call SetupBuildDemo, Stylepad, \
 204     DEMO_SUBDIR := jfc, \
 205     EXTRA_SRC_DIR := $(DEMO_SHARE_SRC)/jfc/Notepad, \
 206     EXCLUDE_FILES := $(DEMO_SHARE_SRC)/jfc/Notepad/README.txt, \
 207 ))
 208 
 209 $(eval $(call SetupBuildDemo, SampleTree, \
 210     DEMO_SUBDIR := jfc, \
 211 ))
 212 
 213 $(eval $(call SetupBuildDemo, TableExample, \
 214     DEMO_SUBDIR := jfc, \
 215 ))
 216 
 217 $(eval $(call SetupBuildDemo, TransparentRuler, \
 218     DEMO_SUBDIR := jfc, \
 219     MAIN_CLASS := transparentruler.Ruler, \
 220 ))
 221 
 222 $(eval $(call SetupBuildDemo, JNLPConverter, \
 223     DEMO_SUBDIR := jpackage, \
 224     MAIN_CLASS := jnlp.converter.Main, \
 225 ))
 226 
 227 ################################################################################
 228 # Copy html and README files.
 229 
 230 $(SUPPORT_OUTPUTDIR)/demos/image/README: $(DEMO_SHARE_SRC)/README
 231         $(call install-file)
 232 
 233 TARGETS += $(SUPPORT_OUTPUTDIR)/demos/image/README
 234 
 235 ################################################################################
 236 # Copy netbeans project files.
 237 
 238 $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%: $(DEMO_SHARE_SRC)/nbproject/%
 239         $(call install-file)
 240         $(CHMOD) -f ug+w $@
 241 
 242 ifeq ($(call isTargetOs, solaris), true)
 243   TARGETS += $(patsubst $(DEMO_SHARE_SRC)/nbproject/%, \
 244     $(SUPPORT_OUTPUTDIR)/demos/image/nbproject/%, \
 245     $(call FindFiles, $(DEMO_SHARE_SRC)/nbproject))
 246 else


< prev index next >