Duplicated the pre-extract:' and
post-build:'
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Pointy hat to: myself
This commit is contained in:
parent
7119595f8b
commit
aa86451d35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85595
@ -42,12 +42,6 @@ USE_XLIB= yes
|
||||
post-build:
|
||||
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer
|
||||
.else
|
||||
pre-extract:
|
||||
@${ECHO} ""
|
||||
@${ECHO} If you would like to also build
|
||||
@${ECHO} the molecular viewer, define WITH_VIEWER.
|
||||
@${ECHO} ""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPTIMIZED_FLAGS)
|
||||
FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations
|
||||
@ -61,9 +55,6 @@ pre-everything::
|
||||
@${ECHO_MSG} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/build_viewer
|
||||
|
||||
pre-extract:
|
||||
@${ECHO} ""
|
||||
@${ECHO} If you would like to also build
|
||||
|
Loading…
Reference in New Issue
Block a user