[llvm-commits] CVS: llvm/runtime/GCCLibraries/libgdbm/Makefile temp.c

Misha Brukman brukman at cs.uiuc.edu
Tue Oct 21 13:27:00 PDT 2003


Changes in directory llvm/runtime/GCCLibraries/libgdbm:

Makefile added (r1.1)
temp.c added (r1.1)

---
Log message:

Add dummy content for libgdbm.


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

Index: llvm/runtime/GCCLibraries/libgdbm/Makefile
diff -c /dev/null llvm/runtime/GCCLibraries/libgdbm/Makefile:1.1
*** /dev/null	Tue Oct 21 13:26:17 2003
--- llvm/runtime/GCCLibraries/libgdbm/Makefile	Tue Oct 21 13:26:07 2003
***************
*** 0 ****
--- 1,15 ----
+ ##===- runtime/GCCLibraries/libgdbm/Makefile ---------------*- Makefile -*-===##
+ # 
+ #                     The LLVM Compiler Infrastructure
+ #
+ # This file was developed by the LLVM research group and is distributed under
+ # the University of Illinois Open Source License. See LICENSE.TXT for details.
+ # 
+ ##===----------------------------------------------------------------------===##
+ LEVEL               = ../../..
+ BYTECODE_LIBRARY    = 1
+ DONT_BUILD_RELINKED = 1
+ LIBRARYNAME         = gdbm
+ 
+ include $(LEVEL)/Makefile.common
+ 







More information about the llvm-commits mailing list