diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 00:24:24 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 00:24:24 +0000 |
| commit | da0a22b7ace53e256a01c4f2b9e6d46ecbdd91bb (patch) | |
| tree | bd3ede4349dda14ae8d84361b3c1f8dcf3c2511e /runtime/libtrace | |
| parent | aa717415bf22e0de40961a09d108999845976d34 (diff) | |
Initial Makefile.am for building with automake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17073 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libtrace')
| -rw-r--r-- | runtime/libtrace/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/runtime/libtrace/Makefile.am b/runtime/libtrace/Makefile.am new file mode 100644 index 0000000000..99e8c40b19 --- /dev/null +++ b/runtime/libtrace/Makefile.am @@ -0,0 +1,14 @@ +#===-- runtime/libtrace/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 = libtrace.a +libtrace_a_SOURCES = tracelib.c tracelib.h +BYTECODE_LIBRARY = $(lib_LIBRARIES) + +include $(top_srcdir)/Makefile_config |
