зеркало из https://github.com/mozilla/gecko-dev.git
get rid of the remaining manifest, rules.mk, and config.mk files.
This commit is contained in:
Родитель
0dab208fd2
Коммит
b095244e66
|
@ -9,32 +9,15 @@
|
|||
# intended publication of this Source Code.
|
||||
#
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ..
|
||||
|
||||
include manifest.mn
|
||||
MODULE_NAME = EF
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = md
|
||||
|
||||
LOCAL_EXPORTS = jni.h \
|
||||
$(NULL)
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
#
|
||||
# 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.
|
||||
#
|
||||
DEPTH = ..
|
||||
|
||||
MODULE_NAME = EF
|
||||
|
||||
DIRS = md
|
||||
|
||||
LOCAL_EXPORTS = jni.h \
|
||||
$(NULL)
|
||||
|
|
@ -9,32 +9,12 @@
|
|||
# intended publication of this Source Code.
|
||||
#
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../..
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
LOCAL_EXPORTS = jni_md.h \
|
||||
$(NULL)
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
#
|
||||
# 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.
|
||||
#
|
||||
DEPTH = ../..
|
||||
|
||||
|
||||
LOCAL_EXPORTS = jni_md.h \
|
||||
$(NULL)
|
||||
|
|
@ -15,33 +15,20 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ..
|
||||
|
||||
include manifest.mn
|
||||
LIBRARY_NAME = Package
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = java
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
#######################################################################
|
||||
# (3) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include config.mk
|
||||
|
||||
#######################################################################
|
||||
# (4) Execute "component" rules. (OPTIONAL) #
|
||||
#######################################################################
|
||||
OBJS = $(wildcard $(DEPTH)/$(OBJDIR)/Package/*$(OBJ_SUFFIX))
|
||||
LDFLAGS += $(EF_LIBS) $(NSPR_LIBS)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
#######################################################################
|
||||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include rules.mk
|
||||
program:: $(SHARED_LIBRARY)
|
||||
|
||||
clobber::
|
||||
rm -r -f $(HEADER_GEN_DIR)
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
OBJS = $(wildcard $(DEPTH)/$(OBJDIR)/Package/*$(OBJ_SUFFIX))
|
||||
LDFLAGS += $(EF_LIBS) $(NSPR_LIBS)
|
||||
|
|
@ -15,31 +15,11 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../..
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = lang io security
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -15,31 +15,10 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../../..
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = nativesrc
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../..
|
||||
|
||||
DIRS = nativesrc
|
||||
|
||||
|
||||
|
|
@ -15,31 +15,24 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../../../..
|
||||
|
||||
include manifest.mn
|
||||
MODULE_NAME = Package
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
|
||||
CPPSRCS = File.cpp \
|
||||
FileDescriptor.cpp \
|
||||
FileInputStream.cpp \
|
||||
FileOutputStream.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
HEADER_GEN = java.io.File \
|
||||
java.io.FileDescriptor \
|
||||
java.io.FileInputStream \
|
||||
java.io.FileOutputStream \
|
||||
$(NULL)
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,36 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../../..
|
||||
|
||||
MODULE_NAME = Package
|
||||
|
||||
|
||||
CPPSRCS = File.cpp \
|
||||
FileDescriptor.cpp \
|
||||
FileInputStream.cpp \
|
||||
FileOutputStream.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
HEADER_GEN = java.io.File \
|
||||
java.io.FileDescriptor \
|
||||
java.io.FileInputStream \
|
||||
java.io.FileOutputStream \
|
||||
$(NULL)
|
||||
|
||||
|
|
@ -15,31 +15,10 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../../..
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = nativesrc
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../..
|
||||
|
||||
DIRS = nativesrc
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -15,31 +15,32 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../../../..
|
||||
|
||||
include manifest.mn
|
||||
MODULE_NAME = Package
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = reflect
|
||||
|
||||
CPPSRCS = Character.cpp \
|
||||
Class.cpp \
|
||||
ClassLoader.cpp \
|
||||
Compiler.cpp \
|
||||
Double.cpp \
|
||||
Float.cpp \
|
||||
Math.cpp \
|
||||
Object.cpp \
|
||||
Runtime.cpp \
|
||||
SecurityManager.cpp \
|
||||
String.cpp \
|
||||
System.cpp \
|
||||
Thread.cpp \
|
||||
Throwable.cpp \
|
||||
$(NULL)
|
||||
|
||||
HEADER_GEN = java.lang.Object \
|
||||
$(NULL)
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,43 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../../..
|
||||
|
||||
MODULE_NAME = Package
|
||||
|
||||
DIRS = reflect
|
||||
|
||||
CPPSRCS = Character.cpp \
|
||||
Class.cpp \
|
||||
ClassLoader.cpp \
|
||||
Compiler.cpp \
|
||||
Double.cpp \
|
||||
Float.cpp \
|
||||
Math.cpp \
|
||||
Object.cpp \
|
||||
Runtime.cpp \
|
||||
SecurityManager.cpp \
|
||||
String.cpp \
|
||||
System.cpp \
|
||||
Thread.cpp \
|
||||
Throwable.cpp \
|
||||
$(NULL)
|
||||
|
||||
HEADER_GEN = java.lang.Object \
|
||||
$(NULL)
|
||||
|
||||
|
|
@ -15,31 +15,39 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../../../../..
|
||||
|
||||
include manifest.mn
|
||||
MODULE_NAME = Package
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
CPPSRCS = Array.cpp \
|
||||
Constructor.cpp \
|
||||
Field.cpp \
|
||||
Method.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
HEADER_GEN = java.lang.String \
|
||||
java.lang.Class \
|
||||
java.lang.ClassLoader \
|
||||
java.lang.Compiler \
|
||||
java.lang.Character \
|
||||
java.lang.Double \
|
||||
java.lang.Float \
|
||||
java.lang.Math \
|
||||
java.lang.Runtime \
|
||||
java.lang.SecurityManager \
|
||||
java.lang.System \
|
||||
java.util.Properties \
|
||||
java.io.InputStream \
|
||||
java.io.PrintStream \
|
||||
java.lang.Thread \
|
||||
java.lang.Throwable \
|
||||
java.lang.reflect.Field \
|
||||
java.lang.reflect.Method \
|
||||
java.lang.reflect.Constructor \
|
||||
java.lang.reflect.Array \
|
||||
$(NULL)
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../../../..
|
||||
|
||||
MODULE_NAME = Package
|
||||
|
||||
CPPSRCS = Array.cpp \
|
||||
Constructor.cpp \
|
||||
Field.cpp \
|
||||
Method.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
HEADER_GEN = java.lang.String \
|
||||
java.lang.Class \
|
||||
java.lang.ClassLoader \
|
||||
java.lang.Compiler \
|
||||
java.lang.Character \
|
||||
java.lang.Double \
|
||||
java.lang.Float \
|
||||
java.lang.Math \
|
||||
java.lang.Runtime \
|
||||
java.lang.SecurityManager \
|
||||
java.lang.System \
|
||||
java.util.Properties \
|
||||
java.io.InputStream \
|
||||
java.io.PrintStream \
|
||||
java.lang.Thread \
|
||||
java.lang.Throwable \
|
||||
java.lang.reflect.Field \
|
||||
java.lang.reflect.Method \
|
||||
java.lang.reflect.Constructor \
|
||||
java.lang.reflect.Array \
|
||||
$(NULL)
|
||||
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../..
|
||||
|
||||
DIRS = lang io security
|
||||
|
||||
|
|
@ -15,31 +15,10 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../../..
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = nativesrc
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../..
|
||||
|
||||
DIRS = nativesrc
|
||||
|
||||
|
||||
|
|
@ -15,31 +15,20 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../../../..
|
||||
|
||||
include manifest.mn
|
||||
MODULE_NAME = Package
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
|
||||
CPPSRCS = AccessController.cpp \
|
||||
ProtectionDomain.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
HEADER_GEN = java.security.AccessController \
|
||||
java.security.ProtectionDomain \
|
||||
$(NULL)
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../../../..
|
||||
|
||||
MODULE_NAME = Package
|
||||
|
||||
|
||||
CPPSRCS = AccessController.cpp \
|
||||
ProtectionDomain.cpp \
|
||||
$(NULL)
|
||||
|
||||
|
||||
HEADER_GEN = java.security.AccessController \
|
||||
java.security.ProtectionDomain \
|
||||
$(NULL)
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
#! gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ..
|
||||
|
||||
LIBRARY_NAME = Package
|
||||
|
||||
DIRS = java
|
||||
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
#! gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
program:: $(SHARED_LIBRARY)
|
||||
|
||||
clobber::
|
||||
rm -r -f $(HEADER_GEN_DIR)
|
||||
|
||||
|
|
@ -15,34 +15,67 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../..
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
CSRCS = be.c \
|
||||
burs.c \
|
||||
closure.c \
|
||||
delta.c \
|
||||
fe.c \
|
||||
item.c \
|
||||
lex.c \
|
||||
list.c \
|
||||
main.c \
|
||||
map.c \
|
||||
nonterminal.c \
|
||||
operator.c \
|
||||
pattern.c \
|
||||
plank.c \
|
||||
queue.c \
|
||||
rule.c \
|
||||
string.c \
|
||||
symtab.c \
|
||||
table.c \
|
||||
trim.c \
|
||||
zalloc.c \
|
||||
y.tab.c \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = burg
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
#
|
||||
# Rules to generate y.tab.h and y.tab.c
|
||||
#
|
||||
# Redefine this rule because of the warnings. !!!!
|
||||
$(OBJDIR)/y.tab.$(OBJ_SUFFIX): y.tab.c
|
||||
@$(MAKE_OBJDIR)
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
$(CC) -Fo$@ -c $(CFLAGS) $<
|
||||
else
|
||||
$(CC) -o $@ -c $(CFLAGS) $<
|
||||
endif
|
||||
|
||||
include rules.mk
|
||||
#
|
||||
# Extra dependencies.
|
||||
#
|
||||
lex.c: y.tab.h
|
||||
|
||||
y.tab.c y.tab.h: gram.y
|
||||
$(YACC) $(YACC_FLAGS) -d $<
|
||||
|
||||
#
|
||||
# Extra cleaning.
|
||||
#
|
||||
|
||||
clobber::
|
||||
rm -f y.tab.c y.tab.h
|
||||
|
||||
realclean clobber_all::
|
||||
rm -f y.tab.c y.tab.h
|
||||
|
||||
export:: $(PROGRAM)
|
||||
|
|
|
@ -1,44 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../..
|
||||
|
||||
|
||||
CSRCS = be.c \
|
||||
burs.c \
|
||||
closure.c \
|
||||
delta.c \
|
||||
fe.c \
|
||||
item.c \
|
||||
lex.c \
|
||||
list.c \
|
||||
main.c \
|
||||
map.c \
|
||||
nonterminal.c \
|
||||
operator.c \
|
||||
pattern.c \
|
||||
plank.c \
|
||||
queue.c \
|
||||
rule.c \
|
||||
string.c \
|
||||
symtab.c \
|
||||
table.c \
|
||||
trim.c \
|
||||
zalloc.c \
|
||||
y.tab.c \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = burg
|
|
@ -1,31 +0,0 @@
|
|||
#
|
||||
# Rules to generate y.tab.h and y.tab.c
|
||||
#
|
||||
# Redefine this rule because of the warnings. !!!!
|
||||
$(OBJDIR)/y.tab.$(OBJ_SUFFIX): y.tab.c
|
||||
@$(MAKE_OBJDIR)
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
$(CC) -Fo$@ -c $(CFLAGS) $<
|
||||
else
|
||||
$(CC) -o $@ -c $(CFLAGS) $<
|
||||
endif
|
||||
|
||||
#
|
||||
# Extra dependencies.
|
||||
#
|
||||
lex.c: y.tab.h
|
||||
|
||||
y.tab.c y.tab.h: gram.y
|
||||
$(YACC) $(YACC_FLAGS) -d $<
|
||||
|
||||
#
|
||||
# Extra cleaning.
|
||||
#
|
||||
|
||||
clobber::
|
||||
rm -f y.tab.c y.tab.h
|
||||
|
||||
realclean clobber_all::
|
||||
rm -f y.tab.c y.tab.h
|
||||
|
||||
export:: $(PROGRAM)
|
|
@ -15,35 +15,27 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../..
|
||||
|
||||
include manifest.mn
|
||||
CPPSRCS = HeaderGenerator.cpp \
|
||||
JNIHeaderGenerator.cpp \
|
||||
NetscapeHeaderGenerator.cpp \
|
||||
main.cpp \
|
||||
$(NULL)
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
PROGRAM = javah
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
#######################################################################
|
||||
# (3) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
CFLAGS += -DIMPORTING_VM_FILES
|
||||
LDFLAGS += $(EF_LIBS) $(NSPR_LIBS)
|
||||
|
||||
include config.mk
|
||||
|
||||
|
||||
#######################################################################
|
||||
# (4) Execute "component" rules. (OPTIONAL) #
|
||||
#######################################################################
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
LDFLAGS += -lm
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
#######################################################################
|
||||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
include rules.mk
|
||||
libs:: $(PROGRAM)
|
||||
|
||||
$(PROGRAM) : $(EF_LIB_FILES)
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
CFLAGS += -DIMPORTING_VM_FILES
|
||||
LDFLAGS += $(EF_LIBS) $(NSPR_LIBS)
|
||||
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
LDFLAGS += -lm
|
||||
endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
#
|
||||
# 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.
|
||||
#
|
||||
DEPTH = ../..
|
||||
|
||||
CPPSRCS = HeaderGenerator.cpp \
|
||||
JNIHeaderGenerator.cpp \
|
||||
NetscapeHeaderGenerator.cpp \
|
||||
main.cpp \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = javah
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
libs:: $(PROGRAM)
|
||||
|
||||
$(PROGRAM) : $(EF_LIB_FILES)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -15,33 +15,10 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ..
|
||||
|
||||
include manifest.mn
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
DIRS = Burg JavaH
|
||||
|
||||
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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -15,33 +15,36 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../..
|
||||
|
||||
include manifest.mn
|
||||
CPPSRCS = Breakpoints.cpp \
|
||||
CommandLine.cpp \
|
||||
Commands.cpp \
|
||||
DataOutput.cpp \
|
||||
Debugee.cpp \
|
||||
main.cpp \
|
||||
MonitorExpression.cpp \
|
||||
Symbols.cpp \
|
||||
Win32Util.cpp \
|
||||
CatchAssert.cpp \
|
||||
$(NULL)
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
LIBRARIES = Readline \
|
||||
DebuggerChannel \
|
||||
DisassembleX86 \
|
||||
libnspr21 \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = furmon
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
#######################################################################
|
||||
# (3) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include config.mk
|
||||
|
||||
|
||||
#######################################################################
|
||||
# (4) Execute "component" rules. (OPTIONAL) #
|
||||
#######################################################################
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
LDFLAGS += user32.lib kernel32.lib imagehlp.lib
|
||||
#$(DIST)/lib/Readline.lib $(DIST)/lib/DebuggerChannel.lib $(DIST)/lib/DisassembleX86.lib $(NSPR_LIBS)
|
||||
endif
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
#######################################################################
|
||||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
libs:: $(PROGRAM)
|
||||
|
||||
include rules.mk
|
|
@ -1,28 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
ifeq ($(OS_ARCH), WINNT)
|
||||
LDFLAGS += user32.lib kernel32.lib imagehlp.lib
|
||||
#$(DIST)/lib/Readline.lib $(DIST)/lib/DebuggerChannel.lib $(DIST)/lib/DisassembleX86.lib $(NSPR_LIBS)
|
||||
endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ../..
|
||||
|
||||
CPPSRCS = Breakpoints.cpp \
|
||||
CommandLine.cpp \
|
||||
Commands.cpp \
|
||||
DataOutput.cpp \
|
||||
Debugee.cpp \
|
||||
main.cpp \
|
||||
MonitorExpression.cpp \
|
||||
Symbols.cpp \
|
||||
Win32Util.cpp \
|
||||
CatchAssert.cpp \
|
||||
$(NULL)
|
||||
|
||||
LIBRARIES = Readline \
|
||||
DebuggerChannel \
|
||||
DisassembleX86 \
|
||||
libnspr21 \
|
||||
$(NULL)
|
||||
|
||||
PROGRAM = furmon
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
libs:: $(PROGRAM)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
DEPTH = ..
|
||||
|
||||
DIRS = Burg JavaH
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -15,33 +15,38 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ../..
|
||||
|
||||
include manifest.mn
|
||||
MODULE_NAME = EF
|
||||
|
||||
CSRCS = adler32.c \
|
||||
compress.c \
|
||||
crc32.c \
|
||||
deflate.c \
|
||||
gzio.c \
|
||||
infblock.c \
|
||||
infcodes.c \
|
||||
inffast.c \
|
||||
inflate.c \
|
||||
inftrees.c \
|
||||
infutil.c \
|
||||
trees.c \
|
||||
uncompr.c \
|
||||
zutil.c \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_EXPORTS = deflate.h \
|
||||
infblock.h \
|
||||
infcodes.h \
|
||||
inffast.h \
|
||||
inftrees.h \
|
||||
infutil.h \
|
||||
zconf.h \
|
||||
zlib.h \
|
||||
zutil.h \
|
||||
$(NULL)
|
||||
|
||||
#######################################################################
|
||||
# (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). #
|
||||
#######################################################################
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,47 +0,0 @@
|
|||
#!gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
DEPTH = ../..
|
||||
|
||||
MODULE_NAME = EF
|
||||
|
||||
CSRCS = adler32.c \
|
||||
compress.c \
|
||||
crc32.c \
|
||||
deflate.c \
|
||||
gzio.c \
|
||||
infblock.c \
|
||||
infcodes.c \
|
||||
inffast.c \
|
||||
inflate.c \
|
||||
inftrees.c \
|
||||
infutil.c \
|
||||
trees.c \
|
||||
uncompr.c \
|
||||
zutil.c \
|
||||
$(NULL)
|
||||
|
||||
LOCAL_EXPORTS = deflate.h \
|
||||
infblock.h \
|
||||
infcodes.h \
|
||||
inffast.h \
|
||||
inftrees.h \
|
||||
infutil.h \
|
||||
zconf.h \
|
||||
zlib.h \
|
||||
zutil.h \
|
||||
$(NULL)
|
||||
|
|
@ -15,33 +15,24 @@
|
|||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
#######################################################################
|
||||
# (1) Include manifest file #
|
||||
#######################################################################
|
||||
DEPTH = ..
|
||||
|
||||
include manifest.mn
|
||||
IMPORTS = nspr20/19971028 \
|
||||
$(NULL)
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
LIBRARY_NAME = EF
|
||||
|
||||
LIBRARIES = DisassembleX86 DebuggerChannel $(NULL)
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
#######################################################################
|
||||
# (3) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include config.mk
|
||||
|
||||
#######################################################################
|
||||
# (4) Execute "component" rules. (OPTIONAL) #
|
||||
#######################################################################
|
||||
OBJS = $(wildcard $(DEPTH)/$(OBJDIR)/EF/*$(OBJ_SUFFIX))
|
||||
LDFLAGS += $(NSPR_LIBS)
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
#######################################################################
|
||||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
include rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
libs:: $(SHARED_LIBRARY)
|
||||
else
|
||||
libs:: $(LIBRARY)
|
||||
endif
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
OBJS = $(wildcard $(DEPTH)/$(OBJDIR)/EF/*$(OBJ_SUFFIX))
|
||||
LDFLAGS += $(NSPR_LIBS)
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
#! gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
DEPTH = ..
|
||||
|
||||
IMPORTS = nspr20/19971028 \
|
||||
$(NULL)
|
||||
|
||||
LIBRARY_NAME = EF
|
||||
|
||||
LIBRARIES = DisassembleX86 DebuggerChannel $(NULL)
|
||||
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
#! gmake
|
||||
#
|
||||
# The contents of this file are subject to the Netscape Public License
|
||||
# Version 1.0 (the "NPL"); you may not use this file except in
|
||||
# compliance with the NPL. You may obtain a copy of the NPL at
|
||||
# http://www.mozilla.org/NPL/
|
||||
#
|
||||
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
||||
# for the specific language governing rights and limitations under the
|
||||
# NPL.
|
||||
#
|
||||
# The Initial Developer of this code under the NPL is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
libs:: $(SHARED_LIBRARY)
|
||||
else
|
||||
libs:: $(LIBRARY)
|
||||
endif
|
Загрузка…
Ссылка в новой задаче