Generate base header files.

This commit is contained in:
waterson%netscape.com 1999-05-11 02:11:01 +00:00
parent 9acc87b145
commit a597d28219
3 changed files with 4 additions and 25 deletions

View File

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

View File

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

View File

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