1998-12-24 05:07:14 +00:00
|
|
|
#!gmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
1998-12-24 06:26:56 +00:00
|
|
|
DEPTH=../../..
|
1998-12-24 05:07:14 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
MODULE = rdf
|
|
|
|
|
|
|
|
EXPORTS = \
|
1999-02-17 11:09:57 +00:00
|
|
|
nsIDOMElementObserver.h \
|
1999-02-16 19:30:04 +00:00
|
|
|
nsIDOMNodeObserver.h \
|
1999-03-10 06:17:29 +00:00
|
|
|
nsIDOMXULDocument.h \
|
1999-02-17 11:09:57 +00:00
|
|
|
nsIDOMXULElement.h \
|
1999-08-18 02:15:29 +00:00
|
|
|
nsIDOMXULTreeElement.h \
|
1999-01-12 19:41:06 +00:00
|
|
|
nsIRDFContentModelBuilder.h \
|
1998-12-24 05:07:14 +00:00
|
|
|
nsIRDFDocument.h \
|
1999-03-05 23:51:13 +00:00
|
|
|
nsIXULSortService.h \
|
1999-03-10 01:37:31 +00:00
|
|
|
nsIXULParentDocument.h \
|
|
|
|
nsIXULChildDocument.h \
|
1999-03-11 19:49:32 +00:00
|
|
|
nsIXULDocumentInfo.h \
|
1999-05-14 05:36:21 +00:00
|
|
|
nsIXULPopupListener.h \
|
1999-05-28 20:24:58 +00:00
|
|
|
nsIDOMXULFocusTracker.h \
|
1999-05-28 21:56:07 +00:00
|
|
|
nsIXULFocusTracker.h \
|
1999-04-23 17:15:58 +00:00
|
|
|
nsIStreamLoadableDocument.h \
|
1999-06-11 21:08:38 +00:00
|
|
|
nsIXULKeyListener.h \
|
1998-12-24 05:07:14 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|