[llvm-commits] CVS: llvm/lib/VMCore/Makefile.am
Reid Spencer
reid at x10sys.com
Sun Oct 10 15:20:50 PDT 2004
Changes in directory llvm/lib/VMCore:
Makefile.am added (r1.1)
---
Log message:
Initial version of automake Makefile.am file.
---
Diffs of the changes: (+37 -0)
Index: llvm/lib/VMCore/Makefile.am
diff -c /dev/null llvm/lib/VMCore/Makefile.am:1.1
*** /dev/null Sun Oct 10 17:20:50 2004
--- llvm/lib/VMCore/Makefile.am Sun Oct 10 17:20:40 2004
***************
*** 0 ****
--- 1,37 ----
+ #===-- lib/VMCore/Makefile.am ------------------------------*- Makefile -*--===#
+ #
+ # The LLVM Compiler Infrastructure
+ #
+ # This file was developed by Reid Spencer and is distributed under the
+ # University of Illinois Open Source License. See LICENSE.TXT for details.
+ #
+ #===------------------------------------------------------------------------===#
+
+ include $(top_srcdir)/Makefile.rules.am
+
+ libexec_PROGRAMS = LLVMCore.o
+
+ LLVMCore_o_SOURCES = \
+ AsmWriter.cpp \
+ BasicBlock.cpp \
+ ConstantFolding.cpp \
+ ConstantRange.cpp \
+ Constants.cpp \
+ Dominators.cpp \
+ Function.cpp \
+ Globals.cpp \
+ InstrTypes.cpp \
+ Instruction.cpp \
+ Instructions.cpp \
+ LeakDetector.cpp \
+ Linker.cpp \
+ Mangler.cpp \
+ Module.cpp \
+ ModuleProvider.cpp \
+ Pass.cpp \
+ SymbolTable.cpp \
+ Type.cpp \
+ Value.cpp \
+ Verifier.cpp
+
+ LIBS=
More information about the llvm-commits
mailing list