source: trunk/third/mozilla/xpinstall/public/Makefile.in @ 19518

Revision 19518, 1.4 KB checked in by rbasch, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19517, which included commits to RCS files with non-trunk default branches.
Line 
1#
2# The contents of this file are subject to the Netscape Public
3# License Version 1.1 (the "License"); you may not use this file
4# except in compliance with the License. You may obtain a copy of
5# the License at http://www.mozilla.org/NPL/
6#
7# Software distributed under the License is distributed on an "AS
8# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9# implied. See the License for the specific language governing
10# rights and limitations under the License.
11#
12# The Original Code is Mozilla Communicator client code,
13# released March 31, 1998.
14#
15# The Initial Developer of the Original Code is Netscape Communications
16# Corporation.  Portions created by Netscape are
17# Copyright (C) 1998 Netscape Communications Corporation. All
18# Rights Reserved.
19#
20# Contributor(s):
21#     Daniel Veditz <dveditz@netscape.com>
22#     Douglas Turner <dougt@netscape.com>
23#
24
25DEPTH           = ../..
26topsrcdir       = @top_srcdir@
27srcdir          = @srcdir@
28VPATH           = @srcdir@
29
30include $(DEPTH)/config/autoconf.mk
31
32MODULE          = xpinstall
33GRE_MODULE      = 1
34
35XPIDLSRCS       = \
36                nsIXPIDialogService.idl \
37                nsIXPIProgressDialog.idl \
38                nsIXPINotifier.idl \
39                nsPIXPIProxy.idl \
40                nsPIXPIStubHook.idl \
41                nsPICertNotification.idl \
42                $(NULL)
43
44EXPORTS         = \
45                nsIDOMInstallTriggerGlobal.h \
46                nsIDOMInstallVersion.h \
47                nsSoftwareUpdateIIDs.h \
48                nsISoftwareUpdate.h \
49                $(NULL)
50
51PREF_JS_EXPORTS = $(srcdir)/xpinstall.js
52
53include $(topsrcdir)/config/rules.mk
Note: See TracBrowser for help on using the repository browser.