summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-30 17:59:36 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-31 09:41:04 +0100
commitcab595fe564959e0709fd06b9c09d1ecef12c465 (patch)
tree4c0b8b5799f1a9e0233b0cd91a32d62737010542
parentsci-chemistry/coot: remove unused patches (diff)
downloadgentoo-cab595fe564959e0709fd06b9c09d1ecef12c465.tar.gz
gentoo-cab595fe564959e0709fd06b9c09d1ecef12c465.tar.bz2
gentoo-cab595fe564959e0709fd06b9c09d1ecef12c465.zip
sci-chemistry/dssp: remove unused Makefile
Closes: https://github.com/gentoo/gentoo/pull/3730
-rw-r--r--sci-chemistry/dssp/files/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sci-chemistry/dssp/files/Makefile b/sci-chemistry/dssp/files/Makefile
deleted file mode 100644
index 575202ebbe2d..000000000000
--- a/sci-chemistry/dssp/files/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-#OBJ = AccSurf.o CalcAccSurf.o Contacts.o Date.o Dssp.o DsspCMBI.o p2clib.o Vector.o
-OBJ = AccSurf.o CalcAccSurf.o Contacts.o Date.o DsspCMBI.o p2clib.o Vector.o
-
-LIBS = -lm
-
-dssp: $(OBJ)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)