1998-09-03 23:38:52 +04:00
|
|
|
#
|
|
|
|
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
|
|
|
|
# NETSCAPE COMMUNICATIONS CORPORATION
|
|
|
|
# Copyright (C) 1996 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved. Use of this Source Code is subject to the terms of the
|
|
|
|
# applicable license agreement from Netscape Communications Corporation.
|
|
|
|
# The copyright notice(s) in this Source Code does not indicate actual or
|
|
|
|
# intended publication of this Source Code.
|
|
|
|
#
|
1998-09-04 00:14:26 +04:00
|
|
|
GDEPTH = ../../..
|
1998-09-03 23:38:52 +04:00
|
|
|
|
|
|
|
EXPORTS = \
|
|
|
|
nsXPFCCommand.h \
|
|
|
|
nsXPFCActionCommand.h \
|
|
|
|
nsXPFCMethodInvokerCommand.h \
|
1998-10-14 21:04:34 +04:00
|
|
|
nsXPFCNotificationStateCommand.h \
|
|
|
|
nsXPFCModelUpdateCommand.h \
|
1998-10-31 03:55:23 +03:00
|
|
|
nsXPFCDialogDataHandlerCommand.h \
|
1998-09-03 23:38:52 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
PRIVATE_EXPORTS = \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MODULE = xpfc
|
|
|
|
|
|
|
|
REQUIRES = raptor
|