mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
54 lines
2.0 KiB
Makefile
54 lines
2.0 KiB
Makefile
|
#! gmake
|
|||
|
#
|
|||
|
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
|
|||
|
# NETSCAPE COMMUNICATIONS CORPORATION
|
|||
|
# Copyright <20> 1996, 1997 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.
|
|||
|
#
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (1) Include initial platform-independent assignments (MANDATORY). #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
include manifest.mn
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (2) Include "global" configuration information. (OPTIONAL) #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
include $(GDEPTH)/gconfig/config.mk
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (3) Include "component" configuration information. (OPTIONAL) #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (4) Include "local" platform-dependent assignments (OPTIONAL). #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (5) Execute "global" rules. (OPTIONAL) #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
include $(GDEPTH)/gconfig/rules.mk
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (6) Execute "component" rules. (OPTIONAL) #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (7) Execute "local" rules. (OPTIONAL). #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
|
|||
|
|