mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 561971 - Cleanup ipdl generated code and compiled python on make clean [r=benjamin]
--HG-- extra : rebase_source : d4ab3ddde23f3b98521756f8362376fef6b76764
This commit is contained in:
parent
924b226213
commit
bbd7d47d17
@ -42,7 +42,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
GARBAGE_DIRS += _ipdlheaders
|
||||
GARBAGE += ipdl_lextab.py ipdl_yacctab.py
|
||||
GARBAGE += ipdl_lextab.py ipdl_yacctab.py $(wildcard *.pyc $(srcdir)/ipdl/*.pyc $(srcdir)/ipdl/cxx/*.pyc)
|
||||
|
||||
MODULE = ipdlgen
|
||||
LIBRARY_NAME = mozipdlgen_s
|
||||
@ -82,6 +82,8 @@ CPPSRCS = \
|
||||
$(PROTOCOLS:%.ipdl=%Child.cpp) \
|
||||
$(NULL)
|
||||
|
||||
GARBAGE += $(CPPSRCS)
|
||||
|
||||
LOCAL_INCLUDES += -I$(DEPTH)/ipc/ipdl/_ipdlheaders
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user