VirtualBox

Changeset 2479 in vbox


Ignore:
Timestamp:
May 4, 2007 12:50:41 AM (18 years ago)
Author:
vboxsync
Message:

grr. subversion tricked me. And a question about why these linux CXX flags for Frank.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/Makefile.kmk

    r2478 r2479  
    6565VBoxDbg_TEMPLATE = VBOXQTGUI
    6666VBoxDbg_DEFS = IN_DBG_R3
     67VBoxDbg_CXXFLAGS.linux = $(TEMPLATE_VBOXQTGUI_CXXFLAGS.linux) -O2 # Why this?
    6768VBoxDbg_INCS = \
    6869        . \
     
    130131$(eval mocsrc := $(PATH_$(target))/moc/moc_$(notdir $(basename $(mochdr))).cpp)
    131132$$(mocsrc): $(mochdr)
    132         $(MKDIR) -p $(basename $(mocsrc))
    133         $(VBOX_MOC) $(mochdr) -o $(mocsrc)
     133        $(call MSG_TOOL,moc,$(target),$(mocsrc),$(mochdr))
     134        $(QUIET)$(MKDIR) -p $(basename $(mocsrc))
     135        $(QUIET)$(VBOX_MOC) $(mochdr) -o $(mocsrc)
    134136
    135137endef
     
    144146$$(mocobj): $(mocinc)
    145147$$(mocinc): $(mocsrc)
    146         $(MKDIR) -p $(basename $(mocinc))
    147         $(VBOX_MOC) -i $(mocsrc) -o $(mocinc)
     148        $(call MSG_TOOL,moc,$(target),$(mocsrc),$(mocinc))
     149        $(QUIET)$(MKDIR) -p $(basename $(mocinc))
     150        $(QUIET)$(VBOX_MOC) -i $(mocsrc) -o $(mocinc)
    148151
    149152endef
     
    159162$$(uisrc): $(mocuiinc)
    160163$$(mocuiinc): $(mocuihdr)
    161         $(MKDIR) -p $(basename $(mocuiinc))
    162         $(VBOX_MOC) -i $(mocuihdr) -o $(mocuiinc)
     164        $(call MSG_TOOL,moc,$(target),$(mocuihdr),$(mocuiinc))
     165        $(QUIET)$(MKDIR) -p $(basename $(mocuiinc))
     166        $(QUIET)$(VBOX_MOC) -i $(mocuihdr) -o $(mocuiinc)
    163167
    164168endef
     
    170174
    171175$$(uihdr): $(uifile) | $(call DIRDEP,$(dir $(uihdr)))
    172         $(VBOX_UIC) $(uifile) -o $(uihdr)
     176        $(call MSG_TOOL,uic,$(target),$(uifile),$(uihdr))
     177        $(QUIET)$(VBOX_UIC) $(uifile) -o $(uihdr)
    173178
    174179$$(uisrc): $(uihdr) $(uifile) $(wildcard $(uifile).h) | $(call DIRDEP,$(dir $(uisrc)))
    175         $(VBOX_UIC) $(uifile) -i $(uihdr) -o $(uisrc)
     180        $(call MSG_TOOL,uic,$(target),$(uihdr),$(uisrc))
     181        $(QUIET)$(VBOX_UIC) $(uifile) -i $(uihdr) -o $(uisrc)
    176182
    177183$$(mocsrc): $(uihdr) | $(call DIRDEP,$(dir $(mocsrc)))
    178         $(VBOX_MOC) $(uihdr) -o $(mocsrc)
     184        $(call MSG_TOOL,uic,$(target),$(uihdr),$(mocsrc))
     185        $(QUIET)$(VBOX_MOC) $(uihdr) -o $(mocsrc)
    179186
    180187endef
     
    193200# dirs
    194201$(call DIRDEP,$(PATH_$(target))/ui/) $(call DIRDEP,$(PATH_$(target))/moc/):
    195         $(MKDIR) -p $$@
     202        $(call MSG_MKDIR,$$@)
     203        $(QUIET)$(MKDIR) -p $$@
    196204
    197205endef
     
    202210
    203211$(call DIRDEP,$(PATH_VBoxDbg)/include/):
    204         $(MKDIR) -p $@
     212        $(call MSG_MKDIR,$@)
     213        $(QUIET)$(MKDIR) -p $@
    205214
    206215
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette