зеркало из https://github.com/mozilla/pjs.git
21 строка
577 B
Makefile
21 строка
577 B
Makefile
#! 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.
|
|
#
|
|
|
|
DEPTH = ../..
|
|
|
|
|
|
LOCAL_EXPORTS = jni_md.h \
|
|
$(NULL)
|
|
|
|
include $(DEPTH)/config/config.mk
|
|
|
|
include $(DEPTH)/config/rules.mk
|