diff options
Diffstat (limited to 'lib/LineEditor/Makefile')
-rw-r--r-- | lib/LineEditor/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/LineEditor/Makefile b/lib/LineEditor/Makefile new file mode 100644 index 0000000..c7ff6d8 --- /dev/null +++ b/lib/LineEditor/Makefile @@ -0,0 +1,15 @@ +##===- lib/LineEditor/Makefile -----------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +LIBRARYNAME = LLVMLineEditor +BUILD_ARCHIVE := 1 + +include $(LEVEL)/Makefile.common + |