mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
99a43cd0a6
PR: ports/80682 Submitted by: maintainer.
11 lines
754 B
Plaintext
11 lines
754 B
Plaintext
--- lib/stride/Makefile-orig Fri Mar 25 17:51:11 2005
|
|
+++ lib/stride/Makefile Fri Mar 25 17:49:22 2005
|
|
@@ -1,6 +1,6 @@
|
|
#CC = gcc -O2 # ->> for DJGPP compiler under DOS and for SunOS; also suitable for other machines
|
|
|
|
-CC = cc -O2
|
|
+CC = cc ${CFLAGS} -O2
|
|
FLAGS = -lm -o
|
|
|
|
SOURCE = stride.c splitstr.c rdpdb.c initchn.c geometry.c thr2one.c one2thr.c filename.c tolostr.c strutil.c place_h.c hbenergy.c memory.c helix.c sheet.c rdmap.c phipsi.c command.c molscr.c die.c hydrbond.c mergepat.c fillasn.c escape.c p_jrnl.c p_rem.c p_atom.c p_helix.c p_sheet.c p_turn.c p_ssbond.c p_expdta.c p_model.c p_compnd.c report.c nsc.c area.c ssbond.c chk_res.c chk_atom.c turn.c pdbasn.c dssp.c outseq.c chkchain.c elem.c measure.c asngener.c p_endmdl.c stred.c
|