mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
39 lines
462 B
Makefile
39 lines
462 B
Makefile
|
|
ACLOCAL_AMFLAGS = -I build
|
|
|
|
|
|
if WITH_YAJL
|
|
WITH_TESTS = tests
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
doc \
|
|
examples \
|
|
$(WITH_TESTS)
|
|
|
|
|
|
# make clean
|
|
CLEANFILES =
|
|
|
|
# make maintainer-clean
|
|
MAINTAINERCLEANFILES = \
|
|
Makefile.in \
|
|
aclocal.m4 \
|
|
ar-lib \
|
|
build/libtool.m4 \
|
|
build/ltoptions.m4 \
|
|
build/ltsugar.m4 \
|
|
build/ltversion.m4 \
|
|
build/lt~obsolete.m4 \
|
|
compile \
|
|
config.guess \
|
|
config.sub \
|
|
configure \
|
|
install-sh \
|
|
ltmain.sh \
|
|
ylwrap \
|
|
missing \
|
|
depcomp
|
|
|