mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Fixed have_statfs optional executable file extension ${EXT{ in the ${UTIL_PROGS} make variable. Prevented the "fake boolean value" when <stdbool.h> is missing, from complicating C compilers post c17 standard. Test if <stdint.h> exists and set HAVE_STDINT_H accordingly in have_stdint.h. Added HAVE_STDINT_H to allow one to force this value. Test if <inttypes.h> exists and set HAVE_INTTYPES_H accordingly in have_inttypes.h. Added HAVE_INTTYPES_H to allow one to force this value. Added c_chk.c to check the compiler and C include for calc requirements. If you are unable to compile this program, or if this program when compiles does not exit 0, then your C compiler and/or C include fails to meet calc requirements. Compilers that are at least c99 MUST be able to compile this program such that when run will exit 0. The "make hsrc" file will attempt to compile and run c_chk and will warn if the C compiler and/or C include fails to meet calc requirements. The "make debug" system will run c_chk -c to print information about the C compiler and C include. Currently failure to compile cc_chk.c or c_chk exiting non-0 will just print "WARNING!!" strings to stderr.
128 lines
1.7 KiB
Plaintext
128 lines
1.7 KiB
Plaintext
# files and directories created during the building of calc and other Makefile actions
|
|
#
|
|
# NOTE: While many of these might be part of a released calc tarball, they are
|
|
# not consider development source. Some other file(s) and/or programs
|
|
# generate these files.
|
|
#
|
|
.dynamic
|
|
.hsrc
|
|
.static
|
|
align32.h
|
|
args.h
|
|
cal/.all
|
|
calc
|
|
calc-static
|
|
calc.1
|
|
calc.spec
|
|
calc.usage
|
|
calcerr.c
|
|
calcerr.h
|
|
charbit.h
|
|
chk_c
|
|
conf.h
|
|
cscript/.all
|
|
cscript/4dsphere
|
|
cscript/fproduct
|
|
cscript/mersenne
|
|
cscript/piforever
|
|
cscript/plus
|
|
cscript/powerterm
|
|
cscript/README
|
|
cscript/simple
|
|
cscript/square
|
|
custom/.all
|
|
custom/libcustcalc*
|
|
debug.out
|
|
endian
|
|
endian_calc.h
|
|
fposval.h
|
|
have_arc4random.h
|
|
have_ban_pragma.h
|
|
have_const.h
|
|
have_environ.h
|
|
have_fgetsetpos.h
|
|
have_fpos_pos.h
|
|
have_getpgid.h
|
|
have_getprid.h
|
|
have_getsid.h
|
|
have_gettime.h
|
|
have_inttypes.h
|
|
have_limits.h
|
|
have_memmv.h
|
|
have_newstr.h
|
|
have_offscl.h
|
|
have_posscl.h
|
|
have_rusage.h
|
|
have_statfs.h
|
|
have_stdbool.h
|
|
have_stdint.h
|
|
have_stdlib.h
|
|
have_stdvs
|
|
have_strdup.h
|
|
have_string.h
|
|
have_strlcat.h
|
|
have_strlcpy.h
|
|
have_sys_mount.h
|
|
have_sys_param.h
|
|
have_sys_vfs.h
|
|
have_times.h
|
|
have_uid_t.h
|
|
have_unistd.h
|
|
have_unused.h
|
|
have_urandom.h
|
|
have_ustat.h
|
|
help/.all
|
|
help/binding
|
|
help/bindings
|
|
help/bug
|
|
help/bugs
|
|
help/builtin
|
|
help/change
|
|
help/changes
|
|
help/contrib
|
|
help/copy
|
|
help/COPYING
|
|
help/COPYING-LGPL
|
|
help/cscript
|
|
help/custom_cal
|
|
help/errorcode
|
|
help/errorcodes
|
|
help/full
|
|
help/funclist
|
|
help/funclist.c
|
|
help/ilogn
|
|
help/libcalc
|
|
help/man
|
|
help/new_custom
|
|
help/question
|
|
help/questions
|
|
help/releases
|
|
help/resource
|
|
help/type
|
|
help/usage
|
|
libcalc*
|
|
libcustcalc*
|
|
longbits
|
|
longbits.h
|
|
Makefile.our
|
|
NOTES
|
|
sample_many
|
|
sample_many-static
|
|
sample_rand
|
|
sample_rand-static
|
|
tags
|
|
terminal.h
|
|
ver_calc
|
|
win32/
|
|
|
|
# other commonly excluded patterns
|
|
#
|
|
*~
|
|
*.BAK
|
|
core*
|
|
.DS_Store
|
|
*.dSYM/
|
|
*.[oa]
|
|
.*.swp
|
|
*,v
|