Remove a bunch of useless empty libraries
authorChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 22:52:28 +0000 (22:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Jan 2005 22:52:28 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19260 91177308-0d34-0410-b5e6-96231b3b80d8

12 files changed:
runtime/GCCLibraries/libcurses/Makefile [deleted file]
runtime/GCCLibraries/libcurses/dummy.c [deleted file]
runtime/GCCLibraries/libgdbm/Makefile [deleted file]
runtime/GCCLibraries/libgdbm/temp.c [deleted file]
runtime/GCCLibraries/libmalloc/Makefile [deleted file]
runtime/GCCLibraries/libmalloc/dummy.c [deleted file]
runtime/GCCLibraries/libpthread/Makefile [deleted file]
runtime/GCCLibraries/libpthread/pthread.c [deleted file]
runtime/GCCLibraries/libtermcap/Makefile [deleted file]
runtime/GCCLibraries/libtermcap/dummy.c [deleted file]
runtime/GCCLibraries/libucb/Makefile [deleted file]
runtime/GCCLibraries/libucb/dummy.c [deleted file]

diff --git a/runtime/GCCLibraries/libcurses/Makefile b/runtime/GCCLibraries/libcurses/Makefile
deleted file mode 100644 (file)
index 5913783..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libcurses/Makefile -------------*- Makefile -*-===##
-# 
-#                     The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = curses
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/runtime/GCCLibraries/libcurses/dummy.c b/runtime/GCCLibraries/libcurses/dummy.c
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/runtime/GCCLibraries/libgdbm/Makefile b/runtime/GCCLibraries/libgdbm/Makefile
deleted file mode 100644 (file)
index 6f12544..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-##===- runtime/GCCLibraries/libgdbm/Makefile ---------------*- Makefile -*-===##
-# 
-#                     The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = gdbm
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
-
diff --git a/runtime/GCCLibraries/libgdbm/temp.c b/runtime/GCCLibraries/libgdbm/temp.c
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/runtime/GCCLibraries/libmalloc/Makefile b/runtime/GCCLibraries/libmalloc/Makefile
deleted file mode 100644 (file)
index 12d2434..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libmalloc/Makefile -------------*- Makefile -*-===##
-# 
-#                     The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = malloc
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/runtime/GCCLibraries/libmalloc/dummy.c b/runtime/GCCLibraries/libmalloc/dummy.c
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/runtime/GCCLibraries/libpthread/Makefile b/runtime/GCCLibraries/libpthread/Makefile
deleted file mode 100644 (file)
index b86923c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libpthread/Makefile ------------*- Makefile -*-===##
-# 
-#                     The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = pthread
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/runtime/GCCLibraries/libpthread/pthread.c b/runtime/GCCLibraries/libpthread/pthread.c
deleted file mode 100644 (file)
index 8b13789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/runtime/GCCLibraries/libtermcap/Makefile b/runtime/GCCLibraries/libtermcap/Makefile
deleted file mode 100644 (file)
index 38fca54..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libtermcap/Makefile ------------*- Makefile -*-===##
-# 
-#                     The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = termcap
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/runtime/GCCLibraries/libtermcap/dummy.c b/runtime/GCCLibraries/libtermcap/dummy.c
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/runtime/GCCLibraries/libucb/Makefile b/runtime/GCCLibraries/libucb/Makefile
deleted file mode 100644 (file)
index c54d282..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- runtime/GCCLibraries/libucb/Makefile ----------------*- Makefile -*-===##
-# 
-#                     The LLVM Compiler Infrastructure
-#
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../../..
-BYTECODE_LIBRARY = 1
-DONT_BUILD_RELINKED = 1
-LIBRARYNAME = ucb
-BYTECODE_DESTINATION = $(CFERuntimeLibDir)
-
-include $(LEVEL)/Makefile.common
diff --git a/runtime/GCCLibraries/libucb/dummy.c b/runtime/GCCLibraries/libucb/dummy.c
deleted file mode 100644 (file)
index e69de29..0000000