Makefile.simple (calc-2.12.8.1.tar.bz2) | : | Makefile.simple (calc-2.12.8.2.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 976 | skipping to change at line 976 | |||
# EXT= # normal Un*x / Linux / GNU/Linux / Cygwin | # EXT= # normal Un*x / Linux / GNU/Linux / Cygwin | |||
# EXT=.exe # windoz | # EXT=.exe # windoz | |||
# | # | |||
# If in doubt, use EXT= | # If in doubt, use EXT= | |||
# | # | |||
EXT= | EXT= | |||
#EXT=.exe | #EXT=.exe | |||
# The default calc versions | # The default calc versions | |||
# | # | |||
VERSION= 2.12.8.1 | VERSION= 2.12.8.2 | |||
# Names of shared libraries with versions | # Names of shared libraries with versions | |||
# | # | |||
LIB_EXT= .so | LIB_EXT= .so | |||
LIB_EXT_VERSION= ${LIB_EXT}.${VERSION} | LIB_EXT_VERSION= ${LIB_EXT}.${VERSION} | |||
# standard utilities used during make | # standard utilities used during make | |||
# | # | |||
SHELL= /bin/sh | SHELL= /bin/sh | |||
AR= ar | AR= ar | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |