зеркало из https://github.com/mozilla/gecko-dev.git
Generate base header files.
This commit is contained in:
Родитель
9acc87b145
Коммит
a597d28219
|
@ -22,11 +22,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src
|
||||
|
||||
ifdef USE_XPIDL
|
||||
DIRS += idl
|
||||
endif
|
||||
DIRS = idl public src
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
|
|
|
@ -21,7 +21,9 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
IDLSRCS = \
|
||||
MODULE = rdf
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIRDFCompositeDataSource.idl \
|
||||
nsIRDFContainer.idl \
|
||||
nsIRDFContainerUtils.idl \
|
||||
|
@ -36,11 +38,4 @@ IDLSRCS = \
|
|||
nsIRDFXMLSource.idl \
|
||||
$(NULL)
|
||||
|
||||
# for testing purposes
|
||||
#EXPORTS = $(IDLSRCS:.idl=.h)
|
||||
|
||||
# to build in the static methods
|
||||
#CPPSRCS = $(IDLSRCS:.idl=.cpp)
|
||||
#LIBRARY_NAME = rdfidl
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -26,19 +26,7 @@ MODULE = rdf
|
|||
|
||||
EXPORTS = \
|
||||
rdf.h \
|
||||
nsIRDFCompositeDataSource.h \
|
||||
nsIRDFContainer.h \
|
||||
nsIRDFContainerUtils.h \
|
||||
nsIRDFContentSink.h \
|
||||
nsIRDFDataSource.h \
|
||||
nsIRDFLiteral.h \
|
||||
nsIRDFNode.h \
|
||||
nsIRDFObserver.h \
|
||||
nsIRDFPurgeableDataSource.h \
|
||||
nsIRDFResource.h \
|
||||
nsIRDFService.h \
|
||||
nsIRDFXMLDataSource.h \
|
||||
nsIRDFXMLSource.h \
|
||||
nsRDFInterfaces.h \
|
||||
$(NULL)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче