[polly] r203957 - (Make) Remove unused Makefiles

Andreas Simbuerger simbuerg at fim.uni-passau.de
Fri Mar 14 11:25:31 PDT 2014


Author: simbuerg
Date: Fri Mar 14 13:25:31 2014
New Revision: 203957

URL: http://llvm.org/viewvc/llvm-project?rev=203957&view=rev
Log:
(Make) Remove unused Makefiles

Removed:
    polly/trunk/lib/Analysis/Makefile
    polly/trunk/lib/CodeGen/Makefile
    polly/trunk/lib/Exchange/Makefile
    polly/trunk/lib/JSON/Makefile
    polly/trunk/lib/Support/Makefile
    polly/trunk/lib/Transform/Makefile

Removed: polly/trunk/lib/Analysis/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/Makefile?rev=203956&view=auto
==============================================================================
--- polly/trunk/lib/Analysis/Makefile (original)
+++ polly/trunk/lib/Analysis/Makefile (removed)
@@ -1,17 +0,0 @@
-##===- polly/lib/Exchange/Makefile ----------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-LIBRARYNAME=pollyanalysis
-USEDLIBS = pollysupport.a
-BUILD_ARCHIVE = 1
-
-CPP.Flags += $(POLLY_INC)
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common

Removed: polly/trunk/lib/CodeGen/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/Makefile?rev=203956&view=auto
==============================================================================
--- polly/trunk/lib/CodeGen/Makefile (original)
+++ polly/trunk/lib/CodeGen/Makefile (removed)
@@ -1,18 +0,0 @@
-##===- polly/lib/CodeGen/Makefile ----------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-LIBRARYNAME=pollycodegen
-BUILD_ARCHIVE = 1
-
-CPP.Flags += $(POLLY_INC)
-
-include $(LEVEL)/Makefile.config
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common

Removed: polly/trunk/lib/Exchange/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Exchange/Makefile?rev=203956&view=auto
==============================================================================
--- polly/trunk/lib/Exchange/Makefile (original)
+++ polly/trunk/lib/Exchange/Makefile (removed)
@@ -1,16 +0,0 @@
-##===- polly/lib/Exchange/Makefile ----------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-LIBRARYNAME=pollyexchange
-BUILD_ARCHIVE = 1
-
-CPP.Flags += $(POLLY_INC)
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common
\ No newline at end of file

Removed: polly/trunk/lib/JSON/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/JSON/Makefile?rev=203956&view=auto
==============================================================================
--- polly/trunk/lib/JSON/Makefile (original)
+++ polly/trunk/lib/JSON/Makefile (removed)
@@ -1,16 +0,0 @@
-##===- polly/lib/Support/Makefile ----------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-LIBRARYNAME=pollyjson
-BUILD_ARCHIVE = 1
-
-CPP.Flags += $(POLLY_INC)
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common

Removed: polly/trunk/lib/Support/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Support/Makefile?rev=203956&view=auto
==============================================================================
--- polly/trunk/lib/Support/Makefile (original)
+++ polly/trunk/lib/Support/Makefile (removed)
@@ -1,16 +0,0 @@
-##===- polly/lib/Support/Makefile ----------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-LIBRARYNAME=pollysupport
-BUILD_ARCHIVE = 1
-
-CPP.Flags += $(POLLY_INC)
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common

Removed: polly/trunk/lib/Transform/Makefile
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/Makefile?rev=203956&view=auto
==============================================================================
--- polly/trunk/lib/Transform/Makefile (original)
+++ polly/trunk/lib/Transform/Makefile (removed)
@@ -1,16 +0,0 @@
-##===- polly/lib/Support/Makefile ----------------*- Makefile -*-===##
-
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
-
-LIBRARYNAME=pollytransform
-BUILD_ARCHIVE = 1
-
-CPP.Flags += $(POLLY_INC)
-
-#
-# Include Makefile.common so we know what to do.
-#
-include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list