From 94ffa656eb6f8403f57ca4477c0088abef584276 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 17 Oct 2004 00:24:24 +0000 Subject: Initial Makefile.am for building with automake llvm-svn: 17073 --- llvm/runtime/GCCLibraries/libutempter/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 llvm/runtime/GCCLibraries/libutempter/Makefile.am (limited to 'llvm/runtime/GCCLibraries/libutempter') diff --git a/llvm/runtime/GCCLibraries/libutempter/Makefile.am b/llvm/runtime/GCCLibraries/libutempter/Makefile.am new file mode 100644 index 00000000000..d8f2b44cc6d --- /dev/null +++ b/llvm/runtime/GCCLibraries/libutempter/Makefile.am @@ -0,0 +1,14 @@ +#===-- runtime/GCCLibraries/libutempter/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. +# +#===------------------------------------------------------------------------===# + +lib_LIBRARIES = libutempter.a +libutempter_a_SOURCES = dummy.c +BYTECODE_LIBRARY = $(lib_LIBRARIES) + +include $(top_srcdir)/Makefile_config -- cgit v1.2.3