diff options
author | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-03-14 18:25:31 +0000 |
---|---|---|
committer | Andreas Simbuerger <simbuerg@fim.uni-passau.de> | 2014-03-14 18:25:31 +0000 |
commit | 84e0723af89eeea211cfd9fce7edf0cbb70ca483 (patch) | |
tree | 574756fb833351cd2923b9b4510fbf0445c13d26 | |
parent | 9bb8cb19651aca8ece50e72402ae6c39a1264504 (diff) | |
download | bcm5719-llvm-84e0723af89eeea211cfd9fce7edf0cbb70ca483.tar.gz bcm5719-llvm-84e0723af89eeea211cfd9fce7edf0cbb70ca483.zip |
(Make) Remove unused Makefiles
llvm-svn: 203957
-rw-r--r-- | polly/lib/Analysis/Makefile | 17 | ||||
-rw-r--r-- | polly/lib/CodeGen/Makefile | 18 | ||||
-rw-r--r-- | polly/lib/Exchange/Makefile | 16 | ||||
-rw-r--r-- | polly/lib/JSON/Makefile | 16 | ||||
-rw-r--r-- | polly/lib/Support/Makefile | 16 | ||||
-rw-r--r-- | polly/lib/Transform/Makefile | 16 |
6 files changed, 0 insertions, 99 deletions
diff --git a/polly/lib/Analysis/Makefile b/polly/lib/Analysis/Makefile deleted file mode 100644 index bf94f52ab1c..00000000000 --- a/polly/lib/Analysis/Makefile +++ /dev/null @@ -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 diff --git a/polly/lib/CodeGen/Makefile b/polly/lib/CodeGen/Makefile deleted file mode 100644 index 0242b268ba0..00000000000 --- a/polly/lib/CodeGen/Makefile +++ /dev/null @@ -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 diff --git a/polly/lib/Exchange/Makefile b/polly/lib/Exchange/Makefile deleted file mode 100644 index 61ad3ae10c5..00000000000 --- a/polly/lib/Exchange/Makefile +++ /dev/null @@ -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 diff --git a/polly/lib/JSON/Makefile b/polly/lib/JSON/Makefile deleted file mode 100644 index 9f1d2df826e..00000000000 --- a/polly/lib/JSON/Makefile +++ /dev/null @@ -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 diff --git a/polly/lib/Support/Makefile b/polly/lib/Support/Makefile deleted file mode 100644 index e7cae89ddd0..00000000000 --- a/polly/lib/Support/Makefile +++ /dev/null @@ -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 diff --git a/polly/lib/Transform/Makefile b/polly/lib/Transform/Makefile deleted file mode 100644 index 397bf460aab..00000000000 --- a/polly/lib/Transform/Makefile +++ /dev/null @@ -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 |