summaryrefslogtreecommitdiff
path: root/lib/Support/Makefile
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2001-07-21 12:43:07 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2001-07-21 12:43:07 +0000
commit6beedac106f5949496234349b754e8d48fccdda4 (patch)
treecadde50f7a86b082306b8a98baacbbb1ad909efa /lib/Support/Makefile
parentcb465fc71ecb64d3d168a0cf754fa442abb0f6f9 (diff)
downloadllvm-6beedac106f5949496234349b754e8d48fccdda4.tar.gz
llvm-6beedac106f5949496234349b754e8d48fccdda4.tar.bz2
llvm-6beedac106f5949496234349b754e8d48fccdda4.tar.xz
Program options class.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/Makefile')
-rw-r--r--lib/Support/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
new file mode 100644
index 0000000000..7a41c62b04
--- /dev/null
+++ b/lib/Support/Makefile
@@ -0,0 +1,12 @@
+LEVEL = ../..
+
+DIRS =
+
+LIBRARYNAME = support
+
+## List source files in link order
+Source = \
+ ProgramOption.o \
+ ProgramOptions.o
+
+include $(LEVEL)/Makefile.common