make/com/oracle/jfr/Makefile

Print this page

        

*** 71,80 **** $(JFR_LIBDIR)/%.jfc: $(JFC_SRCDIR)/%.jfc $(install-file) JFC_FILES := $(subst $(JFC_SRCDIR),$(JFR_LIBDIR),$(wildcard $(JFC_SRCDIR)/*.jfc)) $(JFC_XSD_FILE) : $(JFC_XSD_SRC) $(install-file) ! all build : $(JFC_FILES) $(JFC_XSD_FILE) ! --- 71,81 ---- $(JFR_LIBDIR)/%.jfc: $(JFC_SRCDIR)/%.jfc $(install-file) JFC_FILES := $(subst $(JFC_SRCDIR),$(JFR_LIBDIR),$(wildcard $(JFC_SRCDIR)/*.jfc)) + -include ${JDK_TOPDIR}/make/closed/common/jfr.gmk + $(JFC_XSD_FILE) : $(JFC_XSD_SRC) $(install-file) ! all build: $(JFC_FILES) $(JFC_XSD_FILE)