#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.70 2003/04/22 15:06:09 hno Exp $
+# $Id: Makefile.am,v 1.71 2003/05/01 17:46:48 hno Exp $
#
# Uncomment and customize the following to suit your needs:
#
SNMPSOURCE =
endif
-if USE_DELAY_POOLS
-DELAY_POOL_SOURCE = \
+DELAY_POOL_ALL_SOURCE = \
CommonPool.h \
CompositePoolNode.h \
delay_pools.cc \
DelayVector.h \
NullDelayId.cc \
NullDelayId.h
+if USE_DELAY_POOLS
+DELAY_POOL_SOURCE = $(DELAY_POOL_ALL_SOURCE)
else
DELAY_POOL_SOURCE =
endif
PINGER =
endif
-if ENABLE_SSL
-SSLSOURCE = \
+SSL_ALL_SOURCE = \
ACLCertificateData.cc \
ACLCertificateData.h \
ACLCertificate.cc \
ACLCertificate.h \
ssl_support.cc
+if ENABLE_SSL
+SSL_SOURCE = $(SSL_ALL_SOURCE)
else
-SSLSOURCE =
+SSL_SOURCE =
endif
if ENABLE_WIN32SPECIFIC
WIN32SOURCE =
endif
+IDENT_ALL_SOURCE = ACLIdent.cc ACLIdent.h ident.cc
if ENABLE_IDENT
-IDENTSOURCE = ACLIdent.cc ACLIdent.h ident.cc
+IDENT_SOURCE = $(IDENT_ALL_SOURCE)
else
-IDENTSOURCE =
+IDENT_SOURCE =
endif
+ARP_ACL_ALL_SOURCE = ACLARP.cc ACLARP.h
if ENABLE_ARP_ACL
-ARP_ACL_SOURCE = ACLARP.cc ACLARP.h
+ARP_ACL_SOURCE = $(ARP_ACL_ALL_SOURCE)
else
ARP_ACL_SOURCE =
endif
cachemgr__CGIEXT__SOURCES = cachemgr.cc
EXTRA_squid_SOURCES = \
- $(ARP_ACL_SOURCE) \
- $(DELAY_POOL_SOURCE) \
+ $(ARP_ACL_ALL_SOURCE) \
+ $(DELAY_POOL_ALL_SOURCE) \
dns.cc \
dnsserver.cc \
dns_internal.cc \
htcp.cc \
+ $(IDENT_ALL_SOURCE)
$(ESI_ALL_SOURCE) \
ProfStats.cc \
leakfinder.cc \
snmp_core.cc \
snmp_agent.cc \
unlinkd.cc \
- ssl_support.cc \
- ssl_support.h \
+ $(SSL_ALL_SOURCE) \
win32.cc
squid_ACLSOURCES = \
ICP.h \
icp_v2.cc \
icp_v3.cc \
- $(IDENTSOURCE) \
+ $(IDENT_SOURCE) \
int.cc \
internal.cc \
ipc.cc \
$(SNMPSOURCE) \
squid.h \
tunnel.cc \
- $(SSLSOURCE) \
+ $(SSL_SOURCE) \
stat.cc \
StatHist.cc \
String.cc \
icmp.cc \
icp_v2.cc \
icp_v3.cc \
- $(IDENTSOURCE) \
+ $(IDENT_SOURCE) \
internal.cc \
ipc.cc \
ipcache.cc \
send-announce.cc \
$(SNMPSOURCE) \
squid.h \
- $(SSLSOURCE) \
+ $(SSL_SOURCE) \
tunnel.cc \
stat.cc \
StatHist.cc \