Squid Web Cache wiki

Squid Web Cache documentation

🔗 Automake Syntax Guidelines

:information_source: details labeled ENFORCED are checked and forced by source testing mechanisms.

🔗 Makefile substitution variables

ENFORCED:

🔗 File naming

ENFORCED:

🔗 Component Macros in Automake

Squid uses autoconf defined macros to eliminate experimental or optional components at build time.

Example usage:

if ENABLE_FOO
FOO_SRC=foo.h foo.cc
FOO_LIBS=foo.la
else
FOO_SRC=
FOO_LIBS=
endif

squid_SOURCES= $(FOO_SRC) ...
LDADD = $(FOO_LIBS)
Navigation: Site Search, Site Pages, Categories, 🔼 go up