]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - Makefile.am
Make BodyPipe::MaxCapacity constexpr (#1748)
[thirdparty/squid.git] / Makefile.am
index 66469f2d355d4edd02a95a19c858ff312cd16807..2487ac48f0298e120c4c8ff3968b375c1c86a906 100644 (file)
@@ -1,13 +1,19 @@
-## Process this file with automake to produce Makefile.in
-#
+## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+AUTOMAKE_OPTIONS = dist-bzip2 1.5 foreign
+
+SUBDIRS = compat contrib doc errors icons
 
-AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects 1.5 foreign
-DIST_SUBDIRS   = compat lib libltdl scripts icons errors contrib doc helpers src test-suite tools
-SUBDIRS                = compat lib
 if ENABLE_LOADABLE_MODULES
 SUBDIRS += libltdl
 endif
-SUBDIRS += scripts icons errors doc helpers src tools test-suite
+
+SUBDIRS += lib scripts src tools test-suite
 
 DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
 DEFAULT_PINGER = $(libexecdir)/`echo pinger | sed '$(transform);s/$$/$(EXEEXT)/'`
@@ -23,16 +29,6 @@ dist-hook:
            rm -f $(distdir)/$$subdir/autoconf.h; \
          fi; \
        done
-       @if [ -f $(top_srcdir)/RELEASENOTES.html ]; then \
-         cp -p $(top_srcdir)/RELEASENOTES.html $(distdir)/RELEASENOTES.html; \
-       else \
-         notes=`ls -1rt $(top_srcdir)/doc/release-notes/*.html | head -1`; \
-         if [ -f $$notes ]; then \
-           cp $$notes $(distdir)/RELEASENOTES.html; \
-         else \
-           touch $(distdir)/RELEASENOTES.html; \
-         fi; \
-       fi
 
 EXTRA_DIST = \
        ChangeLog \
@@ -54,7 +50,7 @@ install-pinger:
 check: have-cppunit check-recursive
 
 have-cppunit:
-       @if test "$(SQUID_CPPUNIT_INC)$(SQUID_CPPUNIT_LA)$(SQUID_CPPUNIT_LIBS)" = "" ; then \
+       @if test "$(LIBCPPUNIT_CFLAGS)$(LIBCPPUNIT_LIBS)" = "" ; then \
                echo "FATAL: 'make check' requires cppunit and cppunit development packages. They do not appear to be installed." ; \
                exit 1 ; \
        fi