-I$(top_srcdir) \
-I$(top_srcdir)/src \
-I$(top_srcdir)/include \
+ -I$(top_builddir)/include \
-I$(top_builddir)/lib \
@SQUID_CPPUNIT_INC@
AM_CONFIG_HEADER(include/autoconf.h)
AC_CONFIG_AUX_DIR(cfgaux)
AC_CONFIG_SRCDIR([src/main.cc])
-AM_INIT_AUTOMAKE([tar-ustar])
+AM_INIT_AUTOMAKE([tar-ustar nostdinc])
AC_REVISION($Revision: 1.497 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
libexec_PROGRAMS = squid_ldap_auth
man_MANS = squid_ldap_auth.8
EXTRA_DIST = squid_ldap_auth.8
$(LIB_LBER) \
$(XTRA_LIBS)
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
MSNTAUTH_CONF = $(sysconfdir)/msntauth.conf
libexec_PROGRAMS = msnt_auth
LDADD = -L$(top_builddir)/lib -lmiscutil $(XTRA_LIBS) $(top_builddir)/compat/libcompat.la
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
confload.o: confload.c
$(COMPILE) -DSYSCONFDIR=\"$(sysconfdir)\" -c $(srcdir)/confload.c -o $@
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
libexec_PROGRAMS = ncsa_auth
ncsa_auth_SOURCES = ncsa_auth.c crypt_md5.c crypt_md5.h
man_MANS = ncsa_auth.8
$(XTRA_LIBS) \
$(SSLLIB)
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
man_MANS = pam_auth.8
EXTRA_DIST = pam_auth.8
libexec_PROGRAMS = pam_auth
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
libexec_PROGRAMS = sasl_auth
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
# SAMBAPREFIX must point to the directory where Samba has been installed.
# By default, Samba is installed in /usr/local/samba. If you changed this
# by using the --prefix option when configuring Samba, you need to change
smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\"
EXTRA_DIST = smb_auth.sh COPYING-2.0
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
#
#
+include $(top_srcdir)/src/Common.am
+
libexec_PROGRAMS = yp_auth
yp_auth_SOURCES = yp_auth.c nis_support.h nis_support.c
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
libexec_PROGRAMS = getpwname_auth
getpwname_auth_SOURCES = getpwnam_auth.c
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
libexec_PROGRAMS = mswin_auth
-lnetapi32 -ladvapi32 -lsspwin32 \
$(XTRA_LIBS)
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
EXTRA_DIST = readme.txt
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
libexec_PROGRAMS = squid_radius_auth
man_MANS = squid_radius_auth.8
EXTRA_DIST = squid_radius_auth.8
radius-util.c \
radius-util.h
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
+
libexec_PROGRAMS = digest_edir_auth
digest_edir_auth_SOURCES = digest_pw_auth.c \
digest_common.h \
edir_ldapext.c \
edir_ldapext.h
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
LDADD = \
$(top_builddir)/compat/libcompat.la \
-L$(top_builddir)/lib -lmiscutil \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
+
libexec_PROGRAMS = digest_ldap_auth
digest_ldap_auth_SOURCES = digest_pw_auth.c \
digest_common.h \
ldap_backend.c \
ldap_backend.h
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
LDADD = \
$(top_builddir)/compat/libcompat.la \
-L$(top_builddir)/lib -lmiscutil \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
+
libexec_PROGRAMS = digest_pw_auth
digest_pw_auth_SOURCES = digest_pw_auth.c \
digest_common.h \
text_backend.c \
text_backend.h
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
LDADD = \
$(top_builddir)/compat/libcompat.la \
-L$(top_builddir)/lib -lmiscutil \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
libexec_PROGRAMS = ip_user_check
license \
README
-# sysconf_DATA =
-
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
LDADD = \
$(top_builddir)/compat/libcompat.la \
-L$(top_builddir)/lib -lmiscutil \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
+
libexec_PROGRAMS = squid_ldap_group
man_MANS = squid_ldap_group.8
EXTRA_DIST = squid_ldap_group.8
squid_ldap_group_SOURCES = squid_ldap_group.c
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
LDADD = \
$(top_builddir)/compat/libcompat.la \
-L$(top_builddir)/lib -lmiscutil \
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
+
libexec_PROGRAMS = squid_session
man_MANS = squid_session.8
EXTRA_DIST = squid_session.8
squid_session_SOURCES = squid_session.c
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
LDADD = \
$(top_builddir)/compat/libcompat.la \
@LIB_DB@
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
+
libexec_PROGRAMS = squid_unix_group
man_MANS = squid_unix_group.8
EXTRA_DIST = squid_unix_group.8
squid_unix_group_SOURCES = check_group.c
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
-
LDADD = \
$(top_builddir)/compat/libcompat.la \
-L$(top_builddir)/lib -lmiscutil \
# $Id$
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
+
libexec_PROGRAMS = mswin_negotiate_auth
mswin_negotiate_auth_SOURCES = libnegotiatessp.c negotiate_auth.c negotiate.h
-INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src
-
LDADD = -L$(top_builddir)/lib -lsspwin32 -ladvapi32 -lmiscutil $(XTRA_LIBS)
EXTRA_DIST = readme.txt
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
+
libexec_PROGRAMS = fakeauth_auth
fakeauth_auth_SOURCES = fakeauth_auth.c ntlm.h
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
# $Id$
#
+include $(top_srcdir)/src/Common.am
+
libexec_PROGRAMS = mswin_ntlm_auth
mswin_ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
# Makefile for the Squid Object Cache server
#
+include $(top_srcdir)/src/Common.am
+
SUBDIRS = smbval
libexec_PROGRAMS = ntlm_smb_lm_auth
ntlm_smb_lm_auth_SOURCES = libntlmssp.c ntlm_smb_lm_auth.c ntlm_smb_lm_auth.h
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src \
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += \
+ -I$(srcdir) \
-I$(srcdir)/smbval
LDADD = \
# makefile for smblib
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
noinst_LIBRARIES = libsmbvalid.a
#include "testRFC1035.h"
/* Being a C library code it is best bodily included and tested with C++ type-safe techniques. */
-#include "rfc1035.c"
+#include "lib/rfc1035.c"
CPPUNIT_TEST_SUITE_REGISTRATION( testRFC1035 );
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
AUTOMAKE_OPTIONS = subdir-objects
if USE_DNSSERVER
LoadableModules.h \
LoadableModules.cc
-TESTS=$(check_PROGRAMS)
-check_PROGRAMS=
-
SUBDIRS = base acl fs repl auth ip icmp
if USE_ADAPTATION
IDENT_SOURCE =
endif
-AM_CFLAGS = @SQUID_CFLAGS@
-AM_CXXFLAGS = @SQUID_CXXFLAGS@
-
EXTRA_LIBRARIES = libAIO.a libBlocking.a libDiskDaemon.a libDiskThreads.a
noinst_LIBRARIES = @DISK_LIBS@
noinst_LTLIBRARIES = libsquid.la
ip/libip.la \
fs/libfs.la
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/lib \
- -I$(top_srcdir)/lib \
- @SQUID_CPPUNIT_INC@
+## Loadable Modules needs lib/libLtdl stuff
+INCLUDES += -I$(top_srcdir)/lib
EXTRA_PROGRAMS = \
DiskIO/DiskDaemon/diskd \
@MINGW_LIBS@
cf_gen.$(OBJEXT): cf_gen_defines.h
+## cf_gen.cc needs src/cf_gen_defines.h
+INCLUDES += -I$(top_builddir)/src
+
ACL_REGISTRATION_SOURCES = AclRegs.cc AuthReg.cc
DEFAULT_HOSTS = @OPT_DEFAULT_HOSTS@
# Make location configure settings available to the code
-DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" -DDEFAULT_SQUID_DATA_DIR=\"$(datadir)\" -DDEFAULT_SQUID_CONFIG_DIR=\"$(sysconfdir)\"
-
-$(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h
+DEFS += -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\" -DDEFAULT_SQUID_DATA_DIR=\"$(datadir)\" -DDEFAULT_SQUID_CONFIG_DIR=\"$(sysconfdir)\"
snmp_core.o snmp_agent.o: ../snmplib/libsnmp.a $(top_srcdir)/include/cache_snmp.h
@$(SHELL) $(top_srcdir)/scripts/remove-cfg.sh $(RM) $(DESTDIR)$(DEFAULT_MIME_TABLE)
@$(SHELL) $(top_srcdir)/scripts/remove-cfg.sh $(RM) $(DESTDIR)$(DEFAULT_CONFIG_FILE)
-CLEANFILES = cf_gen_defines.h cf.data cf_parser.h squid.conf.default squid.conf.documented \
+CLEANFILES += cf_gen_defines.h cf.data cf_parser.h squid.conf.default squid.conf.documented \
globals.cc string_arrays.c repl_modules.cc DiskIO/DiskIOModules_gen.cc \
test_tools.cc *.a
include $(top_srcdir)/src/Common.am
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
noinst_LTLIBRARIES = libauth.la libacls.la @AUTH_LIBS_TO_BUILD@
EXTRA_LTLIBRARIES = libbasic.la libdigest.la libntlm.la libnegotiate.la
negotiate/auth_negotiate.cc \
negotiate/auth_negotiate.h
-# TODO: fix #include statements so that this is not needed
-INCLUDES += -I.
-
check_PROGRAMS += testHeaders
$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(top_srcdir)/src/auth/ntlm" || exit 1
$(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(top_srcdir)/src/auth/negotiate" || exit 1
-## No such file...
-testHeaders.c:
- touch testHeaders.c
CLEANFILES += testHeaders.c
+.PHONY: testHeaders
EXTRA_DIST = \
coss/coss-notes.txt
-# TODO: fix #include statements so that this is not needed
-INCLUDES += -I.
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
check_PROGRAMS += testHeaders
-#
-# Makefile for the Squid ICMP and Network Measurement API
-#
-
-# Housekeeping, shared by all Squid Makefiles.
-# TODO: make this set by configure?
-AM_CFLAGS = @SQUID_CFLAGS@
-AM_CXXFLAGS = @SQUID_CXXFLAGS@
-DEFS = @DEFS@
-CLEANFILES =
-
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/src \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/lib \
- @SQUID_CPPUNIT_INC@
-
-$(OBJS): $(top_srcdir)/include/version.h $(top_srcdir)/include/autoconf.h
+
+include $(top_srcdir)/src/Common.am
+include $(top_srcdir)/src/TestHeaders.am
# TODO: get rid of this when config filename is no longer a global constant.
# its only here so the testIcmp will link .
# depends on these but install/dist is done elsewhere.
# TODO: remove when these are cleaned up in their own way.
nodist_pinger_SOURCES = \
- ../debug.cc \
- ../globals.cc \
- ../time.cc \
- ../SquidConfig.cc \
- ../SquidNew.cc
+ $(top_srcdir)/src/debug.cc \
+ $(top_builddir)/src/globals.cc \
+ $(top_srcdir)/src/time.cc \
+ $(top_srcdir)/src/SquidConfig.cc \
+ $(top_srcdir)/src/SquidNew.cc
pinger_LDFLAGS = $(LIBADD_DL)
pinger_LDADD=\
## fi
-check_PROGRAMS= testIcmp testHeaders
-TESTS= $(check_PROGRAMS)
-
-## Special Universal .h dependency test script
-## aborts if error encountered
-testHeaders: $(top_srcdir)/src/icmp/*.h
- $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(top_srcdir)/src/icmp/" || exit 1
-
-## No such file...
-testHeaders.c:
- touch testHeaders.c
-CLEANFILES += testHeaders.c
-
+check_PROGRAMS += testIcmp
+TESTS += testIcmp
## Tests of the ICMP base module.
# Its used by pinger so SHOULD NOT require more dependancies! :-(
testIcmp.h \
testIcmp.cc
nodist_testIcmp_SOURCES = \
- ../tests/testMain.cc \
- ../SquidTime.h \
- ../time.cc \
- ../../test-suite/test_tools.cc \
- ../globals.cc
+ $(top_srcdir)/src/tests/testMain.cc \
+ $(top_srcdir)/src/SquidTime.h \
+ $(top_srcdir)/src/time.cc \
+ $(top_srcdir)/test-suite/test_tools.cc \
+ $(top_builddir)/src/globals.cc
testIcmp_LDFLAGS = $(LIBADD_DL)
testIcmp_LDADD=\
@SQUID_CPPUNIT_LIBS@ \
-#
-# Makefile for the Squid IP layer API
-#
-
-# Housekeeping, shared by all Squid Makefiles.
-# TODO: make this set by configure?
-AM_CFLAGS = @SQUID_CFLAGS@
-AM_CXXFLAGS = @SQUID_CXXFLAGS@
-DEFS = @DEFS@
-CLEANFILES =
-
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/lib \
- -I$(top_srcdir)/src \
- @SQUID_CPPUNIT_INC@
-
-$(OBJS): $(top_srcdir)/include/version.h $(top_srcdir)/include/autoconf.h
-
-
-# IP Specific Configurations
+include $(top_srcdir)/src/Common.am
+include $(top_srcdir)/src/TestHeaders.am
noinst_LTLIBRARIES = libip.la
QosConfig.cc
-check_PROGRAMS= testHeaders testIpAddress
-TESTS= $(check_PROGRAMS)
-
-## Special Universal .h dependency test script
-## aborts if error encountered
-testHeaders: $(top_srcdir)/src/ip/*.h
- $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(top_srcdir)/src/ip/" || exit 1
-
-## No such file...
-testHeaders.c:
- touch testHeaders.c
-CLEANFILES += testHeaders.c
-
+check_PROGRAMS += testIpAddress
+TESTS += testIpAddress
testIpAddress_SOURCES= \
testIpAddress.cc \
# $Id$
#
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
AUTOMAKE_OPTIONS = subdir-objects
-AM_CFLAGS = @SQUID_CFLAGS@
-AM_CXXFLAGS = @SQUID_CXXFLAGS@
-CLEANFILES =
# No recursion is needed for the subdirs, we build from here. // @REPL_POLICIES@
liblru_a_SOURCES = lru/store_repl_lru.cc
libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.cc heap/store_repl_heap.cc
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src
-
-check_PROGRAMS= testHeaders
+## Until such time as we have a makefile in src/repl/heap etc.
+check_PROGRAMS += testHeaders
## Special Universal .h dependency test script
## aborts if error encountered
## ./ has no .h files.
## ./lru/ has no .h files.
-## No such file...
-testHeaders.c:
- touch testHeaders.c
-CLEANFILES += testHeaders.c
+CLEANFILES += testHeaders
+.PHONY: testHeaders
# $Id$
#
-AUTOMAKE_OPTIONS = subdir-objects
+include $(top_srcdir)/src/Common.am
-AM_CFLAGS = @SQUID_CFLAGS@
-AM_CXXFLAGS = @SQUID_CXXFLAGS@
+AUTOMAKE_OPTIONS = subdir-objects
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
LDADD = \
$(top_builddir)/compat/libcompat.la \
endif
## Sort by dependencies - test lowest layers first
-TESTS = debug \
+TESTS += debug \
syntheticoperators \
VirtualDeleteOperator \
StackTest \
$(ESI_TESTS)
## Sort by alpha - any build failures are significant.
-check_PROGRAMS= debug \
+check_PROGRAMS += debug \
$(ESI_TESTS) \
MemPoolTest\
mem_node_test\
# Uncomment and customize the following to suit your needs:
#
+include $(top_srcdir)/src/Common.am
AUTOMAKE_OPTIONS = subdir-objects
-INCLUDES = \
- -I$(top_srcdir) \
- -I. \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/include \
- -I$(top_srcdir)/src \
- @SQUID_CPPUNIT_INC@
-# -I$(top_srcdir)/lib/libTrie/include
-# -I$(srcdir)
-
-TESTS=$(check_PROGRAMS)
-#check_PROGRAMS= testHeaders
-
-### Special Universal .h dependency test script
-#testHeaders: *.h
-# ./ has no .h files
-#
-## No Such file...
-#testHeaders.c:
-# touch testHeaders.c
-#CLEANFILES += testHeaders.c
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
SUBDIRS =