summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/libutempter
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-17 00:24:24 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-17 00:24:24 +0000
commit94ffa656eb6f8403f57ca4477c0088abef584276 (patch)
tree25b7d8823fee4530f36d26ed607b8ae2fc2fec2b /llvm/runtime/GCCLibraries/libutempter
parent3d99608cc48047d7aae66a9115c225ad1f7c6c2f (diff)
downloadbcm5719-llvm-94ffa656eb6f8403f57ca4477c0088abef584276.tar.gz
bcm5719-llvm-94ffa656eb6f8403f57ca4477c0088abef584276.zip
Initial Makefile.am for building with automake
llvm-svn: 17073
Diffstat (limited to 'llvm/runtime/GCCLibraries/libutempter')
-rw-r--r--llvm/runtime/GCCLibraries/libutempter/Makefile.am14
1 files changed, 14 insertions, 0 deletions
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
OpenPOWER on IntegriCloud