-*.la
-*.lo
-*.loT
-*.patch
-*/*/*/Makefile
-*/Makefile
-*/globals.cc
-.deps
-.dirstamp
-.libs
-Makefile
-Makefile.in
aclocal.m4
autoconf.h.in
-autom4te*
-autom4te.cache
-cfgaux
+autom4te.cache/
+cfgaux/
+config.guess
config.h.in
-config.log
-config.status
+config.sub
configure
-configure.lineno
-depcomp
-doc/*.8
-doc/Programming-Guide/html
-helpers/**/*_auth
-helpers/*/*/Makefile
-helpers/*/Makefile
-helpers/basic_auth/**/Makefile
-helpers/digest_auth/**/Makefile
-helpers/external_acl/**/Makefile
-helpers/external_acl/ip_user/ip_user_check
-helpers/external_acl/session/squid_session
-helpers/external_acl/unix_group/squid_unix_group
-helpers/negotiate_auth/Makefile
-helpers/ntlm_auth/**/Makefile
-icons/*.gif
-include/autoconf.h
-include/stamp-h1
+helpers/negotiate_auth/squid_kerb_auth/depcomp
+helpers/negotiate_auth/squid_kerb_auth/missing
install-sh
-lib/**/Makefile
-lib/**/config.h
-lib/libLtdl
-libtool
-missing
-scr/**/Makefile
-scripts/Makefile
-scripts/RunAccel
-scripts/RunCache
-snmplib/Makefile
-src/*/Makefile
-src/DiskIO/DiskDaemon/diskd
-src/cf.data
-src/cf_gen
-src/cf_gen_defines.h
-src/cf_parser.h
-src/globals.cc
-src/repl_modules.cc
-src/squid
-src/squid.conf.default
-src/string_arrays.c
-src/ufsdump
-src/unlinkd
-stamp-h.in
-stamp-h1
-tags
-test-suite/Makefile
-testHeaders
-testHeaders.c
-tmp
-tools/Makefile
-tools/cachemgr.cgi
-tools/squidclient
+ltmain.sh
+Makefile.in
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include @SQUID_CPPUNIT_INC@
##FIXME - set these in configure.in and reuse
-TESTS=$(check_PROGRAMS)
check_PROGRAMS= \
testHeaders \
tests/testAll
+TESTS=$(check_PROGRAMS)
## Special Universal .h dependency test script
## aborts if error encountered
AM_CXXFLAGS = @SQUID_CXXFLAGS@
DEFS = @DEFS@
-INCLUDES = -I$(top_srcdir)/src @SQUID_CPPUNIT_INC@ -I$(top_builddir)/lib
+INCLUDES = -I$(top_srcdir)/src @SQUID_CPPUNIT_INC@ -I$(top_srcdir)/include -I$(top_builddir)/lib
$(OBJS): $(top_srcdir)/include/version.h $(top_srcdir)/include/autoconf.h
# TODO: get rid of this when config filename is no longer a global constant.
pinger_LDFLAGS = $(LIBADD_DL)
pinger_LDADD=\
libicmp-core.la \
- libmiscutil.a
+ $(top_builddir)/lib/libmiscutil.a
pinger_DEPENDENCIES= \
libicmp-core.la \
$(top_builddir)/lib/libmiscutil.a
## Special Universal .h dependency test script
## aborts if error encountered
testHeaders: $(top_srcdir)/src/icmp/*.h
- $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "." || exit 1
+ $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(top_srcdir)/src/icmp/" || exit 1
## No such file...
testHeaders.c:
Icmp.h \
testIcmp.h \
testIcmp.cc \
- \
../tests/testMain.cc \
../SquidTime.h \
../time.cc \
@SQUID_CPPUNIT_LIBS@ \
@SQUID_CPPUNIT_LA@ \
libicmp-core.la \
- libmiscutil.a
+ $(top_builddir)/lib/libmiscutil.a
testIcmp_DEPENDENCIES= @SQUID_CPPUNIT_LA@ \
libicmp-core.la \
$(top_builddir)/lib/libmiscutil.a