[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Prolangs-C++/city/Makefile

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 4 17:33:35 PDT 2004



Changes in directory llvm-test/MultiSource/Benchmarks/Prolangs-C++/city:

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

Right, add the makefile


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

Index: llvm-test/MultiSource/Benchmarks/Prolangs-C++/city/Makefile
diff -c /dev/null llvm-test/MultiSource/Benchmarks/Prolangs-C++/city/Makefile:1.1
*** /dev/null	Mon Oct  4 19:33:34 2004
--- llvm-test/MultiSource/Benchmarks/Prolangs-C++/city/Makefile	Mon Oct  4 19:33:24 2004
***************
*** 0 ****
--- 1,6 ----
+ LEVEL = ../../../..
+ 
+ PROG     = city
+ LDFLAGS  = -lstdc++
+ include $(LEVEL)/MultiSource/Makefile.multisrc
+ 






More information about the llvm-commits mailing list