1998-12-24 08:07:14 +03:00
|
|
|
#!gmake
|
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The contents of this file are subject to the Netscape Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/NPL/
|
1998-12-24 08:07:14 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
1998-12-24 08:07:14 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1998-12-24 08:07:14 +03:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:43:54 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1998-12-24 08:07:14 +03:00
|
|
|
|
|
|
|
|
|
|
|
MODULE=rdf
|
|
|
|
|
|
|
|
DEPTH=..\..\..
|
|
|
|
|
|
|
|
EXPORTS = \
|
1999-11-25 01:46:09 +03:00
|
|
|
nsIDOMXULCommandDispatcher.h \
|
|
|
|
nsIStreamLoadableDocument.h \
|
|
|
|
nsIXULKeyListener.h \
|
|
|
|
nsIXULPopupListener.h \
|
1999-02-17 14:09:57 +03:00
|
|
|
nsIDOMXULDocument.h \
|
2000-02-15 07:28:20 +03:00
|
|
|
nsIDOMXULIFrameElement.h \
|
|
|
|
nsIDOMXULBrowserElement.h \
|
1999-11-25 01:46:09 +03:00
|
|
|
nsIDOMXULEditorElement.h \
|
1999-02-17 14:09:57 +03:00
|
|
|
nsIDOMXULElement.h \
|
2000-01-27 01:45:34 +03:00
|
|
|
nsIDOMXULPopupElement.h \
|
1999-08-18 06:15:29 +04:00
|
|
|
nsIDOMXULTreeElement.h \
|
1999-10-06 01:13:55 +04:00
|
|
|
nsIXULContentSink.h \
|
1999-09-07 02:24:21 +04:00
|
|
|
nsIXULContentUtils.h \
|
1999-11-25 01:46:09 +03:00
|
|
|
nsIXULDocument.h \
|
|
|
|
nsIXULPrototypeCache.h \
|
|
|
|
nsIXULPrototypeDocument.h \
|
2000-01-10 07:03:12 +03:00
|
|
|
nsIXULContent.h \
|
2000-02-25 11:37:49 +03:00
|
|
|
nsIDOMXULTitledButtonElement.h \
|
|
|
|
nsIDOMXULCheckboxElement.h \
|
|
|
|
nsIDOMXULRadioElement.h \
|
2000-03-02 13:00:09 +03:00
|
|
|
nsIDOMXULRadioGroupElement.h \
|
2000-02-25 11:37:49 +03:00
|
|
|
nsIDOMXULMenuListElement.h \
|
1998-12-24 08:07:14 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include <$(DEPTH)/config/rules.mak>
|
|
|
|
|