[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CFP2000/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Jun 1 21:46:00 PDT 2003
Changes in directory llvm/test/Programs/External/SPEC/CFP2000:
Makefile added (r1.1)
---
Log message:
Initial makefile for CFP2000
---
Diffs of the changes:
Index: llvm/test/Programs/External/SPEC/CFP2000/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CFP2000/Makefile:1.1
*** /dev/null Sun Jun 1 21:45:21 2003
--- llvm/test/Programs/External/SPEC/CFP2000/Makefile Sun Jun 1 21:45:11 2003
***************
*** 0 ****
--- 1,3 ----
+ LEVEL = ../../../../..
+ DIRS := $(sort $(filter-out CVS/, $(wildcard */)))
+ include ${LEVEL}/test/Makefile.tests
More information about the llvm-commits
mailing list