#! gmake # # CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF # NETSCAPE COMMUNICATIONS CORPORATION # Copyright © 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). # #######################################################################