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