[llvm-commits] CVS: llvm/runtime/GCCLibraries/libucb/Makefile.am

Reid Spencer reid at x10sys.com
Sat Oct 16 17:25:13 PDT 2004



Changes in directory llvm/runtime/GCCLibraries/libucb:

Makefile.am added (r1.1)
---
Log message:

Initial Makefile.am for building with automake

---
Diffs of the changes:  (+14 -0)

Index: llvm/runtime/GCCLibraries/libucb/Makefile.am
diff -c /dev/null llvm/runtime/GCCLibraries/libucb/Makefile.am:1.1
*** /dev/null	Sat Oct 16 19:24:34 2004
--- llvm/runtime/GCCLibraries/libucb/Makefile.am	Sat Oct 16 19:24:24 2004
***************
*** 0 ****
--- 1,14 ----
+ #===-- runtime/GCCLibraries/libucb/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 = libucb.a
+ libucb_a_SOURCES = dummy.c
+ BYTECODE_LIBRARY = $(lib_LIBRARIES)
+ 
+ include $(top_srcdir)/Makefile_config






More information about the llvm-commits mailing list