diff options
author | Jörg Barfurth <jb@openoffice.org> | 2002-03-28 13:12:13 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2002-03-28 13:12:13 +0000 |
commit | 204071f9eb79d0daa6422c60e95047df52c133b3 (patch) | |
tree | 46468046e754b4d7283ff31de50176413293b371 /configmgr/source | |
parent | 1e8547568421890ce8497a78577425af04d2d368 (diff) |
#91896# Split TreeManager and Cache; introduce new interfaces for cache and backend
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/treecache/makefile.mk | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/configmgr/source/treecache/makefile.mk b/configmgr/source/treecache/makefile.mk index e890d7340a4c..9ab68feb3715 100644 --- a/configmgr/source/treecache/makefile.mk +++ b/configmgr/source/treecache/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: jb $ $Date: 2002-03-15 13:49:59 $ +# last change: $Author: jb $ $Date: 2002-03-28 14:12:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,22 +74,18 @@ ENABLE_EXCEPTIONS=TRUE # --- Files ------------------------------------- SLOFILES= \ - $(SLO)$/loader.obj \ - $(SLO)$/treecache.obj \ - $(SLO)$/treedata.obj \ - $(SLO)$/timestamp.obj \ - $(SLO)$/disposetimer.obj \ + $(SLO)$/timestamp.obj \ + $(SLO)$/disposetimer.obj \ $(SLO)$/cachewritescheduler.obj \ - $(SLO)$/invalidatetree.obj \ - $(SLO)$/cachefactory.obj \ - $(SLO)$/backendwrap.obj \ - -# $(SLO)$/cacheaccess.obj \ -# $(SLO)$/cachedata.obj \ -# $(SLO)$/cacheline.obj \ -# $(SLO)$/cachemulticaster.obj \ -# $(SLO)$/cachemanager.obj \ -# $(SLO)$/treemanager.obj \ + $(SLO)$/invalidatetree.obj \ + $(SLO)$/cachefactory.obj \ + $(SLO)$/backendwrap.obj \ + $(SLO)$/cacheaccess.obj \ + $(SLO)$/cachedata.obj \ + $(SLO)$/cacheline.obj \ + $(SLO)$/cachemulticaster.obj \ + $(SLO)$/cachecontroller.obj \ + $(SLO)$/treemanager.obj \ # --- Targets ---------------------------------- |