mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 604940: Add various things to GARBAGE. r=Mitch a=NPOTB
This commit is contained in:
parent
27e28e68bf
commit
9b468f97d9
@ -75,5 +75,7 @@ endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
GARBAGE += $(LIB_PREFIX)accessibility_toolkit_s.$(LIB_SUFFIX) $(LIB_PREFIX)accessibility_toolkit_s.$(LIB_SUFFIX).fake
|
||||
|
||||
libs::
|
||||
$(INSTALL) $(PLATFORM_DIR)/$(LIB_PREFIX)accessibility_toolkit_s.$(LIB_SUFFIX) $(wildcard $(PLATFORM_DIR)/$(LIB_PREFIX)accessibility_toolkit_s.$(LIB_SUFFIX).fake) .
|
||||
|
@ -103,5 +103,7 @@ $(CONFIG_DIR)/setup.exe::
|
||||
--preprocess-locale $(topsrcdir) \
|
||||
$(call EXPAND_LOCALE_SRCDIR,browser/locales)/installer $(AB_CD) $(CONFIG_DIR)
|
||||
|
||||
GARBARGE_DIRS += instgen
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
include $(topsrcdir)/toolkit/mozapps/installer/windows/nsis/makensis.mk
|
||||
|
@ -55,5 +55,7 @@ test_bug292789.html : % : %.in
|
||||
$(PYTHON) $(topsrcdir)/config/Preprocessor.py \
|
||||
$(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $< > $@
|
||||
|
||||
GARBAGE += test_bug292789.html
|
||||
|
||||
libs:: $(_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/tests/$(relativesrcdir)
|
||||
|
@ -70,6 +70,7 @@ SDK_LIBRARY = \
|
||||
$(LIB_PREFIX)xpcomglue_s_nomozalloc.$(LIB_SUFFIX) \
|
||||
$(NULL)
|
||||
|
||||
GARBAGE += $(CSRCS) $(CPPSRCS) DeadlockDetector.h SSE.h
|
||||
|
||||
# we don't want the shared lib, but we want to force the creation of a static lib.
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
@ -108,5 +108,7 @@ DEFINES += -DEXPORT_XPTC_API -D_IMPL_NS_COM
|
||||
|
||||
LOCAL_INCLUDES += -I$(srcdir)/../..
|
||||
|
||||
GARBAGE += ../../$(LIBRARY) ../../$(FAKE_LIBRARY)
|
||||
|
||||
libs:: $(LIBRARY)
|
||||
$(INSTALL) $(LIBRARY) $(FAKE_LIBRARY) ../..
|
||||
|
Loading…
Reference in New Issue
Block a user