summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit4d709951bba758bd9d88b158b8bf447c7959d3ef (patch)
tree4e34b0732939536056e8b978ad26d0b848615122 /llvm/lib
parent2d94a344f0b0394da5a5c94f0931fb822d6312ee (diff)
downloadbcm5719-llvm-4d709951bba758bd9d88b158b8bf447c7959d3ef.tar.gz
bcm5719-llvm-4d709951bba758bd9d88b158b8bf447c7959d3ef.zip
Program options class.
llvm-svn: 235
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Support/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile
new file mode 100644
index 00000000000..7a41c62b04e
--- /dev/null
+++ b/llvm/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
OpenPOWER on IntegriCloud