From: Alex Rousskov Date: Thu, 19 Feb 2009 19:16:18 +0000 (-0700) Subject: Use automake comments in automake makefiles. X-Git-Tag: SQUID_3_2_0_1~1182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2197d3ad3a1410acfee43314b4ee91881b38cef;p=thirdparty%2Fsquid.git Use automake comments in automake makefiles. --- diff --git a/src/Common.am b/src/Common.am index b675eee068..14d8edceed 100644 --- a/src/Common.am +++ b/src/Common.am @@ -1,14 +1,14 @@ -# Settings common to many Squid Makefiles +## Settings common to many Squid Makefiles -# This file should be included first in all src/subdir/Makefile.am -# so it must not contain stuff specific to or bad for some subdirectories. +## This file should be included first in all src/subdir/Makefile.am +## so it must not contain stuff specific to or bad for some subdirectories. -# TODO: make this set by configure? +## TODO: make this set by configure? AM_CFLAGS = @SQUID_CFLAGS@ AM_CXXFLAGS = @SQUID_CXXFLAGS@ DEFS = @DEFS@ -# so that others can always use += for these variables +## so that others can always use += for these variables CLEANFILES = check_PROGRAMS = TESTS = @@ -20,7 +20,7 @@ INCLUDES = \ -I$(top_builddir)/lib \ @SQUID_CPPUNIT_INC@ -# make all compiled sources depend on generated files -# XXX: Do we really need this? Does auto-dependency tracking work? -# XXX: And should not autoconf be in $(top_builddir)? +## make all compiled sources depend on generated files +## XXX: Do we really need this? Does auto-dependency tracking work? +## XXX: And should not autoconf be in $(top_builddir)? $(OBJS): $(top_srcdir)/include/version.h $(top_srcdir)/include/autoconf.h