[llvm-commits] CVS: llvm-test/External/BoxedSim/Makefile

John Criswell criswell at cs.uiuc.edu
Thu Nov 4 08:57:56 PST 2004



Changes in directory llvm-test/External/BoxedSim:

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

Add the boxed-sim benchmark as an external benchmark.



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

Index: llvm-test/External/BoxedSim/Makefile
diff -c /dev/null llvm-test/External/BoxedSim/Makefile:1.1
*** /dev/null	Thu Nov  4 10:57:54 2004
--- llvm-test/External/BoxedSim/Makefile	Thu Nov  4 10:57:44 2004
***************
*** 0 ****
--- 1,13 ----
+ LEVEL = ../..
+                                                                                 
+ include $(LEVEL)/Makefile.config
+                                                                                 
+ PROG = bsim
+ SourceDir := $(BOXEDSIM_ROOT)
+ CFLAGS += -I$(BOXEDSIM_ROOT) -DBASENAME="\"boxed-async\""
+ LIBS += -lm
+ LDFLAGS += -lm
+                                                                                 
+ RUN_OPTIONS = -n 15 -s 10
+ include $(LEVEL)/MultiSource/Makefile.multisrc
+ 






More information about the llvm-commits mailing list