]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Use automake comments in automake makefiles.
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 19:16:18 +0000 (12:16 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 19:16:18 +0000 (12:16 -0700)
src/Common.am

index b675eee06823ea8f0d977c46150c168888ece958..14d8edceed5633292e3b8a5a9fc1468fe79e9b13 100644 (file)
@@ -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