mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
41 lines
1.6 KiB
Makefile
41 lines
1.6 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 manifest file #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
include manifest.mn
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (2) Include "component" configuration information. #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
include $(DEPTH)/config/config.mk
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (3) Include "local" platform-dependent assignments (OPTIONAL). #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (4) Execute "component" rules. (OPTIONAL) #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
include $(DEPTH)/config/rules.mk
|
|||
|
|
|||
|
#######################################################################
|
|||
|
# (7) Execute "local" rules. (OPTIONAL). #
|
|||
|
#######################################################################
|
|||
|
|
|||
|
|