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

John Criswell criswell at cs.uiuc.edu
Thu Oct 21 09:45:04 PDT 2004



Changes in directory llvm-test/External/FPGrowth:

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

Initial commit of the FPGrowth benchmark.


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

Index: llvm-test/External/FPGrowth/Makefile
diff -c /dev/null llvm-test/External/FPGrowth/Makefile:1.1
*** /dev/null	Thu Oct 21 11:45:00 2004
--- llvm-test/External/FPGrowth/Makefile	Thu Oct 21 11:44:50 2004
***************
*** 0 ****
--- 1,14 ----
+ LEVEL = ../..
+ 
+ include $(LEVEL)/Makefile.config
+ 
+ PROG = fpall
+ SourceDir := $(FPGROWTH_ROOT)
+ 
+ #CFLAGS += -Wno-deprecated
+ #CPPFLAGS += -Wno-deprecated
+ LIBS += -lstdc++
+ LDFLAGS = -lstdc++
+ 
+ RUN_OPTIONS = $(FPGROWTH_ROOT)/mushroom.dat
+ include $(LEVEL)/MultiSource/Makefile.multisrc






More information about the llvm-commits mailing list