1998-09-03 22:47:47 +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 = ..
|
|
|
|
DEPTH = ..
|
1998-09-03 22:47:47 +04:00
|
|
|
|
1998-10-29 21:20:20 +03:00
|
|
|
DIRS = core msg canvas command dialog layout network observer util parser chrome shell toolkit widget user model
|
1998-09-03 22:47:47 +04:00
|
|
|
|
|
|
|
LIBRARY_NAME = xpfc
|
|
|
|
|
|
|
|
EXPORTS = \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
PRIVATE_EXPORTS = \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MODULE = xpfc
|
|
|
|
|
|
|
|
REQUIRES = xpcom raptor
|