diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 17:59:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:41:04 +0100 |
commit | cab595fe564959e0709fd06b9c09d1ecef12c465 (patch) | |
tree | 4c0b8b5799f1a9e0233b0cd91a32d62737010542 /sci-chemistry/dssp | |
parent | sci-chemistry/coot: remove unused patches (diff) | |
download | gentoo-cab595fe564959e0709fd06b9c09d1ecef12c465.tar.gz gentoo-cab595fe564959e0709fd06b9c09d1ecef12c465.tar.bz2 gentoo-cab595fe564959e0709fd06b9c09d1ecef12c465.zip |
sci-chemistry/dssp: remove unused Makefile
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry/dssp')
-rw-r--r-- | sci-chemistry/dssp/files/Makefile | 7 |
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) |