From 2712c57f15c7e2128c2dc50f7ff6525701167871 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Mon, 12 Mar 2012 20:30:36 +0000 Subject: [PATCH] changed: Makefile dep (dependencies from pikotools and tito were missing) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@819 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/Makefile | 2 +- core/Makefile.dep | 556 +++++++------ db/Makefile | 2 +- db/Makefile.dep | 38 +- functions/Makefile | 2 +- functions/Makefile.dep | 1474 ++++++++++++++++++---------------- main/Makefile | 2 +- main/Makefile.dep | 24 +- notify/Makefile | 2 +- notify/Makefile.dep | 63 +- plugins/export/Makefile | 2 +- plugins/export/Makefile.dep | 78 +- plugins/gallery/Makefile | 2 +- plugins/gallery/Makefile.dep | 112 +-- plugins/group/Makefile | 2 +- plugins/group/Makefile.dep | 69 +- plugins/menu/Makefile | 2 +- plugins/menu/Makefile.dep | 79 +- plugins/stats/Makefile | 2 +- plugins/stats/Makefile.dep | 78 +- plugins/thread/Makefile | 2 +- plugins/thread/Makefile.dep | 245 +++--- plugins/ticket/Makefile | 2 +- plugins/ticket/Makefile.dep | 220 ++--- templates/Makefile | 2 +- templates/Makefile.dep | 500 +++++++----- 26 files changed, 1985 insertions(+), 1577 deletions(-) diff --git a/core/Makefile b/core/Makefile index 6cb46e9..14f7631 100755 --- a/core/Makefile +++ b/core/Makefile @@ -9,7 +9,7 @@ all: $(o) depend: - makedepend -Y. -I.. -I../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I.. -I../../ezc/src -I../../pikotools -I../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/core/Makefile.dep b/core/Makefile.dep index 6a46059..321ecfc 100755 --- a/core/Makefile.dep +++ b/core/Makefile.dep @@ -1,8 +1,10 @@ # DO NOT DELETE acceptbaseparser.o: acceptbaseparser.h -app.o: app.h config.h htmlfilter.h system.h dirs.h item.h dircontainer.h -app.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +app.o: app.h config.h ../../pikotools/confparser/confparser.h +app.o: ../../pikotools/confparser/space.h htmlfilter.h system.h dirs.h item.h +app.o: ../../pikotools/confparser/space.h dircontainer.h ../db/db.h +app.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h app.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h app.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h app.o: ../core/user.h ../core/group.h ../core/dircontainer.h @@ -13,16 +15,16 @@ app.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h app.o: ../templates/localefilter.h ../../ezc/src/ezc.h app.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h app.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -app.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -app.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h -app.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h -app.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h -app.o: loadavg.h image.h basethread.h threadmanager.h sessionmanager.h -app.o: sessioncontainer.h ../functions/functions.h -app.o: ../functions/functionbase.h ../core/request.h ../core/system.h -app.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h -app.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h -app.o: ../functions/privchanger.h ../functions/chown.h +app.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +app.o: ../notify/notifythread.h ../core/basethread.h synchro.h +app.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +app.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h +app.o: users.h groups.h group.h loadavg.h image.h basethread.h +app.o: threadmanager.h sessionmanager.h sessioncontainer.h +app.o: ../functions/functions.h ../functions/functionbase.h ../core/request.h +app.o: ../core/system.h ../core/synchro.h ../functions/functionparser.h +app.o: ../core/cur.h ../functions/adduser.h ../functions/cat.h +app.o: ../functions/chmod.h ../functions/privchanger.h ../functions/chown.h app.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h app.o: ../functions/download.h ../functions/emacs.h ../functions/env.h app.o: ../functions/last.h ../functions/login.h ../functions/logout.h @@ -44,12 +46,17 @@ app.o: acceptbaseparser.h plugin.h pluginmsg.h basethread.o: basethread.h bbcodeparser.o: bbcodeparser.h htmlfilter.h compress.o: compress.h log.h textstream.h logmanipulators.h slog.h cur.h -compress.o: request.h requesttypes.h item.h error.h config.h htmlfilter.h +compress.o: request.h requesttypes.h item.h +compress.o: ../../pikotools/confparser/space.h error.h config.h +compress.o: ../../pikotools/confparser/confparser.h +compress.o: ../../pikotools/confparser/space.h htmlfilter.h compress.o: ../templates/htmltextstream.h ../core/textstream.h misc.h compress.o: session.h user.h plugindata.h rebus.h mount.h compress.o: ../templates/locale.h -config.o: config.h htmlfilter.h log.h textstream.h logmanipulators.h slog.h -config.o: cur.h request.h requesttypes.h item.h error.h +config.o: config.h ../../pikotools/confparser/confparser.h +config.o: ../../pikotools/confparser/space.h htmlfilter.h log.h textstream.h +config.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h +config.o: ../../pikotools/confparser/space.h error.h config.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h config.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h plugin.h config.o: pluginmsg.h system.h dirs.h dircontainer.h ../db/db.h @@ -61,44 +68,52 @@ config.o: ../templates/patterns.h ../templates/locale.h config.o: ../templates/localefilter.h ../../ezc/src/ezc.h config.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h config.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -config.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -config.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h -config.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h -config.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h -config.o: loadavg.h image.h basethread.h threadmanager.h sessionmanager.h -config.o: sessioncontainer.h ../functions/functions.h -config.o: ../functions/functionbase.h ../core/request.h ../core/system.h -config.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h -config.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h -config.o: ../functions/privchanger.h ../functions/chown.h -config.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h -config.o: ../functions/download.h ../functions/emacs.h ../functions/env.h -config.o: ../functions/last.h ../functions/login.h ../functions/logout.h -config.o: ../functions/ln.h ../functions/ls.h ../functions/man.h -config.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h -config.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -config.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h -config.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h -config.o: ../functions/specialdefault.h ../functions/stat.h -config.o: ../functions/subject.h ../functions/template.h +config.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +config.o: ../notify/notifythread.h ../core/basethread.h synchro.h +config.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +config.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h +config.o: users.h groups.h group.h loadavg.h image.h basethread.h +config.o: threadmanager.h sessionmanager.h sessioncontainer.h +config.o: ../functions/functions.h ../functions/functionbase.h +config.o: ../core/request.h ../core/system.h ../core/synchro.h +config.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h +config.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h +config.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h +config.o: ../functions/default.h ../functions/download.h ../functions/emacs.h +config.o: ../functions/env.h ../functions/last.h ../functions/login.h +config.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h +config.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h +config.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +config.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h +config.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h +config.o: ../functions/sort.h ../functions/specialdefault.h +config.o: ../functions/stat.h ../functions/subject.h ../functions/template.h config.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h config.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h config.o: ../core/htmlfilter.h ../templates/templates.h config.o: ../templates/patterncacher.h ../templates/indexpatterns.h config.o: ../templates/patterns.h ../templates/changepatterns.h config.o: ../templates/htmltextstream.h ../core/sessionmanager.h -crypt.o: crypt.h run.h config.h htmlfilter.h user.h misc.h item.h -crypt.o: requesttypes.h log.h textstream.h logmanipulators.h slog.h cur.h -crypt.o: request.h error.h ../templates/htmltextstream.h ../core/textstream.h -crypt.o: session.h plugindata.h rebus.h mount.h ../templates/locale.h -dircontainer.o: dircontainer.h item.h log.h textstream.h logmanipulators.h -dircontainer.o: slog.h cur.h request.h requesttypes.h error.h config.h -dircontainer.o: htmlfilter.h ../templates/htmltextstream.h -dircontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h -dircontainer.o: rebus.h mount.h ../templates/locale.h -dirs.o: dirs.h item.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -dirs.o: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h -dirs.o: ../core/error.h ../db/dbitemquery.h ../core/item.h +crypt.o: crypt.h run.h config.h ../../pikotools/confparser/confparser.h +crypt.o: ../../pikotools/confparser/space.h htmlfilter.h user.h +crypt.o: ../../pikotools/utf8/utf8.h misc.h item.h +crypt.o: ../../pikotools/confparser/space.h requesttypes.h log.h textstream.h +crypt.o: logmanipulators.h slog.h cur.h request.h error.h +crypt.o: ../templates/htmltextstream.h ../core/textstream.h session.h +crypt.o: plugindata.h rebus.h mount.h ../templates/locale.h +dircontainer.o: dircontainer.h item.h ../../pikotools/confparser/space.h +dircontainer.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h +dircontainer.o: requesttypes.h error.h config.h +dircontainer.o: ../../pikotools/confparser/confparser.h +dircontainer.o: ../../pikotools/confparser/space.h htmlfilter.h +dircontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h +dircontainer.o: session.h user.h plugindata.h rebus.h mount.h +dircontainer.o: ../templates/locale.h +dirs.o: dirs.h item.h ../../pikotools/confparser/space.h dircontainer.h +dirs.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +dirs.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h +dirs.o: ../../pikotools/confparser/confparser.h +dirs.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h ../core/item.h dirs.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h dirs.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h dirs.o: logmanipulators.h slog.h cur.h request.h error.h config.h @@ -108,12 +123,15 @@ dirs.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h dirs.o: ../templates/localefilter.h ../../ezc/src/ezc.h dirs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h dirs.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -dirs.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -dirs.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h -dirs.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h +dirs.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +dirs.o: ../notify/notifythread.h ../core/basethread.h synchro.h +dirs.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +dirs.o: ugcontainer.h lastcontainer.h groups.o: groups.h group.h ugcontainer.h ../db/db.h ../db/dbbase.h groups.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h -groups.o: item.h requesttypes.h ../core/error.h ../db/dbitemquery.h +groups.o: item.h ../../pikotools/confparser/space.h requesttypes.h +groups.o: ../core/error.h ../../pikotools/confparser/confparser.h +groups.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h groups.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h groups.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h groups.o: logmanipulators.h slog.h cur.h request.h error.h config.h @@ -123,67 +141,82 @@ htmlfilter.o: htmlfilter.h httpsimpleparser.o: httpsimpleparser.h image.o: image.h basethread.h textstream.h ../db/db.h ../db/dbbase.h image.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h -image.o: item.h requesttypes.h ../core/error.h ../db/dbitemquery.h +image.o: item.h ../../pikotools/confparser/space.h requesttypes.h +image.o: ../core/error.h ../../pikotools/confparser/confparser.h +image.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h image.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h image.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h image.o: slog.h cur.h request.h error.h config.h htmlfilter.h image.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h -image.o: mount.h ../templates/locale.h ../core/config.h system.h dirs.h -image.o: dircontainer.h ../notify/notify.h ../notify/notifypool.h -image.o: ../templates/patterns.h ../templates/locale.h -image.o: ../templates/localefilter.h ../../ezc/src/ezc.h -image.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h -image.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -image.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -image.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h -image.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h mountparser.h -image.o: crypt.h run.h users.h groups.h group.h loadavg.h threadmanager.h -image.o: plugin.h pluginmsg.h sessionmanager.h sessioncontainer.h -image.o: ../functions/functions.h ../functions/functionbase.h -image.o: ../core/request.h ../core/system.h ../core/synchro.h -image.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h -image.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h -image.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h -image.o: ../functions/default.h ../functions/download.h ../functions/emacs.h -image.o: ../functions/env.h ../functions/last.h ../functions/login.h -image.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h -image.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h -image.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -image.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h -image.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h -image.o: ../functions/sort.h ../functions/specialdefault.h -image.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +image.o: mount.h ../templates/locale.h ../core/config.h +image.o: ../../pikotools/utf8/utf8.h system.h dirs.h dircontainer.h +image.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +image.o: ../templates/locale.h ../templates/localefilter.h +image.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +image.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h +image.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h +image.o: ../notify/notifythread.h ../core/basethread.h synchro.h +image.o: ../notify/templatesnotify.h ../core/users.h ugcontainer.h +image.o: lastcontainer.h mounts.h mountparser.h crypt.h run.h users.h +image.o: groups.h group.h loadavg.h threadmanager.h plugin.h pluginmsg.h +image.o: sessionmanager.h sessioncontainer.h ../functions/functions.h +image.o: ../functions/functionbase.h ../core/request.h ../core/system.h +image.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h +image.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h +image.o: ../functions/privchanger.h ../functions/chown.h +image.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h +image.o: ../functions/download.h ../functions/emacs.h ../functions/env.h +image.o: ../functions/last.h ../functions/login.h ../functions/logout.h +image.o: ../functions/ln.h ../functions/ls.h ../functions/man.h +image.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h +image.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h +image.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h +image.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h +image.o: ../functions/specialdefault.h ../functions/stat.h +image.o: ../functions/subject.h ../functions/template.h image.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h image.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h image.o: ../core/htmlfilter.h ../templates/templates.h image.o: ../templates/patterncacher.h ../templates/indexpatterns.h image.o: ../templates/patterns.h ../templates/changepatterns.h image.o: ../templates/htmltextstream.h ../core/sessionmanager.h -item.o: item.h misc.h requesttypes.h crypt.h run.h config.h htmlfilter.h -item.o: user.h +item.o: item.h ../../pikotools/confparser/space.h misc.h requesttypes.h +item.o: crypt.h run.h config.h ../../pikotools/confparser/confparser.h +item.o: ../../pikotools/confparser/space.h htmlfilter.h user.h lastcontainer.o: lastcontainer.h log.h textstream.h logmanipulators.h slog.h -lastcontainer.o: cur.h request.h requesttypes.h item.h error.h config.h -lastcontainer.o: htmlfilter.h ../templates/htmltextstream.h -lastcontainer.o: ../core/textstream.h misc.h session.h user.h plugindata.h -lastcontainer.o: rebus.h mount.h ../templates/locale.h +lastcontainer.o: cur.h request.h requesttypes.h item.h +lastcontainer.o: ../../pikotools/confparser/space.h error.h config.h +lastcontainer.o: ../../pikotools/confparser/confparser.h +lastcontainer.o: ../../pikotools/confparser/space.h htmlfilter.h +lastcontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h +lastcontainer.o: session.h user.h plugindata.h rebus.h mount.h +lastcontainer.o: ../templates/locale.h loadavg.o: loadavg.h log.h textstream.h logmanipulators.h slog.h cur.h -loadavg.o: request.h requesttypes.h item.h error.h config.h htmlfilter.h +loadavg.o: request.h requesttypes.h item.h ../../pikotools/confparser/space.h +loadavg.o: error.h config.h ../../pikotools/confparser/confparser.h +loadavg.o: ../../pikotools/confparser/space.h htmlfilter.h loadavg.o: ../templates/htmltextstream.h ../core/textstream.h misc.h loadavg.o: session.h user.h plugindata.h rebus.h mount.h loadavg.o: ../templates/locale.h log.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h -log.o: requesttypes.h item.h error.h config.h htmlfilter.h +log.o: requesttypes.h item.h ../../pikotools/confparser/space.h error.h +log.o: config.h ../../pikotools/confparser/confparser.h +log.o: ../../pikotools/confparser/space.h htmlfilter.h log.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h log.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h -misc.o: misc.h item.h requesttypes.h log.h textstream.h logmanipulators.h -misc.o: slog.h cur.h request.h error.h config.h htmlfilter.h +log.o: ../../pikotools/utf8/utf8.h +misc.o: misc.h item.h ../../pikotools/confparser/space.h requesttypes.h log.h +misc.o: textstream.h logmanipulators.h slog.h cur.h request.h error.h +misc.o: config.h ../../pikotools/confparser/confparser.h +misc.o: ../../pikotools/confparser/space.h htmlfilter.h misc.o: ../templates/htmltextstream.h ../core/textstream.h session.h user.h misc.o: plugindata.h rebus.h mount.h ../templates/locale.h misc.o: ../templates/templates.h ../../ezc/src/ezc.h misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h misc.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -misc.o: ../../ezc/src/stringconv.h ../templates/patterncacher.h -misc.o: ../core/item.h ../templates/indexpatterns.h ../templates/patterns.h +misc.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +misc.o: ../templates/patterncacher.h ../core/item.h +misc.o: ../templates/indexpatterns.h ../templates/patterns.h misc.o: ../templates/locale.h ../templates/changepatterns.h misc.o: ../templates/htmltextstream.h ../templates/localefilter.h misc.o: ../core/config.h ../core/cur.h ../core/system.h @@ -191,37 +224,44 @@ misc.o: ../core/sessionmanager.h ../core/htmlfilter.h ../db/db.h misc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h misc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h misc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mount.o: mount.h misc.h item.h requesttypes.h -mountparser.o: mountparser.h mount.h item.h dirs.h dircontainer.h ../db/db.h -mountparser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +mount.o: mount.h misc.h item.h ../../pikotools/confparser/space.h +mount.o: requesttypes.h +mountparser.o: mountparser.h mount.h item.h +mountparser.o: ../../pikotools/confparser/space.h dirs.h dircontainer.h +mountparser.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h mountparser.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h -mountparser.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h -mountparser.o: ../core/user.h ../core/group.h ../core/dircontainer.h -mountparser.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h -mountparser.o: slog.h cur.h request.h error.h config.h htmlfilter.h -mountparser.o: ../templates/htmltextstream.h session.h user.h plugindata.h -mountparser.o: rebus.h ../templates/locale.h ../notify/notify.h -mountparser.o: ../notify/notifypool.h ../templates/patterns.h -mountparser.o: ../templates/locale.h ../templates/localefilter.h -mountparser.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -mountparser.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -mountparser.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h +mountparser.o: ../../pikotools/confparser/confparser.h +mountparser.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +mountparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h +mountparser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +mountparser.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h +mountparser.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h +mountparser.o: session.h user.h plugindata.h rebus.h ../templates/locale.h +mountparser.o: ../notify/notify.h ../notify/notifypool.h +mountparser.o: ../templates/patterns.h ../templates/locale.h +mountparser.o: ../templates/localefilter.h ../../ezc/src/ezc.h +mountparser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +mountparser.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +mountparser.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h mountparser.o: ../notify/notifythread.h ../core/basethread.h synchro.h mountparser.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h mountparser.o: ugcontainer.h lastcontainer.h -mounts.o: mounts.h mount.h error.h dirs.h item.h dircontainer.h ../db/db.h +mounts.o: mounts.h mount.h error.h dirs.h item.h +mounts.o: ../../pikotools/confparser/space.h dircontainer.h ../db/db.h mounts.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h mounts.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h -mounts.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h -mounts.o: ../core/user.h ../core/group.h ../core/dircontainer.h -mounts.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h -mounts.o: cur.h request.h config.h htmlfilter.h ../templates/htmltextstream.h -mounts.o: session.h user.h plugindata.h rebus.h ../templates/locale.h -mounts.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h -mounts.o: ../templates/locale.h ../templates/localefilter.h -mounts.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -mounts.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -mounts.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h +mounts.o: ../../pikotools/confparser/confparser.h +mounts.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +mounts.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h +mounts.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h +mounts.o: logmanipulators.h slog.h cur.h request.h config.h htmlfilter.h +mounts.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h +mounts.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +mounts.o: ../templates/patterns.h ../templates/locale.h +mounts.o: ../templates/localefilter.h ../../ezc/src/ezc.h +mounts.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +mounts.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +mounts.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h mounts.o: ../notify/notifythread.h ../core/basethread.h synchro.h mounts.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h mounts.o: ugcontainer.h lastcontainer.h mountparser.h plugin.h pluginmsg.h @@ -248,7 +288,10 @@ mounts.o: ../templates/patterncacher.h ../templates/indexpatterns.h mounts.o: ../templates/patterns.h ../templates/changepatterns.h mounts.o: ../templates/htmltextstream.h ../core/sessionmanager.h plugin.o: plugin.h pluginmsg.h log.h textstream.h logmanipulators.h slog.h -plugin.o: cur.h request.h requesttypes.h item.h error.h config.h htmlfilter.h +plugin.o: cur.h request.h requesttypes.h item.h +plugin.o: ../../pikotools/confparser/space.h error.h config.h +plugin.o: ../../pikotools/confparser/confparser.h +plugin.o: ../../pikotools/confparser/space.h htmlfilter.h plugin.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h plugin.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h system.h plugin.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h @@ -260,25 +303,26 @@ plugin.o: ../templates/locale.h ../templates/localefilter.h plugin.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h plugin.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h plugin.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -plugin.o: ../notify/notifythread.h ../core/basethread.h synchro.h -plugin.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h -plugin.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h -plugin.o: users.h groups.h group.h loadavg.h image.h basethread.h -plugin.o: threadmanager.h sessionmanager.h sessioncontainer.h -plugin.o: ../functions/functions.h ../functions/functionbase.h -plugin.o: ../core/request.h ../core/system.h ../core/synchro.h -plugin.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h -plugin.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h -plugin.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h -plugin.o: ../functions/default.h ../functions/download.h ../functions/emacs.h -plugin.o: ../functions/env.h ../functions/last.h ../functions/login.h -plugin.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h -plugin.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h -plugin.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h -plugin.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h -plugin.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h -plugin.o: ../functions/sort.h ../functions/specialdefault.h -plugin.o: ../functions/stat.h ../functions/subject.h ../functions/template.h +plugin.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +plugin.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h +plugin.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h +plugin.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h +plugin.o: loadavg.h image.h basethread.h threadmanager.h sessionmanager.h +plugin.o: sessioncontainer.h ../functions/functions.h +plugin.o: ../functions/functionbase.h ../core/request.h ../core/system.h +plugin.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h +plugin.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h +plugin.o: ../functions/privchanger.h ../functions/chown.h +plugin.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h +plugin.o: ../functions/download.h ../functions/emacs.h ../functions/env.h +plugin.o: ../functions/last.h ../functions/login.h ../functions/logout.h +plugin.o: ../functions/ln.h ../functions/ls.h ../functions/man.h +plugin.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h +plugin.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h +plugin.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h +plugin.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h +plugin.o: ../functions/specialdefault.h ../functions/stat.h +plugin.o: ../functions/subject.h ../functions/template.h plugin.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h plugin.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h plugin.o: ../core/htmlfilter.h ../templates/templates.h @@ -287,18 +331,21 @@ plugin.o: ../templates/patterns.h ../templates/changepatterns.h plugin.o: ../templates/htmltextstream.h ../core/sessionmanager.h plugindata.o: plugindata.h plugin.h pluginmsg.h log.h textstream.h plugindata.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h -plugindata.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h -plugindata.o: ../core/textstream.h misc.h session.h user.h rebus.h mount.h -plugindata.o: ../templates/locale.h system.h dirs.h dircontainer.h ../db/db.h -plugindata.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -plugindata.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -plugindata.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -plugindata.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h -plugindata.o: ../notify/notifypool.h ../templates/patterns.h -plugindata.o: ../templates/locale.h ../templates/localefilter.h -plugindata.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -plugindata.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -plugindata.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h +plugindata.o: ../../pikotools/confparser/space.h error.h config.h +plugindata.o: ../../pikotools/confparser/confparser.h +plugindata.o: ../../pikotools/confparser/space.h htmlfilter.h +plugindata.o: ../templates/htmltextstream.h ../core/textstream.h misc.h +plugindata.o: session.h user.h rebus.h mount.h ../templates/locale.h system.h +plugindata.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +plugindata.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h +plugindata.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h +plugindata.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +plugindata.o: ../notify/notify.h ../notify/notifypool.h +plugindata.o: ../templates/patterns.h ../templates/locale.h +plugindata.o: ../templates/localefilter.h ../../ezc/src/ezc.h +plugindata.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +plugindata.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +plugindata.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h plugindata.o: ../notify/notifythread.h ../core/basethread.h synchro.h plugindata.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h plugindata.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h @@ -328,21 +375,27 @@ plugindata.o: ../templates/indexpatterns.h ../templates/patterns.h plugindata.o: ../templates/changepatterns.h ../templates/htmltextstream.h plugindata.o: ../core/sessionmanager.h postmultiparser.o: postmultiparser.h error.h requesttypes.h config.h -postmultiparser.o: htmlfilter.h misc.h item.h log.h textstream.h -postmultiparser.o: logmanipulators.h slog.h cur.h request.h +postmultiparser.o: ../../pikotools/confparser/confparser.h +postmultiparser.o: ../../pikotools/confparser/space.h htmlfilter.h misc.h +postmultiparser.o: item.h ../../pikotools/confparser/space.h log.h +postmultiparser.o: textstream.h logmanipulators.h slog.h cur.h request.h postmultiparser.o: ../templates/htmltextstream.h ../core/textstream.h postmultiparser.o: session.h user.h plugindata.h rebus.h mount.h -postmultiparser.o: ../templates/locale.h +postmultiparser.o: ../templates/locale.h ../../pikotools/utf8/utf8.h rebus.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h -rebus.o: requesttypes.h item.h error.h config.h htmlfilter.h +rebus.o: requesttypes.h item.h ../../pikotools/confparser/space.h error.h +rebus.o: config.h ../../pikotools/confparser/confparser.h +rebus.o: ../../pikotools/confparser/space.h htmlfilter.h rebus.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h rebus.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h -request.o: request.h requesttypes.h item.h error.h config.h htmlfilter.h -request.o: textstream.h ../templates/htmltextstream.h ../core/textstream.h -request.o: misc.h log.h logmanipulators.h slog.h cur.h session.h user.h -request.o: plugindata.h rebus.h mount.h ../templates/locale.h plugin.h -request.o: pluginmsg.h system.h dirs.h dircontainer.h ../db/db.h -request.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +request.o: request.h requesttypes.h item.h ../../pikotools/confparser/space.h +request.o: error.h config.h ../../pikotools/confparser/confparser.h +request.o: ../../pikotools/confparser/space.h htmlfilter.h textstream.h +request.o: ../templates/htmltextstream.h ../core/textstream.h misc.h log.h +request.o: logmanipulators.h slog.h cur.h session.h user.h plugindata.h +request.o: rebus.h mount.h ../templates/locale.h plugin.h pluginmsg.h +request.o: system.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h +request.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h request.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h request.o: ../core/user.h ../core/group.h ../core/dircontainer.h request.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h @@ -350,24 +403,25 @@ request.o: ../templates/patterns.h ../templates/locale.h request.o: ../templates/localefilter.h ../../ezc/src/ezc.h request.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h request.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -request.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -request.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h -request.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h -request.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h -request.o: loadavg.h image.h basethread.h threadmanager.h sessionmanager.h -request.o: sessioncontainer.h ../functions/functions.h -request.o: ../functions/functionbase.h ../core/request.h ../core/system.h -request.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h -request.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h -request.o: ../functions/privchanger.h ../functions/chown.h -request.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h -request.o: ../functions/download.h ../functions/emacs.h ../functions/env.h -request.o: ../functions/last.h ../functions/login.h ../functions/logout.h -request.o: ../functions/ln.h ../functions/ls.h ../functions/man.h -request.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h -request.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -request.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h -request.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h +request.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +request.o: ../notify/notifythread.h ../core/basethread.h synchro.h +request.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +request.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h +request.o: users.h groups.h group.h loadavg.h image.h basethread.h +request.o: threadmanager.h sessionmanager.h sessioncontainer.h +request.o: ../functions/functions.h ../functions/functionbase.h +request.o: ../core/request.h ../core/system.h ../core/synchro.h +request.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h +request.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h +request.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h +request.o: ../functions/default.h ../functions/download.h +request.o: ../functions/emacs.h ../functions/env.h ../functions/last.h +request.o: ../functions/login.h ../functions/logout.h ../functions/ln.h +request.o: ../functions/ls.h ../functions/man.h ../functions/meta.h +request.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h +request.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h +request.o: ../functions/pw.h ../functions/reload.h ../functions/rm.h +request.o: ../functions/rmuser.h ../functions/sort.h request.o: ../functions/specialdefault.h ../functions/stat.h request.o: ../functions/subject.h ../functions/template.h request.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h @@ -377,20 +431,28 @@ request.o: ../templates/patterncacher.h ../templates/indexpatterns.h request.o: ../templates/patterns.h ../templates/changepatterns.h request.o: ../templates/htmltextstream.h ../core/sessionmanager.h run.o: run.h log.h textstream.h logmanipulators.h slog.h cur.h request.h -run.o: requesttypes.h item.h error.h config.h htmlfilter.h +run.o: requesttypes.h item.h ../../pikotools/confparser/space.h error.h +run.o: config.h ../../pikotools/confparser/confparser.h +run.o: ../../pikotools/confparser/space.h htmlfilter.h run.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h run.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h -session.o: session.h item.h error.h user.h plugindata.h rebus.h textstream.h -session.o: misc.h requesttypes.h -sessioncontainer.o: sessioncontainer.h session.h item.h error.h user.h +session.o: session.h item.h ../../pikotools/confparser/space.h error.h user.h +session.o: plugindata.h rebus.h textstream.h misc.h requesttypes.h +sessioncontainer.o: sessioncontainer.h session.h item.h +sessioncontainer.o: ../../pikotools/confparser/space.h error.h user.h sessioncontainer.o: plugindata.h rebus.h textstream.h cur.h request.h -sessioncontainer.o: requesttypes.h config.h htmlfilter.h +sessioncontainer.o: requesttypes.h config.h +sessioncontainer.o: ../../pikotools/confparser/confparser.h +sessioncontainer.o: ../../pikotools/confparser/space.h htmlfilter.h sessioncontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessioncontainer.o: mount.h log.h logmanipulators.h slog.h sessioncontainer.o: ../templates/locale.h sessionmanager.o: sessionmanager.h sessioncontainer.h session.h item.h -sessionmanager.o: error.h user.h plugindata.h rebus.h textstream.h cur.h -sessionmanager.o: request.h requesttypes.h config.h htmlfilter.h +sessionmanager.o: ../../pikotools/confparser/space.h error.h user.h +sessionmanager.o: plugindata.h rebus.h textstream.h cur.h request.h +sessionmanager.o: requesttypes.h config.h +sessionmanager.o: ../../pikotools/confparser/confparser.h +sessionmanager.o: ../../pikotools/confparser/space.h htmlfilter.h sessionmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessionmanager.o: mount.h lastcontainer.h system.h dirs.h dircontainer.h sessionmanager.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h @@ -404,14 +466,14 @@ sessionmanager.o: ../templates/locale.h ../templates/localefilter.h sessionmanager.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h sessionmanager.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h sessionmanager.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -sessionmanager.o: ../notify/notifythread.h ../core/basethread.h synchro.h -sessionmanager.o: ../notify/templatesnotify.h ../core/config.h -sessionmanager.o: ../core/users.h ugcontainer.h mounts.h mountparser.h -sessionmanager.o: crypt.h run.h users.h groups.h group.h loadavg.h image.h -sessionmanager.o: basethread.h threadmanager.h sessionparser.h plugin.h -sessionmanager.o: pluginmsg.h ../functions/functions.h -sessionmanager.o: ../functions/functionbase.h ../core/request.h -sessionmanager.o: ../core/system.h ../core/synchro.h +sessionmanager.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +sessionmanager.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h +sessionmanager.o: ../core/config.h ../core/users.h ugcontainer.h mounts.h +sessionmanager.o: mountparser.h crypt.h run.h users.h groups.h group.h +sessionmanager.o: loadavg.h image.h basethread.h threadmanager.h +sessionmanager.o: sessionparser.h plugin.h pluginmsg.h +sessionmanager.o: ../functions/functions.h ../functions/functionbase.h +sessionmanager.o: ../core/request.h ../core/system.h ../core/synchro.h sessionmanager.o: ../functions/functionparser.h ../core/cur.h sessionmanager.o: ../functions/adduser.h ../functions/cat.h sessionmanager.o: ../functions/chmod.h ../functions/privchanger.h @@ -434,21 +496,29 @@ sessionmanager.o: ../templates/templates.h ../templates/patterncacher.h sessionmanager.o: ../templates/indexpatterns.h ../templates/patterns.h sessionmanager.o: ../templates/changepatterns.h ../templates/htmltextstream.h sessionmanager.o: ../core/sessionmanager.h -sessionparser.o: sessionparser.h session.h item.h error.h user.h plugindata.h -sessionparser.o: rebus.h textstream.h sessioncontainer.h cur.h request.h -sessionparser.o: requesttypes.h config.h htmlfilter.h +sessionparser.o: sessionparser.h session.h item.h +sessionparser.o: ../../pikotools/confparser/space.h error.h user.h +sessionparser.o: plugindata.h rebus.h textstream.h sessioncontainer.h cur.h +sessionparser.o: request.h requesttypes.h config.h +sessionparser.o: ../../pikotools/confparser/confparser.h +sessionparser.o: ../../pikotools/confparser/space.h htmlfilter.h sessionparser.o: ../templates/htmltextstream.h ../core/textstream.h misc.h sessionparser.o: mount.h users.h log.h logmanipulators.h slog.h sessionparser.o: ../templates/locale.h -slog.o: slog.h cur.h request.h requesttypes.h item.h error.h config.h -slog.o: htmlfilter.h textstream.h ../templates/htmltextstream.h -slog.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h -slog.o: mount.h logmanipulators.h ../templates/locale.h +slog.o: slog.h cur.h request.h requesttypes.h item.h +slog.o: ../../pikotools/confparser/space.h error.h config.h +slog.o: ../../pikotools/confparser/confparser.h +slog.o: ../../pikotools/confparser/space.h htmlfilter.h textstream.h +slog.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h +slog.o: user.h plugindata.h rebus.h mount.h logmanipulators.h +slog.o: ../templates/locale.h synchro.o: synchro.h -system.o: system.h dirs.h item.h dircontainer.h ../db/db.h ../db/dbbase.h -system.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h -system.o: requesttypes.h ../core/error.h ../db/dbitemquery.h ../core/item.h -system.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +system.o: system.h dirs.h item.h ../../pikotools/confparser/space.h +system.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h +system.o: ../db/dbtextstream.h ../core/textstream.h misc.h requesttypes.h +system.o: ../core/error.h ../../pikotools/confparser/confparser.h +system.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +system.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h system.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h system.o: logmanipulators.h slog.h cur.h request.h error.h config.h system.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h @@ -458,57 +528,63 @@ system.o: ../templates/locale.h ../templates/localefilter.h system.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h system.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h system.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -system.o: ../notify/notifythread.h ../core/basethread.h synchro.h -system.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h -system.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h -system.o: users.h groups.h group.h loadavg.h image.h basethread.h -system.o: threadmanager.h ../templates/templates.h -system.o: ../templates/patterncacher.h ../templates/indexpatterns.h -system.o: ../templates/patterns.h ../templates/changepatterns.h -system.o: ../templates/htmltextstream.h ../core/cur.h ../core/system.h -system.o: ../core/sessionmanager.h ../core/htmlfilter.h -system.o: ../functions/functions.h ../functions/functionbase.h -system.o: ../core/request.h ../core/synchro.h ../functions/functionparser.h -system.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h -system.o: ../functions/privchanger.h ../functions/chown.h -system.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h -system.o: ../functions/download.h ../functions/emacs.h ../functions/env.h -system.o: ../functions/last.h ../functions/login.h ../functions/logout.h -system.o: ../functions/ln.h ../functions/ls.h ../functions/man.h -system.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h -system.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h -system.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h -system.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h -system.o: ../functions/specialdefault.h ../functions/stat.h -system.o: ../functions/subject.h ../functions/template.h +system.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +system.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h +system.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h +system.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h +system.o: loadavg.h image.h basethread.h threadmanager.h +system.o: ../templates/templates.h ../templates/patterncacher.h +system.o: ../templates/indexpatterns.h ../templates/patterns.h +system.o: ../templates/changepatterns.h ../templates/htmltextstream.h +system.o: ../core/cur.h ../core/system.h ../core/sessionmanager.h +system.o: ../core/htmlfilter.h ../functions/functions.h +system.o: ../functions/functionbase.h ../core/request.h ../core/synchro.h +system.o: ../functions/functionparser.h ../functions/adduser.h +system.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h +system.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h +system.o: ../functions/default.h ../functions/download.h ../functions/emacs.h +system.o: ../functions/env.h ../functions/last.h ../functions/login.h +system.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h +system.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h +system.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h +system.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h +system.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h +system.o: ../functions/sort.h ../functions/specialdefault.h +system.o: ../functions/stat.h ../functions/subject.h ../functions/template.h system.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h system.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h system.o: plugin.h pluginmsg.h sessionmanager.h sessioncontainer.h -textstream.o: textstream.h misc.h item.h requesttypes.h +textstream.o: textstream.h misc.h item.h ../../pikotools/confparser/space.h +textstream.o: requesttypes.h threadmanager.o: threadmanager.h basethread.h synchro.h log.h textstream.h threadmanager.o: logmanipulators.h slog.h cur.h request.h requesttypes.h -threadmanager.o: item.h error.h config.h htmlfilter.h +threadmanager.o: item.h ../../pikotools/confparser/space.h error.h config.h +threadmanager.o: ../../pikotools/confparser/confparser.h +threadmanager.o: ../../pikotools/confparser/space.h htmlfilter.h threadmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h threadmanager.o: session.h user.h plugindata.h rebus.h mount.h threadmanager.o: ../templates/locale.h -users.o: users.h sessionmanager.h sessioncontainer.h session.h item.h error.h -users.o: user.h plugindata.h rebus.h textstream.h cur.h request.h -users.o: requesttypes.h config.h htmlfilter.h ../templates/htmltextstream.h -users.o: ../core/textstream.h misc.h mount.h lastcontainer.h system.h dirs.h -users.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -users.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -users.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h -users.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h -users.o: slog.h ../templates/locale.h ../notify/notify.h -users.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h +users.o: users.h sessionmanager.h sessioncontainer.h session.h item.h +users.o: ../../pikotools/confparser/space.h error.h user.h plugindata.h +users.o: rebus.h textstream.h cur.h request.h requesttypes.h config.h +users.o: ../../pikotools/confparser/confparser.h +users.o: ../../pikotools/confparser/space.h htmlfilter.h +users.o: ../templates/htmltextstream.h ../core/textstream.h misc.h mount.h +users.o: lastcontainer.h system.h dirs.h dircontainer.h ../db/db.h +users.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +users.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h +users.o: ../core/user.h ../core/group.h ../core/dircontainer.h +users.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h +users.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +users.o: ../templates/patterns.h ../templates/locale.h users.o: ../templates/localefilter.h ../../ezc/src/ezc.h users.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h users.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -users.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -users.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h -users.o: ../core/config.h ../core/users.h ugcontainer.h mounts.h -users.o: mountparser.h crypt.h run.h groups.h group.h loadavg.h image.h -users.o: basethread.h threadmanager.h plugin.h pluginmsg.h +users.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +users.o: ../notify/notifythread.h ../core/basethread.h synchro.h +users.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +users.o: ugcontainer.h mounts.h mountparser.h crypt.h run.h groups.h group.h +users.o: loadavg.h image.h basethread.h threadmanager.h plugin.h pluginmsg.h users.o: ../functions/functions.h ../functions/functionbase.h users.o: ../core/request.h ../core/system.h ../core/synchro.h users.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h diff --git a/db/Makefile b/db/Makefile index 6cb46e9..14f7631 100755 --- a/db/Makefile +++ b/db/Makefile @@ -9,7 +9,7 @@ all: $(o) depend: - makedepend -Y. -I.. -I../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I.. -I../../ezc/src -I../../pikotools -I../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/db/Makefile.dep b/db/Makefile.dep index cf34c15..48f6d70 100755 --- a/db/Makefile.dep +++ b/db/Makefile.dep @@ -1,23 +1,33 @@ # DO NOT DELETE db.o: db.h dbbase.h dbconn.h dbtextstream.h ../core/textstream.h -db.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -db.o: dbitemquery.h ../core/item.h dbitemcolumns.h ../core/user.h -db.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -db.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -db.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -db.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -db.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -db.o: ../core/mount.h ../templates/locale.h ../core/log.h ../core/misc.h +db.o: ../core/misc.h ../core/item.h ../../pikotools/confparser/space.h +db.o: ../core/requesttypes.h ../core/error.h +db.o: ../../pikotools/confparser/confparser.h +db.o: ../../pikotools/confparser/space.h dbitemquery.h ../core/item.h +db.o: dbitemcolumns.h ../core/user.h ../core/group.h ../core/dircontainer.h +db.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +db.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +db.o: ../core/request.h ../core/error.h ../core/config.h ../core/htmlfilter.h +db.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +db.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +db.o: ../templates/locale.h ../core/log.h ../core/misc.h dbbase.o: dbbase.h dbconn.h dbtextstream.h ../core/textstream.h -dbbase.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -dbbase.o: ../core/error.h ../core/log.h ../core/misc.h +dbbase.o: ../core/misc.h ../core/item.h ../../pikotools/confparser/space.h +dbbase.o: ../core/requesttypes.h ../core/error.h +dbbase.o: ../../pikotools/confparser/confparser.h +dbbase.o: ../../pikotools/confparser/space.h ../core/log.h ../core/misc.h +dbbase.o: ../../pikotools/utf8/utf8.h dbconn.o: dbconn.h dbtextstream.h ../core/textstream.h ../core/misc.h -dbconn.o: ../core/item.h ../core/requesttypes.h ../core/log.h ../core/error.h +dbconn.o: ../core/item.h ../../pikotools/confparser/space.h +dbconn.o: ../core/requesttypes.h ../core/log.h ../core/error.h dbitemcolumns.o: dbitemcolumns.h ../core/item.h dbbase.h dbconn.h dbitemcolumns.o: dbtextstream.h ../core/textstream.h ../core/misc.h -dbitemcolumns.o: ../core/item.h ../core/requesttypes.h ../core/error.h -dbitemcolumns.o: ../core/log.h +dbitemcolumns.o: ../core/item.h ../../pikotools/confparser/space.h +dbitemcolumns.o: ../core/requesttypes.h ../core/error.h +dbitemcolumns.o: ../../pikotools/confparser/confparser.h +dbitemcolumns.o: ../../pikotools/confparser/space.h ../core/log.h dbitemquery.o: dbitemquery.h ../core/item.h dbtextstream.o: dbtextstream.h ../core/textstream.h ../core/misc.h -dbtextstream.o: ../core/item.h ../core/requesttypes.h +dbtextstream.o: ../core/item.h ../../pikotools/confparser/space.h +dbtextstream.o: ../core/requesttypes.h ../../pikotools/utf8/utf8.h diff --git a/functions/Makefile b/functions/Makefile index 6cb46e9..14f7631 100755 --- a/functions/Makefile +++ b/functions/Makefile @@ -9,7 +9,7 @@ all: $(o) depend: - makedepend -Y. -I.. -I../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I.. -I../../ezc/src -I../../pikotools -I../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/functions/Makefile.dep b/functions/Makefile.dep index 957e7c3..42406dd 100755 --- a/functions/Makefile.dep +++ b/functions/Makefile.dep @@ -1,13 +1,15 @@ # DO NOT DELETE -adduser.o: adduser.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +adduser.o: adduser.h functionbase.h ../core/item.h +adduser.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h adduser.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h adduser.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -adduser.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -adduser.o: ../core/user.h ../core/group.h ../core/dircontainer.h -adduser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -adduser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -adduser.o: ../core/request.h ../core/error.h ../core/config.h +adduser.o: ../core/error.h ../../pikotools/confparser/confparser.h +adduser.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +adduser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +adduser.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +adduser.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h adduser.o: ../core/htmlfilter.h ../templates/htmltextstream.h adduser.o: ../core/session.h ../core/user.h ../core/plugindata.h adduser.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -22,29 +24,33 @@ adduser.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h adduser.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h adduser.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h adduser.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -adduser.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -adduser.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -adduser.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -adduser.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -adduser.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -adduser.o: ../core/synchro.h ../core/slog.h ../core/plugin.h -adduser.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h -adduser.o: ../core/sessioncontainer.h ../functions/functions.h -adduser.o: ../templates/templates.h ../templates/patterncacher.h -adduser.o: ../templates/indexpatterns.h ../templates/patterns.h -adduser.o: ../templates/changepatterns.h ../templates/htmltextstream.h -adduser.o: ../core/sessionmanager.h ../core/misc.h -cat.o: cat.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -cat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -cat.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -cat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -cat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -cat.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -cat.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -cat.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -cat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -cat.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +adduser.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +adduser.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +adduser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +adduser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +adduser.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +adduser.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +adduser.o: ../core/threadmanager.h ../core/synchro.h ../core/slog.h +adduser.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h +adduser.o: ../core/sessionmanager.h ../core/sessioncontainer.h +adduser.o: ../functions/functions.h ../templates/templates.h +adduser.o: ../templates/patterncacher.h ../templates/indexpatterns.h +adduser.o: ../templates/patterns.h ../templates/changepatterns.h +adduser.o: ../templates/htmltextstream.h ../core/sessionmanager.h +adduser.o: ../core/misc.h +cat.o: cat.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +cat.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +cat.o: ../core/textstream.h ../core/misc.h ../core/item.h +cat.o: ../core/requesttypes.h ../core/error.h +cat.o: ../../pikotools/confparser/confparser.h +cat.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +cat.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +cat.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +cat.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +cat.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +cat.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +cat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +cat.o: ../templates/locale.h ../core/request.h ../core/config.h cat.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h cat.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h cat.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -55,72 +61,80 @@ cat.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h cat.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h cat.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h who.h cat.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -cat.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -cat.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -cat.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -cat.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -cat.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -cat.o: ../core/threadmanager.h ../core/synchro.h -chmod.o: chmod.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +cat.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +cat.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +cat.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +cat.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +cat.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +cat.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +chmod.o: chmod.h functionbase.h ../core/item.h +chmod.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h chmod.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h chmod.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -chmod.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -chmod.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -chmod.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -chmod.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -chmod.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -chmod.o: ../core/session.h ../core/user.h ../core/plugindata.h -chmod.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -chmod.o: ../core/config.h ../core/system.h ../core/dirs.h -chmod.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -chmod.o: ../templates/patterns.h ../templates/locale.h -chmod.o: ../templates/localefilter.h ../../ezc/src/ezc.h -chmod.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -chmod.o: functionparser.h ../core/cur.h adduser.h cat.h chown.h privchanger.h -chmod.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h login.h -chmod.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -chmod.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -chmod.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -chmod.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -chmod.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +chmod.o: ../../pikotools/confparser/confparser.h +chmod.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +chmod.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +chmod.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +chmod.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +chmod.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +chmod.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +chmod.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +chmod.o: ../templates/locale.h ../core/request.h ../core/config.h +chmod.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +chmod.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +chmod.o: ../templates/locale.h ../templates/localefilter.h +chmod.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +chmod.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +chmod.o: adduser.h cat.h chown.h privchanger.h ckeditor.h cp.h default.h +chmod.o: download.h emacs.h env.h last.h login.h logout.h ln.h ls.h man.h +chmod.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +chmod.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +chmod.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +chmod.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +chmod.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h chmod.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h chmod.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h chmod.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h chmod.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h chmod.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h chmod.o: ../core/synchro.h -chown.o: chown.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +chown.o: chown.h functionbase.h ../core/item.h +chown.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h chown.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h chown.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -chown.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -chown.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -chown.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -chown.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -chown.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -chown.o: ../core/session.h ../core/user.h ../core/plugindata.h -chown.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -chown.o: ../core/config.h ../core/system.h ../core/dirs.h -chown.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -chown.o: ../templates/patterns.h ../templates/locale.h -chown.o: ../templates/localefilter.h ../../ezc/src/ezc.h -chown.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -chown.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -chown.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h login.h -chown.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -chown.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -chown.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -chown.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -chown.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +chown.o: ../../pikotools/confparser/confparser.h +chown.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +chown.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +chown.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +chown.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +chown.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +chown.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +chown.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +chown.o: ../templates/locale.h ../core/request.h ../core/config.h +chown.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +chown.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +chown.o: ../templates/locale.h ../templates/localefilter.h +chown.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +chown.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +chown.o: adduser.h cat.h chmod.h privchanger.h ckeditor.h cp.h default.h +chown.o: download.h emacs.h env.h last.h login.h logout.h ln.h ls.h man.h +chown.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +chown.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +chown.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +chown.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +chown.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h chown.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h chown.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h chown.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h chown.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h chown.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h chown.o: ../core/synchro.h -ckeditor.o: ckeditor.h functionbase.h ../core/item.h ../db/db.h -ckeditor.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -ckeditor.o: ../core/textstream.h ../core/misc.h ../core/item.h -ckeditor.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +ckeditor.o: ckeditor.h functionbase.h ../core/item.h +ckeditor.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h +ckeditor.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +ckeditor.o: ../core/misc.h ../core/item.h ../core/requesttypes.h +ckeditor.o: ../core/error.h ../../pikotools/confparser/confparser.h +ckeditor.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h ckeditor.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h ckeditor.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h ckeditor.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h @@ -140,22 +154,26 @@ ckeditor.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h ckeditor.o: run.h sort.h specialdefault.h stat.h subject.h template.h ckeditor.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ckeditor.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -ckeditor.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +ckeditor.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +ckeditor.o: ../core/basethread.h ../core/synchro.h ckeditor.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h ckeditor.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h ckeditor.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h ckeditor.o: ../core/loadavg.h ../core/image.h ../core/basethread.h ckeditor.o: ../core/threadmanager.h ../core/synchro.h -cp.o: cp.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -cp.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -cp.o: ../core/item.h ../core/requesttypes.h ../core/error.h -cp.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -cp.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -cp.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -cp.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -cp.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -cp.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -cp.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +cp.o: cp.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +cp.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +cp.o: ../core/textstream.h ../core/misc.h ../core/item.h +cp.o: ../core/requesttypes.h ../core/error.h +cp.o: ../../pikotools/confparser/confparser.h +cp.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +cp.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +cp.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +cp.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +cp.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +cp.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +cp.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +cp.o: ../templates/locale.h ../core/request.h ../core/config.h cp.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h cp.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h cp.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -166,26 +184,28 @@ cp.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h cp.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h cp.o: subject.h template.h tinymce.h uname.h upload.h uptime.h who.h vim.h cp.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -cp.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -cp.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -cp.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -cp.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -cp.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -cp.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h -cp.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h +cp.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +cp.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +cp.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +cp.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +cp.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +cp.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +cp.o: ../core/misc.h ../core/plugin.h ../core/pluginmsg.h ../core/system.h cp.o: ../core/sessionmanager.h ../core/sessioncontainer.h cp.o: ../functions/functions.h ../templates/templates.h cp.o: ../templates/patterncacher.h ../templates/indexpatterns.h cp.o: ../templates/patterns.h ../templates/changepatterns.h cp.o: ../templates/htmltextstream.h ../core/sessionmanager.h -default.o: default.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +default.o: default.h functionbase.h ../core/item.h +default.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h default.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h default.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -default.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -default.o: ../core/user.h ../core/group.h ../core/dircontainer.h -default.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -default.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -default.o: ../core/request.h ../core/error.h ../core/config.h +default.o: ../core/error.h ../../pikotools/confparser/confparser.h +default.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +default.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +default.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +default.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +default.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h default.o: ../core/htmlfilter.h ../templates/htmltextstream.h default.o: ../core/session.h ../core/user.h ../core/plugindata.h default.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -200,17 +220,19 @@ default.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h default.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h default.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h default.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -default.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -default.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -default.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -default.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -default.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -default.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -default.o: ../core/synchro.h -download.o: download.h functionbase.h ../core/item.h ../db/db.h -download.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -download.o: ../core/textstream.h ../core/misc.h ../core/item.h -download.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +default.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +default.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +default.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +default.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +default.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +default.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +default.o: ../core/threadmanager.h ../core/synchro.h +download.o: download.h functionbase.h ../core/item.h +download.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h +download.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +download.o: ../core/misc.h ../core/item.h ../core/requesttypes.h +download.o: ../core/error.h ../../pikotools/confparser/confparser.h +download.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h download.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h download.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h download.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h @@ -230,34 +252,38 @@ download.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h download.o: run.h sort.h specialdefault.h stat.h subject.h template.h download.o: tinymce.h uname.h upload.h uptime.h who.h vim.h download.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -download.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +download.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +download.o: ../core/basethread.h ../core/synchro.h download.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h download.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h download.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h download.o: ../core/loadavg.h ../core/image.h ../core/basethread.h download.o: ../core/threadmanager.h ../core/synchro.h -emacs.o: emacs.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +emacs.o: emacs.h functionbase.h ../core/item.h +emacs.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h emacs.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h emacs.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -emacs.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -emacs.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -emacs.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -emacs.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -emacs.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -emacs.o: ../core/session.h ../core/user.h ../core/plugindata.h -emacs.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -emacs.o: ../core/config.h ../core/system.h ../core/dirs.h -emacs.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -emacs.o: ../templates/patterns.h ../templates/locale.h -emacs.o: ../templates/localefilter.h ../../ezc/src/ezc.h -emacs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -emacs.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -emacs.o: chown.h ckeditor.h cp.h default.h download.h env.h last.h login.h -emacs.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -emacs.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -emacs.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -emacs.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -emacs.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +emacs.o: ../../pikotools/confparser/confparser.h +emacs.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +emacs.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +emacs.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +emacs.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +emacs.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +emacs.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +emacs.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +emacs.o: ../templates/locale.h ../core/request.h ../core/config.h +emacs.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +emacs.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +emacs.o: ../templates/locale.h ../templates/localefilter.h +emacs.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +emacs.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +emacs.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h +emacs.o: default.h download.h env.h last.h login.h logout.h ln.h ls.h man.h +emacs.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +emacs.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +emacs.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +emacs.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +emacs.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h emacs.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h emacs.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h emacs.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h @@ -267,16 +293,19 @@ emacs.o: ../core/synchro.h ../templates/templates.h emacs.o: ../templates/patterncacher.h ../templates/indexpatterns.h emacs.o: ../templates/patterns.h ../templates/changepatterns.h emacs.o: ../templates/htmltextstream.h ../core/sessionmanager.h -env.o: env.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -env.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -env.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -env.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -env.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -env.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -env.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -env.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -env.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +env.o: env.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +env.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +env.o: ../core/textstream.h ../core/misc.h ../core/item.h +env.o: ../core/requesttypes.h ../core/error.h +env.o: ../../pikotools/confparser/confparser.h +env.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +env.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +env.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +env.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +env.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +env.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +env.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +env.o: ../templates/locale.h ../core/request.h ../core/config.h env.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h env.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h env.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -287,38 +316,42 @@ env.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h env.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h env.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h who.h env.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -env.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -env.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -env.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -env.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -env.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -env.o: ../core/threadmanager.h ../core/synchro.h ../core/log.h -functionbase.o: functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +env.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +env.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +env.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +env.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +env.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +env.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +env.o: ../core/log.h +functionbase.o: functionbase.h ../core/item.h +functionbase.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h functionbase.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h functionbase.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -functionbase.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -functionbase.o: ../core/user.h ../core/group.h ../core/dircontainer.h -functionbase.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -functionbase.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -functionbase.o: ../core/request.h ../core/error.h ../core/config.h -functionbase.o: ../core/htmlfilter.h ../templates/htmltextstream.h -functionbase.o: ../core/session.h ../core/user.h ../core/plugindata.h -functionbase.o: ../core/rebus.h mount.h ../templates/locale.h -functionbase.o: ../core/request.h ../core/config.h ../core/system.h -functionbase.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h -functionbase.o: ../notify/notifypool.h ../templates/patterns.h -functionbase.o: ../templates/locale.h ../templates/localefilter.h -functionbase.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h -functionbase.o: ../../ezc/src/pattern.h functions.h functionparser.h -functionbase.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h -functionbase.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h -functionbase.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h -functionbase.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h -functionbase.o: run.h sort.h specialdefault.h stat.h subject.h template.h -functionbase.o: tinymce.h uname.h upload.h uptime.h who.h vim.h +functionbase.o: ../core/error.h ../../pikotools/confparser/confparser.h +functionbase.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +functionbase.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +functionbase.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +functionbase.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +functionbase.o: ../core/cur.h ../core/request.h ../core/error.h +functionbase.o: ../core/config.h ../core/htmlfilter.h +functionbase.o: ../templates/htmltextstream.h ../core/session.h +functionbase.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +functionbase.o: ../templates/locale.h ../core/request.h ../core/config.h +functionbase.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +functionbase.o: ../notify/notify.h ../notify/notifypool.h +functionbase.o: ../templates/patterns.h ../templates/locale.h +functionbase.o: ../templates/localefilter.h ../../ezc/src/ezc.h +functionbase.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +functionbase.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h +functionbase.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h +functionbase.o: emacs.h env.h last.h login.h logout.h ln.h ls.h man.h meta.h +functionbase.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +functionbase.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +functionbase.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h functionbase.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -functionbase.o: ../notify/notifythread.h ../core/basethread.h -functionbase.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +functionbase.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +functionbase.o: ../core/basethread.h ../core/synchro.h +functionbase.o: ../notify/templatesnotify.h ../core/users.h functionbase.o: ../core/ugcontainer.h ../core/lastcontainer.h functionbase.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h functionbase.o: ../core/users.h ../core/groups.h ../core/group.h @@ -326,9 +359,12 @@ functionbase.o: ../core/loadavg.h ../core/image.h ../core/basethread.h functionbase.o: ../core/threadmanager.h ../core/synchro.h functionparser.o: functionparser.h ../db/db.h ../db/dbbase.h ../db/dbconn.h functionparser.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -functionparser.o: ../core/item.h ../core/requesttypes.h ../core/error.h -functionparser.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h -functionparser.o: ../core/user.h ../core/group.h ../core/dircontainer.h +functionparser.o: ../core/item.h ../core/requesttypes.h +functionparser.o: ../../pikotools/confparser/space.h ../core/error.h +functionparser.o: ../../pikotools/confparser/confparser.h +functionparser.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +functionparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h +functionparser.o: ../core/group.h ../core/dircontainer.h functionparser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h functionparser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h functionparser.o: ../core/request.h ../core/error.h ../core/config.h @@ -348,19 +384,21 @@ functionparser.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h functionparser.o: rmuser.h run.h sort.h specialdefault.h stat.h subject.h functionparser.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h functionparser.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -functionparser.o: ../notify/notifythread.h ../core/basethread.h -functionparser.o: ../core/synchro.h ../notify/templatesnotify.h -functionparser.o: ../core/users.h ../core/ugcontainer.h -functionparser.o: ../core/lastcontainer.h ../core/mounts.h -functionparser.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -functionparser.o: ../core/groups.h ../core/group.h ../core/loadavg.h -functionparser.o: ../core/image.h ../core/basethread.h +functionparser.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +functionparser.o: ../core/basethread.h ../core/synchro.h +functionparser.o: ../notify/templatesnotify.h ../core/users.h +functionparser.o: ../core/ugcontainer.h ../core/lastcontainer.h +functionparser.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h +functionparser.o: ../core/users.h ../core/groups.h ../core/group.h +functionparser.o: ../core/loadavg.h ../core/image.h ../core/basethread.h functionparser.o: ../core/threadmanager.h ../core/synchro.h ../core/cur.h functionparser.o: ../core/log.h -functions.o: functions.h functionbase.h ../core/item.h ../db/db.h -functions.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -functions.o: ../core/textstream.h ../core/misc.h ../core/item.h -functions.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +functions.o: functions.h functionbase.h ../core/item.h +functions.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h +functions.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +functions.o: ../core/misc.h ../core/item.h ../core/requesttypes.h +functions.o: ../core/error.h ../../pikotools/confparser/confparser.h +functions.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h functions.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h functions.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h functions.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h @@ -373,8 +411,8 @@ functions.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h functions.o: ../templates/patterns.h ../templates/locale.h functions.o: ../templates/localefilter.h ../../ezc/src/ezc.h functions.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h -functions.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -functions.o: ../core/basethread.h ../core/synchro.h +functions.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +functions.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h functions.o: ../notify/templatesnotify.h ../core/users.h functions.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h functions.o: ../core/mountparser.h ../core/crypt.h run.h ../core/users.h @@ -393,16 +431,19 @@ functions.o: ../functions/functions.h ../templates/templates.h functions.o: ../templates/patterncacher.h ../templates/indexpatterns.h functions.o: ../templates/patterns.h ../templates/changepatterns.h functions.o: ../templates/htmltextstream.h ../core/sessionmanager.h -last.o: last.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +last.o: last.h functionbase.h ../core/item.h +last.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h last.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -last.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -last.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -last.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -last.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +last.o: ../../pikotools/confparser/confparser.h +last.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +last.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +last.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +last.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +last.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +last.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +last.o: ../templates/locale.h ../core/request.h ../core/config.h last.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h last.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h last.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -413,23 +454,26 @@ last.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h last.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h last.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h last.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -last.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -last.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -last.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -last.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -last.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -last.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -last.o: ../core/synchro.h -ln.o: ln.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -ln.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -ln.o: ../core/item.h ../core/requesttypes.h ../core/error.h -ln.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ln.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ln.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -ln.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -ln.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -ln.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -ln.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +last.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +last.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +last.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +last.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +last.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +last.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +last.o: ../core/threadmanager.h ../core/synchro.h +ln.o: ln.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +ln.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +ln.o: ../core/textstream.h ../core/misc.h ../core/item.h +ln.o: ../core/requesttypes.h ../core/error.h +ln.o: ../../pikotools/confparser/confparser.h +ln.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +ln.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +ln.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +ln.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +ln.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +ln.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +ln.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +ln.o: ../templates/locale.h ../core/request.h ../core/config.h ln.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ln.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h ln.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -440,35 +484,38 @@ ln.o: login.h logout.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h ln.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h ln.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h upload.h ln.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -ln.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -ln.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -ln.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -ln.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -ln.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -ln.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h -ln.o: ../functions/functions.h -login.o: login.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +ln.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +ln.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +ln.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +ln.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +ln.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +ln.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +ln.o: ../core/misc.h ../functions/functions.h +login.o: login.h functionbase.h ../core/item.h +login.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h login.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h login.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -login.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -login.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -login.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -login.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -login.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -login.o: ../core/session.h ../core/user.h ../core/plugindata.h -login.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -login.o: ../core/config.h ../core/system.h ../core/dirs.h -login.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -login.o: ../templates/patterns.h ../templates/locale.h -login.o: ../templates/localefilter.h ../../ezc/src/ezc.h -login.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -login.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -login.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -login.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h -login.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -login.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -login.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -login.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +login.o: ../../pikotools/confparser/confparser.h +login.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +login.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +login.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +login.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +login.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +login.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +login.o: ../templates/locale.h ../core/request.h ../core/config.h +login.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +login.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +login.o: ../templates/locale.h ../templates/localefilter.h +login.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +login.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +login.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h +login.o: default.h download.h emacs.h env.h last.h logout.h ln.h ls.h man.h +login.o: meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +login.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +login.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +login.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +login.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h login.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h login.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h login.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h @@ -480,14 +527,16 @@ login.o: ../functions/functions.h ../templates/templates.h login.o: ../templates/patterncacher.h ../templates/indexpatterns.h login.o: ../templates/patterns.h ../templates/changepatterns.h login.o: ../templates/htmltextstream.h ../core/sessionmanager.h -logout.o: logout.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +logout.o: logout.h functionbase.h ../core/item.h +logout.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h logout.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h logout.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -logout.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -logout.o: ../core/user.h ../core/group.h ../core/dircontainer.h -logout.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -logout.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -logout.o: ../core/request.h ../core/error.h ../core/config.h +logout.o: ../core/error.h ../../pikotools/confparser/confparser.h +logout.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +logout.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +logout.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +logout.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +logout.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h logout.o: ../core/htmlfilter.h ../templates/htmltextstream.h logout.o: ../core/session.h ../core/user.h ../core/plugindata.h logout.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -502,23 +551,26 @@ logout.o: env.h last.h login.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h logout.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h logout.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h logout.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -logout.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -logout.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -logout.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -logout.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -logout.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -logout.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -logout.o: ../core/synchro.h -ls.o: ls.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -ls.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -ls.o: ../core/item.h ../core/requesttypes.h ../core/error.h -ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -ls.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -ls.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -ls.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -ls.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -ls.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -ls.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +logout.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +logout.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +logout.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +logout.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +logout.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +logout.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +logout.o: ../core/threadmanager.h ../core/synchro.h +ls.o: ls.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +ls.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +ls.o: ../core/textstream.h ../core/misc.h ../core/item.h +ls.o: ../core/requesttypes.h ../core/error.h +ls.o: ../../pikotools/confparser/confparser.h +ls.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +ls.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +ls.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +ls.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +ls.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +ls.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +ls.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +ls.o: ../templates/locale.h ../core/request.h ../core/config.h ls.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ls.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h ls.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -529,22 +581,25 @@ ls.o: login.h logout.h ln.h man.h meta.h mkdir.h mv.h nicedit.h node.h ls.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h ls.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h upload.h ls.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -ls.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -ls.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -ls.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -ls.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -ls.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -ls.o: ../core/threadmanager.h ../core/synchro.h -man.o: man.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -man.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -man.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -man.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -man.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -man.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -man.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -man.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -man.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +ls.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +ls.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +ls.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +ls.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +ls.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +ls.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +man.o: man.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +man.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +man.o: ../core/textstream.h ../core/misc.h ../core/item.h +man.o: ../core/requesttypes.h ../core/error.h +man.o: ../../pikotools/confparser/confparser.h +man.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +man.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +man.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +man.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +man.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +man.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +man.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +man.o: ../templates/locale.h ../core/request.h ../core/config.h man.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h man.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h man.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -555,22 +610,26 @@ man.o: login.h logout.h ln.h ls.h meta.h mkdir.h mv.h nicedit.h node.h man.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h man.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h man.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -man.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -man.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -man.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -man.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h -man.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -man.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -meta.o: meta.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +man.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +man.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +man.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +man.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +man.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +man.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +man.o: ../core/threadmanager.h ../core/synchro.h +meta.o: meta.h functionbase.h ../core/item.h +meta.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h meta.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h meta.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -meta.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -meta.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -meta.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -meta.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -meta.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -meta.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -meta.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +meta.o: ../../pikotools/confparser/confparser.h +meta.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +meta.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +meta.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +meta.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +meta.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +meta.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +meta.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +meta.o: ../templates/locale.h ../core/request.h ../core/config.h meta.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h meta.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h meta.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -581,35 +640,38 @@ meta.o: login.h logout.h ln.h ls.h man.h mkdir.h mv.h nicedit.h node.h meta.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h meta.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h meta.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -meta.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -meta.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -meta.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -meta.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -meta.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -meta.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -meta.o: ../core/synchro.h ../core/log.h -mkdir.o: mkdir.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +meta.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +meta.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +meta.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +meta.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +meta.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +meta.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +meta.o: ../core/threadmanager.h ../core/synchro.h ../core/log.h +mkdir.o: mkdir.h functionbase.h ../core/item.h +mkdir.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h mkdir.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h mkdir.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -mkdir.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -mkdir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mkdir.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -mkdir.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mkdir.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -mkdir.o: ../core/session.h ../core/user.h ../core/plugindata.h -mkdir.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -mkdir.o: ../core/config.h ../core/system.h ../core/dirs.h -mkdir.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -mkdir.o: ../templates/patterns.h ../templates/locale.h -mkdir.o: ../templates/localefilter.h ../../ezc/src/ezc.h -mkdir.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -mkdir.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -mkdir.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -mkdir.o: login.h logout.h ln.h ls.h man.h meta.h mv.h nicedit.h node.h -mkdir.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -mkdir.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -mkdir.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -mkdir.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +mkdir.o: ../../pikotools/confparser/confparser.h +mkdir.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +mkdir.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +mkdir.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +mkdir.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +mkdir.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +mkdir.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +mkdir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +mkdir.o: ../templates/locale.h ../core/request.h ../core/config.h +mkdir.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +mkdir.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +mkdir.o: ../templates/locale.h ../templates/localefilter.h +mkdir.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +mkdir.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +mkdir.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h +mkdir.o: default.h download.h emacs.h env.h last.h login.h logout.h ln.h ls.h +mkdir.o: man.h meta.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h +mkdir.o: rm.h rmuser.h run.h sort.h specialdefault.h stat.h subject.h +mkdir.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +mkdir.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +mkdir.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h mkdir.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h mkdir.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h mkdir.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h @@ -621,44 +683,50 @@ mkdir.o: ../functions/functions.h ../templates/templates.h mkdir.o: ../templates/patterncacher.h ../templates/indexpatterns.h mkdir.o: ../templates/patterns.h ../templates/changepatterns.h mkdir.o: ../templates/htmltextstream.h ../core/sessionmanager.h -mount.o: mount.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +mount.o: mount.h functionbase.h ../core/item.h +mount.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h mount.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h mount.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -mount.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mount.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -mount.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mount.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -mount.o: ../core/session.h ../core/user.h ../core/plugindata.h -mount.o: ../core/rebus.h ../templates/locale.h ../core/request.h -mount.o: ../core/config.h ../core/system.h ../core/dirs.h -mount.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -mount.o: ../templates/patterns.h ../templates/locale.h -mount.o: ../templates/localefilter.h ../../ezc/src/ezc.h -mount.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -mount.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -mount.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -mount.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h -mount.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -mount.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h -mount.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -mount.o: ../../ezc/src/stringconv.h ../notify/notifythread.h +mount.o: ../../pikotools/confparser/confparser.h +mount.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +mount.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +mount.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +mount.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +mount.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +mount.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +mount.o: ../core/user.h ../core/plugindata.h ../core/rebus.h +mount.o: ../templates/locale.h ../core/request.h ../core/config.h +mount.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +mount.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +mount.o: ../templates/locale.h ../templates/localefilter.h +mount.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +mount.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +mount.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h +mount.o: default.h download.h emacs.h env.h last.h login.h logout.h ln.h ls.h +mount.o: man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h +mount.o: reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h +mount.o: subject.h template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +mount.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +mount.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h mount.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h mount.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h mount.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h mount.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h mount.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h mount.o: ../core/synchro.h -mv.o: mv.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -mv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -mv.o: ../core/item.h ../core/requesttypes.h ../core/error.h -mv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -mv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -mv.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -mv.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -mv.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -mv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -mv.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +mv.o: mv.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +mv.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +mv.o: ../core/textstream.h ../core/misc.h ../core/item.h +mv.o: ../core/requesttypes.h ../core/error.h +mv.o: ../../pikotools/confparser/confparser.h +mv.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +mv.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +mv.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +mv.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +mv.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +mv.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +mv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +mv.o: ../templates/locale.h ../core/request.h ../core/config.h mv.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h mv.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h mv.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -669,26 +737,28 @@ mv.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h nicedit.h node.h mv.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h mv.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h upload.h mv.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -mv.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -mv.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -mv.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -mv.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -mv.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -mv.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h -mv.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h -mv.o: ../core/sessioncontainer.h ../functions/functions.h -mv.o: ../templates/templates.h ../templates/patterncacher.h -mv.o: ../templates/indexpatterns.h ../templates/patterns.h -mv.o: ../templates/changepatterns.h ../templates/htmltextstream.h -mv.o: ../core/sessionmanager.h -nicedit.o: nicedit.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +mv.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +mv.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +mv.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +mv.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +mv.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +mv.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +mv.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h +mv.o: ../core/sessionmanager.h ../core/sessioncontainer.h +mv.o: ../functions/functions.h ../templates/templates.h +mv.o: ../templates/patterncacher.h ../templates/indexpatterns.h +mv.o: ../templates/patterns.h ../templates/changepatterns.h +mv.o: ../templates/htmltextstream.h ../core/sessionmanager.h +nicedit.o: nicedit.h functionbase.h ../core/item.h +nicedit.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h nicedit.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h nicedit.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -nicedit.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -nicedit.o: ../core/user.h ../core/group.h ../core/dircontainer.h -nicedit.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -nicedit.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -nicedit.o: ../core/request.h ../core/error.h ../core/config.h +nicedit.o: ../core/error.h ../../pikotools/confparser/confparser.h +nicedit.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +nicedit.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +nicedit.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +nicedit.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +nicedit.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h nicedit.o: ../core/htmlfilter.h ../templates/htmltextstream.h nicedit.o: ../core/session.h ../core/user.h ../core/plugindata.h nicedit.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -703,23 +773,26 @@ nicedit.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h nicedit.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h nicedit.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -nicedit.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -nicedit.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -nicedit.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -nicedit.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -nicedit.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -nicedit.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -nicedit.o: ../core/synchro.h -node.o: node.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +nicedit.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +nicedit.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +nicedit.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +nicedit.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +nicedit.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +nicedit.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +nicedit.o: ../core/threadmanager.h ../core/synchro.h +node.o: node.h functionbase.h ../core/item.h +node.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h node.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h node.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -node.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -node.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -node.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -node.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -node.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -node.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -node.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +node.o: ../../pikotools/confparser/confparser.h +node.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +node.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +node.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +node.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +node.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +node.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +node.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +node.o: ../templates/locale.h ../core/request.h ../core/config.h node.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h node.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h node.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -730,21 +803,23 @@ node.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h node.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h node.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -node.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -node.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -node.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -node.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -node.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -node.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -node.o: ../core/synchro.h -passwd.o: passwd.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +node.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +node.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +node.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +node.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +node.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +node.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +node.o: ../core/threadmanager.h ../core/synchro.h +passwd.o: passwd.h functionbase.h ../core/item.h +passwd.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h passwd.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h passwd.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -passwd.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -passwd.o: ../core/user.h ../core/group.h ../core/dircontainer.h -passwd.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -passwd.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -passwd.o: ../core/request.h ../core/error.h ../core/config.h +passwd.o: ../core/error.h ../../pikotools/confparser/confparser.h +passwd.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +passwd.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +passwd.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +passwd.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +passwd.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h passwd.o: ../core/htmlfilter.h ../templates/htmltextstream.h passwd.o: ../core/session.h ../core/user.h ../core/plugindata.h passwd.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -759,23 +834,27 @@ passwd.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h passwd.o: nicedit.h node.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h passwd.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h passwd.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -passwd.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -passwd.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -passwd.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -passwd.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -passwd.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -passwd.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -passwd.o: ../core/synchro.h ../core/slog.h ../functions/functions.h -priv.o: priv.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +passwd.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +passwd.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +passwd.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +passwd.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +passwd.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +passwd.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +passwd.o: ../core/threadmanager.h ../core/synchro.h ../core/slog.h +passwd.o: ../functions/functions.h +priv.o: priv.h functionbase.h ../core/item.h +priv.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h priv.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -priv.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -priv.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -priv.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -priv.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +priv.o: ../../pikotools/confparser/confparser.h +priv.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +priv.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +priv.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +priv.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +priv.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +priv.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +priv.o: ../templates/locale.h ../core/request.h ../core/config.h priv.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h priv.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h priv.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -786,21 +865,24 @@ priv.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h priv.o: passwd.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h priv.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h who.h priv.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -priv.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -priv.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -priv.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -priv.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -priv.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -priv.o: ../core/threadmanager.h ../core/synchro.h +priv.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +priv.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +priv.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +priv.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h +priv.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +priv.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h +priv.o: ../core/synchro.h privchanger.o: privchanger.h ../core/request.h ../core/system.h privchanger.o: ../core/dirs.h ../core/item.h ../core/dircontainer.h privchanger.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h privchanger.o: ../core/textstream.h ../core/misc.h ../core/requesttypes.h -privchanger.o: ../core/error.h ../db/dbitemquery.h ../core/item.h -privchanger.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -privchanger.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -privchanger.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h -privchanger.o: ../core/cur.h ../core/request.h ../core/error.h +privchanger.o: ../../pikotools/confparser/space.h ../core/error.h +privchanger.o: ../../pikotools/confparser/confparser.h +privchanger.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +privchanger.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h +privchanger.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +privchanger.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h +privchanger.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h privchanger.o: ../core/config.h ../core/htmlfilter.h privchanger.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h privchanger.o: ../core/plugindata.h ../core/rebus.h mount.h functionbase.h @@ -815,23 +897,26 @@ privchanger.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h privchanger.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h privchanger.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h privchanger.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -privchanger.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -privchanger.o: ../core/basethread.h ../core/synchro.h -privchanger.o: ../notify/templatesnotify.h ../core/users.h +privchanger.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +privchanger.o: ../notify/notifythread.h ../core/basethread.h +privchanger.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h privchanger.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h privchanger.o: ../core/mountparser.h ../core/crypt.h ../core/users.h privchanger.o: ../core/groups.h ../core/group.h ../core/loadavg.h privchanger.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -pw.o: pw.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -pw.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -pw.o: ../core/item.h ../core/requesttypes.h ../core/error.h -pw.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -pw.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -pw.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -pw.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -pw.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -pw.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -pw.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +pw.o: pw.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +pw.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +pw.o: ../core/textstream.h ../core/misc.h ../core/item.h +pw.o: ../core/requesttypes.h ../core/error.h +pw.o: ../../pikotools/confparser/confparser.h +pw.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +pw.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +pw.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +pw.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +pw.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +pw.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +pw.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +pw.o: ../templates/locale.h ../core/request.h ../core/config.h pw.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h pw.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h pw.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -842,21 +927,23 @@ pw.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h pw.o: passwd.h priv.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h pw.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h who.h pw.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -pw.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -pw.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -pw.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -pw.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -pw.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -pw.o: ../core/threadmanager.h ../core/synchro.h ../core/log.h ../core/misc.h -pw.o: ../functions/functions.h -reload.o: reload.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +pw.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +pw.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +pw.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +pw.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +pw.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +pw.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +pw.o: ../core/log.h ../core/misc.h ../functions/functions.h +reload.o: reload.h functionbase.h ../core/item.h +reload.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h reload.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h reload.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -reload.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -reload.o: ../core/user.h ../core/group.h ../core/dircontainer.h -reload.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -reload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -reload.o: ../core/request.h ../core/error.h ../core/config.h +reload.o: ../core/error.h ../../pikotools/confparser/confparser.h +reload.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +reload.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +reload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +reload.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +reload.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h reload.o: ../core/htmlfilter.h ../templates/htmltextstream.h reload.o: ../core/session.h ../core/user.h ../core/plugindata.h reload.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -871,26 +958,29 @@ reload.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h reload.o: nicedit.h node.h passwd.h priv.h pw.h rm.h rmuser.h run.h sort.h reload.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h reload.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -reload.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -reload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -reload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -reload.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -reload.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -reload.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -reload.o: ../core/synchro.h ../templates/templates.h +reload.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +reload.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +reload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +reload.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +reload.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +reload.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +reload.o: ../core/threadmanager.h ../core/synchro.h ../templates/templates.h reload.o: ../templates/patterncacher.h ../templates/indexpatterns.h reload.o: ../templates/patterns.h ../templates/changepatterns.h reload.o: ../templates/htmltextstream.h ../core/sessionmanager.h -rm.o: rm.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -rm.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h -rm.o: ../core/item.h ../core/requesttypes.h ../core/error.h -rm.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -rm.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -rm.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -rm.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -rm.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -rm.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -rm.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +rm.o: rm.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +rm.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +rm.o: ../core/textstream.h ../core/misc.h ../core/item.h +rm.o: ../core/requesttypes.h ../core/error.h +rm.o: ../../pikotools/confparser/confparser.h +rm.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +rm.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +rm.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +rm.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +rm.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +rm.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +rm.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +rm.o: ../templates/locale.h ../core/request.h ../core/config.h rm.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h rm.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h rm.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -901,26 +991,28 @@ rm.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h rm.o: passwd.h priv.h pw.h reload.h rmuser.h run.h sort.h specialdefault.h rm.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h who.h rm.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -rm.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -rm.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -rm.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -rm.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -rm.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -rm.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h -rm.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h -rm.o: ../core/sessioncontainer.h ../functions/functions.h -rm.o: ../templates/templates.h ../templates/patterncacher.h -rm.o: ../templates/indexpatterns.h ../templates/patterns.h -rm.o: ../templates/changepatterns.h ../templates/htmltextstream.h -rm.o: ../core/sessionmanager.h ../core/misc.h -rmuser.o: rmuser.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +rm.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +rm.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +rm.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +rm.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +rm.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +rm.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +rm.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h +rm.o: ../core/sessionmanager.h ../core/sessioncontainer.h +rm.o: ../functions/functions.h ../templates/templates.h +rm.o: ../templates/patterncacher.h ../templates/indexpatterns.h +rm.o: ../templates/patterns.h ../templates/changepatterns.h +rm.o: ../templates/htmltextstream.h ../core/sessionmanager.h ../core/misc.h +rmuser.o: rmuser.h functionbase.h ../core/item.h +rmuser.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h rmuser.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h rmuser.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -rmuser.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -rmuser.o: ../core/user.h ../core/group.h ../core/dircontainer.h -rmuser.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -rmuser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -rmuser.o: ../core/request.h ../core/error.h ../core/config.h +rmuser.o: ../core/error.h ../../pikotools/confparser/confparser.h +rmuser.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +rmuser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +rmuser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +rmuser.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +rmuser.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h rmuser.o: ../core/htmlfilter.h ../templates/htmltextstream.h rmuser.o: ../core/session.h ../core/user.h ../core/plugindata.h rmuser.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -935,29 +1027,33 @@ rmuser.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h rmuser.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h run.h sort.h rmuser.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h rmuser.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -rmuser.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -rmuser.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -rmuser.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -rmuser.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -rmuser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -rmuser.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -rmuser.o: ../core/synchro.h ../core/log.h ../core/misc.h ../core/plugin.h -rmuser.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h +rmuser.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +rmuser.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +rmuser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +rmuser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +rmuser.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +rmuser.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +rmuser.o: ../core/threadmanager.h ../core/synchro.h ../core/log.h +rmuser.o: ../core/misc.h ../core/plugin.h ../core/pluginmsg.h +rmuser.o: ../core/system.h ../core/sessionmanager.h rmuser.o: ../core/sessioncontainer.h ../functions/functions.h rmuser.o: ../templates/templates.h ../templates/patterncacher.h rmuser.o: ../templates/indexpatterns.h ../templates/patterns.h rmuser.o: ../templates/changepatterns.h ../templates/htmltextstream.h rmuser.o: ../core/sessionmanager.h -run.o: run.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -run.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -run.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -run.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -run.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -run.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -run.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -run.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -run.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -run.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +run.o: run.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +run.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +run.o: ../core/textstream.h ../core/misc.h ../core/item.h +run.o: ../core/requesttypes.h ../core/error.h +run.o: ../../pikotools/confparser/confparser.h +run.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +run.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +run.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +run.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +run.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +run.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +run.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +run.o: ../templates/locale.h ../core/request.h ../core/config.h run.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h run.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h run.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -968,22 +1064,25 @@ run.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h run.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h sort.h specialdefault.h run.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h who.h run.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -run.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -run.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -run.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -run.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -run.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -run.o: ../core/threadmanager.h ../core/synchro.h -sort.o: sort.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +run.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +run.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +run.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +run.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h +run.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +run.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +sort.o: sort.h functionbase.h ../core/item.h +sort.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h sort.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h sort.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -sort.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -sort.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -sort.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -sort.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -sort.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -sort.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -sort.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +sort.o: ../../pikotools/confparser/confparser.h +sort.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +sort.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +sort.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +sort.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +sort.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +sort.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +sort.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +sort.o: ../templates/locale.h ../core/request.h ../core/config.h sort.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h sort.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h sort.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -994,22 +1093,25 @@ sort.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h sort.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h specialdefault.h sort.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h who.h sort.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -sort.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -sort.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -sort.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -sort.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -sort.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -sort.o: ../core/threadmanager.h ../core/synchro.h ../core/plugin.h -sort.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h -sort.o: ../core/sessioncontainer.h ../functions/functions.h -sort.o: ../templates/templates.h ../templates/patterncacher.h -sort.o: ../templates/indexpatterns.h ../templates/patterns.h -sort.o: ../templates/changepatterns.h ../templates/htmltextstream.h -sort.o: ../core/sessionmanager.h -specialdefault.o: specialdefault.h functionbase.h ../core/item.h ../db/db.h +sort.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +sort.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +sort.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +sort.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h +sort.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +sort.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h +sort.o: ../core/synchro.h ../core/plugin.h ../core/pluginmsg.h +sort.o: ../core/system.h ../core/sessionmanager.h ../core/sessioncontainer.h +sort.o: ../functions/functions.h ../templates/templates.h +sort.o: ../templates/patterncacher.h ../templates/indexpatterns.h +sort.o: ../templates/patterns.h ../templates/changepatterns.h +sort.o: ../templates/htmltextstream.h ../core/sessionmanager.h +specialdefault.o: specialdefault.h functionbase.h ../core/item.h +specialdefault.o: ../../pikotools/confparser/space.h ../db/db.h specialdefault.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h specialdefault.o: ../core/textstream.h ../core/misc.h ../core/item.h -specialdefault.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +specialdefault.o: ../core/requesttypes.h ../core/error.h +specialdefault.o: ../../pikotools/confparser/confparser.h +specialdefault.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h specialdefault.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h specialdefault.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h specialdefault.o: ../core/textstream.h ../core/logmanipulators.h @@ -1030,24 +1132,27 @@ specialdefault.o: man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h specialdefault.o: pw.h reload.h rm.h rmuser.h run.h sort.h stat.h subject.h specialdefault.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h specialdefault.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -specialdefault.o: ../notify/notifythread.h ../core/basethread.h -specialdefault.o: ../core/synchro.h ../notify/templatesnotify.h -specialdefault.o: ../core/users.h ../core/ugcontainer.h -specialdefault.o: ../core/lastcontainer.h ../core/mounts.h -specialdefault.o: ../core/mountparser.h ../core/crypt.h ../core/users.h -specialdefault.o: ../core/groups.h ../core/group.h ../core/loadavg.h -specialdefault.o: ../core/image.h ../core/basethread.h +specialdefault.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +specialdefault.o: ../core/basethread.h ../core/synchro.h +specialdefault.o: ../notify/templatesnotify.h ../core/users.h +specialdefault.o: ../core/ugcontainer.h ../core/lastcontainer.h +specialdefault.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h +specialdefault.o: ../core/users.h ../core/groups.h ../core/group.h +specialdefault.o: ../core/loadavg.h ../core/image.h ../core/basethread.h specialdefault.o: ../core/threadmanager.h ../core/synchro.h -stat.o: stat.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +stat.o: stat.h functionbase.h ../core/item.h +stat.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h stat.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -stat.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -stat.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -stat.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -stat.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +stat.o: ../../pikotools/confparser/confparser.h +stat.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +stat.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +stat.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +stat.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +stat.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +stat.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +stat.o: ../templates/locale.h ../core/request.h ../core/config.h stat.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h stat.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h stat.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -1058,20 +1163,23 @@ stat.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h stat.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h stat.o: specialdefault.h subject.h template.h tinymce.h uname.h upload.h stat.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -stat.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -stat.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -stat.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -stat.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -stat.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -stat.o: ../core/threadmanager.h ../core/synchro.h -subject.o: subject.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +stat.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +stat.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +stat.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +stat.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h +stat.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +stat.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h +stat.o: ../core/synchro.h +subject.o: subject.h functionbase.h ../core/item.h +subject.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h subject.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h subject.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -subject.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -subject.o: ../core/user.h ../core/group.h ../core/dircontainer.h -subject.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -subject.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -subject.o: ../core/request.h ../core/error.h ../core/config.h +subject.o: ../core/error.h ../../pikotools/confparser/confparser.h +subject.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +subject.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +subject.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +subject.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +subject.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h subject.o: ../core/htmlfilter.h ../templates/htmltextstream.h subject.o: ../core/session.h ../core/user.h ../core/plugindata.h subject.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -1086,17 +1194,19 @@ subject.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h subject.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h subject.o: sort.h specialdefault.h stat.h template.h tinymce.h uname.h subject.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -subject.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -subject.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -subject.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -subject.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -subject.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -subject.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -subject.o: ../core/synchro.h -template.o: template.h functionbase.h ../core/item.h ../db/db.h -template.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -template.o: ../core/textstream.h ../core/misc.h ../core/item.h -template.o: ../core/requesttypes.h ../core/error.h ../db/dbitemquery.h +subject.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +subject.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +subject.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +subject.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +subject.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +subject.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +subject.o: ../core/threadmanager.h ../core/synchro.h +template.o: template.h functionbase.h ../core/item.h +template.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h +template.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h +template.o: ../core/misc.h ../core/item.h ../core/requesttypes.h +template.o: ../core/error.h ../../pikotools/confparser/confparser.h +template.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h template.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h template.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h @@ -1115,21 +1225,23 @@ template.o: emacs.h env.h last.h login.h logout.h ln.h ls.h man.h meta.h template.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h template.o: rmuser.h run.h sort.h specialdefault.h stat.h subject.h tinymce.h template.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -template.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -template.o: ../core/basethread.h ../core/synchro.h +template.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +template.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h template.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h template.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h template.o: ../core/loadavg.h ../core/image.h ../core/basethread.h template.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h -tinymce.o: tinymce.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +tinymce.o: tinymce.h functionbase.h ../core/item.h +tinymce.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h tinymce.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h tinymce.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -tinymce.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -tinymce.o: ../core/user.h ../core/group.h ../core/dircontainer.h -tinymce.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -tinymce.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -tinymce.o: ../core/request.h ../core/error.h ../core/config.h +tinymce.o: ../core/error.h ../../pikotools/confparser/confparser.h +tinymce.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +tinymce.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +tinymce.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +tinymce.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +tinymce.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h tinymce.o: ../core/htmlfilter.h ../templates/htmltextstream.h tinymce.o: ../core/session.h ../core/user.h ../core/plugindata.h tinymce.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -1144,48 +1256,54 @@ tinymce.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h tinymce.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h tinymce.o: sort.h specialdefault.h stat.h subject.h template.h uname.h tinymce.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -tinymce.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -tinymce.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -tinymce.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -tinymce.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -tinymce.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -tinymce.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -tinymce.o: ../core/synchro.h -uname.o: uname.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +tinymce.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +tinymce.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +tinymce.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +tinymce.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +tinymce.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +tinymce.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +tinymce.o: ../core/threadmanager.h ../core/synchro.h +uname.o: uname.h functionbase.h ../core/item.h +uname.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h uname.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h uname.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -uname.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -uname.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -uname.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -uname.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -uname.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -uname.o: ../core/session.h ../core/user.h ../core/plugindata.h -uname.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h -uname.o: ../core/config.h ../core/system.h ../core/dirs.h -uname.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h -uname.o: ../templates/patterns.h ../templates/locale.h -uname.o: ../templates/localefilter.h ../../ezc/src/ezc.h -uname.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -uname.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h privchanger.h -uname.o: chown.h ckeditor.h cp.h default.h download.h emacs.h env.h last.h -uname.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h -uname.o: node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h -uname.o: specialdefault.h stat.h subject.h template.h tinymce.h upload.h -uname.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -uname.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h -uname.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h -uname.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -uname.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h -uname.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -uname.o: ../core/threadmanager.h ../core/synchro.h -upload.o: upload.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +uname.o: ../../pikotools/confparser/confparser.h +uname.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +uname.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +uname.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +uname.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +uname.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +uname.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +uname.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +uname.o: ../templates/locale.h ../core/request.h ../core/config.h +uname.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h +uname.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h +uname.o: ../templates/locale.h ../templates/localefilter.h +uname.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +uname.o: ../../ezc/src/pattern.h functions.h functionparser.h ../core/cur.h +uname.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h +uname.o: default.h download.h emacs.h env.h last.h login.h logout.h ln.h ls.h +uname.o: man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h +uname.o: reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h +uname.o: subject.h template.h tinymce.h upload.h uptime.h who.h vim.h +uname.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +uname.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h +uname.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +uname.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +uname.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h +uname.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +uname.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h +uname.o: ../core/synchro.h +upload.o: upload.h functionbase.h ../core/item.h +upload.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h upload.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h upload.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -upload.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -upload.o: ../core/user.h ../core/group.h ../core/dircontainer.h -upload.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -upload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -upload.o: ../core/request.h ../core/error.h ../core/config.h +upload.o: ../core/error.h ../../pikotools/confparser/confparser.h +upload.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +upload.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +upload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +upload.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +upload.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h upload.o: ../core/htmlfilter.h ../templates/htmltextstream.h upload.o: ../core/session.h ../core/user.h ../core/plugindata.h upload.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -1200,27 +1318,29 @@ upload.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h upload.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h upload.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h upload.o: uname.h uptime.h who.h vim.h ../core/htmlfilter.h -upload.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -upload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -upload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -upload.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -upload.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -upload.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -upload.o: ../core/synchro.h ../core/misc.h ../core/plugin.h -upload.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h -upload.o: ../core/sessioncontainer.h ../functions/functions.h -upload.o: ../templates/templates.h ../templates/patterncacher.h -upload.o: ../templates/indexpatterns.h ../templates/patterns.h -upload.o: ../templates/changepatterns.h ../templates/htmltextstream.h -upload.o: ../core/sessionmanager.h -uptime.o: uptime.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h +upload.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +upload.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +upload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +upload.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +upload.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +upload.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +upload.o: ../core/threadmanager.h ../core/synchro.h ../core/misc.h +upload.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h +upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h +upload.o: ../functions/functions.h ../templates/templates.h +upload.o: ../templates/patterncacher.h ../templates/indexpatterns.h +upload.o: ../templates/patterns.h ../templates/changepatterns.h +upload.o: ../templates/htmltextstream.h ../core/sessionmanager.h +uptime.o: uptime.h functionbase.h ../core/item.h +uptime.o: ../../pikotools/confparser/space.h ../db/db.h ../db/dbbase.h uptime.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h uptime.o: ../core/misc.h ../core/item.h ../core/requesttypes.h -uptime.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -uptime.o: ../core/user.h ../core/group.h ../core/dircontainer.h -uptime.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h -uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -uptime.o: ../core/request.h ../core/error.h ../core/config.h +uptime.o: ../core/error.h ../../pikotools/confparser/confparser.h +uptime.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +uptime.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +uptime.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +uptime.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h uptime.o: ../core/htmlfilter.h ../templates/htmltextstream.h uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h uptime.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h @@ -1235,23 +1355,26 @@ uptime.o: env.h last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h uptime.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h uptime.o: sort.h specialdefault.h stat.h subject.h template.h tinymce.h uptime.o: uname.h upload.h who.h vim.h ../core/htmlfilter.h -uptime.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -uptime.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -uptime.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -uptime.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -uptime.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -uptime.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -uptime.o: ../core/synchro.h -vim.o: vim.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -vim.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -vim.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -vim.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -vim.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -vim.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -vim.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -vim.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -vim.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -vim.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +uptime.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +uptime.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +uptime.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +uptime.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +uptime.o: ../core/threadmanager.h ../core/synchro.h +vim.o: vim.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +vim.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +vim.o: ../core/textstream.h ../core/misc.h ../core/item.h +vim.o: ../core/requesttypes.h ../core/error.h +vim.o: ../../pikotools/confparser/confparser.h +vim.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +vim.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +vim.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +vim.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +vim.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +vim.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +vim.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +vim.o: ../templates/locale.h ../core/request.h ../core/config.h vim.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h vim.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h vim.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -1262,22 +1385,26 @@ vim.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h vim.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h vim.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h vim.o: upload.h uptime.h who.h ../core/htmlfilter.h -vim.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -vim.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -vim.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -vim.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h -vim.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -vim.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h -who.o: who.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h -who.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h -who.o: ../core/misc.h ../core/item.h ../core/requesttypes.h ../core/error.h -who.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h -who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h -who.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -who.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h -who.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h -who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -who.o: mount.h ../templates/locale.h ../core/request.h ../core/config.h +vim.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +vim.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +vim.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +vim.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +vim.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +vim.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +vim.o: ../core/threadmanager.h ../core/synchro.h +who.o: who.h functionbase.h ../core/item.h ../../pikotools/confparser/space.h +who.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +who.o: ../core/textstream.h ../core/misc.h ../core/item.h +who.o: ../core/requesttypes.h ../core/error.h +who.o: ../../pikotools/confparser/confparser.h +who.o: ../../pikotools/confparser/space.h ../db/dbitemquery.h +who.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +who.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h +who.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +who.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h +who.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/session.h +who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h mount.h +who.o: ../templates/locale.h ../core/request.h ../core/config.h who.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h who.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h who.o: ../templates/locale.h ../templates/localefilter.h ../../ezc/src/ezc.h @@ -1288,9 +1415,10 @@ who.o: login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h who.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h who.o: specialdefault.h stat.h subject.h template.h tinymce.h uname.h who.o: upload.h uptime.h vim.h ../core/htmlfilter.h -who.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -who.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -who.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -who.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/users.h -who.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h -who.o: ../core/basethread.h ../core/threadmanager.h ../core/synchro.h +who.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +who.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +who.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +who.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +who.o: ../core/crypt.h ../core/users.h ../core/groups.h ../core/group.h +who.o: ../core/loadavg.h ../core/image.h ../core/basethread.h +who.o: ../core/threadmanager.h ../core/synchro.h diff --git a/main/Makefile b/main/Makefile index 6cb46e9..14f7631 100755 --- a/main/Makefile +++ b/main/Makefile @@ -9,7 +9,7 @@ all: $(o) depend: - makedepend -Y. -I.. -I../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I.. -I../../ezc/src -I../../pikotools -I../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/main/Makefile.dep b/main/Makefile.dep index e4820e4..35eb2a4 100755 --- a/main/Makefile.dep +++ b/main/Makefile.dep @@ -1,11 +1,13 @@ # DO NOT DELETE main.o: ../core/log.h ../core/textstream.h ../core/misc.h ../core/item.h -main.o: ../core/requesttypes.h ../core/logmanipulators.h ../core/slog.h -main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h -main.o: ../core/htmlfilter.h ../templates/htmltextstream.h -main.o: ../core/textstream.h ../core/session.h ../core/user.h -main.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +main.o: ../../pikotools/confparser/space.h ../core/requesttypes.h +main.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +main.o: ../core/request.h ../core/error.h ../core/config.h +main.o: ../../pikotools/confparser/confparser.h +main.o: ../../pikotools/confparser/space.h ../core/htmlfilter.h +main.o: ../templates/htmltextstream.h ../core/textstream.h ../core/session.h +main.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h main.o: ../templates/locale.h ../core/slog.h ../core/app.h ../core/system.h main.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h main.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h @@ -16,12 +18,12 @@ main.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h main.o: ../templates/localefilter.h ../../ezc/src/ezc.h main.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h main.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -main.o: ../../ezc/src/stringconv.h ../notify/notifythread.h -main.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -main.o: ../core/config.h ../core/users.h ../core/ugcontainer.h -main.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h -main.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h -main.o: ../core/group.h ../core/loadavg.h ../core/image.h +main.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +main.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +main.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +main.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +main.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +main.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h main.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h main.o: ../core/sessioncontainer.h ../functions/functions.h main.o: ../functions/functionbase.h ../core/request.h ../core/system.h diff --git a/notify/Makefile b/notify/Makefile index 6cb46e9..14f7631 100755 --- a/notify/Makefile +++ b/notify/Makefile @@ -9,7 +9,7 @@ all: $(o) depend: - makedepend -Y. -I.. -I../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I.. -I../../ezc/src -I../../pikotools -I../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/notify/Makefile.dep b/notify/Makefile.dep index 314b007..f07272e 100755 --- a/notify/Makefile.dep +++ b/notify/Makefile.dep @@ -1,15 +1,18 @@ # DO NOT DELETE -notify.o: notify.h notifypool.h ../templates/locale.h ../templates/patterns.h +notify.o: notify.h notifypool.h ../templates/locale.h +notify.o: ../../pikotools/confparser/confparser.h +notify.o: ../../pikotools/confparser/space.h ../templates/patterns.h notify.o: ../templates/locale.h ../templates/localefilter.h notify.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h notify.o: ../../ezc/src/pattern.h ../../ezc/src/item.h notify.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -notify.o: ../../ezc/src/stringconv.h ../templates/misc.h -notify.o: ../templates/htmltextstream.h ../core/textstream.h notifythread.h -notify.o: ../core/basethread.h ../core/synchro.h templatesnotify.h -notify.o: ../core/config.h ../core/htmlfilter.h ../core/users.h -notify.o: ../core/user.h ../core/ugcontainer.h ../core/log.h +notify.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +notify.o: ../templates/misc.h ../templates/htmltextstream.h +notify.o: ../core/textstream.h ../../pikotools/confparser/space.h +notify.o: notifythread.h ../core/basethread.h ../core/synchro.h +notify.o: templatesnotify.h ../core/config.h ../core/htmlfilter.h +notify.o: ../core/users.h ../core/user.h ../core/ugcontainer.h ../core/log.h notify.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h notify.o: ../core/cur.h ../core/request.h ../core/requesttypes.h notify.o: ../core/error.h ../core/config.h ../templates/htmltextstream.h @@ -46,35 +49,43 @@ notify.o: ../functions/stat.h ../functions/subject.h ../functions/template.h notify.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h notify.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h notifypool.o: notifypool.h ../templates/locale.h +notifypool.o: ../../pikotools/confparser/confparser.h +notifypool.o: ../../pikotools/confparser/space.h notifythread.o: notifythread.h ../core/basethread.h ../core/synchro.h notifythread.o: templatesnotify.h ../../ezc/src/ezc.h notifythread.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h notifythread.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h notifythread.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h -notifythread.o: ../core/textstream.h ../templates/misc.h -notifythread.o: ../templates/localefilter.h ../templates/locale.h -notifythread.o: ../templates/htmltextstream.h notifypool.h -notifythread.o: ../templates/locale.h ../core/config.h ../core/htmlfilter.h -notifythread.o: ../core/users.h ../core/user.h ../core/ugcontainer.h -notifythread.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h -notifythread.o: ../core/slog.h ../core/cur.h ../core/request.h -notifythread.o: ../core/requesttypes.h ../core/error.h ../core/config.h -notifythread.o: ../templates/htmltextstream.h ../core/session.h -notifythread.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h -notifythread.o: ../core/lastcontainer.h ../db/db.h ../db/dbbase.h -notifythread.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h -notifythread.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h -notifythread.o: ../core/user.h ../core/group.h ../core/dircontainer.h -notifythread.o: ../core/ugcontainer.h ../templates/patterns.h +notifythread.o: ../../pikotools/utf8/utf8.h ../core/textstream.h +notifythread.o: ../templates/misc.h ../templates/localefilter.h +notifythread.o: ../templates/locale.h ../templates/htmltextstream.h +notifythread.o: ../../pikotools/confparser/space.h notifypool.h +notifythread.o: ../templates/locale.h ../../pikotools/confparser/confparser.h +notifythread.o: ../../pikotools/confparser/space.h ../core/config.h +notifythread.o: ../core/htmlfilter.h ../core/users.h ../core/user.h +notifythread.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h +notifythread.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h +notifythread.o: ../core/request.h ../core/requesttypes.h ../core/error.h +notifythread.o: ../core/config.h ../templates/htmltextstream.h +notifythread.o: ../core/session.h ../core/plugindata.h ../core/rebus.h +notifythread.o: ../core/mount.h ../core/lastcontainer.h ../db/db.h +notifythread.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h +notifythread.o: ../core/error.h ../db/dbitemquery.h ../core/item.h +notifythread.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h +notifythread.o: ../core/dircontainer.h ../core/ugcontainer.h +notifythread.o: ../templates/patterns.h templatesnotify.o: templatesnotify.h ../../ezc/src/ezc.h templatesnotify.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h templatesnotify.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h templatesnotify.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h -templatesnotify.o: ../core/textstream.h ../templates/misc.h -templatesnotify.o: ../templates/localefilter.h ../templates/locale.h -templatesnotify.o: ../templates/htmltextstream.h notifypool.h -templatesnotify.o: ../templates/locale.h ../core/plugin.h ../core/pluginmsg.h -templatesnotify.o: ../core/log.h ../core/textstream.h +templatesnotify.o: ../../pikotools/utf8/utf8.h ../core/textstream.h +templatesnotify.o: ../templates/misc.h ../templates/localefilter.h +templatesnotify.o: ../templates/locale.h ../templates/htmltextstream.h +templatesnotify.o: ../../pikotools/confparser/space.h notifypool.h +templatesnotify.o: ../templates/locale.h +templatesnotify.o: ../../pikotools/confparser/confparser.h +templatesnotify.o: ../../pikotools/confparser/space.h ../core/plugin.h +templatesnotify.o: ../core/pluginmsg.h ../core/log.h ../core/textstream.h templatesnotify.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h templatesnotify.o: ../core/request.h ../core/requesttypes.h ../core/error.h templatesnotify.o: ../core/config.h ../templates/htmltextstream.h diff --git a/plugins/export/Makefile b/plugins/export/Makefile index a8d2413..eb3c3fc 100755 --- a/plugins/export/Makefile +++ b/plugins/export/Makefile @@ -16,7 +16,7 @@ $(name): $(o) depend: - makedepend -Y. -I../.. -I../../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I../.. -I../../../ezc/src -I../../../pikotools -I../../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/plugins/export/Makefile.dep b/plugins/export/Makefile.dep index 8b9c9d9..e3f46fc 100755 --- a/plugins/export/Makefile.dep +++ b/plugins/export/Makefile.dep @@ -2,28 +2,31 @@ edb.o: edb.h ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h edb.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -edb.o: ../../core/requesttypes.h ../../core/error.h export.h -edb.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h -edb.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../core/item.h -edb.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -edb.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h -edb.o: ../../core/textstream.h ../../core/logmanipulators.h ../../core/slog.h -edb.o: ../../core/cur.h ../../core/request.h ../../core/error.h -edb.o: ../../core/config.h ../../core/htmlfilter.h -edb.o: ../../templates/htmltextstream.h ../../core/session.h -edb.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -edb.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h -edb.o: ../../notify/notifypool.h ../../templates/patterns.h -edb.o: ../../templates/locale.h ../../templates/localefilter.h -edb.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -edb.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -edb.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +edb.o: ../../../pikotools/confparser/space.h ../../core/requesttypes.h +edb.o: ../../core/error.h ../../../pikotools/confparser/confparser.h +edb.o: ../../../pikotools/confparser/space.h export.h ../../core/dirs.h +edb.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +edb.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h +edb.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h +edb.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h +edb.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +edb.o: ../../core/request.h ../../core/error.h ../../core/config.h +edb.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +edb.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +edb.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +edb.o: ../../notify/notify.h ../../notify/notifypool.h +edb.o: ../../templates/patterns.h ../../templates/locale.h +edb.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +edb.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +edb.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +edb.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h edb.o: ../../notify/notifythread.h ../../core/basethread.h edb.o: ../../core/synchro.h ../../notify/templatesnotify.h edb.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h edb.o: ../../core/lastcontainer.h ../../core/log.h exportinfo.o: ../../core/log.h exportinfo.h ../../core/system.h -exportinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h +exportinfo.o: ../../core/dirs.h ../../core/item.h +exportinfo.o: ../../../pikotools/confparser/space.h ../../core/dircontainer.h exportinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h exportinfo.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h exportinfo.o: ../../core/group.h ../../core/dircontainer.h @@ -31,7 +34,8 @@ exportinfo.o: ../../core/ugcontainer.h ../../core/log.h exportinfo.o: ../../core/textstream.h ../../core/logmanipulators.h exportinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h exportinfo.o: ../../core/requesttypes.h ../../core/error.h -exportinfo.o: ../../core/config.h ../../core/htmlfilter.h +exportinfo.o: ../../core/config.h ../../../pikotools/confparser/confparser.h +exportinfo.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h exportinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h exportinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h exportinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h @@ -41,9 +45,10 @@ exportinfo.o: ../../templates/locale.h ../../templates/localefilter.h exportinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h exportinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h exportinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -exportinfo.o: ../../notify/notifythread.h ../../core/basethread.h -exportinfo.o: ../../core/synchro.h ../../notify/templatesnotify.h -exportinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h +exportinfo.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +exportinfo.o: ../../core/basethread.h ../../core/synchro.h +exportinfo.o: ../../notify/templatesnotify.h ../../core/config.h +exportinfo.o: ../../core/users.h ../../core/ugcontainer.h exportinfo.o: ../../core/lastcontainer.h ../../core/mounts.h exportinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h exportinfo.o: ../../core/users.h ../../core/groups.h ../../core/group.h @@ -53,12 +58,15 @@ exportinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h exportinfo.o: ../../core/dirs.h message.h exportthread.h exportthread.o: exportthread.h ../../core/basethread.h ../../core/synchro.h exportthread.o: message.h ../../core/log.h ../../core/misc.h -exportthread.o: ../../core/item.h ../../core/requesttypes.h +exportthread.o: ../../core/item.h ../../../pikotools/confparser/space.h +exportthread.o: ../../core/requesttypes.h ../../../pikotools/utf8/utf8.h init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h -init.o: ../../core/config.h ../../core/htmlfilter.h +init.o: ../../core/requesttypes.h ../../core/item.h +init.o: ../../../pikotools/confparser/space.h ../../core/error.h +init.o: ../../core/config.h ../../../pikotools/confparser/confparser.h +init.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h init.o: ../../core/misc.h ../../core/session.h ../../core/user.h init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h @@ -72,17 +80,17 @@ init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../notify/notifythread.h ../../core/basethread.h -init.o: ../../core/synchro.h ../../notify/templatesnotify.h -init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h -init.o: ../../core/lastcontainer.h ../../core/mounts.h -init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -init.o: ../../core/users.h ../../core/groups.h ../../core/group.h -init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -init.o: ../../core/threadmanager.h ../../core/sessionmanager.h -init.o: ../../core/sessioncontainer.h ../../functions/functions.h -init.o: ../../functions/functionbase.h ../../core/request.h -init.o: ../../core/system.h ../../core/synchro.h +init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +init.o: ../../core/basethread.h ../../core/synchro.h +init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h +init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +init.o: ../../core/run.h ../../core/users.h ../../core/groups.h +init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +init.o: ../../core/basethread.h ../../core/threadmanager.h +init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h +init.o: ../../functions/functions.h ../../functions/functionbase.h +init.o: ../../core/request.h ../../core/system.h ../../core/synchro.h init.o: ../../functions/functionparser.h ../../core/cur.h init.o: ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h diff --git a/plugins/gallery/Makefile b/plugins/gallery/Makefile index a2e9039..c35015a 100755 --- a/plugins/gallery/Makefile +++ b/plugins/gallery/Makefile @@ -16,7 +16,7 @@ $(name): $(o) depend: - makedepend -Y. -I../.. -I../../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I../.. -I../../../ezc/src -I../../../pikotools -I../../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/plugins/gallery/Makefile.dep b/plugins/gallery/Makefile.dep index cc68eec..65472e5 100755 --- a/plugins/gallery/Makefile.dep +++ b/plugins/gallery/Makefile.dep @@ -1,12 +1,15 @@ # DO NOT DELETE gallery.o: gallery.h ../../functions/functionbase.h ../../core/item.h -gallery.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -gallery.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -gallery.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -gallery.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -gallery.o: ../../core/group.h ../../core/dircontainer.h -gallery.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h +gallery.o: ../../../pikotools/confparser/space.h ../../db/db.h +gallery.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +gallery.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h +gallery.o: ../../core/requesttypes.h ../../core/error.h +gallery.o: ../../../pikotools/confparser/confparser.h +gallery.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +gallery.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +gallery.o: ../../core/dircontainer.h ../../core/ugcontainer.h +gallery.o: ../../core/log.h ../../core/textstream.h gallery.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h gallery.o: ../../core/request.h ../../core/error.h ../../core/config.h gallery.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h @@ -19,22 +22,26 @@ gallery.o: ../../templates/locale.h ../../templates/localefilter.h gallery.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h gallery.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h gallery.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -gallery.o: ../../notify/notifythread.h ../../core/basethread.h -gallery.o: ../../core/synchro.h ../../notify/templatesnotify.h -gallery.o: ../../core/users.h ../../core/ugcontainer.h -gallery.o: ../../core/lastcontainer.h ../../core/mounts.h -gallery.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -gallery.o: ../../core/users.h ../../core/groups.h ../../core/group.h -gallery.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -gallery.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h +gallery.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +gallery.o: ../../core/basethread.h ../../core/synchro.h +gallery.o: ../../notify/templatesnotify.h ../../core/users.h +gallery.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +gallery.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +gallery.o: ../../core/run.h ../../core/users.h ../../core/groups.h +gallery.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +gallery.o: ../../core/basethread.h ../../core/threadmanager.h +gallery.o: ../../core/synchro.h galleryinfo.h galleryinfo.o: galleryinfo.h ../../core/item.h +galleryinfo.o: ../../../pikotools/confparser/space.h init.o: gallery.h ../../functions/functionbase.h ../../core/item.h -init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -init.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h -init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h +init.o: ../../../pikotools/confparser/space.h ../../db/db.h ../../db/dbbase.h +init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h +init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +init.o: ../../core/error.h ../../../pikotools/confparser/confparser.h +init.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +init.o: ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/session.h @@ -47,19 +54,20 @@ init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../notify/notifythread.h ../../core/basethread.h -init.o: ../../core/synchro.h ../../notify/templatesnotify.h -init.o: ../../core/users.h ../../core/ugcontainer.h -init.o: ../../core/lastcontainer.h ../../core/mounts.h -init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -init.o: ../../core/users.h ../../core/groups.h ../../core/group.h -init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -init.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h -init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h -init.o: ../../core/system.h ../../core/sessionmanager.h -init.o: ../../core/sessioncontainer.h ../../functions/functions.h -init.o: ../../functions/functionbase.h ../../functions/functionparser.h -init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h +init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +init.o: ../../core/basethread.h ../../core/synchro.h +init.o: ../../notify/templatesnotify.h ../../core/users.h +init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +init.o: ../../core/run.h ../../core/users.h ../../core/groups.h +init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +init.o: ../../core/basethread.h ../../core/threadmanager.h +init.o: ../../core/synchro.h galleryinfo.h ../../core/log.h +init.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/system.h +init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h +init.o: ../../functions/functions.h ../../functions/functionbase.h +init.o: ../../functions/functionparser.h ../../core/cur.h +init.o: ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../functions/chown.h ../../functions/ckeditor.h init.o: ../../functions/cp.h ../../functions/default.h @@ -81,10 +89,12 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/changepatterns.h ../../templates/htmltextstream.h init.o: ../../core/sessionmanager.h templates.o: gallery.h ../../functions/functionbase.h ../../core/item.h -templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -templates.o: ../../db/dbtextstream.h ../../core/textstream.h -templates.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -templates.o: ../../core/error.h ../../db/dbitemquery.h +templates.o: ../../../pikotools/confparser/space.h ../../db/db.h +templates.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +templates.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h +templates.o: ../../core/requesttypes.h ../../core/error.h +templates.o: ../../../pikotools/confparser/confparser.h +templates.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/log.h ../../core/textstream.h @@ -100,20 +110,20 @@ templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -templates.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -templates.o: ../../core/basethread.h ../../core/synchro.h -templates.o: ../../notify/templatesnotify.h ../../core/users.h -templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -templates.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h -templates.o: ../../core/run.h ../../core/users.h ../../core/groups.h -templates.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h -templates.o: ../../core/basethread.h ../../core/threadmanager.h -templates.o: ../../core/synchro.h galleryinfo.h ../../core/misc.h -templates.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/system.h -templates.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h -templates.o: ../../functions/functions.h ../../functions/functionbase.h -templates.o: ../../functions/functionparser.h ../../core/cur.h -templates.o: ../../functions/adduser.h ../../functions/cat.h +templates.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../core/synchro.h ../../notify/templatesnotify.h +templates.o: ../../core/users.h ../../core/ugcontainer.h +templates.o: ../../core/lastcontainer.h ../../core/mounts.h +templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h +templates.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h +templates.o: ../../core/threadmanager.h ../../core/synchro.h galleryinfo.h +templates.o: ../../core/misc.h ../../core/plugin.h ../../core/pluginmsg.h +templates.o: ../../core/system.h ../../core/sessionmanager.h +templates.o: ../../core/sessioncontainer.h ../../functions/functions.h +templates.o: ../../functions/functionbase.h ../../functions/functionparser.h +templates.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h templates.o: ../../functions/chmod.h ../../functions/privchanger.h templates.o: ../../functions/chown.h ../../functions/ckeditor.h templates.o: ../../functions/cp.h ../../functions/default.h diff --git a/plugins/group/Makefile b/plugins/group/Makefile index 84f9c6b..19f454d 100755 --- a/plugins/group/Makefile +++ b/plugins/group/Makefile @@ -16,7 +16,7 @@ $(name): $(o) depend: - makedepend -Y. -I../.. -I../../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I../.. -I../../../ezc/src -I../../../pikotools -I../../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/plugins/group/Makefile.dep b/plugins/group/Makefile.dep index eb3eb7f..a955c51 100755 --- a/plugins/group/Makefile.dep +++ b/plugins/group/Makefile.dep @@ -1,6 +1,8 @@ # DO NOT DELETE -groupinfo.o: groupinfo.h groups.h ../../core/item.h ../../core/system.h +groupinfo.o: groupinfo.h groups.h ../../../pikotools/confparser/confparser.h +groupinfo.o: ../../../pikotools/confparser/space.h ../../core/item.h +groupinfo.o: ../../../pikotools/confparser/space.h ../../core/system.h groupinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h groupinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h groupinfo.o: ../../db/dbtextstream.h ../../core/textstream.h @@ -19,35 +21,38 @@ groupinfo.o: ../../templates/patterns.h ../../templates/locale.h groupinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h groupinfo.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h groupinfo.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -groupinfo.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -groupinfo.o: ../../core/basethread.h ../../core/synchro.h -groupinfo.o: ../../notify/templatesnotify.h ../../core/config.h -groupinfo.o: ../../core/users.h ../../core/ugcontainer.h +groupinfo.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +groupinfo.o: ../../notify/notifythread.h ../../core/basethread.h +groupinfo.o: ../../core/synchro.h ../../notify/templatesnotify.h +groupinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h groupinfo.o: ../../core/lastcontainer.h ../../core/mounts.h groupinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h groupinfo.o: ../../core/users.h ../../core/loadavg.h ../../core/image.h groupinfo.o: ../../core/basethread.h ../../core/threadmanager.h groupinfo.o: ../../core/log.h -groups.o: groups.h ../../core/log.h +groups.o: groups.h ../../../pikotools/confparser/confparser.h +groups.o: ../../../pikotools/confparser/space.h ../../core/log.h init.o: ../../core/log.h ../../core/plugin.h ../../core/pluginmsg.h init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h -init.o: ../../core/config.h ../../core/htmlfilter.h +init.o: ../../core/config.h ../../../pikotools/confparser/confparser.h +init.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h -init.o: ../../core/misc.h ../../core/session.h ../../core/user.h -init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -init.o: ../../templates/locale.h ../../core/system.h ../../core/dirs.h -init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h -init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h -init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -init.o: ../../core/ugcontainer.h ../../notify/notify.h -init.o: ../../notify/notifypool.h ../../templates/patterns.h -init.o: ../../templates/locale.h ../../templates/localefilter.h -init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +init.o: ../../core/misc.h ../../../pikotools/confparser/space.h +init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +init.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h +init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h +init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h +init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h +init.o: ../../notify/notify.h ../../notify/notifypool.h +init.o: ../../templates/patterns.h ../../templates/locale.h +init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../core/synchro.h ../../notify/templatesnotify.h init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h @@ -84,8 +89,9 @@ templates.o: ../../templates/templates.h ../../../ezc/src/ezc.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../core/item.h ../../../ezc/src/functions.h templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -templates.o: ../../core/misc.h ../../core/requesttypes.h -templates.o: ../../templates/patterncacher.h ../../core/item.h +templates.o: ../../../pikotools/utf8/utf8.h ../../core/misc.h +templates.o: ../../core/requesttypes.h ../../templates/patterncacher.h +templates.o: ../../core/item.h ../../../pikotools/confparser/space.h templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h templates.o: ../../templates/locale.h ../../templates/changepatterns.h templates.o: ../../templates/htmltextstream.h ../../templates/localefilter.h @@ -93,15 +99,16 @@ templates.o: ../../core/config.h ../../core/cur.h ../../core/system.h templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h templates.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h templates.o: ../../core/textstream.h ../../core/error.h -templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -templates.o: ../../core/ugcontainer.h ../../core/log.h -templates.o: ../../core/textstream.h ../../core/logmanipulators.h -templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -templates.o: ../../templates/htmltextstream.h ../../core/session.h -templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -templates.o: ../../core/mount.h ../../templates/locale.h +templates.o: ../../../pikotools/confparser/confparser.h +templates.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h +templates.o: ../../core/log.h ../../core/textstream.h +templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +templates.o: ../../core/request.h ../../core/error.h ../../core/config.h +templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../templates/patterns.h ../../notify/notifythread.h templates.o: ../../core/basethread.h ../../core/synchro.h diff --git a/plugins/menu/Makefile b/plugins/menu/Makefile index f09a1bf..f163ca1 100755 --- a/plugins/menu/Makefile +++ b/plugins/menu/Makefile @@ -16,7 +16,7 @@ $(name): $(o) depend: - makedepend -Y. -I../.. -I../../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I../.. -I../../../ezc/src -I../../../pikotools -I../../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/plugins/menu/Makefile.dep b/plugins/menu/Makefile.dep index dab3175..ff9f0ac 100755 --- a/plugins/menu/Makefile.dep +++ b/plugins/menu/Makefile.dep @@ -1,23 +1,26 @@ # DO NOT DELETE -cache.o: cache.h ../../core/item.h ../../core/dirs.h ../../core/item.h -cache.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -cache.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h -cache.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h -cache.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -cache.o: ../../core/group.h ../../core/dircontainer.h -cache.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h -cache.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -cache.o: ../../core/request.h ../../core/error.h ../../core/config.h -cache.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -cache.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -cache.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -cache.o: ../../notify/notify.h ../../notify/notifypool.h -cache.o: ../../templates/patterns.h ../../templates/locale.h -cache.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h -cache.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -cache.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -cache.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h +cache.o: cache.h ../../core/item.h ../../../pikotools/confparser/space.h +cache.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h +cache.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h +cache.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h +cache.o: ../../core/requesttypes.h ../../core/error.h +cache.o: ../../../pikotools/confparser/confparser.h +cache.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +cache.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +cache.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +cache.o: ../../core/textstream.h ../../core/logmanipulators.h +cache.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +cache.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +cache.o: ../../templates/htmltextstream.h ../../core/session.h +cache.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +cache.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h +cache.o: ../../notify/notifypool.h ../../templates/patterns.h +cache.o: ../../templates/locale.h ../../templates/localefilter.h +cache.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h +cache.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +cache.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +cache.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h cache.o: ../../core/basethread.h ../../core/synchro.h cache.o: ../../notify/templatesnotify.h ../../core/config.h cache.o: ../../core/users.h ../../core/ugcontainer.h @@ -25,22 +28,24 @@ cache.o: ../../core/lastcontainer.h ../../core/misc.h init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h init.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h -init.o: ../../core/config.h ../../core/htmlfilter.h +init.o: ../../core/config.h ../../../pikotools/confparser/confparser.h +init.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h init.o: ../../templates/htmltextstream.h ../../core/textstream.h -init.o: ../../core/misc.h ../../core/session.h ../../core/user.h -init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -init.o: ../../templates/locale.h ../../core/plugin.h ../../core/pluginmsg.h -init.o: ../../core/log.h ../../core/system.h ../../core/dirs.h -init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h -init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h -init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -init.o: ../../core/ugcontainer.h ../../notify/notify.h -init.o: ../../notify/notifypool.h ../../templates/patterns.h -init.o: ../../templates/locale.h ../../templates/localefilter.h -init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +init.o: ../../core/misc.h ../../../pikotools/confparser/space.h +init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +init.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/log.h +init.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h +init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h +init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h +init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h +init.o: ../../notify/notify.h ../../notify/notifypool.h +init.o: ../../templates/patterns.h ../../templates/locale.h +init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../core/synchro.h ../../notify/templatesnotify.h init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h @@ -78,8 +83,9 @@ templates.o: ../../templates/templates.h ../../../ezc/src/ezc.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../core/item.h ../../../ezc/src/functions.h templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -templates.o: ../../core/misc.h ../../core/requesttypes.h -templates.o: ../../templates/patterncacher.h ../../core/item.h +templates.o: ../../../pikotools/utf8/utf8.h ../../core/misc.h +templates.o: ../../core/requesttypes.h ../../templates/patterncacher.h +templates.o: ../../core/item.h ../../../pikotools/confparser/space.h templates.o: ../../templates/indexpatterns.h ../../templates/patterns.h templates.o: ../../templates/locale.h ../../templates/changepatterns.h templates.o: ../../templates/htmltextstream.h ../../templates/localefilter.h @@ -87,7 +93,8 @@ templates.o: ../../core/config.h ../../core/cur.h ../../core/system.h templates.o: ../../core/sessionmanager.h ../../core/htmlfilter.h templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h templates.o: ../../db/dbtextstream.h ../../core/textstream.h -templates.o: ../../core/error.h ../../db/dbitemquery.h +templates.o: ../../core/error.h ../../../pikotools/confparser/confparser.h +templates.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/log.h ../../core/textstream.h diff --git a/plugins/stats/Makefile b/plugins/stats/Makefile index fb44638..0e0a0dd 100755 --- a/plugins/stats/Makefile +++ b/plugins/stats/Makefile @@ -16,7 +16,7 @@ $(name): $(o) depend: - makedepend -Y. -I../.. -I../../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I../.. -I../../../ezc/src -I../../../pikotools -I../../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/plugins/stats/Makefile.dep b/plugins/stats/Makefile.dep index 3bec505..71550ae 100755 --- a/plugins/stats/Makefile.dep +++ b/plugins/stats/Makefile.dep @@ -2,25 +2,28 @@ bot.o: bot.h init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h -init.o: ../../core/item.h ../../core/requesttypes.h -init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -init.o: ../../core/request.h ../../core/error.h ../../core/config.h -init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -init.o: ../../core/textstream.h ../../core/session.h ../../core/user.h -init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -init.o: ../../templates/locale.h ../../core/request.h ../../core/config.h -init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h -init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h -init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h -init.o: ../../core/log.h bot.h stats.h templates.h ../../core/plugin.h -init.o: ../../core/pluginmsg.h ../../core/system.h ../../core/dirs.h -init.o: ../../core/dircontainer.h ../../notify/notify.h -init.o: ../../notify/notifypool.h ../../templates/patterns.h -init.o: ../../templates/locale.h ../../templates/localefilter.h -init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +init.o: ../../core/item.h ../../../pikotools/confparser/space.h +init.o: ../../core/requesttypes.h ../../core/logmanipulators.h +init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +init.o: ../../core/error.h ../../core/config.h +init.o: ../../../pikotools/confparser/confparser.h +init.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h +init.o: ../../templates/htmltextstream.h ../../core/textstream.h +init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +init.o: ../../core/request.h ../../core/config.h ../../db/db.h +init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +init.o: ../../core/error.h ../../db/dbitemquery.h ../../core/item.h +init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +init.o: bot.h stats.h templates.h ../../core/plugin.h ../../core/pluginmsg.h +init.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h +init.o: ../../notify/notify.h ../../notify/notifypool.h +init.o: ../../templates/patterns.h ../../templates/locale.h +init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h +init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +init.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h init.o: ../../notify/notifythread.h ../../core/basethread.h init.o: ../../core/synchro.h ../../notify/templatesnotify.h init.o: ../../core/users.h ../../core/ugcontainer.h @@ -54,17 +57,22 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/changepatterns.h ../../templates/htmltextstream.h init.o: ../../core/sessionmanager.h statssession.h ../../core/plugindata.h stats.o: stats.h ../../core/config.h ../../core/log.h ../../core/textstream.h -stats.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +stats.o: ../../core/misc.h ../../core/item.h +stats.o: ../../../pikotools/confparser/space.h ../../core/requesttypes.h stats.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h stats.o: ../../core/request.h ../../core/error.h ../../core/config.h -stats.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -stats.o: ../../core/textstream.h ../../core/session.h ../../core/user.h -stats.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h -stats.o: ../../templates/locale.h +stats.o: ../../../pikotools/confparser/confparser.h +stats.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h +stats.o: ../../templates/htmltextstream.h ../../core/textstream.h +stats.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +stats.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +stats.o: ../../../pikotools/utf8/utf8.h templates.o: templates.h ../../core/plugin.h ../../core/pluginmsg.h templates.o: ../../core/log.h ../../core/plugindata.h ../../core/config.h -templates.o: ../../core/htmlfilter.h ../../core/request.h -templates.o: ../../core/requesttypes.h ../../core/item.h ../../core/error.h +templates.o: ../../../pikotools/confparser/confparser.h +templates.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h +templates.o: ../../core/request.h ../../core/requesttypes.h ../../core/item.h +templates.o: ../../../pikotools/confparser/space.h ../../core/error.h templates.o: ../../core/textstream.h ../../core/misc.h templates.o: ../../templates/htmltextstream.h ../../core/textstream.h templates.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h @@ -79,15 +87,15 @@ templates.o: ../../templates/locale.h ../../templates/localefilter.h templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h templates.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h templates.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -templates.o: ../../notify/notifythread.h ../../core/basethread.h -templates.o: ../../core/synchro.h ../../notify/templatesnotify.h -templates.o: ../../core/config.h ../../core/users.h ../../core/user.h -templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -templates.o: ../../core/cur.h ../../core/session.h ../../core/rebus.h -templates.o: ../../core/mount.h ../../core/mounts.h ../../core/mountparser.h -templates.o: ../../core/crypt.h ../../core/run.h ../../core/users.h -templates.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h -templates.o: ../../core/image.h ../../core/basethread.h +templates.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +templates.o: ../../core/basethread.h ../../core/synchro.h +templates.o: ../../notify/templatesnotify.h ../../core/config.h +templates.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h +templates.o: ../../core/lastcontainer.h ../../core/cur.h ../../core/session.h +templates.o: ../../core/rebus.h ../../core/mount.h ../../core/mounts.h +templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h +templates.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h templates.o: ../../core/threadmanager.h ../../core/sessionmanager.h templates.o: ../../core/sessioncontainer.h ../../functions/functions.h templates.o: ../../functions/functionbase.h ../../core/request.h diff --git a/plugins/thread/Makefile b/plugins/thread/Makefile index 16827d3..46c9f57 100755 --- a/plugins/thread/Makefile +++ b/plugins/thread/Makefile @@ -16,7 +16,7 @@ $(name): $(o) depend: - makedepend -Y. -I../.. -I../../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I../.. -I../../../ezc/src -I../../../pikotools -I../../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/plugins/thread/Makefile.dep b/plugins/thread/Makefile.dep index d63a14f..33ac51b 100755 --- a/plugins/thread/Makefile.dep +++ b/plugins/thread/Makefile.dep @@ -1,12 +1,13 @@ # DO NOT DELETE createthread.o: createthread.h ../../functions/functionbase.h -createthread.o: ../../core/item.h ../../db/db.h ../../db/dbbase.h -createthread.o: ../../db/dbconn.h ../../db/dbtextstream.h -createthread.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -createthread.o: ../../core/requesttypes.h ../../core/error.h -createthread.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -createthread.o: ../../core/user.h ../../core/group.h +createthread.o: ../../core/item.h ../../../pikotools/confparser/space.h +createthread.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h +createthread.o: ../../db/dbtextstream.h ../../core/textstream.h +createthread.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +createthread.o: ../../core/error.h ../../../pikotools/confparser/confparser.h +createthread.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +createthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h createthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h createthread.o: ../../core/log.h ../../core/textstream.h createthread.o: ../../core/logmanipulators.h ../../core/slog.h @@ -22,17 +23,18 @@ createthread.o: ../../templates/patterns.h ../../templates/locale.h createthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h createthread.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h createthread.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -createthread.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -createthread.o: ../../core/basethread.h ../../core/synchro.h -createthread.o: ../../notify/templatesnotify.h ../../core/users.h -createthread.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -createthread.o: ../../core/mounts.h ../../core/mountparser.h -createthread.o: ../../core/crypt.h ../../core/run.h ../../core/users.h -createthread.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h -createthread.o: ../../core/image.h ../../core/basethread.h -createthread.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h -createthread.o: thread.h ../../db/dbbase.h threadinfo.h -createthread.o: ../../functions/functions.h ../../functions/functionbase.h +createthread.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +createthread.o: ../../notify/notifythread.h ../../core/basethread.h +createthread.o: ../../core/synchro.h ../../notify/templatesnotify.h +createthread.o: ../../core/users.h ../../core/ugcontainer.h +createthread.o: ../../core/lastcontainer.h ../../core/mounts.h +createthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +createthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h +createthread.o: ../../core/loadavg.h ../../core/image.h +createthread.o: ../../core/basethread.h ../../core/threadmanager.h +createthread.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h +createthread.o: threadinfo.h ../../functions/functions.h +createthread.o: ../../functions/functionbase.h createthread.o: ../../functions/functionparser.h ../../core/cur.h createthread.o: ../../functions/adduser.h ../../functions/cat.h createthread.o: ../../functions/chmod.h ../../functions/privchanger.h @@ -56,9 +58,11 @@ createthread.o: ../../functions/uptime.h ../../functions/who.h createthread.o: ../../functions/vim.h ../../core/htmlfilter.h funthread.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h funthread.o: funthread.h ../../functions/functionbase.h ../../core/item.h -funthread.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -funthread.o: ../../db/dbtextstream.h ../../core/textstream.h -funthread.o: ../../core/misc.h ../../core/error.h ../../db/dbitemquery.h +funthread.o: ../../../pikotools/confparser/space.h ../../db/db.h +funthread.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +funthread.o: ../../core/textstream.h ../../core/misc.h ../../core/error.h +funthread.o: ../../../pikotools/confparser/confparser.h +funthread.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h funthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h funthread.o: ../../core/log.h ../../core/textstream.h @@ -74,21 +78,23 @@ funthread.o: ../../templates/patterns.h ../../templates/locale.h funthread.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h funthread.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h funthread.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -funthread.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -funthread.o: ../../core/basethread.h ../../core/synchro.h -funthread.o: ../../notify/templatesnotify.h ../../core/users.h -funthread.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -funthread.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h -funthread.o: ../../core/run.h ../../core/users.h ../../core/groups.h -funthread.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h -funthread.o: ../../core/basethread.h ../../core/threadmanager.h -funthread.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h -funthread.o: threadinfo.h +funthread.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +funthread.o: ../../notify/notifythread.h ../../core/basethread.h +funthread.o: ../../core/synchro.h ../../notify/templatesnotify.h +funthread.o: ../../core/users.h ../../core/ugcontainer.h +funthread.o: ../../core/lastcontainer.h ../../core/mounts.h +funthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +funthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h +funthread.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h +funthread.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h +funthread.o: ../../db/dbbase.h threadinfo.h init.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h reply.h -init.o: ../../functions/functionbase.h ../../core/item.h ../../db/db.h -init.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h -init.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -init.o: ../../core/requesttypes.h ../../db/dbitemquery.h +init.o: ../../functions/functionbase.h ../../core/item.h +init.o: ../../../pikotools/confparser/space.h ../../db/db.h ../../db/dbbase.h +init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h +init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h +init.o: ../../../pikotools/confparser/confparser.h +init.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h init.o: ../../core/textstream.h ../../core/logmanipulators.h @@ -104,20 +110,20 @@ init.o: ../../templates/locale.h ../../templates/localefilter.h init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../notify/notifythread.h ../../core/basethread.h -init.o: ../../core/synchro.h ../../notify/templatesnotify.h -init.o: ../../core/users.h ../../core/ugcontainer.h -init.o: ../../core/lastcontainer.h ../../core/mounts.h -init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -init.o: ../../core/users.h ../../core/groups.h ../../core/group.h -init.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -init.o: ../../core/threadmanager.h ../../core/synchro.h threadinfo.h -init.o: funthread.h createthread.h showthreads.h ../../core/log.h -init.o: ../../core/plugin.h pluginmsg.h ../../core/system.h -init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h -init.o: ../../functions/functions.h ../../functions/functionbase.h -init.o: ../../functions/functionparser.h ../../core/cur.h -init.o: ../../functions/adduser.h ../../functions/cat.h +init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +init.o: ../../core/basethread.h ../../core/synchro.h +init.o: ../../notify/templatesnotify.h ../../core/users.h +init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +init.o: ../../core/run.h ../../core/users.h ../../core/groups.h +init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +init.o: ../../core/basethread.h ../../core/threadmanager.h +init.o: ../../core/synchro.h threadinfo.h funthread.h createthread.h +init.o: showthreads.h ../../core/log.h ../../core/plugin.h pluginmsg.h +init.o: ../../core/system.h ../../core/sessionmanager.h +init.o: ../../core/sessioncontainer.h ../../functions/functions.h +init.o: ../../functions/functionbase.h ../../functions/functionparser.h +init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h init.o: ../../functions/chmod.h ../../functions/privchanger.h init.o: ../../functions/chown.h ../../functions/ckeditor.h init.o: ../../functions/cp.h ../../functions/default.h @@ -139,35 +145,39 @@ init.o: ../../templates/indexpatterns.h ../../templates/patterns.h init.o: ../../templates/changepatterns.h ../../templates/htmltextstream.h init.o: ../../core/sessionmanager.h templates.h reply.o: reply.h ../../functions/functionbase.h ../../core/item.h -reply.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -reply.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -reply.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -reply.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h -reply.o: ../../core/group.h ../../core/dircontainer.h -reply.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h -reply.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -reply.o: ../../core/request.h ../../core/error.h ../../core/config.h -reply.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -reply.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -reply.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -reply.o: ../../core/request.h ../../core/config.h ../../core/system.h -reply.o: ../../core/dirs.h ../../core/dircontainer.h ../../notify/notify.h +reply.o: ../../../pikotools/confparser/space.h ../../db/db.h +reply.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +reply.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h +reply.o: ../../core/requesttypes.h ../../core/error.h +reply.o: ../../../pikotools/confparser/confparser.h +reply.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +reply.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +reply.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h +reply.o: ../../core/textstream.h ../../core/logmanipulators.h +reply.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +reply.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +reply.o: ../../templates/htmltextstream.h ../../core/session.h +reply.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +reply.o: ../../core/mount.h ../../templates/locale.h ../../core/request.h +reply.o: ../../core/config.h ../../core/system.h ../../core/dirs.h +reply.o: ../../core/dircontainer.h ../../notify/notify.h reply.o: ../../notify/notifypool.h ../../templates/patterns.h reply.o: ../../templates/locale.h ../../templates/localefilter.h reply.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h reply.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h reply.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -reply.o: ../../notify/notifythread.h ../../core/basethread.h -reply.o: ../../core/synchro.h ../../notify/templatesnotify.h -reply.o: ../../core/users.h ../../core/ugcontainer.h -reply.o: ../../core/lastcontainer.h ../../core/mounts.h -reply.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -reply.o: ../../core/users.h ../../core/groups.h ../../core/group.h -reply.o: ../../core/loadavg.h ../../core/image.h ../../core/basethread.h -reply.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h -reply.o: ../../db/dbbase.h threadinfo.h ../../functions/functions.h -reply.o: ../../functions/functionbase.h ../../functions/functionparser.h -reply.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h +reply.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +reply.o: ../../core/basethread.h ../../core/synchro.h +reply.o: ../../notify/templatesnotify.h ../../core/users.h +reply.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +reply.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h +reply.o: ../../core/run.h ../../core/users.h ../../core/groups.h +reply.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h +reply.o: ../../core/basethread.h ../../core/threadmanager.h +reply.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h threadinfo.h +reply.o: ../../functions/functions.h ../../functions/functionbase.h +reply.o: ../../functions/functionparser.h ../../core/cur.h +reply.o: ../../functions/adduser.h ../../functions/cat.h reply.o: ../../functions/chmod.h ../../functions/privchanger.h reply.o: ../../functions/chown.h ../../functions/ckeditor.h reply.o: ../../functions/cp.h ../../functions/default.h @@ -191,10 +201,12 @@ reply.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h reply.o: ../../templates/patterns.h ../../templates/changepatterns.h reply.o: ../../templates/htmltextstream.h ../../core/sessionmanager.h showthreads.o: showthreads.h ../../functions/functionbase.h ../../core/item.h -showthreads.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h -showthreads.o: ../../db/dbtextstream.h ../../core/textstream.h -showthreads.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -showthreads.o: ../../core/error.h ../../db/dbitemquery.h +showthreads.o: ../../../pikotools/confparser/space.h ../../db/db.h +showthreads.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h +showthreads.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h +showthreads.o: ../../core/requesttypes.h ../../core/error.h +showthreads.o: ../../../pikotools/confparser/confparser.h +showthreads.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h showthreads.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h showthreads.o: ../../core/dircontainer.h ../../core/ugcontainer.h showthreads.o: ../../core/log.h ../../core/textstream.h @@ -211,40 +223,43 @@ showthreads.o: ../../templates/patterns.h ../../templates/locale.h showthreads.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h showthreads.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h showthreads.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -showthreads.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -showthreads.o: ../../core/basethread.h ../../core/synchro.h -showthreads.o: ../../notify/templatesnotify.h ../../core/users.h -showthreads.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -showthreads.o: ../../core/mounts.h ../../core/mountparser.h -showthreads.o: ../../core/crypt.h ../../core/run.h ../../core/users.h -showthreads.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h -showthreads.o: ../../core/image.h ../../core/basethread.h -showthreads.o: ../../core/threadmanager.h ../../core/synchro.h tdb.h thread.h -showthreads.o: ../../db/dbbase.h threadinfo.h +showthreads.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +showthreads.o: ../../notify/notifythread.h ../../core/basethread.h +showthreads.o: ../../core/synchro.h ../../notify/templatesnotify.h +showthreads.o: ../../core/users.h ../../core/ugcontainer.h +showthreads.o: ../../core/lastcontainer.h ../../core/mounts.h +showthreads.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +showthreads.o: ../../core/users.h ../../core/groups.h ../../core/group.h +showthreads.o: ../../core/loadavg.h ../../core/image.h +showthreads.o: ../../core/basethread.h ../../core/threadmanager.h +showthreads.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h +showthreads.o: threadinfo.h tdb.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h ../../core/log.h -templates.o: threadinfo.h ../../core/item.h ../../core/system.h +templates.o: threadinfo.h ../../core/item.h +templates.o: ../../../pikotools/confparser/space.h ../../core/system.h templates.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h templates.o: ../../db/dbtextstream.h ../../core/textstream.h templates.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h -templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -templates.o: ../../core/ugcontainer.h ../../core/log.h -templates.o: ../../core/textstream.h ../../core/logmanipulators.h -templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -templates.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -templates.o: ../../templates/htmltextstream.h ../../core/session.h -templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -templates.o: ../../core/mount.h ../../templates/locale.h +templates.o: ../../../pikotools/confparser/confparser.h +templates.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h +templates.o: ../../core/log.h ../../core/textstream.h +templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +templates.o: ../../core/request.h ../../core/error.h ../../core/config.h +templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h templates.o: ../../notify/notify.h ../../notify/notifypool.h templates.o: ../../templates/patterns.h ../../templates/locale.h templates.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -templates.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -templates.o: ../../core/basethread.h ../../core/synchro.h -templates.o: ../../notify/templatesnotify.h ../../core/config.h -templates.o: ../../core/users.h ../../core/ugcontainer.h +templates.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../core/synchro.h ../../notify/templatesnotify.h +templates.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h templates.o: ../../core/lastcontainer.h ../../core/mounts.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h @@ -279,29 +294,31 @@ templates.o: ../../core/htmlfilter.h ../../templates/templates.h templates.o: ../../templates/patterncacher.h ../../templates/indexpatterns.h templates.o: ../../templates/patterns.h ../../templates/changepatterns.h templates.o: ../../templates/htmltextstream.h ../../core/sessionmanager.h -threadinfo.o: threadinfo.h ../../core/item.h ../../core/system.h +threadinfo.o: threadinfo.h ../../core/item.h +threadinfo.o: ../../../pikotools/confparser/space.h ../../core/system.h threadinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h threadinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h threadinfo.o: ../../db/dbtextstream.h ../../core/textstream.h threadinfo.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h -threadinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -threadinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -threadinfo.o: ../../core/ugcontainer.h ../../core/log.h -threadinfo.o: ../../core/textstream.h ../../core/logmanipulators.h -threadinfo.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -threadinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h -threadinfo.o: ../../templates/htmltextstream.h ../../core/session.h -threadinfo.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -threadinfo.o: ../../core/mount.h ../../templates/locale.h +threadinfo.o: ../../../pikotools/confparser/confparser.h +threadinfo.o: ../../../pikotools/confparser/space.h ../../db/dbitemquery.h +threadinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +threadinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h +threadinfo.o: ../../core/log.h ../../core/textstream.h +threadinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +threadinfo.o: ../../core/request.h ../../core/error.h ../../core/config.h +threadinfo.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h +threadinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h +threadinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h threadinfo.o: ../../notify/notify.h ../../notify/notifypool.h threadinfo.o: ../../templates/patterns.h ../../templates/locale.h threadinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h threadinfo.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h threadinfo.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -threadinfo.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -threadinfo.o: ../../core/basethread.h ../../core/synchro.h -threadinfo.o: ../../notify/templatesnotify.h ../../core/config.h -threadinfo.o: ../../core/users.h ../../core/ugcontainer.h +threadinfo.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +threadinfo.o: ../../notify/notifythread.h ../../core/basethread.h +threadinfo.o: ../../core/synchro.h ../../notify/templatesnotify.h +threadinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h threadinfo.o: ../../core/lastcontainer.h ../../core/mounts.h threadinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h threadinfo.o: ../../core/users.h ../../core/groups.h ../../core/group.h diff --git a/plugins/ticket/Makefile b/plugins/ticket/Makefile index 889fb2e..3064919 100755 --- a/plugins/ticket/Makefile +++ b/plugins/ticket/Makefile @@ -16,7 +16,7 @@ $(name): $(o) depend: - makedepend -Y. -I../.. -I../../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I../.. -I../../../ezc/src -I../../../pikotools -I../../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/plugins/ticket/Makefile.dep b/plugins/ticket/Makefile.dep index f825e95..26a48ab 100755 --- a/plugins/ticket/Makefile.dep +++ b/plugins/ticket/Makefile.dep @@ -3,7 +3,10 @@ createticket.o: createticket.h tdb.h ticket.h ../../db/dbbase.h createticket.o: ../../db/dbconn.h ../../db/dbtextstream.h createticket.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h +createticket.o: ../../../pikotools/confparser/space.h createticket.o: ../../core/requesttypes.h ../../core/error.h +createticket.o: ../../../pikotools/confparser/confparser.h +createticket.o: ../../../pikotools/confparser/space.h createticket.o: ../../functions/functionbase.h ../../core/item.h createticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h createticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h @@ -22,16 +25,17 @@ createticket.o: ../../templates/patterns.h ../../templates/locale.h createticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h createticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h createticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -createticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -createticket.o: ../../core/basethread.h ../../core/synchro.h -createticket.o: ../../notify/templatesnotify.h ../../core/users.h -createticket.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -createticket.o: ../../core/mounts.h ../../core/mountparser.h -createticket.o: ../../core/crypt.h ../../core/run.h ../../core/users.h -createticket.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h -createticket.o: ../../core/image.h ../../core/basethread.h -createticket.o: ../../core/threadmanager.h ../../core/synchro.h ticketinfo.h -createticket.o: ../../functions/functions.h ../../functions/functionbase.h +createticket.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +createticket.o: ../../notify/notifythread.h ../../core/basethread.h +createticket.o: ../../core/synchro.h ../../notify/templatesnotify.h +createticket.o: ../../core/users.h ../../core/ugcontainer.h +createticket.o: ../../core/lastcontainer.h ../../core/mounts.h +createticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h +createticket.o: ../../core/users.h ../../core/groups.h ../../core/group.h +createticket.o: ../../core/loadavg.h ../../core/image.h +createticket.o: ../../core/basethread.h ../../core/threadmanager.h +createticket.o: ../../core/synchro.h ticketinfo.h ../../functions/functions.h +createticket.o: ../../functions/functionbase.h createticket.o: ../../functions/functionparser.h ../../core/cur.h createticket.o: ../../functions/adduser.h ../../functions/cat.h createticket.o: ../../functions/chmod.h ../../functions/privchanger.h @@ -56,27 +60,30 @@ createticket.o: ../../functions/vim.h ../../core/htmlfilter.h sessiondata.h createticket.o: ../../core/plugindata.h ../../functions/rm.h editticket.o: editticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h editticket.o: ../../db/dbtextstream.h ../../core/textstream.h -editticket.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -editticket.o: ../../core/error.h ticketinfo.h ../../core/item.h -editticket.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h -editticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h -editticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -editticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h -editticket.o: ../../core/log.h ../../core/textstream.h -editticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -editticket.o: ../../core/request.h ../../core/error.h ../../core/config.h -editticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -editticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -editticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +editticket.o: ../../core/misc.h ../../core/item.h +editticket.o: ../../../pikotools/confparser/space.h ../../core/requesttypes.h +editticket.o: ../../core/error.h ../../../pikotools/confparser/confparser.h +editticket.o: ../../../pikotools/confparser/space.h ticketinfo.h +editticket.o: ../../core/item.h ../../core/system.h ../../core/dirs.h +editticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +editticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +editticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h +editticket.o: ../../core/ugcontainer.h ../../core/log.h +editticket.o: ../../core/textstream.h ../../core/logmanipulators.h +editticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +editticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +editticket.o: ../../templates/htmltextstream.h ../../core/session.h +editticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +editticket.o: ../../core/mount.h ../../templates/locale.h editticket.o: ../../notify/notify.h ../../notify/notifypool.h editticket.o: ../../templates/patterns.h ../../templates/locale.h editticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h editticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h editticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -editticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -editticket.o: ../../core/basethread.h ../../core/synchro.h -editticket.o: ../../notify/templatesnotify.h ../../core/config.h -editticket.o: ../../core/users.h ../../core/ugcontainer.h +editticket.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +editticket.o: ../../notify/notifythread.h ../../core/basethread.h +editticket.o: ../../core/synchro.h ../../notify/templatesnotify.h +editticket.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h editticket.o: ../../core/lastcontainer.h ../../core/mounts.h editticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h editticket.o: ../../core/users.h ../../core/groups.h ../../core/group.h @@ -108,27 +115,30 @@ editticket.o: ../../core/synchro.h sessiondata.h ../../core/plugindata.h editticket.o: ../../functions/rm.h funticket.o: funticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h funticket.o: ../../db/dbtextstream.h ../../core/textstream.h -funticket.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h -funticket.o: ../../core/error.h ticketinfo.h ../../core/item.h -funticket.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h -funticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h -funticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h -funticket.o: ../../core/dircontainer.h ../../core/ugcontainer.h -funticket.o: ../../core/log.h ../../core/textstream.h -funticket.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -funticket.o: ../../core/request.h ../../core/error.h ../../core/config.h -funticket.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -funticket.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -funticket.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h +funticket.o: ../../core/misc.h ../../core/item.h +funticket.o: ../../../pikotools/confparser/space.h ../../core/requesttypes.h +funticket.o: ../../core/error.h ../../../pikotools/confparser/confparser.h +funticket.o: ../../../pikotools/confparser/space.h ticketinfo.h +funticket.o: ../../core/item.h ../../core/system.h ../../core/dirs.h +funticket.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +funticket.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h +funticket.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h +funticket.o: ../../core/ugcontainer.h ../../core/log.h +funticket.o: ../../core/textstream.h ../../core/logmanipulators.h +funticket.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +funticket.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +funticket.o: ../../templates/htmltextstream.h ../../core/session.h +funticket.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +funticket.o: ../../core/mount.h ../../templates/locale.h funticket.o: ../../notify/notify.h ../../notify/notifypool.h funticket.o: ../../templates/patterns.h ../../templates/locale.h funticket.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h funticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h funticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -funticket.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -funticket.o: ../../core/basethread.h ../../core/synchro.h -funticket.o: ../../notify/templatesnotify.h ../../core/config.h -funticket.o: ../../core/users.h ../../core/ugcontainer.h +funticket.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +funticket.o: ../../notify/notifythread.h ../../core/basethread.h +funticket.o: ../../core/synchro.h ../../notify/templatesnotify.h +funticket.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h funticket.o: ../../core/lastcontainer.h ../../core/mounts.h funticket.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h funticket.o: ../../core/users.h ../../core/groups.h ../../core/group.h @@ -165,23 +175,26 @@ funticket.o: ../../templates/htmltextstream.h ../../core/sessionmanager.h funticket.o: ../../plugins/thread/pluginmsg.h init.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -init.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -init.o: funticket.h ticketinfo.h ../../core/item.h ../../core/system.h -init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h -init.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../db/dbitemcolumns.h -init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -init.o: ../../core/ugcontainer.h ../../core/log.h ../../core/textstream.h -init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h -init.o: ../../core/request.h ../../core/error.h ../../core/config.h -init.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h -init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h -init.o: ../../notify/notify.h ../../notify/notifypool.h -init.o: ../../templates/patterns.h ../../templates/locale.h -init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h -init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -init.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h +init.o: ../../core/item.h ../../../pikotools/confparser/space.h +init.o: ../../core/requesttypes.h ../../core/error.h +init.o: ../../../pikotools/confparser/confparser.h +init.o: ../../../pikotools/confparser/space.h funticket.h ticketinfo.h +init.o: ../../core/item.h ../../core/system.h ../../core/dirs.h +init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h +init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h +init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h +init.o: ../../core/log.h ../../core/textstream.h ../../core/logmanipulators.h +init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h +init.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +init.o: ../../templates/htmltextstream.h ../../core/session.h +init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h +init.o: ../../core/mount.h ../../templates/locale.h ../../notify/notify.h +init.o: ../../notify/notifypool.h ../../templates/patterns.h +init.o: ../../templates/locale.h ../../templates/localefilter.h +init.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h +init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +init.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h init.o: ../../core/basethread.h ../../core/synchro.h init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h @@ -220,11 +233,14 @@ init.o: sessiondata.h ../../core/plugindata.h ../../functions/rm.h init.o: ../../plugins/thread/showthreads.h ../../plugins/thread/threadinfo.h init.o: ../../plugins/thread/thread.h ../../plugins/thread/pluginmsg.h sessiondata.o: sessiondata.h ../../core/plugindata.h ticket.h -sessiondata.o: ../../functions/rm.h +sessiondata.o: ../../functions/rm.h ../../../pikotools/confparser/space.h showtickets.o: showtickets.h tdb.h ticket.h ../../db/dbbase.h showtickets.o: ../../db/dbconn.h ../../db/dbtextstream.h showtickets.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h -showtickets.o: ../../core/requesttypes.h ../../core/error.h ticketinfo.h +showtickets.o: ../../../pikotools/confparser/space.h +showtickets.o: ../../core/requesttypes.h ../../core/error.h +showtickets.o: ../../../pikotools/confparser/confparser.h +showtickets.o: ../../../pikotools/confparser/space.h ticketinfo.h showtickets.o: ../../core/item.h ../../core/system.h ../../core/dirs.h showtickets.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h showtickets.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h @@ -241,16 +257,17 @@ showtickets.o: ../../templates/patterns.h ../../templates/locale.h showtickets.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h showtickets.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h showtickets.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -showtickets.o: ../../../ezc/src/stringconv.h ../../notify/notifythread.h -showtickets.o: ../../core/basethread.h ../../core/synchro.h -showtickets.o: ../../notify/templatesnotify.h ../../core/config.h -showtickets.o: ../../core/users.h ../../core/ugcontainer.h -showtickets.o: ../../core/lastcontainer.h ../../core/mounts.h -showtickets.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h -showtickets.o: ../../core/users.h ../../core/groups.h ../../core/group.h -showtickets.o: ../../core/loadavg.h ../../core/image.h -showtickets.o: ../../core/basethread.h ../../core/threadmanager.h -showtickets.o: ../../functions/functions.h ../../functions/functionbase.h +showtickets.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +showtickets.o: ../../notify/notifythread.h ../../core/basethread.h +showtickets.o: ../../core/synchro.h ../../notify/templatesnotify.h +showtickets.o: ../../core/config.h ../../core/users.h +showtickets.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +showtickets.o: ../../core/mounts.h ../../core/mountparser.h +showtickets.o: ../../core/crypt.h ../../core/run.h ../../core/users.h +showtickets.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h +showtickets.o: ../../core/image.h ../../core/basethread.h +showtickets.o: ../../core/threadmanager.h ../../functions/functions.h +showtickets.o: ../../functions/functionbase.h showtickets.o: ../../functions/functionparser.h ../../core/cur.h showtickets.o: ../../functions/adduser.h ../../functions/cat.h showtickets.o: ../../functions/chmod.h ../../functions/privchanger.h @@ -283,30 +300,35 @@ showtickets.o: ../../templates/changepatterns.h showtickets.o: ../../templates/htmltextstream.h ../../core/sessionmanager.h tdb.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h tdb.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h -tdb.o: ../../core/item.h ../../core/requesttypes.h ../../core/error.h -tdb.o: ../../core/log.h +tdb.o: ../../core/item.h ../../../pikotools/confparser/space.h +tdb.o: ../../core/requesttypes.h ../../core/error.h +tdb.o: ../../../pikotools/confparser/confparser.h +tdb.o: ../../../pikotools/confparser/space.h ../../core/log.h templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h templates.o: ../../../ezc/src/pattern.h ../../core/item.h +templates.o: ../../../pikotools/confparser/space.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -templates.o: ../../../ezc/src/stringconv.h ticketinfo.h ticket.h -templates.o: ../../core/item.h ../../core/system.h ../../core/dirs.h -templates.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h -templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h -templates.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h -templates.o: ../../core/ugcontainer.h ../../core/log.h -templates.o: ../../core/textstream.h ../../core/logmanipulators.h -templates.o: ../../core/slog.h ../../core/cur.h ../../core/request.h -templates.o: ../../core/requesttypes.h ../../core/error.h ../../core/config.h -templates.o: ../../core/htmlfilter.h ../../templates/htmltextstream.h -templates.o: ../../core/textstream.h ../../core/misc.h ../../core/session.h -templates.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h -templates.o: ../../core/mount.h ../../templates/locale.h -templates.o: ../../notify/notify.h ../../notify/notifypool.h -templates.o: ../../templates/patterns.h ../../templates/locale.h -templates.o: ../../templates/localefilter.h ../../notify/notifythread.h -templates.o: ../../core/basethread.h ../../core/synchro.h -templates.o: ../../notify/templatesnotify.h ../../core/config.h -templates.o: ../../core/users.h ../../core/ugcontainer.h +templates.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h +templates.o: ticketinfo.h ticket.h ../../core/item.h ../../core/system.h +templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h +templates.o: ../../db/dbbase.h ../../db/dbitemquery.h +templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h +templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h +templates.o: ../../core/log.h ../../core/textstream.h +templates.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h +templates.o: ../../core/request.h ../../core/requesttypes.h +templates.o: ../../core/error.h ../../core/config.h +templates.o: ../../../pikotools/confparser/confparser.h +templates.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h +templates.o: ../../templates/htmltextstream.h ../../core/textstream.h +templates.o: ../../core/misc.h ../../core/session.h ../../core/user.h +templates.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h +templates.o: ../../templates/locale.h ../../notify/notify.h +templates.o: ../../notify/notifypool.h ../../templates/patterns.h +templates.o: ../../templates/locale.h ../../templates/localefilter.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../core/synchro.h ../../notify/templatesnotify.h +templates.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h templates.o: ../../core/lastcontainer.h ../../core/mounts.h templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h @@ -346,14 +368,17 @@ templates.o: sessiondata.h ../../core/plugindata.h ../../functions/rm.h templates.o: ../../plugins/thread/pluginmsg.h ../../templates/miscspace.h templates.o: ../../templates/templates.h ticketinfo.o: ticketinfo.h ticket.h ../../core/item.h ../../core/system.h -ticketinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h +ticketinfo.o: ../../core/dirs.h ../../core/item.h +ticketinfo.o: ../../../pikotools/confparser/space.h ../../core/dircontainer.h ticketinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h ticketinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h ticketinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h ticketinfo.o: ../../core/log.h ../../core/textstream.h ticketinfo.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h ticketinfo.o: ../../core/request.h ../../core/requesttypes.h -ticketinfo.o: ../../core/error.h ../../core/config.h ../../core/htmlfilter.h +ticketinfo.o: ../../core/error.h ../../core/config.h +ticketinfo.o: ../../../pikotools/confparser/confparser.h +ticketinfo.o: ../../../pikotools/confparser/space.h ../../core/htmlfilter.h ticketinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h ticketinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h ticketinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h @@ -363,9 +388,10 @@ ticketinfo.o: ../../templates/locale.h ../../templates/localefilter.h ticketinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h ticketinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h ticketinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -ticketinfo.o: ../../notify/notifythread.h ../../core/basethread.h -ticketinfo.o: ../../core/synchro.h ../../notify/templatesnotify.h -ticketinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h +ticketinfo.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h +ticketinfo.o: ../../core/basethread.h ../../core/synchro.h +ticketinfo.o: ../../notify/templatesnotify.h ../../core/config.h +ticketinfo.o: ../../core/users.h ../../core/ugcontainer.h ticketinfo.o: ../../core/lastcontainer.h ../../core/mounts.h ticketinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h ticketinfo.o: ../../core/users.h ../../core/groups.h ../../core/group.h diff --git a/templates/Makefile b/templates/Makefile index 6cb46e9..14f7631 100755 --- a/templates/Makefile +++ b/templates/Makefile @@ -9,7 +9,7 @@ all: $(o) depend: - makedepend -Y. -I.. -I../../ezc/src -f- *.cpp > Makefile.dep + makedepend -Y. -I.. -I../../ezc/src -I../../pikotools -I../../tito/src -f- *.cpp > Makefile.dep echo -n "o = " > Makefile.o.dep ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep diff --git a/templates/Makefile.dep b/templates/Makefile.dep index 3c28f56..e243e91 100755 --- a/templates/Makefile.dep +++ b/templates/Makefile.dep @@ -3,12 +3,14 @@ adduser.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h adduser.o: ../../ezc/src/pattern.h ../../ezc/src/item.h adduser.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -adduser.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -adduser.o: htmltextstream.h ../core/textstream.h patterncacher.h -adduser.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -adduser.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h -adduser.o: ../core/config.h ../core/textstream.h +adduser.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +adduser.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +adduser.o: ../../pikotools/confparser/space.h htmltextstream.h +adduser.o: ../core/textstream.h ../../pikotools/confparser/space.h +adduser.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +adduser.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +adduser.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +adduser.o: ../core/error.h ../core/config.h ../core/textstream.h adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h adduser.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h adduser.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h @@ -26,41 +28,50 @@ adduser.o: ../core/group.h ../core/loadavg.h ../core/image.h adduser.o: ../core/basethread.h ../core/threadmanager.h adduser.o: ../core/sessionmanager.h ../core/sessioncontainer.h adduser.o: ../core/system.h ../core/htmlfilter.h ../core/request.h -changepatterns.o: changepatterns.h patterns.h locale.h localefilter.h +changepatterns.o: changepatterns.h patterns.h locale.h +changepatterns.o: ../../pikotools/confparser/confparser.h +changepatterns.o: ../../pikotools/confparser/space.h localefilter.h changepatterns.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h changepatterns.o: ../../ezc/src/pattern.h ../../ezc/src/item.h changepatterns.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -changepatterns.o: ../../ezc/src/stringconv.h misc.h htmltextstream.h -changepatterns.o: ../core/textstream.h +changepatterns.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h +changepatterns.o: misc.h htmltextstream.h ../core/textstream.h +changepatterns.o: ../../pikotools/confparser/space.h config.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h config.o: ../../ezc/src/pattern.h ../../ezc/src/item.h config.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -config.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -config.o: htmltextstream.h ../core/textstream.h patterncacher.h -config.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -config.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -config.o: ../core/request.h ../core/requesttypes.h ../core/error.h -config.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -config.o: ../core/session.h ../core/user.h ../core/plugindata.h -config.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h -config.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -config.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -config.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -config.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -config.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -config.o: ../templates/patterns.h ../notify/notifythread.h -config.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -config.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -config.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -config.o: ../core/run.h ../core/users.h ../core/groups.h ../core/group.h -config.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -config.o: ../core/threadmanager.h ../core/sessionmanager.h -config.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +config.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +config.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +config.o: ../../pikotools/confparser/space.h htmltextstream.h +config.o: ../core/textstream.h ../../pikotools/confparser/space.h +config.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +config.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +config.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +config.o: ../core/error.h ../core/config.h ../core/textstream.h +config.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +config.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +config.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +config.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +config.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +config.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h +config.o: ../core/cur.h ../templates/locale.h ../notify/notify.h +config.o: ../notify/notifypool.h ../templates/patterns.h +config.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +config.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +config.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +config.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h +config.o: ../core/group.h ../core/loadavg.h ../core/image.h +config.o: ../core/basethread.h ../core/threadmanager.h +config.o: ../core/sessionmanager.h ../core/sessioncontainer.h +config.o: ../core/system.h ../core/htmlfilter.h dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h dir.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -dir.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -dir.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +dir.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +dir.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +dir.o: ../../pikotools/confparser/confparser.h +dir.o: ../../pikotools/confparser/space.h htmltextstream.h +dir.o: ../core/textstream.h ../../pikotools/confparser/space.h dir.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h dir.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h dir.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -98,8 +109,11 @@ dir.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h dir.o: ../functions/who.h ../functions/vim.h doc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h doc.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -doc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -doc.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +doc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +doc.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +doc.o: ../../pikotools/confparser/confparser.h +doc.o: ../../pikotools/confparser/space.h htmltextstream.h +doc.o: ../core/textstream.h ../../pikotools/confparser/space.h doc.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h doc.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h doc.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -122,8 +136,11 @@ doc.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h doc.o: ../core/request.h ../core/misc.h env.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h env.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -env.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -env.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +env.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +env.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +env.o: ../../pikotools/confparser/confparser.h +env.o: ../../pikotools/confparser/space.h htmltextstream.h +env.o: ../core/textstream.h ../../pikotools/confparser/space.h env.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h env.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h env.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -162,12 +179,14 @@ env.o: ../functions/who.h ../functions/vim.h filters.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h filters.o: ../../ezc/src/pattern.h ../../ezc/src/item.h filters.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -filters.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -filters.o: htmltextstream.h ../core/textstream.h patterncacher.h -filters.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -filters.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h -filters.o: ../core/config.h ../core/textstream.h +filters.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +filters.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +filters.o: ../../pikotools/confparser/space.h htmltextstream.h +filters.o: ../core/textstream.h ../../pikotools/confparser/space.h +filters.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +filters.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +filters.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +filters.o: ../core/error.h ../core/config.h ../core/textstream.h filters.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h filters.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h filters.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h @@ -186,48 +205,60 @@ filters.o: ../core/basethread.h ../core/threadmanager.h filters.o: ../core/sessionmanager.h ../core/sessioncontainer.h filters.o: ../core/system.h ../core/htmlfilter.h ../core/misc.h htmltextstream.o: htmltextstream.h ../core/textstream.h misc.h localefilter.h -htmltextstream.o: locale.h ../../ezc/src/ezc.h ../../ezc/src/generator.h -htmltextstream.o: ../../ezc/src/pattern.h ../../ezc/src/item.h -htmltextstream.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -htmltextstream.o: ../../ezc/src/stringconv.h +htmltextstream.o: locale.h ../../pikotools/confparser/confparser.h +htmltextstream.o: ../../pikotools/confparser/space.h ../../ezc/src/ezc.h +htmltextstream.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +htmltextstream.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h +htmltextstream.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +htmltextstream.o: ../../pikotools/utf8/utf8.h +htmltextstream.o: ../../pikotools/confparser/space.h indexpatterns.o: indexpatterns.h ../../ezc/src/ezc.h indexpatterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h indexpatterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h indexpatterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h -indexpatterns.o: patterns.h locale.h localefilter.h misc.h htmltextstream.h -indexpatterns.o: ../core/textstream.h ../core/log.h ../core/textstream.h -indexpatterns.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -indexpatterns.o: ../templates/locale.h +indexpatterns.o: ../../pikotools/utf8/utf8.h patterns.h locale.h +indexpatterns.o: ../../pikotools/confparser/confparser.h +indexpatterns.o: ../../pikotools/confparser/space.h localefilter.h misc.h +indexpatterns.o: htmltextstream.h ../core/textstream.h +indexpatterns.o: ../../pikotools/confparser/space.h ../core/log.h +indexpatterns.o: ../core/textstream.h ../core/logmanipulators.h +indexpatterns.o: ../core/slog.h ../core/cur.h ../templates/locale.h insert.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h insert.o: ../../ezc/src/pattern.h ../../ezc/src/item.h insert.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -insert.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -insert.o: htmltextstream.h ../core/textstream.h patterncacher.h -insert.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -insert.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -insert.o: ../core/request.h ../core/requesttypes.h ../core/error.h -insert.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -insert.o: ../core/session.h ../core/user.h ../core/plugindata.h -insert.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h -insert.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -insert.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -insert.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -insert.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -insert.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -insert.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -insert.o: ../templates/patterns.h ../notify/notifythread.h -insert.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -insert.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -insert.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -insert.o: ../core/run.h ../core/users.h ../core/groups.h ../core/group.h -insert.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -insert.o: ../core/threadmanager.h ../core/sessionmanager.h -insert.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h -insert.o: ../core/request.h ../core/misc.h +insert.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +insert.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +insert.o: ../../pikotools/confparser/space.h htmltextstream.h +insert.o: ../core/textstream.h ../../pikotools/confparser/space.h +insert.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +insert.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +insert.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +insert.o: ../core/error.h ../core/config.h ../core/textstream.h +insert.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +insert.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +insert.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +insert.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +insert.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +insert.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +insert.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h +insert.o: ../core/cur.h ../templates/locale.h ../notify/notify.h +insert.o: ../notify/notifypool.h ../templates/patterns.h +insert.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +insert.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +insert.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +insert.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h +insert.o: ../core/group.h ../core/loadavg.h ../core/image.h +insert.o: ../core/basethread.h ../core/threadmanager.h +insert.o: ../core/sessionmanager.h ../core/sessioncontainer.h +insert.o: ../core/system.h ../core/htmlfilter.h ../core/request.h +insert.o: ../core/misc.h item.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h item.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -item.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -item.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +item.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +item.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +item.o: ../../pikotools/confparser/confparser.h +item.o: ../../pikotools/confparser/space.h htmltextstream.h +item.o: ../core/textstream.h ../../pikotools/confparser/space.h item.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h item.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h item.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -250,8 +281,11 @@ item.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h item.o: ../core/request.h ../core/misc.h ../core/bbcodeparser.h miscspace.h last.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h last.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -last.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -last.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +last.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +last.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +last.o: ../../pikotools/confparser/confparser.h +last.o: ../../pikotools/confparser/space.h htmltextstream.h +last.o: ../core/textstream.h ../../pikotools/confparser/space.h last.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h last.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h last.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -272,18 +306,25 @@ last.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h last.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h last.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h last.o: ../core/lastcontainer.h ../core/request.h ../core/misc.h -locale.o: locale.h ../core/log.h ../core/textstream.h -locale.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -locale.o: ../templates/locale.h -localefilter.o: localefilter.h locale.h ../../ezc/src/ezc.h +locale.o: locale.h ../../pikotools/confparser/confparser.h +locale.o: ../../pikotools/confparser/space.h ../core/log.h +locale.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h +locale.o: ../core/cur.h ../templates/locale.h ../../pikotools/utf8/utf8.h +localefilter.o: localefilter.h locale.h +localefilter.o: ../../pikotools/confparser/confparser.h +localefilter.o: ../../pikotools/confparser/space.h ../../ezc/src/ezc.h localefilter.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h localefilter.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h localefilter.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h -localefilter.o: ../core/misc.h ../core/requesttypes.h +localefilter.o: ../../pikotools/utf8/utf8.h ../core/misc.h +localefilter.o: ../core/requesttypes.h login.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h login.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -login.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -login.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +login.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +login.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +login.o: ../../pikotools/confparser/confparser.h +login.o: ../../pikotools/confparser/space.h htmltextstream.h +login.o: ../core/textstream.h ../../pikotools/confparser/space.h login.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h login.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h login.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -306,31 +347,37 @@ login.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h login.o: ../core/htmlfilter.h ls.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h ls.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -ls.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -ls.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h -ls.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -ls.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h -ls.o: ../core/request.h ../core/requesttypes.h ../core/error.h -ls.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -ls.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -ls.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h -ls.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -ls.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -ls.o: ../core/user.h ../core/group.h ../core/dircontainer.h -ls.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h -ls.o: ../core/slog.h ../core/cur.h ../templates/locale.h ../notify/notify.h -ls.o: ../notify/notifypool.h ../templates/patterns.h ../notify/notifythread.h -ls.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -ls.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -ls.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h -ls.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -ls.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -ls.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h -ls.o: ../core/htmlfilter.h ../core/request.h +ls.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +ls.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +ls.o: ../../pikotools/confparser/confparser.h +ls.o: ../../pikotools/confparser/space.h htmltextstream.h +ls.o: ../core/textstream.h ../../pikotools/confparser/space.h patterncacher.h +ls.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h +ls.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h +ls.o: ../core/requesttypes.h ../core/error.h ../core/config.h +ls.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h +ls.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h +ls.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +ls.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +ls.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +ls.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +ls.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +ls.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h +ls.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +ls.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +ls.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +ls.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +ls.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h +ls.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +ls.o: ../core/request.h man.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h man.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -man.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -man.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +man.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +man.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +man.o: ../../pikotools/confparser/confparser.h +man.o: ../../pikotools/confparser/space.h htmltextstream.h +man.o: ../core/textstream.h ../../pikotools/confparser/space.h man.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h man.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h man.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -368,8 +415,11 @@ man.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h man.o: ../functions/who.h ../functions/vim.h misc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h misc.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -misc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -misc.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +misc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +misc.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +misc.o: ../../pikotools/confparser/confparser.h +misc.o: ../../pikotools/confparser/space.h htmltextstream.h +misc.o: ../core/textstream.h ../../pikotools/confparser/space.h misc.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h misc.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h misc.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -393,12 +443,14 @@ misc.o: ../core/misc.h ../core/request.h miscspace.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h miscspace.o: ../../ezc/src/pattern.h ../../ezc/src/item.h miscspace.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -miscspace.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -miscspace.o: htmltextstream.h ../core/textstream.h patterncacher.h -miscspace.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -miscspace.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -miscspace.o: ../core/request.h ../core/requesttypes.h ../core/error.h -miscspace.o: ../core/config.h ../core/textstream.h +miscspace.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +miscspace.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +miscspace.o: ../../pikotools/confparser/space.h htmltextstream.h +miscspace.o: ../core/textstream.h ../../pikotools/confparser/space.h +miscspace.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +miscspace.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +miscspace.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +miscspace.o: ../core/error.h ../core/config.h ../core/textstream.h miscspace.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h miscspace.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h miscspace.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h @@ -419,8 +471,11 @@ miscspace.o: ../core/threadmanager.h ../core/sessionmanager.h miscspace.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h mount.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h mount.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -mount.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -mount.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +mount.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +mount.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +mount.o: ../../pikotools/confparser/confparser.h +mount.o: ../../pikotools/confparser/space.h htmltextstream.h +mount.o: ../core/textstream.h ../../pikotools/confparser/space.h mount.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h mount.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -441,25 +496,34 @@ mount.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h mount.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h mount.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h mount.o: ../core/htmlfilter.h ../core/misc.h ../core/mounts.h -patterncacher.o: patterncacher.h ../core/item.h misc.h localefilter.h -patterncacher.o: locale.h ../../ezc/src/ezc.h ../../ezc/src/generator.h -patterncacher.o: ../../ezc/src/pattern.h ../../ezc/src/item.h -patterncacher.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -patterncacher.o: ../../ezc/src/stringconv.h htmltextstream.h +patterncacher.o: patterncacher.h ../core/item.h +patterncacher.o: ../../pikotools/confparser/space.h misc.h localefilter.h +patterncacher.o: locale.h ../../pikotools/confparser/confparser.h +patterncacher.o: ../../pikotools/confparser/space.h ../../ezc/src/ezc.h +patterncacher.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +patterncacher.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h +patterncacher.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +patterncacher.o: ../../pikotools/utf8/utf8.h htmltextstream.h patterncacher.o: ../core/textstream.h ../core/log.h ../core/textstream.h patterncacher.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h patterncacher.o: ../templates/locale.h -patterns.o: patterns.h locale.h localefilter.h ../../ezc/src/ezc.h -patterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h -patterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h -patterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -patterns.o: htmltextstream.h ../core/textstream.h ../core/log.h +patterns.o: patterns.h locale.h ../../pikotools/confparser/confparser.h +patterns.o: ../../pikotools/confparser/space.h localefilter.h +patterns.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h +patterns.o: ../../ezc/src/pattern.h ../../ezc/src/item.h +patterns.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h +patterns.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +patterns.o: htmltextstream.h ../core/textstream.h +patterns.o: ../../pikotools/confparser/space.h ../core/log.h patterns.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h patterns.o: ../core/cur.h ../templates/locale.h priv.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h priv.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -priv.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -priv.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +priv.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +priv.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +priv.o: ../../pikotools/confparser/confparser.h +priv.o: ../../pikotools/confparser/space.h htmltextstream.h +priv.o: ../core/textstream.h ../../pikotools/confparser/space.h priv.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h priv.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h priv.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -497,32 +561,38 @@ priv.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h priv.o: ../functions/who.h ../functions/vim.h pw.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h pw.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -pw.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -pw.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h -pw.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h -pw.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h -pw.o: ../core/request.h ../core/requesttypes.h ../core/error.h -pw.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -pw.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h -pw.o: ../core/mount.h ../core/system.h ../core/dirs.h ../core/dircontainer.h -pw.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h -pw.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h -pw.o: ../core/user.h ../core/group.h ../core/dircontainer.h -pw.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h -pw.o: ../core/slog.h ../core/cur.h ../templates/locale.h ../notify/notify.h -pw.o: ../notify/notifypool.h ../templates/patterns.h ../notify/notifythread.h -pw.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -pw.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -pw.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h ../core/run.h -pw.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -pw.o: ../core/image.h ../core/basethread.h ../core/threadmanager.h -pw.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h -pw.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h +pw.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +pw.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +pw.o: ../../pikotools/confparser/confparser.h +pw.o: ../../pikotools/confparser/space.h htmltextstream.h +pw.o: ../core/textstream.h ../../pikotools/confparser/space.h patterncacher.h +pw.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h +pw.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h ../core/request.h +pw.o: ../core/requesttypes.h ../core/error.h ../core/config.h +pw.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h +pw.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h +pw.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +pw.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +pw.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +pw.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +pw.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h +pw.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h +pw.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h +pw.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +pw.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +pw.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h +pw.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h +pw.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h +pw.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +pw.o: ../core/request.h ../core/misc.h rebus.o: ../core/request.h templates.h ../../ezc/src/ezc.h rebus.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h rebus.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h -rebus.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -rebus.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +rebus.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +rebus.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +rebus.o: ../../pikotools/confparser/confparser.h +rebus.o: ../../pikotools/confparser/space.h htmltextstream.h +rebus.o: ../core/textstream.h ../../pikotools/confparser/space.h rebus.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h rebus.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -547,8 +617,11 @@ slog.o: ../core/slog.h ../core/cur.h ../core/logmanipulators.h slog.o: ../templates/locale.h templates.h ../../ezc/src/ezc.h slog.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h slog.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h -slog.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -slog.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +slog.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +slog.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +slog.o: ../../pikotools/confparser/confparser.h +slog.o: ../../pikotools/confparser/space.h htmltextstream.h +slog.o: ../core/textstream.h ../../pikotools/confparser/space.h slog.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h slog.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h slog.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -569,8 +642,11 @@ slog.o: ../core/basethread.h ../core/threadmanager.h ../core/sessionmanager.h slog.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h stat.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h stat.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -stat.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -stat.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +stat.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +stat.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +stat.o: ../../pikotools/confparser/confparser.h +stat.o: ../../pikotools/confparser/space.h htmltextstream.h +stat.o: ../core/textstream.h ../../pikotools/confparser/space.h stat.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h stat.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h stat.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -593,8 +669,11 @@ stat.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h stat.o: ../core/request.h ../core/misc.h sys.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h sys.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -sys.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -sys.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +sys.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +sys.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +sys.o: ../../pikotools/confparser/confparser.h +sys.o: ../../pikotools/confparser/space.h htmltextstream.h +sys.o: ../core/textstream.h ../../pikotools/confparser/space.h sys.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h sys.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h sys.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -634,12 +713,14 @@ sys.o: ../functions/who.h ../functions/vim.h ../templates/templates.h template.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h template.o: ../../ezc/src/pattern.h ../../ezc/src/item.h template.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -template.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -template.o: htmltextstream.h ../core/textstream.h patterncacher.h -template.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -template.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -template.o: ../core/request.h ../core/requesttypes.h ../core/error.h -template.o: ../core/config.h ../core/textstream.h +template.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +template.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +template.o: ../../pikotools/confparser/space.h htmltextstream.h +template.o: ../core/textstream.h ../../pikotools/confparser/space.h +template.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +template.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +template.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +template.o: ../core/error.h ../core/config.h ../core/textstream.h template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h template.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h template.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h @@ -660,12 +741,14 @@ template.o: ../core/system.h ../core/htmlfilter.h ../core/misc.h templates.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h templates.o: ../../ezc/src/pattern.h ../../ezc/src/item.h templates.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -templates.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -templates.o: htmltextstream.h ../core/textstream.h patterncacher.h -templates.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -templates.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -templates.o: ../core/request.h ../core/requesttypes.h ../core/error.h -templates.o: ../core/config.h ../core/textstream.h +templates.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +templates.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +templates.o: ../../pikotools/confparser/space.h htmltextstream.h +templates.o: ../core/textstream.h ../../pikotools/confparser/space.h +templates.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +templates.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +templates.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +templates.o: ../core/error.h ../core/config.h ../core/textstream.h templates.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h templates.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h templates.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h @@ -706,8 +789,11 @@ templates.o: ../functions/vim.h ../templates/templates.h upload.o: ../core/request.h templates.h ../../ezc/src/ezc.h upload.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h upload.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h -upload.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -upload.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +upload.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +upload.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +upload.o: ../../pikotools/confparser/confparser.h +upload.o: ../../pikotools/confparser/space.h htmltextstream.h +upload.o: ../core/textstream.h ../../pikotools/confparser/space.h upload.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h upload.o: changepatterns.h ../core/config.h ../core/htmlfilter.h upload.o: ../core/cur.h ../core/request.h ../core/requesttypes.h @@ -732,32 +818,38 @@ upload.o: ../core/system.h ../core/htmlfilter.h uptime.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h uptime.o: ../../ezc/src/pattern.h ../../ezc/src/item.h uptime.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h -uptime.o: ../../ezc/src/stringconv.h misc.h localefilter.h locale.h -uptime.o: htmltextstream.h ../core/textstream.h patterncacher.h -uptime.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h -uptime.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h -uptime.o: ../core/request.h ../core/requesttypes.h ../core/error.h -uptime.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h -uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h -uptime.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/dirs.h -uptime.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h -uptime.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h -uptime.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h -uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h -uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h -uptime.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h -uptime.o: ../templates/patterns.h ../notify/notifythread.h -uptime.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h -uptime.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -uptime.o: ../core/mounts.h ../core/mountparser.h ../core/crypt.h -uptime.o: ../core/run.h ../core/users.h ../core/groups.h ../core/group.h -uptime.o: ../core/loadavg.h ../core/image.h ../core/basethread.h -uptime.o: ../core/threadmanager.h ../core/sessionmanager.h -uptime.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h +uptime.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h +uptime.o: localefilter.h locale.h ../../pikotools/confparser/confparser.h +uptime.o: ../../pikotools/confparser/space.h htmltextstream.h +uptime.o: ../core/textstream.h ../../pikotools/confparser/space.h +uptime.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h +uptime.o: changepatterns.h ../core/config.h ../core/htmlfilter.h +uptime.o: ../core/cur.h ../core/request.h ../core/requesttypes.h +uptime.o: ../core/error.h ../core/config.h ../core/textstream.h +uptime.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h +uptime.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h +uptime.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h ../db/db.h +uptime.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h +uptime.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h +uptime.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h +uptime.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h +uptime.o: ../core/cur.h ../templates/locale.h ../notify/notify.h +uptime.o: ../notify/notifypool.h ../templates/patterns.h +uptime.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h +uptime.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h +uptime.o: ../core/group.h ../core/loadavg.h ../core/image.h +uptime.o: ../core/basethread.h ../core/threadmanager.h +uptime.o: ../core/sessionmanager.h ../core/sessioncontainer.h +uptime.o: ../core/system.h ../core/htmlfilter.h user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h user.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -user.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -user.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +user.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +user.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +user.o: ../../pikotools/confparser/confparser.h +user.o: ../../pikotools/confparser/space.h htmltextstream.h +user.o: ../core/textstream.h ../../pikotools/confparser/space.h user.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h user.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h user.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -780,8 +872,11 @@ user.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h user.o: ../core/request.h ../core/misc.h who.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h who.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -who.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -who.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +who.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +who.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +who.o: ../../pikotools/confparser/confparser.h +who.o: ../../pikotools/confparser/space.h htmltextstream.h +who.o: ../core/textstream.h ../../pikotools/confparser/space.h who.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h who.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h who.o: ../core/request.h ../core/requesttypes.h ../core/error.h @@ -804,8 +899,11 @@ who.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h who.o: ../core/request.h ../core/misc.h winix.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h winix.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h -winix.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h misc.h -winix.o: localefilter.h locale.h htmltextstream.h ../core/textstream.h +winix.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h +winix.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h +winix.o: ../../pikotools/confparser/confparser.h +winix.o: ../../pikotools/confparser/space.h htmltextstream.h +winix.o: ../core/textstream.h ../../pikotools/confparser/space.h winix.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h winix.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h