]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / fs / Makefile.am
index 247bc58b550f97dcd87541f46f4e923ba714b00c..930e96319f12fdb6cdf6ae292224cd8ef04d22b1 100644 (file)
@@ -1,3 +1,10 @@
+## Copyright (C) 1996-2020 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.
+##
+
 include $(top_srcdir)/src/Common.am
 
 EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libufs.la librock.la
@@ -12,40 +19,46 @@ libdiskd_la_SOURCES = \
        diskd/StoreFSdiskd.cc
 
 libufs_la_SOURCES = \
-       ufs/StoreFSufs.h \
+       ufs/RebuildState.cc \
+       ufs/RebuildState.h \
        ufs/StoreFSufs.cc \
+       ufs/StoreFSufs.h \
+       ufs/StoreSearchUFS.cc \
+       ufs/StoreSearchUFS.h \
        ufs/UFSStoreState.cc \
-       ufs/UFSSwapDir.cc \
-       ufs/UFSSwapDir.h \
+       ufs/UFSStoreState.h \
        ufs/UFSStrategy.cc \
        ufs/UFSStrategy.h \
-       ufs/UFSStoreState.h \
-       ufs/StoreSearchUFS.h \
-       ufs/StoreSearchUFS.cc \
-       ufs/UFSSwapLogParser.h \
+       ufs/UFSSwapDir.cc \
+       ufs/UFSSwapDir.h \
        ufs/UFSSwapLogParser.cc \
-       ufs/RebuildState.h \
-       ufs/RebuildState.cc
+       ufs/UFSSwapLogParser.h
 
 librock_la_SOURCES = \
+       rock/RockDbCell.cc \
        rock/RockDbCell.h \
-       rock/RockIoState.cc \
-       rock/RockIoState.h \
+       rock/RockHeaderUpdater.cc \
+       rock/RockHeaderUpdater.h \
        rock/RockIoRequests.cc \
        rock/RockIoRequests.h \
+       rock/RockIoState.cc \
+       rock/RockIoState.h \
        rock/RockRebuild.cc \
        rock/RockRebuild.h \
        rock/RockStoreFileSystem.cc \
        rock/RockStoreFileSystem.h \
        rock/RockSwapDir.cc \
-       rock/RockSwapDir.h
+       rock/RockSwapDir.h \
+       rock/forward.h
 
-libfs_la_SOURCES = Module.cc Module.h
+libfs_la_SOURCES = \
+       Module.cc \
+       Module.h
 libfs_la_LIBADD =  $(STORE_LIBS_TO_BUILD)
 libfs_la_DEPENDENCIES = $(STORE_LIBS_TO_BUILD)
 
 ## we need our local files too (but avoid -I. at all costs)
-INCLUDES += -I$(srcdir)
+AM_CPPFLAGS += -I$(srcdir)
 
 
 ## targets below to emulate distributed makefiles