Makefile for InstrSched/
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:17:22 +0000 (23:17 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 28 Aug 2001 23:17:22 +0000 (23:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@403 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InstrSched/Makefile [new file with mode: 0644]
lib/Target/SparcV9/InstrSched/Makefile [new file with mode: 0644]

diff --git a/lib/CodeGen/InstrSched/Makefile b/lib/CodeGen/InstrSched/Makefile
new file mode 100644 (file)
index 0000000..7ddca32
--- /dev/null
@@ -0,0 +1,7 @@
+LEVEL = ../../..
+
+DIRS  = 
+
+LIBRARYNAME = sched
+
+include $(LEVEL)/Makefile.common
diff --git a/lib/Target/SparcV9/InstrSched/Makefile b/lib/Target/SparcV9/InstrSched/Makefile
new file mode 100644 (file)
index 0000000..7ddca32
--- /dev/null
@@ -0,0 +1,7 @@
+LEVEL = ../../..
+
+DIRS  = 
+
+LIBRARYNAME = sched
+
+include $(LEVEL)/Makefile.common