1999-04-10 10:30:55 +04:00
|
|
|
#!gmake
|
|
|
|
#
|
1999-11-06 06:40:37 +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-04-10 10:30:55 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +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-04-10 10:30:55 +04:00
|
|
|
#
|
1999-11-06 06:40:37 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-04-10 10:30:55 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:40:37 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-04-10 10:30:55 +04:00
|
|
|
|
1999-09-01 05:13:14 +04:00
|
|
|
|
1999-04-10 10:30:55 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
MODULE=profile
|
|
|
|
DEPTH=..\..
|
1999-10-05 08:12:58 +04:00
|
|
|
EXPORTS=nsIAccount.h \
|
1999-07-23 15:58:22 +04:00
|
|
|
dialshr.h \
|
|
|
|
resource.h \
|
1999-05-19 08:48:44 +04:00
|
|
|
$(NULL)
|
1999-04-10 10:30:55 +04:00
|
|
|
|
1999-09-10 04:51:22 +04:00
|
|
|
XPIDLSRCS = \
|
|
|
|
.\nsIProfile.idl \
|
2000-11-04 19:27:30 +03:00
|
|
|
.\nsIProfileInternal.idl \
|
2000-04-22 02:27:58 +04:00
|
|
|
.\nsIProfileStartupListener.idl \
|
2000-12-06 18:02:57 +03:00
|
|
|
.\nsIProfileChangeStatus.idl \
|
1999-09-10 04:51:22 +04:00
|
|
|
$(NULL)
|
|
|
|
|
1999-04-10 10:30:55 +04:00
|
|
|
include <$(DEPTH)\config\rules.mak>
|
1999-09-10 04:51:22 +04:00
|
|
|
include <$(DEPTH)\config\config.mak>
|