mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
27 lines
685 B
Plaintext
27 lines
685 B
Plaintext
|
#
|
||
|
# 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.
|
||
|
#
|
||
|
GDEPTH = ../../..
|
||
|
DEPTH = ../../..
|
||
|
|
||
|
DIRS = core canvas context controller component command toolkit
|
||
|
DIRS_LIBS = res
|
||
|
|
||
|
LIBRARY_NAME = calui
|
||
|
|
||
|
EXPORTS = \
|
||
|
$(NULL)
|
||
|
|
||
|
PRIVATE_EXPORTS = \
|
||
|
$(NULL)
|
||
|
|
||
|
MODULE = trex
|
||
|
|
||
|
REQUIRES = xpcom raptor shell trex
|