OSDN Git Service

Remove TOPDIR
authorPeter S. Mazinger <ps.m@gmx.net>
Mon, 21 Nov 2005 16:15:55 +0000 (16:15 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Mon, 21 Nov 2005 16:15:55 +0000 (16:15 -0000)
85 files changed:
Makefile
extra/scripts/Makefile.arch.lvl3
extra/scripts/Makefile.arch.lvl4
extra/scripts/Makefile.libs.lvl0
extra/scripts/Makefile.libs.lvl1
extra/scripts/Makefile.libs.lvl2
extra/scripts/Makefile.objs.lvl2
extra/scripts/Makefile.objs.lvl3
extra/scripts/Makefile.objs.lvl4
ldso/Makefile
ldso/ldso/Makefile
ldso/libdl/Makefile
libc/Makefile
libc/inet/Makefile
libc/inet/rpc/Makefile
libc/misc/Makefile
libc/misc/assert/Makefile
libc/misc/ctype/Makefile
libc/misc/dirent/Makefile
libc/misc/error/Makefile
libc/misc/file/Makefile
libc/misc/fnmatch/Makefile
libc/misc/ftw/Makefile
libc/misc/glob/Makefile
libc/misc/gnu/Makefile
libc/misc/internals/Makefile
libc/misc/intl/Makefile
libc/misc/locale/Makefile
libc/misc/mntent/Makefile
libc/misc/pthread/Makefile
libc/misc/regex/Makefile
libc/misc/search/Makefile
libc/misc/statfs/Makefile
libc/misc/syslog/Makefile
libc/misc/sysvipc/Makefile
libc/misc/time/Makefile
libc/misc/ttyent/Makefile
libc/misc/utmp/Makefile
libc/misc/wchar/Makefile
libc/misc/wctype/Makefile
libc/misc/wordexp/Makefile
libc/pwd_grp/Makefile
libc/signal/Makefile
libc/stdio/Makefile
libc/stdlib/Makefile
libc/stdlib/malloc-simple/Makefile
libc/stdlib/malloc-standard/Makefile
libc/stdlib/malloc/Makefile
libc/string/Makefile
libc/string/arm/Makefile
libc/string/frv/Makefile
libc/string/generic/Makefile
libc/string/i386/Makefile
libc/string/mips/Makefile
libc/string/powerpc/Makefile
libc/string/sh64/Makefile
libc/string/sparc/Makefile
libc/string/x86_64/Makefile
libc/sysdeps/Makefile
libc/sysdeps/linux/Makefile
libc/sysdeps/linux/alpha/Makefile
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/cris/Makefile
libc/sysdeps/linux/hppa/Makefile
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/m68k/Makefile
libc/sysdeps/linux/mips/Makefile
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sparc/Makefile
libc/sysdeps/linux/x86_64/Makefile
libc/termios/Makefile
libc/unistd/Makefile
libcrypt/Makefile
libintl/Makefile
libm/Makefile
libnsl/Makefile
libpthread/Makefile
libpthread/linuxthreads.old/Makefile
libpthread/linuxthreads.old_db/Makefile
libpthread/linuxthreads_db/Makefile
libresolv/Makefile
librt/Makefile
libutil/Makefile

index 655d043..4709fc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=./
-
-top_srcdir=$(TOPDIR)
+top_srcdir=./
 top_builddir=./
 #include $(top_builddir)Rules.mak
 #all: libs
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index 655d043..4709fc2 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=./
-
-top_srcdir=$(TOPDIR)
+top_srcdir=./
 top_builddir=./
 #include $(top_builddir)Rules.mak
 #all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index f92f205..f910021 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 4f2969f..3ed177a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index f92f205..f910021 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs
index f92f205..f910021 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index a7cbf6f..ac00637 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 493484b..4a8f4a0 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index 4f2969f..3ed177a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index b1bf1ef..633c91f 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 41567d9..11f362a 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index f92f205..f910021 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs
index f92f205..f910021 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs
index f92f205..f910021 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs
index 2dea1b3..c8dc9b4 100644 (file)
@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs