[llvm-commits] CVS: llvm-test/Runtime/Makefile

John Criswell criswell at cs.uiuc.edu
Mon Dec 6 13:19:51 PST 2004



Changes in directory llvm-test/Runtime:

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

Addition of runtime libraries needed for testing.
Namely, libpng and zlib return to the testsuite for Povray.


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

Index: llvm-test/Runtime/Makefile
diff -c /dev/null llvm-test/Runtime/Makefile:1.1
*** /dev/null	Mon Dec  6 15:19:46 2004
--- llvm-test/Runtime/Makefile	Mon Dec  6 15:19:36 2004
***************
*** 0 ****
--- 1,18 ----
+ ##===- projects/llvm-test/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.
+ # 
+ ##===----------------------------------------------------------------------===##
+ #
+ # This recursively traverses the programs, building them as necessary.  This
+ # makefile also implements 'make report TEST=<x>'.
+ #
+ ##===----------------------------------------------------------------------===##
+ 
+ LEVEL = ..
+ DIRS = zlib libpng
+ 
+ include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list