~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/fs/Makefile.am

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include $(top_srcdir)/src/Common.am
2
2
 
3
 
EXTRA_LIBRARIES = libaufs.a libdiskd.a libcoss.a libufs.a
4
 
noinst_LIBRARIES = @STORE_LIBS_TO_BUILD@
5
 
 
6
 
## TODO: add libfs -- file system framework; this library is always built
7
 
## TODO: use libtool and add @STORE_LIBS_TO_BUILD@ to libfs.la
 
3
EXTRA_LTLIBRARIES = libaufs.la libdiskd.la libcoss.la libufs.la
 
4
noinst_LTLIBRARIES =  @STORE_LIBS_TO_BUILD@ libfs.la
8
5
 
9
6
# aufs is a "fake" legacy store
10
 
libaufs_a_SOURCES = \
 
7
libaufs_la_SOURCES = \
11
8
        aufs/StoreFSaufs.cc
12
9
 
13
10
# diskd is a "fake" legacy store
14
 
libdiskd_a_SOURCES = \
 
11
libdiskd_la_SOURCES = \
15
12
        diskd/StoreFSdiskd.cc
16
13
 
17
 
libcoss_a_SOURCES = \
 
14
libcoss_la_SOURCES = \
18
15
        coss/StoreFScoss.h \
19
16
        coss/StoreFScoss.cc \
20
17
        coss/store_coss.h \
22
19
        coss/store_dir_coss.cc \
23
20
        coss/CossSwapDir.h
24
21
 
25
 
libufs_a_SOURCES = \
 
22
libufs_la_SOURCES = \
26
23
        ufs/StoreFSufs.h \
27
24
        ufs/StoreFSufs.cc \
28
25
        ufs/store_dir_ufs.cc \
31
28
        ufs/ufscommon.cc \
32
29
        ufs/ufscommon.h 
33
30
 
 
31
libfs_la_SOURCES = Module.cc Module.h
 
32
libfs_la_LIBADD =  @STORE_LIBS_TO_BUILD@
 
33
libfs_la_DEPENDENCIES = @STORE_LIBS_TO_BUILD@
34
34
 
35
35
EXTRA_DIST = \
36
36
        coss/coss-notes.txt
56
56
CLEANFILES += testHeaders.c
57
57
 
58
58
## targets below to emulate distributed makefiles
59
 
coss/all: libcoss.a
 
59
coss/all: libcoss.la
60
60
coss/clean: clean
61
 
ufs/all: libufs.a
 
61
ufs/all: libufs.la
62
62
ufs/clean: clean