From 0d77d2ea111fc81ab73873b73489357bdc23cd1b Mon Sep 17 00:00:00 2001 From: "spider%netscape.com" Date: Thu, 3 Sep 1998 20:14:26 +0000 Subject: [PATCH] Changes relative depth to gconfig git-svn-id: svn://10.0.0.236/trunk@9227 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfc/canvas/inc/manifest.mn | 2 +- mozilla/xpfc/canvas/manifest.mn | 4 ++-- mozilla/xpfc/canvas/public/manifest.mn | 4 ++-- mozilla/xpfc/canvas/src/manifest.mn | 2 +- mozilla/xpfc/chrome/inc/manifest.mn | 2 +- mozilla/xpfc/chrome/manifest.mn | 4 ++-- mozilla/xpfc/chrome/public/manifest.mn | 4 ++-- mozilla/xpfc/chrome/src/manifest.mn | 2 +- mozilla/xpfc/chrome/unix/inc/manifest.mn | 2 +- mozilla/xpfc/chrome/unix/manifest.mn | 4 ++-- mozilla/xpfc/chrome/unix/src/manifest.mn | 2 +- mozilla/xpfc/chrome/windows/inc/manifest.mn | 2 +- mozilla/xpfc/chrome/windows/manifest.mn | 4 ++-- mozilla/xpfc/chrome/windows/src/manifest.mn | 2 +- mozilla/xpfc/command/inc/manifest.mn | 2 +- mozilla/xpfc/command/manifest.mn | 4 ++-- mozilla/xpfc/command/public/manifest.mn | 4 ++-- mozilla/xpfc/command/src/manifest.mn | 2 +- mozilla/xpfc/core/inc/manifest.mn | 2 +- mozilla/xpfc/core/manifest.mn | 4 ++-- mozilla/xpfc/core/src/manifest.mn | 2 +- mozilla/xpfc/core/unix/manifest.mn | 4 ++-- mozilla/xpfc/core/unix/src/manifest.mn | 2 +- mozilla/xpfc/core/windows/manifest.mn | 4 ++-- mozilla/xpfc/core/windows/src/manifest.mn | 2 +- mozilla/xpfc/dialog/inc/manifest.mn | 2 +- mozilla/xpfc/dialog/manifest.mn | 4 ++-- mozilla/xpfc/dialog/public/manifest.mn | 4 ++-- mozilla/xpfc/dialog/src/manifest.mn | 2 +- mozilla/xpfc/layout/inc/manifest.mn | 2 +- mozilla/xpfc/layout/manifest.mn | 4 ++-- mozilla/xpfc/layout/public/manifest.mn | 4 ++-- mozilla/xpfc/layout/src/manifest.mn | 2 +- mozilla/xpfc/manifest.mn | 4 ++-- mozilla/xpfc/network/commandserver/inc/manifest.mn | 2 +- mozilla/xpfc/network/commandserver/manifest.mn | 4 ++-- mozilla/xpfc/network/commandserver/public/manifest.mn | 4 ++-- mozilla/xpfc/network/commandserver/src/manifest.mn | 2 +- mozilla/xpfc/network/manifest.mn | 4 ++-- mozilla/xpfc/observer/inc/manifest.mn | 2 +- mozilla/xpfc/observer/manifest.mn | 4 ++-- mozilla/xpfc/observer/public/manifest.mn | 4 ++-- mozilla/xpfc/observer/src/manifest.mn | 2 +- mozilla/xpfc/parser/inc/manifest.mn | 2 +- mozilla/xpfc/parser/manifest.mn | 4 ++-- mozilla/xpfc/parser/public/manifest.mn | 4 ++-- mozilla/xpfc/parser/src/manifest.mn | 2 +- mozilla/xpfc/shell/inc/manifest.mn | 2 +- mozilla/xpfc/shell/manifest.mn | 4 ++-- mozilla/xpfc/shell/public/manifest.mn | 4 ++-- mozilla/xpfc/shell/src/manifest.mn | 2 +- mozilla/xpfc/shell/src/unix/manifest.mn | 2 +- mozilla/xpfc/shell/src/windows/manifest.mn | 2 +- mozilla/xpfc/shell/tests/apptest/Makefile | 2 +- mozilla/xpfc/shell/tests/apptest/makefile.win | 2 +- mozilla/xpfc/toolkit/inc/manifest.mn | 2 +- mozilla/xpfc/toolkit/manifest.mn | 4 ++-- mozilla/xpfc/toolkit/public/manifest.mn | 4 ++-- mozilla/xpfc/toolkit/src/manifest.mn | 2 +- mozilla/xpfc/util/inc/manifest.mn | 2 +- mozilla/xpfc/util/manifest.mn | 4 ++-- mozilla/xpfc/util/public/manifest.mn | 4 ++-- mozilla/xpfc/util/src/manifest.mn | 2 +- mozilla/xpfc/widget/inc/manifest.mn | 2 +- mozilla/xpfc/widget/manifest.mn | 4 ++-- mozilla/xpfc/widget/public/manifest.mn | 4 ++-- mozilla/xpfc/widget/src/manifest.mn | 2 +- 67 files changed, 98 insertions(+), 98 deletions(-) diff --git a/mozilla/xpfc/canvas/inc/manifest.mn b/mozilla/xpfc/canvas/inc/manifest.mn index d669af9ab81..baf59de5ed3 100644 --- a/mozilla/xpfc/canvas/inc/manifest.mn +++ b/mozilla/xpfc/canvas/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsXPFCCanvas.h \ diff --git a/mozilla/xpfc/canvas/manifest.mn b/mozilla/xpfc/canvas/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/canvas/manifest.mn +++ b/mozilla/xpfc/canvas/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/canvas/public/manifest.mn b/mozilla/xpfc/canvas/public/manifest.mn index a7d4d9de00f..9459d4705d5 100644 --- a/mozilla/xpfc/canvas/public/manifest.mn +++ b/mozilla/xpfc/canvas/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIXPFCCanvas.h \ diff --git a/mozilla/xpfc/canvas/src/manifest.mn b/mozilla/xpfc/canvas/src/manifest.mn index d106888d8db..9101d1afa1f 100644 --- a/mozilla/xpfc/canvas/src/manifest.mn +++ b/mozilla/xpfc/canvas/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/chrome/inc/manifest.mn b/mozilla/xpfc/chrome/inc/manifest.mn index 6b40f81958a..8bd1b73e43f 100644 --- a/mozilla/xpfc/chrome/inc/manifest.mn +++ b/mozilla/xpfc/chrome/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/chrome/manifest.mn b/mozilla/xpfc/chrome/manifest.mn index 31c885e982d..c11d096818c 100644 --- a/mozilla/xpfc/chrome/manifest.mn +++ b/mozilla/xpfc/chrome/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/chrome/public/manifest.mn b/mozilla/xpfc/chrome/public/manifest.mn index 4dc9a2e6161..abd487b329f 100644 --- a/mozilla/xpfc/chrome/public/manifest.mn +++ b/mozilla/xpfc/chrome/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../../.. EXPORTS = \ nsIMenuBar.h \ diff --git a/mozilla/xpfc/chrome/src/manifest.mn b/mozilla/xpfc/chrome/src/manifest.mn index 7f6a3bcb66c..66cfcb092bf 100644 --- a/mozilla/xpfc/chrome/src/manifest.mn +++ b/mozilla/xpfc/chrome/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/chrome/unix/inc/manifest.mn b/mozilla/xpfc/chrome/unix/inc/manifest.mn index ad26bd919a6..515190226cb 100644 --- a/mozilla/xpfc/chrome/unix/inc/manifest.mn +++ b/mozilla/xpfc/chrome/unix/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/chrome/unix/manifest.mn b/mozilla/xpfc/chrome/unix/manifest.mn index e94c397fe52..7156de7e2c4 100644 --- a/mozilla/xpfc/chrome/unix/manifest.mn +++ b/mozilla/xpfc/chrome/unix/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. DIRS_EXPORT = inc DIRS_LIBS = src diff --git a/mozilla/xpfc/chrome/unix/src/manifest.mn b/mozilla/xpfc/chrome/unix/src/manifest.mn index 621f654f31f..eaef8ff3b12 100644 --- a/mozilla/xpfc/chrome/unix/src/manifest.mn +++ b/mozilla/xpfc/chrome/unix/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/chrome/windows/inc/manifest.mn b/mozilla/xpfc/chrome/windows/inc/manifest.mn index cc98965cb5b..c3b35e112e8 100644 --- a/mozilla/xpfc/chrome/windows/inc/manifest.mn +++ b/mozilla/xpfc/chrome/windows/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/chrome/windows/manifest.mn b/mozilla/xpfc/chrome/windows/manifest.mn index e94c397fe52..7156de7e2c4 100644 --- a/mozilla/xpfc/chrome/windows/manifest.mn +++ b/mozilla/xpfc/chrome/windows/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. DIRS_EXPORT = inc DIRS_LIBS = src diff --git a/mozilla/xpfc/chrome/windows/src/manifest.mn b/mozilla/xpfc/chrome/windows/src/manifest.mn index 2bcf5b38c1d..3f183601ffc 100644 --- a/mozilla/xpfc/chrome/windows/src/manifest.mn +++ b/mozilla/xpfc/chrome/windows/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/command/inc/manifest.mn b/mozilla/xpfc/command/inc/manifest.mn index 40fc98613a9..daaf01010c6 100644 --- a/mozilla/xpfc/command/inc/manifest.mn +++ b/mozilla/xpfc/command/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsXPFCCommand.h \ diff --git a/mozilla/xpfc/command/manifest.mn b/mozilla/xpfc/command/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/command/manifest.mn +++ b/mozilla/xpfc/command/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/command/public/manifest.mn b/mozilla/xpfc/command/public/manifest.mn index 0a6117794b6..2c4ce203a10 100644 --- a/mozilla/xpfc/command/public/manifest.mn +++ b/mozilla/xpfc/command/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIXPFCCommand.h \ diff --git a/mozilla/xpfc/command/src/manifest.mn b/mozilla/xpfc/command/src/manifest.mn index f897ce5489f..f7dc54c5ace 100644 --- a/mozilla/xpfc/command/src/manifest.mn +++ b/mozilla/xpfc/command/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/core/inc/manifest.mn b/mozilla/xpfc/core/inc/manifest.mn index add756b802d..89bbdcddca9 100644 --- a/mozilla/xpfc/core/inc/manifest.mn +++ b/mozilla/xpfc/core/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsxpfcCIID.h \ diff --git a/mozilla/xpfc/core/manifest.mn b/mozilla/xpfc/core/manifest.mn index d4096b1579d..9cb527c0b69 100644 --- a/mozilla/xpfc/core/manifest.mn +++ b/mozilla/xpfc/core/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = inc DIRS_LIBS = src diff --git a/mozilla/xpfc/core/src/manifest.mn b/mozilla/xpfc/core/src/manifest.mn index ba76ff54173..ed59dc0d2ee 100644 --- a/mozilla/xpfc/core/src/manifest.mn +++ b/mozilla/xpfc/core/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/core/unix/manifest.mn b/mozilla/xpfc/core/unix/manifest.mn index fe78c326fa6..1df94c05bc5 100644 --- a/mozilla/xpfc/core/unix/manifest.mn +++ b/mozilla/xpfc/core/unix/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. DIRS_LIBS = src diff --git a/mozilla/xpfc/core/unix/src/manifest.mn b/mozilla/xpfc/core/unix/src/manifest.mn index b1be0305147..6bf91383455 100644 --- a/mozilla/xpfc/core/unix/src/manifest.mn +++ b/mozilla/xpfc/core/unix/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/core/windows/manifest.mn b/mozilla/xpfc/core/windows/manifest.mn index e748bb5a8a1..d99f0176af7 100644 --- a/mozilla/xpfc/core/windows/manifest.mn +++ b/mozilla/xpfc/core/windows/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. DIRS_LIBS = src diff --git a/mozilla/xpfc/core/windows/src/manifest.mn b/mozilla/xpfc/core/windows/src/manifest.mn index a0d1fa38546..bbca1704fa7 100644 --- a/mozilla/xpfc/core/windows/src/manifest.mn +++ b/mozilla/xpfc/core/windows/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/dialog/inc/manifest.mn b/mozilla/xpfc/dialog/inc/manifest.mn index 30778f3261d..729c7950583 100644 --- a/mozilla/xpfc/dialog/inc/manifest.mn +++ b/mozilla/xpfc/dialog/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/dialog/manifest.mn b/mozilla/xpfc/dialog/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/dialog/manifest.mn +++ b/mozilla/xpfc/dialog/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/dialog/public/manifest.mn b/mozilla/xpfc/dialog/public/manifest.mn index 15ef760c42b..a3cf6a62eab 100644 --- a/mozilla/xpfc/dialog/public/manifest.mn +++ b/mozilla/xpfc/dialog/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIXPFCDialog.h \ diff --git a/mozilla/xpfc/dialog/src/manifest.mn b/mozilla/xpfc/dialog/src/manifest.mn index fea93b5021c..281f4690e4c 100644 --- a/mozilla/xpfc/dialog/src/manifest.mn +++ b/mozilla/xpfc/dialog/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/layout/inc/manifest.mn b/mozilla/xpfc/layout/inc/manifest.mn index 92eeb1364fc..7dd5a78e47c 100644 --- a/mozilla/xpfc/layout/inc/manifest.mn +++ b/mozilla/xpfc/layout/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsLayout.h \ diff --git a/mozilla/xpfc/layout/manifest.mn b/mozilla/xpfc/layout/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/layout/manifest.mn +++ b/mozilla/xpfc/layout/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/layout/public/manifest.mn b/mozilla/xpfc/layout/public/manifest.mn index 5990e475652..b923dccca89 100644 --- a/mozilla/xpfc/layout/public/manifest.mn +++ b/mozilla/xpfc/layout/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsILayout.h \ diff --git a/mozilla/xpfc/layout/src/manifest.mn b/mozilla/xpfc/layout/src/manifest.mn index b34bcc1a45c..72736e545f2 100644 --- a/mozilla/xpfc/layout/src/manifest.mn +++ b/mozilla/xpfc/layout/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/manifest.mn b/mozilla/xpfc/manifest.mn index f4baf829366..d100d127c4a 100644 --- a/mozilla/xpfc/manifest.mn +++ b/mozilla/xpfc/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../.. -DEPTH = ../../.. +GDEPTH = .. +DEPTH = .. DIRS = core canvas command dialog layout network observer util parser chrome shell toolkit widget diff --git a/mozilla/xpfc/network/commandserver/inc/manifest.mn b/mozilla/xpfc/network/commandserver/inc/manifest.mn index a674b56b07e..56391228afc 100644 --- a/mozilla/xpfc/network/commandserver/inc/manifest.mn +++ b/mozilla/xpfc/network/commandserver/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ nsCommandServer.h \ diff --git a/mozilla/xpfc/network/commandserver/manifest.mn b/mozilla/xpfc/network/commandserver/manifest.mn index 5174916fdbe..8e4420ee209 100644 --- a/mozilla/xpfc/network/commandserver/manifest.mn +++ b/mozilla/xpfc/network/commandserver/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/network/commandserver/public/manifest.mn b/mozilla/xpfc/network/commandserver/public/manifest.mn index c2c5699f3fd..808c9c9c1e9 100644 --- a/mozilla/xpfc/network/commandserver/public/manifest.mn +++ b/mozilla/xpfc/network/commandserver/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. -DEPTH = ../../../../../.. +GDEPTH = ../../../.. +DEPTH = ../../../.. EXPORTS = \ nsICommandServer.h \ diff --git a/mozilla/xpfc/network/commandserver/src/manifest.mn b/mozilla/xpfc/network/commandserver/src/manifest.mn index af4f294f88b..bb213fd3b32 100644 --- a/mozilla/xpfc/network/commandserver/src/manifest.mn +++ b/mozilla/xpfc/network/commandserver/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/network/manifest.mn b/mozilla/xpfc/network/manifest.mn index 3defd94fb2e..1092b3a1986 100644 --- a/mozilla/xpfc/network/manifest.mn +++ b/mozilla/xpfc/network/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS = commandserver diff --git a/mozilla/xpfc/observer/inc/manifest.mn b/mozilla/xpfc/observer/inc/manifest.mn index c1ff2d9c235..97d67b56aeb 100644 --- a/mozilla/xpfc/observer/inc/manifest.mn +++ b/mozilla/xpfc/observer/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsXPFCObserver.h \ diff --git a/mozilla/xpfc/observer/manifest.mn b/mozilla/xpfc/observer/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/observer/manifest.mn +++ b/mozilla/xpfc/observer/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/observer/public/manifest.mn b/mozilla/xpfc/observer/public/manifest.mn index 594190f2289..65110e7da0f 100644 --- a/mozilla/xpfc/observer/public/manifest.mn +++ b/mozilla/xpfc/observer/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIXPFCObserver.h \ diff --git a/mozilla/xpfc/observer/src/manifest.mn b/mozilla/xpfc/observer/src/manifest.mn index 09bdd9eda4d..4102018fe0b 100644 --- a/mozilla/xpfc/observer/src/manifest.mn +++ b/mozilla/xpfc/observer/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/parser/inc/manifest.mn b/mozilla/xpfc/parser/inc/manifest.mn index bb89324e6a7..61458edc029 100644 --- a/mozilla/xpfc/parser/inc/manifest.mn +++ b/mozilla/xpfc/parser/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsXPFCXMLContentSink.h \ diff --git a/mozilla/xpfc/parser/manifest.mn b/mozilla/xpfc/parser/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/parser/manifest.mn +++ b/mozilla/xpfc/parser/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/parser/public/manifest.mn b/mozilla/xpfc/parser/public/manifest.mn index c14aac9d529..1084b401e23 100644 --- a/mozilla/xpfc/parser/public/manifest.mn +++ b/mozilla/xpfc/parser/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIXMLParserObject.h \ diff --git a/mozilla/xpfc/parser/src/manifest.mn b/mozilla/xpfc/parser/src/manifest.mn index 2e5db6af66c..fbf17172a3b 100644 --- a/mozilla/xpfc/parser/src/manifest.mn +++ b/mozilla/xpfc/parser/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/shell/inc/manifest.mn b/mozilla/xpfc/shell/inc/manifest.mn index af649f22925..d6f1b028e1e 100644 --- a/mozilla/xpfc/shell/inc/manifest.mn +++ b/mozilla/xpfc/shell/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsShellInstance.h \ diff --git a/mozilla/xpfc/shell/manifest.mn b/mozilla/xpfc/shell/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/shell/manifest.mn +++ b/mozilla/xpfc/shell/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/shell/public/manifest.mn b/mozilla/xpfc/shell/public/manifest.mn index fcc60bd85bf..038abf40d75 100644 --- a/mozilla/xpfc/shell/public/manifest.mn +++ b/mozilla/xpfc/shell/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIApplicationShell.h \ diff --git a/mozilla/xpfc/shell/src/manifest.mn b/mozilla/xpfc/shell/src/manifest.mn index f4e0e94fac1..21edb424843 100644 --- a/mozilla/xpfc/shell/src/manifest.mn +++ b/mozilla/xpfc/shell/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. DIRS = $(PLATFORM_DIRECTORY) diff --git a/mozilla/xpfc/shell/src/unix/manifest.mn b/mozilla/xpfc/shell/src/unix/manifest.mn index 9d5f9b9f89a..d315ede799a 100644 --- a/mozilla/xpfc/shell/src/unix/manifest.mn +++ b/mozilla/xpfc/shell/src/unix/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/shell/src/windows/manifest.mn b/mozilla/xpfc/shell/src/windows/manifest.mn index 44d14682646..e5c29344de3 100644 --- a/mozilla/xpfc/shell/src/windows/manifest.mn +++ b/mozilla/xpfc/shell/src/windows/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../../.. +GDEPTH = ../../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/shell/tests/apptest/Makefile b/mozilla/xpfc/shell/tests/apptest/Makefile index cdbe43be492..7603ca7d19d 100644 --- a/mozilla/xpfc/shell/tests/apptest/Makefile +++ b/mozilla/xpfc/shell/tests/apptest/Makefile @@ -15,7 +15,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=../../../../../.. +DEPTH=../../../../.. include $(DEPTH)/config/config.mk diff --git a/mozilla/xpfc/shell/tests/apptest/makefile.win b/mozilla/xpfc/shell/tests/apptest/makefile.win index d0ab6c7b6ec..85f9afdd791 100644 --- a/mozilla/xpfc/shell/tests/apptest/makefile.win +++ b/mozilla/xpfc/shell/tests/apptest/makefile.win @@ -14,7 +14,7 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH=..\..\..\..\..\.. +DEPTH=..\..\..\..\.. MAKE_OBJ_TYPE = EXE PROGRAM = .\$(OBJDIR)\nsAppTest.exe diff --git a/mozilla/xpfc/toolkit/inc/manifest.mn b/mozilla/xpfc/toolkit/inc/manifest.mn index 38e5bad9fe8..679cbaa5677 100644 --- a/mozilla/xpfc/toolkit/inc/manifest.mn +++ b/mozilla/xpfc/toolkit/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ nsXPFCToolkit.h \ diff --git a/mozilla/xpfc/toolkit/manifest.mn b/mozilla/xpfc/toolkit/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/toolkit/manifest.mn +++ b/mozilla/xpfc/toolkit/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/toolkit/public/manifest.mn b/mozilla/xpfc/toolkit/public/manifest.mn index 0f708350814..8741c73ba98 100644 --- a/mozilla/xpfc/toolkit/public/manifest.mn +++ b/mozilla/xpfc/toolkit/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIXPFCToolkit.h \ diff --git a/mozilla/xpfc/toolkit/src/manifest.mn b/mozilla/xpfc/toolkit/src/manifest.mn index e55df327dcf..77912684475 100644 --- a/mozilla/xpfc/toolkit/src/manifest.mn +++ b/mozilla/xpfc/toolkit/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/util/inc/manifest.mn b/mozilla/xpfc/util/inc/manifest.mn index 60228bad24e..9a474e28333 100644 --- a/mozilla/xpfc/util/inc/manifest.mn +++ b/mozilla/xpfc/util/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/util/manifest.mn b/mozilla/xpfc/util/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/util/manifest.mn +++ b/mozilla/xpfc/util/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/util/public/manifest.mn b/mozilla/xpfc/util/public/manifest.mn index 5effd50fb01..93d90615e10 100644 --- a/mozilla/xpfc/util/public/manifest.mn +++ b/mozilla/xpfc/util/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIVector.h \ diff --git a/mozilla/xpfc/util/src/manifest.mn b/mozilla/xpfc/util/src/manifest.mn index 6c4b57cde78..4f132ad61d5 100644 --- a/mozilla/xpfc/util/src/manifest.mn +++ b/mozilla/xpfc/util/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/widget/inc/manifest.mn b/mozilla/xpfc/widget/inc/manifest.mn index acbde69cabe..ad82781b43d 100644 --- a/mozilla/xpfc/widget/inc/manifest.mn +++ b/mozilla/xpfc/widget/inc/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL) diff --git a/mozilla/xpfc/widget/manifest.mn b/mozilla/xpfc/widget/manifest.mn index ce741a53d39..98fe3c5bb85 100644 --- a/mozilla/xpfc/widget/manifest.mn +++ b/mozilla/xpfc/widget/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../.. -DEPTH = ../../../.. +GDEPTH = ../.. +DEPTH = ../.. DIRS_EXPORT = public inc DIRS_LIBS = src diff --git a/mozilla/xpfc/widget/public/manifest.mn b/mozilla/xpfc/widget/public/manifest.mn index 47c3b327f9c..bc8c488054e 100644 --- a/mozilla/xpfc/widget/public/manifest.mn +++ b/mozilla/xpfc/widget/public/manifest.mn @@ -7,8 +7,8 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. -DEPTH = ../../../../.. +GDEPTH = ../../.. +DEPTH = ../../.. EXPORTS = \ nsIXPFCButton.h \ diff --git a/mozilla/xpfc/widget/src/manifest.mn b/mozilla/xpfc/widget/src/manifest.mn index 9c639af5e79..fe0309d4643 100644 --- a/mozilla/xpfc/widget/src/manifest.mn +++ b/mozilla/xpfc/widget/src/manifest.mn @@ -7,7 +7,7 @@ # The copyright notice(s) in this Source Code does not indicate actual or # intended publication of this Source Code. # -GDEPTH = ../../../../.. +GDEPTH = ../../.. EXPORTS = \ $(NULL)