Bug 561971 - Cleanup ipdl generated code and compiled python on make clean [r=benjamin]

--HG--
extra : rebase_source : d4ab3ddde23f3b98521756f8362376fef6b76764
This commit is contained in:
Mike Hommey 2010-04-29 07:21:14 +00:00
parent 924b226213
commit bbd7d47d17

View File

@ -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