From cac731ecbe6a80e0c607ece2833525a92601db99 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 22 Oct 2004 03:35:04 +0000 Subject: We won't use automake git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17155 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/analyze/Makefile.am | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tools/analyze/Makefile.am (limited to 'tools/analyze') diff --git a/tools/analyze/Makefile.am b/tools/analyze/Makefile.am deleted file mode 100644 index 5598a15..0000000 --- a/tools/analyze/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -#===-- tools/analyze/Makefile.am ---------------------------*- Makefile -*--===# -# -# The LLVM Compiler Infrastructure -# -# This file was developed by Reid Spencer and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. -# -#===------------------------------------------------------------------------===# - -include $(top_srcdir)/Makefile_config - -bin_PROGRAMS = analyze - -analyze_SOURCES = \ - AnalysisWrappers.cpp \ - analyze.cpp \ - GraphPrinters.cpp - -analyze_LDADD = \ - $(call GETOBJS,AsmParser,BCReader,Analysis,IPA,DataStructure,ScalarOpts) \ - $(call GETLIBS,Transforms,Target,ScalarOpts,TransformUtils) \ - $(call GETOBJS,Core) \ - $(call GETLIBS,Support,System) -- cgit v1.1