mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Fixing potential bustage in access-builtin, inspector, and transformiix (adding REQUIRES, adding newlines, etc.) so they can be added to --with-extensions=all. r=cls@seawood.org sr=hewitt@netscape.com b=75924
This commit is contained in:
parent
56a93c4aae
commit
fdb32e5c36
@ -26,6 +26,11 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_XSL
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom
|
||||
endif
|
||||
|
||||
CPPSRCS = ArrayList.cpp \
|
||||
DefaultStringComparator.cpp \
|
||||
Double.cpp \
|
||||
@ -48,4 +53,4 @@ else
|
||||
endif
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install:: $(OBJS)
|
||||
install:: $(OBJS)
|
||||
|
@ -26,6 +26,11 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_XSL
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom dom layout widget
|
||||
endif
|
||||
|
||||
DIRS = dom parser util
|
||||
ifndef MOZ_XSL
|
||||
DIRS += printer
|
||||
@ -37,4 +42,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom
|
||||
|
||||
install:: $(OBJS)
|
||||
install:: $(OBJS)
|
||||
|
@ -26,6 +26,11 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifdef MOZ_XSL
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom dom layout widget caps
|
||||
endif
|
||||
|
||||
CPPSRCS = AdditiveExpr.cpp \
|
||||
AttributeExpr.cpp \
|
||||
AttributeValueTemplate.cpp \
|
||||
@ -75,4 +80,4 @@ ifdef MOZ_XSL
|
||||
INCLUDES += -I$(srcdir)
|
||||
endif
|
||||
|
||||
install:: $(OBJS)
|
||||
install:: $(OBJS)
|
||||
|
@ -28,6 +28,11 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = functions util
|
||||
|
||||
ifdef MOZ_XSL
|
||||
MODULE = transformiix
|
||||
REQUIRES = string xpcom dom layout widget necko
|
||||
endif
|
||||
|
||||
CPPSRCS = Names.cpp \
|
||||
Numbering.cpp \
|
||||
OutputFormat.cpp \
|
||||
@ -43,4 +48,4 @@ INCLUDES += -I$(srcdir) -I$(srcdir)/../base -I$(srcdir)/../net \
|
||||
-I$(srcdir)/../xml/printer -I$(srcdir)/../xpath -I$(srcdir)/../xslt/util \
|
||||
-I$(srcdir)/../xslt/functions
|
||||
|
||||
install:: $(OBJS)
|
||||
install:: $(OBJS)
|
||||
|
Loading…
Reference in New Issue
Block a user