#
# For Linux, we assume GNU Make; at time of writing, the only extension
# used is ?= which is actually portable to other maintained Make variants,
#
# For Linux, we assume GNU Make; at time of writing, the only extension
# used is ?= which is actually portable to other maintained Make variants,
# Preserve CFLAGS and CFLAGS_DYNAMIC from the caller/environment
CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
CFLAGS_DYNAMIC ?= -shared -rdynamic
# Preserve CFLAGS and CFLAGS_DYNAMIC from the caller/environment
CFLAGS ?= -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
CFLAGS_DYNAMIC ?= -shared -rdynamic