1999-03-02 23:25:42 +03:00
|
|
|
#
|
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/
|
1999-03-02 23:25:42 +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.
|
1999-03-02 23:25:42 +03:00
|
|
|
#
|
1999-03-24 01:55:00 +03:00
|
|
|
# The Original Code is Mozilla Communicator client code,
|
|
|
|
# released March 31, 1998.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape Communications
|
1999-11-06 06:43:54 +03:00
|
|
|
# Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
1999-03-24 01:55:00 +03:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# Contributor(s):
|
1999-03-24 01:55:00 +03:00
|
|
|
# Daniel Veditz <dveditz@netscape.com>
|
|
|
|
# Douglas Turner <dougt@netscape.com>
|
1999-09-02 04:12:49 +04:00
|
|
|
#
|
1999-03-02 23:25:42 +03:00
|
|
|
|
1999-09-02 04:12:49 +04:00
|
|
|
DEPTH = ../..
|
1999-03-02 23:25:42 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-10-10 05:32:59 +04:00
|
|
|
MODULE = xpinstall
|
1999-03-02 23:25:42 +03:00
|
|
|
|
1999-09-02 04:12:49 +04:00
|
|
|
XPIDLSRCS = \
|
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 15:14:51 +03:00
|
|
|
nsIXPIDialogService.idl \
|
|
|
|
nsIXPIProgressDialog.idl \
|
1999-09-02 04:12:49 +04:00
|
|
|
nsIXPINotifier.idl \
|
2001-12-18 12:14:29 +03:00
|
|
|
nsPIXPIProxy.idl \
|
1999-09-02 04:12:49 +04:00
|
|
|
nsPIXPIStubHook.idl \
|
2002-12-17 03:59:42 +03:00
|
|
|
nsPICertNotification.idl \
|
1999-09-02 04:12:49 +04:00
|
|
|
$(NULL)
|
1999-03-02 23:25:42 +03:00
|
|
|
|
1999-09-02 04:12:49 +04:00
|
|
|
EXPORTS = \
|
|
|
|
nsIDOMInstallTriggerGlobal.h \
|
|
|
|
nsIDOMInstallVersion.h \
|
|
|
|
nsSoftwareUpdateIIDs.h \
|
|
|
|
nsISoftwareUpdate.h \
|
|
|
|
$(NULL)
|
1999-06-05 01:43:14 +04:00
|
|
|
|
1999-09-02 04:12:49 +04:00
|
|
|
PREF_JS_EXPORTS = $(srcdir)/xpinstall.js
|
1999-06-05 01:43:14 +04:00
|
|
|
|
1999-03-02 23:25:42 +03:00
|
|
|
include $(topsrcdir)/config/rules.mk
|