From 4edca3325b95eb31b338e2783f907aa8f57b0780 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 29 May 2006 18:05:59 +0000 Subject: [PATCH] Remove temporary testing rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28539 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm2cpp/Makefile | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tools/llvm2cpp/Makefile b/tools/llvm2cpp/Makefile index e1511db8bd7..a15b609b9e4 100644 --- a/tools/llvm2cpp/Makefile +++ b/tools/llvm2cpp/Makefile @@ -12,17 +12,3 @@ USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMCore \ 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