[llvm-commits] CVS: llvm/tools/llvm2cpp/Makefile
Reid Spencer
reid at x10sys.com
Mon May 29 11:06:12 PDT 2006
Changes in directory llvm/tools/llvm2cpp:
Makefile updated: 1.2 -> 1.3
---
Log message:
Remove temporary testing rules.
---
Diffs of the changes: (+0 -14)
Makefile | 14 --------------
1 files changed, 14 deletions(-)
Index: llvm/tools/llvm2cpp/Makefile
diff -u llvm/tools/llvm2cpp/Makefile:1.2 llvm/tools/llvm2cpp/Makefile:1.3
--- llvm/tools/llvm2cpp/Makefile:1.2 Sun May 28 21:58:15 2006
+++ llvm/tools/llvm2cpp/Makefile Mon May 29 13:05:59 2006
@@ -12,17 +12,3 @@
LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common
-
-CPPFILESTOTRY = recurty.cpp globalvars.cpp
-tryit: all-local $(CPPFILESTOTRY)
-
-%.cpp : %.ll $(ToolDir)/llvm2cpp
- llvm2cpp $*.ll -f -o $*.cpp
-
-% : %.cpp Makefile
- gcc -Wall -I$(LLVM_SRC_ROOT)/include -I$(LLVM_OBJ_ROOT)/include -g \
- -D__STDC_LIMIT_MACROS -L$(LibDir) $(LibDir)/LLVMCore.o -lLLVMSupport \
- $(LibDir)/LLVMbzip2.o -lLLVMSystem -lstdc++ -Wno-unused \
- $*.cpp -o $*
-
-#$(CPPFILESTOTRY): $(ToolDir)/llvm2cpp
More information about the llvm-commits
mailing list