Changeset 65138 in vbox
- Timestamp:
- Jan 5, 2017 11:15:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r65127 r65138 531 531 # 532 532 OTHER_CLEAN += \ 533 $( PATH_TARGET)/Doxyfile.Core \534 $( PATH_TARGET)/Doxyfile.Core.dep533 $(VBOX_CORE_DOXYFILE_OUTPUT)/Doxyfile.Core \ 534 $(VBOX_CORE_DOXYFILE_OUTPUT)/Doxyfile.Core.dep 535 535 536 536 VBOX_CORE_DOXYFILE_INPUT_DIRS = \ … … 882 882 BLDDIRS += $(VBOX_CORE_DOXYFILE_OUTPUT) 883 883 884 -include $( PATH_TARGET)/Doxyfile.Core.dep884 -include $(VBOX_CORE_DOXYFILE_OUTPUT)/Doxyfile.Core.dep 885 885 886 886 # Generate the Doxyfile 887 $( PATH_TARGET)/Doxyfile.Core: Doxyfile.Core \887 $(VBOX_CORE_DOXYFILE_OUTPUT)/Doxyfile.Core: Doxyfile.Core \ 888 888 $(comp-vars VBOX_CORE_DOXYFILE_INPUT,DOXYGEN_INPUT_PREV,FORCE) \ 889 889 $(comp-vars VBOX_CORE_DOXYFILE_OUTPUT,DOXYGEN_OUTPUT_PREV,FORCE) \ 890 890 | $$(dir $$@) 891 $(QUIET)$(RM) -f $@ [email protected] $(PATH_TARGET)/Doxyfile.Core.dep 891 $(call MSG_L1,generating Core doxygen file) 892 $(QUIET)$(RM) -f $@ [email protected] [email protected] 892 893 $(QUIET)$(CP) -f Doxyfile.Core [email protected] 893 894 $(QUIET)$(APPEND) [email protected] … … 909 910 $(QUIET)$(APPEND) [email protected] 910 911 $(QUIET)$(MV) -f [email protected] $@ 911 @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_OUTPUT_PREV = $(VBOX_CORE_DOXYFILE_OUTPUT)"912 @$(APPEND) $(PATH_TARGET)/Doxyfile.Core.dep "DOXYGEN_INPUT_PREV = $(VBOX_CORE_DOXYFILE_INPUT)"912 @$(APPEND) @.dep "DOXYGEN_OUTPUT_PREV = $(VBOX_CORE_DOXYFILE_OUTPUT)" 913 @$(APPEND) @.dep "DOXYGEN_INPUT_PREV = $(VBOX_CORE_DOXYFILE_INPUT)" 913 914 914 915 # Do the actual job. 915 $(PATH_TARGET)/docs.Core: $( PATH_TARGET)/Doxyfile.Core $$(VBOX_CORE_DOXYFILE_INPUT) | $(VBOX_CORE_DOXYFILE_OUTPUT)/916 $(PATH_TARGET)/docs.Core: $(VBOX_CORE_DOXYFILE_OUTPUT)/Doxyfile.Core $$(VBOX_CORE_DOXYFILE_INPUT) | $(VBOX_CORE_DOXYFILE_OUTPUT)/ 916 917 $(RM) -f $(PATH_TARGET)/docs.Core 917 918 $(RM) -Rf $(VBOX_CORE_DOXYFILE_OUTPUT)/html/ 918 doxygen $( PATH_TARGET)/Doxyfile.Core919 doxygen $(VBOX_CORE_DOXYFILE_OUTPUT)/Doxyfile.Core 919 920 $(SED) -n \ 920 921 -e ':nextwarning' \
Note:
See TracChangeset
for help on using the changeset viewer.