mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
39 lines
481 B
Makefile
39 lines
481 B
Makefile
|
|
if TEST_UTILITIES
|
|
export MAYBE_TEST = test
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
others \
|
|
src \
|
|
doc \
|
|
examples \
|
|
$(MAYBE_TEST)
|
|
|
|
|
|
# make clean
|
|
CLEANFILES =
|
|
|
|
ACLOCAL_AMFLAGS = -I build
|
|
|
|
# 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
|
|
|