- Timestamp:
- May 28, 2008 5:52:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk
r9178 r9208 678 678 XIDLFILE = ../../Main/idl/VirtualBox.xidl 679 679 680 VirtualBox_INTERMEDIATES = $(WRAPPERSFILE) 681 680 682 681 683 # generated files we need to clean manually … … 801 803 802 804 $(target)_GENSRCS_REAL += $(mocsrc) 805 ## @todo The source should be added to GEN_SOURCES: $ (target)_GEN_SOURCES += $ (mocsrc) 803 806 804 807 $(mocsrc): $(mochdr) … … 822 825 823 826 $(target)_GENHDRS_REAL += $(mocinc) 827 $(target)_INTERMEDIATES += $(mocinc) 824 828 825 829 $(mocobj): $(mocinc) 826 830 827 .NOTPARALLEL: $(mocinc)828 831 $(mocinc): $(mocsrc) 829 832 $$(call MSG_TOOL,moc,$(target),$(mocsrc),$$@) … … 847 850 848 851 $(target)_GENHDRS_REAL += $(mocuiinc) 849 850 .NOTPARALLEL: $(mocuiinc) 852 $(target)_INTERMEDIATES += $(mocuiinc) 853 851 854 $(uisrc): $(mocuiinc) 852 855 $(mocuiinc): $(mocuihdr) … … 869 872 $(eval mocsrc := $(PATH_$(target))/moc/moc_$(notdir $(basename $(uifile))).cpp) 870 873 874 871 875 $(target)_GENSRCS_REAL += $(uisrc) $(mocsrc) 872 876 $(target)_GENHDRS_REAL += $(uihdr) 873 874 .NOTPARALLEL: $(uihdr) 877 $(target)_INTERMEDIATES += $(uihdr) 878 ## @todo The source should be added to GEN_SOURCES: $ (target)_GEN_SOURCES += $ (uisrc) $ (mocsrc) 879 875 880 $(uihdr): $(uifile) | $$(call DIRDEP,$(dir $(uihdr))) 876 881 $$(call MSG_TOOL,uic,$(target),$(uifile),$$@) … … 900 905 901 906 $(target)_GENHDRS_REAL += $(uihdr) 902 903 .NOTPARALLEL: $(uihdr) 907 $(target)_INTERMEDIATES += $(uihdr) 908 904 909 $(uihdr): $(uifile) | $$(call DIRDEP,$(dir $(uihdr))) 905 910 $$(call MSG_TOOL,uic,$(target),$(uifile),$$@) … … 965 970 966 971 # Generate COM Wrappers 967 .NOTPARALLEL: $(WRAPPERSFILE) $(WRAPPERSINCFILE)968 969 972 $(WRAPPERSINCFILE): $(WRAPPERSFILE) 970 973 … … 976 979 $(call MSG_MKDIR,$@) 977 980 $(QUIET)$(MKDIR) -p $@ 978 979 # this is actually necessary only for Win32 target with disabled dependencies980 define def_wrapper_deps981 $(src): $(WRAPPERSFILE) $(WRAPPERSINCFILE)982 endef983 984 $(foreach src,$(VirtualBox_SOURCES),$(eval $(def_wrapper_deps)))985 981 986 982 # rules for resources file creation
Note:
See TracChangeset
for help on using the changeset viewer.