From 97327f05fc71fb97797f8e12ad1f1941dc774f26 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 10 Oct 2004 22:20:40 +0000 Subject: Initial version of automake Makefile.am file. llvm-svn: 16893 --- llvm/lib/Transforms/Hello/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 llvm/lib/Transforms/Hello/Makefile.am (limited to 'llvm/lib/Transforms/Hello') diff --git a/llvm/lib/Transforms/Hello/Makefile.am b/llvm/lib/Transforms/Hello/Makefile.am new file mode 100644 index 00000000000..75fa34f896f --- /dev/null +++ b/llvm/lib/Transforms/Hello/Makefile.am @@ -0,0 +1,15 @@ +#===-- lib/Transforms/Hello/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 = LLVMHello.o + +LLVMHello_o_SOURCES = Hello.cpp +LIBS= -- cgit v1.2.3