Build xpidl before export phase of any xpcom directory.
git-svn-id: svn://10.0.0.236/trunk@30805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
cafb65ea40
commit
1b6455c0ff
@ -21,7 +21,10 @@ srcdir = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src idl libxpt tools
|
||||
# Build xpidl first, so it's available to process idl.
|
||||
# Explicitly recur into libxpt/xptinfo and libxpt/xptcall,
|
||||
# as they depend on xpidl and can't be in the DIRS for libxpt.
|
||||
DIRS = libxpt tools/xpidl public src idl libxpt/xptinfo libxpt/xptcall
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
|
||||
@ -27,6 +27,7 @@ DIRS += tests
|
||||
|
||||
DIRS += tools
|
||||
|
||||
DIRS += xptinfo xptcall
|
||||
# Don't recur into xptinfo and xptcall, because they may require xpidl,
|
||||
# which hasn't been built yet. They'll be called from the xpcom makefile.
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@ -16,6 +16,9 @@
|
||||
|
||||
DEPTH=..\..
|
||||
IGNORE_MANIFEST=1
|
||||
DIRS=public src tests tools xptinfo xptcall
|
||||
|
||||
# Don't recur into xptinfo and xptcall, because they may require xpidl,
|
||||
# which hasn't been built yet. They'll be called from the xpcom makefile.
|
||||
DIRS=public src tests tools
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
@ -19,6 +19,9 @@ DEPTH=..
|
||||
|
||||
IGNORE_MANIFEST=1
|
||||
|
||||
DIRS=libxpt tools public src tests
|
||||
# Build xpidl first, so it's available to process idl.
|
||||
# Explicitly recur into libxpt/xptinfo and libxpt/xptcall,
|
||||
# as they depend on xpidl and can't be in the DIRS for libxpt.
|
||||
DIRS=libxpt tools\xpidl public src libxpt\xptinfo libxpt\xptcall tests
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
@ -27,6 +27,7 @@ DIRS += tests
|
||||
|
||||
DIRS += tools
|
||||
|
||||
DIRS += xptinfo xptcall
|
||||
# Don't recur into xptinfo and xptcall, because they may require xpidl,
|
||||
# which hasn't been built yet. They'll be called from the xpcom makefile.
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@ -16,6 +16,9 @@
|
||||
|
||||
DEPTH=..\..
|
||||
IGNORE_MANIFEST=1
|
||||
DIRS=public src tests tools xptinfo xptcall
|
||||
|
||||
# Don't recur into xptinfo and xptcall, because they may require xpidl,
|
||||
# which hasn't been built yet. They'll be called from the xpcom makefile.
|
||||
DIRS=public src tests tools
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user