aboutsummaryrefslogtreecommitdiff
path: root/make/mkdemo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'make/mkdemo/Makefile')
-rw-r--r--make/mkdemo/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/make/mkdemo/Makefile b/make/mkdemo/Makefile
index c134316218..6bf93e5366 100644
--- a/make/mkdemo/Makefile
+++ b/make/mkdemo/Makefile
@@ -39,9 +39,14 @@ SUBDIRS_tools = jpda jvmti
include $(BUILDDIR)/common/Subdirs.gmk
+TOPLEVEL_FILES = \
+ $(DEMODIR)/README
+
all build:: nbproject
$(SUBDIRS-loop)
+all build:: $(TOPLEVEL_FILES)
+
nbproject:
$(RM) -r $(DEMODIR)/nbproject
$(MKDIR) -p $(DEMODIR)
@@ -54,8 +59,10 @@ ifndef OPENJDK
( $(CD) $(DEMODIR) && $(TAR) -xf - )
endif
+$(DEMODIR)/%: $(DEMOSRCDIR)/%
+ $(install-file)
+
clean clobber::
$(SUBDIRS-loop)
$(RM) -r $(DEMODIR)
$(RM) -r $(DEMOCLASSDIR)
-