From f99191aa6f234838d8d23233efb6f2623c02a541 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Tue, 26 Apr 2022 23:46:57 +0200 Subject: [PATCH] make depend --- winixd/Makefile.dep | 2 +- winixd/core/Makefile.dep | 80 +++++++++++++++++------- winixd/db/Makefile.dep | 4 ++ winixd/functions/Makefile.dep | 49 +++++++++++++++ winixd/main/Makefile.dep | 5 +- winixd/models/Makefile.dep | 25 ++++---- winixd/notify/Makefile.dep | 12 ++-- winixd/plugins/export/Makefile.dep | 5 ++ winixd/plugins/gallery/Makefile.dep | 4 ++ winixd/plugins/group/Makefile.dep | 32 +++++----- winixd/plugins/mailregister/Makefile.dep | 4 ++ winixd/plugins/menu/Makefile.dep | 28 ++++----- winixd/plugins/seo/Makefile.dep | 2 + winixd/plugins/stats/Makefile.dep | 17 ++--- winixd/plugins/thread/Makefile.dep | 10 +++ winixd/plugins/ticket/Makefile.dep | 8 +++ winixd/templates/Makefile.dep | 39 +++++++++++- winixd/utils/Makefile.dep | 2 +- 18 files changed, 246 insertions(+), 82 deletions(-) diff --git a/winixd/Makefile.dep b/winixd/Makefile.dep index 301d33e..c6c74fd 100644 --- a/winixd/Makefile.dep +++ b/winixd/Makefile.dep @@ -1 +1 @@ -winix.src.files = ./core/config.cpp ./core/config.h ./core/app.cpp ./core/app.h ./core/basethread.cpp ./core/basethread.h ./core/compress.cpp ./core/compress.h ./core/cookieparser.h ./core/crypt.cpp ./core/crypt.h ./core/cur.h ./core/dircontainer.cpp ./core/dircontainer.h ./core/dirs.cpp ./core/dirs.h ./core/error.h ./core/filelog.cpp ./core/filelog.h ./core/groups.cpp ./core/groups.h ./core/httpsimpleparser.cpp ./core/httpsimpleparser.h ./core/image.cpp ./core/image.h ./core/ipban.h ./core/ipbancontainer.cpp ./core/ipbancontainer.h ./core/job.cpp ./core/job.h ./core/lastcontainer.cpp ./core/lastcontainer.h ./core/loadavg.cpp ./core/loadavg.h ./core/lock.h ./core/lock.cpp ./core/log.cpp ./core/log.h ./core/logmanipulators.h ./core/misc.cpp ./core/misc.h ./core/mount.cpp ./core/mount.h ./core/mountparser.cpp ./core/mountparser.h ./core/mounts.cpp ./core/mounts.h ./core/plugin.cpp ./core/plugin.h ./core/plugindata.cpp ./core/plugindata.h ./core/pluginmsg.h ./core/postmultiparser.cpp ./core/postmultiparser.h ./core/postparser.h ./core/rebus.cpp ./core/rebus.h ./core/request.cpp ./core/request.h ./core/requesttypes.h ./core/run.cpp ./core/run.h ./core/session.cpp ./core/session.h ./core/sessioncontainer.cpp ./core/sessioncontainer.h ./core/sessionidmanager.cpp ./core/sessionidmanager.h ./core/sessionmanager.cpp ./core/sessionmanager.h ./core/sessionparser.cpp ./core/sessionparser.h ./core/slog.cpp ./core/slog.h ./core/synchro.cpp ./core/synchro.h ./core/system.cpp ./core/system.h ./core/textstream.h ./core/threadmanager.cpp ./core/timezone.h ./core/threadmanager.h ./core/timezone.cpp ./core/timezones.cpp ./core/timezones.h ./core/ugcontainer.h ./core/users.cpp ./core/users.h ./core/version.h ./core/winix_const.h ./core/winixbase.cpp ./core/winixbase.h ./core/winixrequest.cpp ./core/winixrequest.h ./core/winixsystem.cpp ./core/winixsystem.h ./core/winixmodeldeprecated.h ./core/winixmodeldeprecated.cpp ./core/header.h ./db/db.cpp ./db/db.h ./db/dbbase.cpp ./db/dbbase.h ./db/dbconn.cpp ./db/dbconn.h ./db/dbtextstream.cpp ./db/dbtextstream.h ./functions/account.cpp ./functions/account.h ./functions/adduser.cpp ./functions/adduser.h ./functions/cat.cpp ./functions/cat.h ./functions/chmod.cpp ./functions/chmod.h ./functions/chown.cpp ./functions/chown.h ./functions/ckeditor.cpp ./functions/ckeditor.h ./functions/cp.cpp ./functions/cp.h ./functions/default.cpp ./functions/default.h ./functions/download.cpp ./functions/download.h ./functions/emacs.cpp ./functions/emacs.h ./functions/env.cpp ./functions/env.h ./functions/functionbase.cpp ./functions/functionbase.h ./functions/functionparser.cpp ./functions/functionparser.h ./functions/functions.cpp ./functions/functions.h ./functions/imgcrop.cpp ./functions/imgcrop.h ./functions/ipban.cpp ./functions/ipban.h ./functions/last.cpp ./functions/last.h ./functions/ln.cpp ./functions/ln.h ./functions/locale.cpp ./functions/locale.h ./functions/login.cpp ./functions/login.h ./functions/logout.cpp ./functions/logout.h ./functions/ls.cpp ./functions/ls.h ./functions/man.cpp ./functions/man.h ./functions/meta.cpp ./functions/meta.h ./functions/mkdir.cpp ./functions/mkdir.h ./functions/mount.cpp ./functions/mount.h ./functions/mv.cpp ./functions/mv.h ./functions/nicedit.cpp ./functions/nicedit.h ./functions/node.cpp ./functions/node.h ./functions/passwd.cpp ./functions/passwd.h ./functions/priv.cpp ./functions/priv.h ./functions/privchanger.cpp ./functions/privchanger.h ./functions/pw.cpp ./functions/pw.h ./functions/reload.cpp ./functions/reload.h ./functions/rm.cpp ./functions/rm.h ./functions/rmuser.cpp ./functions/rmuser.h ./functions/run.cpp ./functions/run.h ./functions/sort.cpp ./functions/sort.h ./functions/specialdefault.cpp ./functions/specialdefault.h ./functions/stat.cpp ./functions/stat.h ./functions/subject.cpp ./functions/subject.h ./functions/template.cpp ./functions/template.h ./functions/timezone.cpp ./functions/timezone.h ./functions/tinymce.cpp ./functions/tinymce.h ./functions/uname.cpp ./functions/uname.h ./functions/upload.cpp ./functions/upload.h ./functions/uptime.cpp ./functions/uptime.h ./functions/vim.cpp ./functions/vim.h ./functions/who.cpp ./functions/who.h ./main/main.cpp ./models/group.cpp ./models/group.h ./models/item.cpp ./models/item.h ./models/itemcontent.cpp ./models/itemcontent.h ./models/migration.cpp ./models/migration.h ./models/user.cpp ./models/user.h ./models/winixmodel.h ./models/winixmodelconnector.h ./models/winixmodel.cpp ./models/winixmodelconnector.cpp ./models/userwrapper.h ./notify/notify.cpp ./notify/notify.h ./notify/notifypool.cpp ./notify/notifypool.h ./notify/notifythread.cpp ./notify/notifythread.h ./notify/templatesnotify.cpp ./notify/templatesnotify.h ./plugins/export/edb.cpp ./plugins/export/edb.h ./plugins/export/export.h ./plugins/export/exportinfo.cpp ./plugins/export/exportinfo.h ./plugins/export/exportthread.cpp ./plugins/export/exportthread.h ./plugins/export/funexport.cpp ./plugins/export/funexport.h ./plugins/export/init.cpp ./plugins/export/message.h ./plugins/gallery/gallery.cpp ./plugins/gallery/gallery.h ./plugins/gallery/galleryinfo.cpp ./plugins/gallery/galleryinfo.h ./plugins/gallery/init.cpp ./plugins/gallery/templates.cpp ./plugins/group/groupinfo.cpp ./plugins/group/groupinfo.h ./plugins/group/groups.cpp ./plugins/group/groups.h ./plugins/group/init.cpp ./plugins/group/templates.cpp ./plugins/mailregister/funregistermail.cpp ./plugins/mailregister/funregistermail.h ./plugins/mailregister/funregistermail_showusers.cpp ./plugins/mailregister/funregistermail_showusers.h ./plugins/mailregister/init.cpp ./plugins/mailregister/mdb.cpp ./plugins/mailregister/mdb.h ./plugins/mailregister/registermail_info.cpp ./plugins/mailregister/registermail_info.h ./plugins/mailregister/templates.cpp ./plugins/menu/cache.cpp ./plugins/menu/cache.h ./plugins/menu/init.cpp ./plugins/menu/templates.cpp ./plugins/seo/init.cpp ./plugins/seo/seo.cpp ./plugins/seo/seo.h ./plugins/stats/bot.cpp ./plugins/stats/bot.h ./plugins/stats/init.cpp ./plugins/stats/stats.cpp ./plugins/stats/stats.h ./plugins/stats/statssession.h ./plugins/stats/templates.cpp ./plugins/stats/templates.h ./plugins/thread/createthread.cpp ./plugins/thread/createthread.h ./plugins/thread/funthread.cpp ./plugins/thread/funthread.h ./plugins/thread/init.cpp ./plugins/thread/pluginmsg.h ./plugins/thread/reply.cpp ./plugins/thread/reply.h ./plugins/thread/showthreads.cpp ./plugins/thread/showthreads.h ./plugins/thread/tdb.cpp ./plugins/thread/tdb.h ./plugins/thread/templates.cpp ./plugins/thread/templates.h ./plugins/thread/thread.cpp ./plugins/thread/thread.h ./plugins/thread/threadfiles.cpp ./plugins/thread/threadfiles.h ./plugins/thread/threadinfo.cpp ./plugins/thread/threadinfo.h ./plugins/ticket/createticket.cpp ./plugins/ticket/createticket.h ./plugins/ticket/editticket.cpp ./plugins/ticket/editticket.h ./plugins/ticket/funticket.cpp ./plugins/ticket/funticket.h ./plugins/ticket/init.cpp ./plugins/ticket/pluginmsg.h ./plugins/ticket/sessiondata.cpp ./plugins/ticket/sessiondata.h ./plugins/ticket/showtickets.cpp ./plugins/ticket/showtickets.h ./plugins/ticket/tdb.cpp ./plugins/ticket/tdb.h ./plugins/ticket/templates.cpp ./plugins/ticket/ticket.h ./plugins/ticket/ticketinfo.cpp ./plugins/ticket/ticketinfo.h ./templates/adduser.cpp ./templates/antispam.cpp ./templates/changepatterns.cpp ./templates/changepatterns.h ./templates/config.cpp ./templates/currentdate.cpp ./templates/dir.cpp ./templates/doc.cpp ./templates/misc.h ./templates/filters.cpp ./templates/generic.cpp ./templates/htmltextstream.cpp ./templates/htmltextstream.h ./templates/indexpatterns.cpp ./templates/indexpatterns.h ./templates/insert.cpp ./templates/ipban.cpp ./templates/locale.cpp ./templates/last.cpp ./templates/priv.cpp ./templates/locale.h ./templates/localefilter.cpp ./templates/localefilter.h ./templates/login.cpp ./templates/ls.cpp ./templates/man.cpp ./templates/misc.cpp ./templates/templates.cpp ./templates/templates.h ./templates/who.cpp ./templates/mount.cpp ./templates/passwd.cpp ./templates/patterncacher.cpp ./templates/patterncacher.h ./templates/patterns.cpp ./templates/patterns.h ./templates/user.cpp ./templates/rebus.cpp ./templates/server.cpp ./templates/slog.cpp ./templates/stat.cpp ./templates/sys.cpp ./templates/template.cpp ./templates/winix.cpp ./templates/textextstream.cpp ./templates/textextstream.h ./templates/upload.cpp ./templates/uptime.cpp ./utils/acceptbaseparser.h ./utils/acceptbaseparser.cpp ./utils/acceptencodingparser.h ../../ezc/src/blocks.cpp ../../ezc/src/blocks.h ../../ezc/src/cache.cpp ../../ezc/src/cache.h ../../ezc/src/expressionparser.h ../../ezc/src/ezc.h ../../ezc/src/functions.h ../../ezc/src/generator.h ../../ezc/src/item.cpp ../../ezc/src/item.h ../../ezc/src/objects.h ../../ezc/src/pattern.cpp ../../ezc/src/outstreams.h ../../ezc/src/funinfo.h ../../ezc/src/pattern.h ../../ezc/src/patternparser.cpp ../../ezc/src/patternparser.h ../../ezc/src/models.cpp ../../ezc/src/models.h ../../tito/src/aes.cpp ../../tito/src/aes.h ../../tito/src/base32.cpp ../../tito/src/base32.h ../../tito/src/base64.cpp ../../tito/src/base64.h ../../tito/src/crypto.cpp ../../tito/src/crypto.h ../../tito/src/misc.cpp ../../tito/src/misc.h ../../pikotools/src/convert/convert.h ../../pikotools/src/convert/inttostr.cpp ../../pikotools/src/convert/inttostr.h ../../pikotools/src/convert/misc.cpp ../../pikotools/src/convert/misc.h ../../pikotools/src/convert/patternreplacer.h ../../pikotools/src/convert/strtoint.h ../../pikotools/src/convert/text.cpp ../../pikotools/src/convert/text.h ../../pikotools/src/convert/text_private.h ../../pikotools/src/convert/double.h ../../pikotools/src/convert/double.cpp ../../pikotools/src/convert/baseparser.cpp ../../pikotools/src/convert/baseparser.h ../../pikotools/src/date/date.cpp ../../pikotools/src/date/date.h ../../pikotools/src/log/filelog.cpp ../../pikotools/src/log/filelog.h ../../pikotools/src/log/log.cpp ../../pikotools/src/log/log.h ../../pikotools/src/membuffer/membuffer.h ../../pikotools/src/space/space.cpp ../../pikotools/src/space/space.h ../../pikotools/src/space/spaceparser.cpp ../../pikotools/src/space/spaceparser.h ../../pikotools/src/textstream/textstream.h ../../pikotools/src/textstream/types.h ../../pikotools/src/textstream/stream.h ../../pikotools/src/utf8/utf8.cpp ../../pikotools/src/utf8/utf8.h ../../pikotools/src/utf8/utf8_private.cpp ../../pikotools/src/utf8/utf8_private.h ../../pikotools/src/utf8/utf8_templates.h ../../pikotools/src/utf8/utf8_stream.h ../../pikotools/src/html/bbcodeparser.cpp ../../pikotools/src/html/bbcodeparser.h ../../pikotools/src/html/htmlparser.cpp ../../pikotools/src/html/htmlparser.h ../../pikotools/src/csv/csvparser.cpp ../../pikotools/src/csv/csvparser.h ../../pikotools/src/mainoptions/mainoptionsparser.cpp ../../pikotools/src/mainoptions/mainoptionsparser.h ../../morm/src/outstream.h ../../morm/src/baseexpression.cpp ../../morm/src/baseexpression.h ../../morm/src/clearer.cpp ../../morm/src/clearer.h ../../morm/src/cursor.h ../../morm/src/cursorhelper.h ../../morm/src/dbconnector.cpp ../../morm/src/dbconnector.h ../../morm/src/dbexpression.cpp ../../morm/src/dbexpression.h ../../morm/src/fieldvaluehelper.h ../../morm/src/finder.h ../../morm/src/finderhelper.h ../../morm/src/flatconnector.cpp ../../morm/src/flatconnector.h ../../morm/src/flatexpression.cpp ../../morm/src/flatexpression.h ../../morm/src/jsonconnector.cpp ../../morm/src/jsonconnector.h ../../morm/src/jsonexpression.cpp ../../morm/src/jsonexpression.h ../../morm/src/model.cpp ../../morm/src/model.h ../../morm/src/modelconnector.cpp ../../morm/src/modelconnector.h ../../morm/src/modeldata.h ../../morm/src/modelenv.h ../../morm/src/morm.h ../../morm/src/morm_types.h ../../morm/src/postgresqlconnector.cpp ../../morm/src/postgresqlconnector.h ../../morm/src/postgresqlexpression.cpp ../../morm/src/postgresqlexpression.h ../../morm/src/postgresqlqueryresult.cpp ../../morm/src/postgresqlqueryresult.h ../../morm/src/queryresult.cpp ../../morm/src/queryresult.h ../../morm/src/ft.h ../../morm/src/baseobjectwrapper.h ../../morm/src/modelcontainerwrapper.h ../../morm/src/spacewrapper.h ../../morm/src/wrapper.h \ No newline at end of file +winix.src.files = ./core/app.h ./core/basethread.cpp ./core/app.cpp ./core/config.cpp ./core/config.h ./core/header.h ./core/basethread.h ./core/request.cpp ./core/compress.cpp ./core/compress.h ./core/crypt.cpp ./core/dircontainer.cpp ./core/cookieparser.h ./core/crypt.h ./core/cur.h ./core/winixmodeldeprecated.cpp ./core/dircontainer.h ./core/dirs.cpp ./core/dirs.h ./core/error.h ./core/filelog.cpp ./core/filelog.h ./core/groups.cpp ./core/groups.h ./core/httpsimpleparser.cpp ./core/httpsimpleparser.h ./core/image.cpp ./core/image.h ./core/ipban.h ./core/ipbancontainer.cpp ./core/ipbancontainer.h ./core/job.cpp ./core/job.h ./core/lastcontainer.cpp ./core/lastcontainer.h ./core/loadavg.cpp ./core/loadavg.h ./core/lock.h ./core/lock.cpp ./core/log.cpp ./core/log.h ./core/logmanipulators.h ./core/misc.cpp ./core/misc.h ./core/mount.cpp ./core/mount.h ./core/mountparser.cpp ./core/mountparser.h ./core/mounts.cpp ./core/mounts.h ./core/plugin.cpp ./core/plugin.h ./core/plugindata.cpp ./core/plugindata.h ./core/pluginmsg.h ./core/postmultiparser.cpp ./core/postmultiparser.h ./core/postparser.h ./core/rebus.cpp ./core/rebus.h ./core/request.h ./core/requesttypes.h ./core/run.cpp ./core/run.h ./core/session.cpp ./core/session.h ./core/sessioncontainer.cpp ./core/sessioncontainer.h ./core/sessionidmanager.cpp ./core/sessionidmanager.h ./core/sessionmanager.cpp ./core/sessionmanager.h ./core/sessionparser.cpp ./core/sessionparser.h ./core/slog.cpp ./core/slog.h ./core/synchro.cpp ./core/synchro.h ./core/system.cpp ./core/system.h ./core/textstream.h ./core/threadmanager.cpp ./core/timezone.h ./core/threadmanager.h ./core/timezone.cpp ./core/timezones.cpp ./core/timezones.h ./core/ugcontainer.h ./core/users.cpp ./core/users.h ./core/version.h ./core/winix_const.h ./core/winixbase.cpp ./core/winixbase.h ./core/winixrequest.cpp ./core/winixrequest.h ./core/winixsystem.cpp ./core/winixsystem.h ./core/winixmodeldeprecated.h ./db/db.cpp ./db/db.h ./db/dbbase.cpp ./db/dbbase.h ./db/dbconn.cpp ./db/dbconn.h ./db/dbtextstream.cpp ./db/dbtextstream.h ./functions/account.cpp ./functions/account.h ./functions/adduser.cpp ./functions/adduser.h ./functions/cat.cpp ./functions/cat.h ./functions/chmod.cpp ./functions/chmod.h ./functions/chown.cpp ./functions/chown.h ./functions/ckeditor.cpp ./functions/ckeditor.h ./functions/cp.cpp ./functions/cp.h ./functions/default.cpp ./functions/default.h ./functions/download.cpp ./functions/download.h ./functions/emacs.cpp ./functions/emacs.h ./functions/env.cpp ./functions/env.h ./functions/functionbase.cpp ./functions/functionbase.h ./functions/functionparser.cpp ./functions/functionparser.h ./functions/functions.cpp ./functions/functions.h ./functions/imgcrop.cpp ./functions/imgcrop.h ./functions/ipban.cpp ./functions/ipban.h ./functions/last.cpp ./functions/last.h ./functions/ln.cpp ./functions/ln.h ./functions/locale.cpp ./functions/locale.h ./functions/login.cpp ./functions/login.h ./functions/logout.cpp ./functions/logout.h ./functions/ls.cpp ./functions/ls.h ./functions/man.cpp ./functions/man.h ./functions/meta.cpp ./functions/meta.h ./functions/mkdir.cpp ./functions/mkdir.h ./functions/mount.cpp ./functions/mount.h ./functions/mv.cpp ./functions/mv.h ./functions/nicedit.cpp ./functions/nicedit.h ./functions/node.cpp ./functions/node.h ./functions/passwd.cpp ./functions/passwd.h ./functions/priv.cpp ./functions/priv.h ./functions/privchanger.cpp ./functions/privchanger.h ./functions/pw.cpp ./functions/pw.h ./functions/reload.cpp ./functions/reload.h ./functions/rm.cpp ./functions/rm.h ./functions/rmuser.cpp ./functions/rmuser.h ./functions/run.cpp ./functions/run.h ./functions/sort.cpp ./functions/sort.h ./functions/specialdefault.cpp ./functions/specialdefault.h ./functions/stat.cpp ./functions/stat.h ./functions/subject.cpp ./functions/subject.h ./functions/template.cpp ./functions/template.h ./functions/timezone.cpp ./functions/timezone.h ./functions/tinymce.cpp ./functions/tinymce.h ./functions/uname.cpp ./functions/uname.h ./functions/upload.cpp ./functions/upload.h ./functions/uptime.cpp ./functions/uptime.h ./functions/vim.cpp ./functions/vim.h ./functions/who.cpp ./functions/who.h ./main/main.cpp ./models/group.cpp ./models/group.h ./models/item.cpp ./models/item.h ./models/itemcontent.cpp ./models/itemcontent.h ./models/migration.cpp ./models/migration.h ./models/user.cpp ./models/user.h ./models/userwrapper.h ./models/winixmodel.cpp ./models/winixmodel.h ./models/winixmodelconnector.cpp ./models/winixmodelconnector.h ./notify/notify.cpp ./notify/notify.h ./notify/notifypool.cpp ./notify/notifypool.h ./notify/notifythread.cpp ./notify/notifythread.h ./notify/templatesnotify.cpp ./notify/templatesnotify.h ./plugins/export/edb.cpp ./plugins/export/edb.h ./plugins/export/export.h ./plugins/export/exportinfo.cpp ./plugins/export/exportinfo.h ./plugins/export/exportthread.cpp ./plugins/export/exportthread.h ./plugins/export/funexport.cpp ./plugins/export/funexport.h ./plugins/export/init.cpp ./plugins/export/message.h ./plugins/gallery/gallery.cpp ./plugins/gallery/gallery.h ./plugins/gallery/galleryinfo.cpp ./plugins/gallery/galleryinfo.h ./plugins/gallery/init.cpp ./plugins/gallery/templates.cpp ./plugins/group/groupinfo.cpp ./plugins/group/groupinfo.h ./plugins/group/groups.cpp ./plugins/group/groups.h ./plugins/group/init.cpp ./plugins/group/templates.cpp ./plugins/mailregister/funregistermail.cpp ./plugins/mailregister/funregistermail.h ./plugins/mailregister/funregistermail_showusers.cpp ./plugins/mailregister/funregistermail_showusers.h ./plugins/mailregister/init.cpp ./plugins/mailregister/mdb.cpp ./plugins/mailregister/mdb.h ./plugins/mailregister/registermail_info.cpp ./plugins/mailregister/registermail_info.h ./plugins/mailregister/templates.cpp ./plugins/menu/cache.cpp ./plugins/menu/cache.h ./plugins/menu/init.cpp ./plugins/menu/templates.cpp ./plugins/seo/init.cpp ./plugins/seo/seo.cpp ./plugins/seo/seo.h ./plugins/stats/bot.cpp ./plugins/stats/bot.h ./plugins/stats/init.cpp ./plugins/stats/stats.cpp ./plugins/stats/stats.h ./plugins/stats/statssession.h ./plugins/stats/templates.cpp ./plugins/stats/templates.h ./plugins/thread/createthread.cpp ./plugins/thread/createthread.h ./plugins/thread/funthread.cpp ./plugins/thread/funthread.h ./plugins/thread/init.cpp ./plugins/thread/pluginmsg.h ./plugins/thread/reply.cpp ./plugins/thread/reply.h ./plugins/thread/showthreads.cpp ./plugins/thread/showthreads.h ./plugins/thread/tdb.cpp ./plugins/thread/tdb.h ./plugins/thread/templates.cpp ./plugins/thread/templates.h ./plugins/thread/thread.cpp ./plugins/thread/thread.h ./plugins/thread/threadfiles.cpp ./plugins/thread/threadfiles.h ./plugins/thread/threadinfo.cpp ./plugins/thread/threadinfo.h ./plugins/ticket/createticket.cpp ./plugins/ticket/createticket.h ./plugins/ticket/editticket.cpp ./plugins/ticket/editticket.h ./plugins/ticket/funticket.cpp ./plugins/ticket/funticket.h ./plugins/ticket/init.cpp ./plugins/ticket/pluginmsg.h ./plugins/ticket/sessiondata.cpp ./plugins/ticket/sessiondata.h ./plugins/ticket/showtickets.cpp ./plugins/ticket/showtickets.h ./plugins/ticket/tdb.cpp ./plugins/ticket/tdb.h ./plugins/ticket/templates.cpp ./plugins/ticket/ticket.h ./plugins/ticket/ticketinfo.cpp ./plugins/ticket/ticketinfo.h ./templates/adduser.cpp ./templates/antispam.cpp ./templates/changepatterns.cpp ./templates/changepatterns.h ./templates/config.cpp ./templates/currentdate.cpp ./templates/dir.cpp ./templates/doc.cpp ./templates/filters.cpp ./templates/generic.cpp ./templates/htmltextstream.cpp ./templates/htmltextstream.h ./templates/indexpatterns.cpp ./templates/indexpatterns.h ./templates/insert.cpp ./templates/ipban.cpp ./templates/locale.cpp ./templates/last.cpp ./templates/misc.cpp ./templates/locale.h ./templates/localefilter.cpp ./templates/localefilter.h ./templates/login.cpp ./templates/ls.cpp ./templates/man.cpp ./templates/misc.h ./templates/patterns.h ./templates/mount.cpp ./templates/passwd.cpp ./templates/patterncacher.cpp ./templates/patterncacher.h ./templates/patterns.cpp ./templates/priv.cpp ./templates/templates.h ./templates/rebus.cpp ./templates/server.cpp ./templates/slog.cpp ./templates/stat.cpp ./templates/sys.cpp ./templates/template.cpp ./templates/templates.cpp ./templates/user.cpp ./templates/textextstream.cpp ./templates/textextstream.h ./templates/upload.cpp ./templates/uptime.cpp ./templates/who.cpp ./templates/winix.cpp ./utils/acceptbaseparser.cpp ./utils/acceptbaseparser.h ./utils/acceptencodingparser.h ../../ezc/src/blocks.cpp ../../ezc/src/blocks.h ../../ezc/src/cache.cpp ../../ezc/src/cache.h ../../ezc/src/expressionparser.h ../../ezc/src/ezc.h ../../ezc/src/functions.h ../../ezc/src/generator.h ../../ezc/src/models.h ../../ezc/src/item.cpp ../../ezc/src/item.h ../../ezc/src/objects.h ../../ezc/src/outstreams.h ../../ezc/src/pattern.cpp ../../ezc/src/pattern.h ../../ezc/src/patternparser.cpp ../../ezc/src/patternparser.h ../../ezc/src/models.cpp ../../ezc/src/funinfo.h ../../tito/src/aes.cpp ../../tito/src/aes.h ../../tito/src/base32.cpp ../../tito/src/base32.h ../../tito/src/base64.cpp ../../tito/src/base64.h ../../tito/src/crypto.cpp ../../tito/src/crypto.h ../../tito/src/misc.cpp ../../tito/src/misc.h ../../pikotools/src/convert/convert.h ../../pikotools/src/convert/inttostr.cpp ../../pikotools/src/convert/inttostr.h ../../pikotools/src/convert/misc.cpp ../../pikotools/src/convert/misc.h ../../pikotools/src/convert/patternreplacer.h ../../pikotools/src/convert/strtoint.h ../../pikotools/src/convert/text.cpp ../../pikotools/src/convert/text.h ../../pikotools/src/convert/text_private.h ../../pikotools/src/convert/double.cpp ../../pikotools/src/convert/double.h ../../pikotools/src/convert/baseparser.h ../../pikotools/src/convert/baseparser.cpp ../../pikotools/src/date/date.cpp ../../pikotools/src/date/date.h ../../pikotools/src/log/filelog.cpp ../../pikotools/src/log/filelog.h ../../pikotools/src/log/log.cpp ../../pikotools/src/log/log.h ../../pikotools/src/membuffer/membuffer.h ../../pikotools/src/space/space.cpp ../../pikotools/src/space/space.h ../../pikotools/src/space/spaceparser.cpp ../../pikotools/src/space/spaceparser.h ../../pikotools/src/textstream/textstream.h ../../pikotools/src/textstream/types.h ../../pikotools/src/textstream/stream.h ../../pikotools/src/utf8/utf8.cpp ../../pikotools/src/utf8/utf8.h ../../pikotools/src/utf8/utf8_private.cpp ../../pikotools/src/utf8/utf8_private.h ../../pikotools/src/utf8/utf8_templates.h ../../pikotools/src/utf8/utf8_stream.h ../../pikotools/src/csv/csvparser.cpp ../../pikotools/src/csv/csvparser.h ../../pikotools/src/mainoptions/mainoptionsparser.cpp ../../pikotools/src/mainoptions/mainoptionsparser.h ../../pikotools/src/html/htmlparser.cpp ../../pikotools/src/html/htmlparser.h ../../pikotools/src/html/bbcodeparser.h ../../pikotools/src/html/bbcodeparser.cpp ../../morm/src/baseexpression.cpp ../../morm/src/baseexpression.h ../../morm/src/clearer.cpp ../../morm/src/clearer.h ../../morm/src/cursor.h ../../morm/src/cursorhelper.h ../../morm/src/dbconnector.cpp ../../morm/src/dbconnector.h ../../morm/src/dbexpression.cpp ../../morm/src/dbexpression.h ../../morm/src/fieldvaluehelper.h ../../morm/src/finder.h ../../morm/src/finderhelper.h ../../morm/src/flatconnector.cpp ../../morm/src/flatconnector.h ../../morm/src/flatexpression.cpp ../../morm/src/flatexpression.h ../../morm/src/jsonconnector.cpp ../../morm/src/jsonconnector.h ../../morm/src/jsonexpression.cpp ../../morm/src/jsonexpression.h ../../morm/src/model.cpp ../../morm/src/model.h ../../morm/src/modelconnector.cpp ../../morm/src/modelconnector.h ../../morm/src/modeldata.h ../../morm/src/modelenv.h ../../morm/src/morm.h ../../morm/src/morm_types.h ../../morm/src/outstream.h ../../morm/src/postgresqlconnector.cpp ../../morm/src/postgresqlconnector.h ../../morm/src/postgresqlexpression.cpp ../../morm/src/postgresqlexpression.h ../../morm/src/postgresqlqueryresult.cpp ../../morm/src/postgresqlqueryresult.h ../../morm/src/queryresult.cpp ../../morm/src/queryresult.h ../../morm/src/ft.h ../../morm/src/baseobjectwrapper.h ../../morm/src/modelcontainerwrapper.h ../../morm/src/spacewrapper.h ../../morm/src/wrapper.h \ No newline at end of file diff --git a/winixd/core/Makefile.dep b/winixd/core/Makefile.dep index 9b5a43f..1e7bec3 100644 --- a/winixd/core/Makefile.dep +++ b/winixd/core/Makefile.dep @@ -14,6 +14,7 @@ app.o: ../../../pikotools/src/utf8/utf8_private.h app.o: ../../../pikotools/src/date/date.h app.o: ../../../pikotools/src/membuffer/membuffer.h app.o: ../../../pikotools/src/textstream/types.h +app.o: ../../../pikotools/src/utf8/utf8_stream.h app.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h app.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h app.o: filelog.h ../../../winix/winixd/core/synchro.h @@ -166,7 +167,8 @@ basethread.o: ../../../pikotools/src/utf8/utf8_templates.h basethread.o: ../../../pikotools/src/utf8/utf8_private.h basethread.o: ../../../pikotools/src/date/date.h basethread.o: ../../../pikotools/src/membuffer/membuffer.h -basethread.o: ../../../pikotools/src/textstream/types.h log.h +basethread.o: ../../../pikotools/src/textstream/types.h +basethread.o: ../../../pikotools/src/utf8/utf8_stream.h log.h basethread.o: logmanipulators.h ../../../pikotools/src/log/log.h filelog.h basethread.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h basethread.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h @@ -203,7 +205,8 @@ compress.o: ../../../pikotools/src/utf8/utf8_templates.h compress.o: ../../../pikotools/src/utf8/utf8_private.h compress.o: ../../../pikotools/src/date/date.h compress.o: ../../../pikotools/src/membuffer/membuffer.h -compress.o: ../../../pikotools/src/textstream/types.h winixbase.h log.h +compress.o: ../../../pikotools/src/textstream/types.h +compress.o: ../../../pikotools/src/utf8/utf8_stream.h winixbase.h log.h compress.o: logmanipulators.h ../../../pikotools/src/log/log.h filelog.h compress.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h compress.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h @@ -237,7 +240,8 @@ config.o: ../../../pikotools/src/utf8/utf8_templates.h config.o: ../../../pikotools/src/utf8/utf8_private.h config.o: ../../../pikotools/src/date/date.h config.o: ../../../pikotools/src/membuffer/membuffer.h -config.o: ../../../pikotools/src/textstream/types.h filelog.h +config.o: ../../../pikotools/src/textstream/types.h +config.o: ../../../pikotools/src/utf8/utf8_stream.h filelog.h config.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h config.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h config.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h @@ -299,6 +303,7 @@ crypt.o: ../../../pikotools/src/utf8/utf8_private.h crypt.o: ../../../pikotools/src/date/date.h crypt.o: ../../../pikotools/src/membuffer/membuffer.h crypt.o: ../../../pikotools/src/textstream/types.h +crypt.o: ../../../pikotools/src/utf8/utf8_stream.h crypt.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h crypt.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h crypt.o: filelog.h ../../../winix/winixd/core/synchro.h @@ -361,6 +366,7 @@ dircontainer.o: ../../../pikotools/src/utf8/utf8_private.h dircontainer.o: ../../../pikotools/src/date/date.h dircontainer.o: ../../../pikotools/src/membuffer/membuffer.h dircontainer.o: ../../../pikotools/src/textstream/types.h +dircontainer.o: ../../../pikotools/src/utf8/utf8_stream.h dircontainer.o: ../../../morm/src/modelconnector.h dircontainer.o: ../../../morm/src/clearer.h ../../../morm/src/dbconnector.h dircontainer.o: ../../../pikotools/src/log/log.h filelog.h @@ -427,6 +433,7 @@ dirs.o: ../../../pikotools/src/utf8/utf8_private.h dirs.o: ../../../pikotools/src/date/date.h dirs.o: ../../../pikotools/src/membuffer/membuffer.h dirs.o: ../../../pikotools/src/textstream/types.h +dirs.o: ../../../pikotools/src/utf8/utf8_stream.h dirs.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h dirs.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h dirs.o: filelog.h ../../../winix/winixd/core/synchro.h @@ -506,7 +513,8 @@ filelog.o: ../../../pikotools/src/utf8/utf8_templates.h filelog.o: ../../../pikotools/src/utf8/utf8_private.h filelog.o: ../../../pikotools/src/date/date.h filelog.o: ../../../pikotools/src/membuffer/membuffer.h -filelog.o: ../../../pikotools/src/textstream/types.h timezones.h timezone.h +filelog.o: ../../../pikotools/src/textstream/types.h +filelog.o: ../../../pikotools/src/utf8/utf8_stream.h timezones.h timezone.h filelog.o: ../../../pikotools/src/space/spaceparser.h filelog.o: ../../../pikotools/src/space/space.h filelog.o: ../../../pikotools/src/convert/baseparser.h winixbase.h @@ -524,6 +532,7 @@ groups.o: ../../../pikotools/src/utf8/utf8_private.h groups.o: ../../../pikotools/src/date/date.h groups.o: ../../../pikotools/src/membuffer/membuffer.h groups.o: ../../../pikotools/src/textstream/types.h +groups.o: ../../../pikotools/src/utf8/utf8_stream.h groups.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h groups.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h groups.o: filelog.h ../../../winix/winixd/core/synchro.h @@ -596,7 +605,8 @@ httpsimpleparser.o: ../../../pikotools/src/utf8/utf8_templates.h httpsimpleparser.o: ../../../pikotools/src/utf8/utf8_private.h httpsimpleparser.o: ../../../pikotools/src/date/date.h httpsimpleparser.o: ../../../pikotools/src/membuffer/membuffer.h -httpsimpleparser.o: ../../../pikotools/src/textstream/types.h log.h +httpsimpleparser.o: ../../../pikotools/src/textstream/types.h +httpsimpleparser.o: ../../../pikotools/src/utf8/utf8_stream.h log.h httpsimpleparser.o: logmanipulators.h ../../../pikotools/src/log/log.h httpsimpleparser.o: filelog.h ../../../winix/winixd/core/synchro.h httpsimpleparser.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h @@ -652,7 +662,8 @@ image.o: ../../../pikotools/src/utf8/utf8_templates.h image.o: ../../../pikotools/src/utf8/utf8_private.h image.o: ../../../pikotools/src/date/date.h image.o: ../../../pikotools/src/membuffer/membuffer.h -image.o: ../../../pikotools/src/textstream/types.h log.h logmanipulators.h +image.o: ../../../pikotools/src/textstream/types.h +image.o: ../../../pikotools/src/utf8/utf8_stream.h log.h logmanipulators.h image.o: ../../../pikotools/src/log/log.h filelog.h image.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h image.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h @@ -739,7 +750,8 @@ ipbancontainer.o: ../../../pikotools/src/utf8/utf8_templates.h ipbancontainer.o: ../../../pikotools/src/utf8/utf8_private.h ipbancontainer.o: ../../../pikotools/src/date/date.h ipbancontainer.o: ../../../pikotools/src/membuffer/membuffer.h -ipbancontainer.o: ../../../pikotools/src/textstream/types.h log.h +ipbancontainer.o: ../../../pikotools/src/textstream/types.h +ipbancontainer.o: ../../../pikotools/src/utf8/utf8_stream.h log.h ipbancontainer.o: logmanipulators.h ../../../pikotools/src/log/log.h ipbancontainer.o: filelog.h ../../../winix/winixd/core/synchro.h ipbancontainer.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h @@ -786,7 +798,8 @@ job.o: ../../../pikotools/src/utf8/utf8_templates.h job.o: ../../../pikotools/src/utf8/utf8_private.h job.o: ../../../pikotools/src/date/date.h job.o: ../../../pikotools/src/membuffer/membuffer.h -job.o: ../../../pikotools/src/textstream/types.h log.h logmanipulators.h +job.o: ../../../pikotools/src/textstream/types.h +job.o: ../../../pikotools/src/utf8/utf8_stream.h log.h logmanipulators.h job.o: ../../../pikotools/src/log/log.h filelog.h job.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h job.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h @@ -820,7 +833,8 @@ lastcontainer.o: ../../../pikotools/src/textstream/stream.h lastcontainer.o: ../../../pikotools/src/utf8/utf8_templates.h lastcontainer.o: ../../../pikotools/src/utf8/utf8_private.h lastcontainer.o: ../../../pikotools/src/membuffer/membuffer.h -lastcontainer.o: ../../../pikotools/src/textstream/types.h filelog.h +lastcontainer.o: ../../../pikotools/src/textstream/types.h +lastcontainer.o: ../../../pikotools/src/utf8/utf8_stream.h filelog.h lastcontainer.o: ../../../winix/winixd/core/synchro.h lastcontainer.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h lastcontainer.o: ../../../morm/src/model.h ../../../morm/src/modelconnector.h @@ -864,6 +878,7 @@ loadavg.o: ../../../pikotools/src/utf8/utf8_private.h loadavg.o: ../../../pikotools/src/date/date.h loadavg.o: ../../../pikotools/src/membuffer/membuffer.h loadavg.o: ../../../pikotools/src/textstream/types.h +loadavg.o: ../../../pikotools/src/utf8/utf8_stream.h loadavg.o: ../../../winix/winixd/models/item.h loadavg.o: ../../../winix/winixd/models/winixmodel.h loadavg.o: ../../../morm/src/model.h ../../../morm/src/modelconnector.h @@ -928,7 +943,8 @@ log.o: ../../../pikotools/src/utf8/utf8_templates.h log.o: ../../../pikotools/src/utf8/utf8_private.h log.o: ../../../pikotools/src/date/date.h log.o: ../../../pikotools/src/membuffer/membuffer.h -log.o: ../../../pikotools/src/textstream/types.h filelog.h +log.o: ../../../pikotools/src/textstream/types.h +log.o: ../../../pikotools/src/utf8/utf8_stream.h filelog.h log.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h log.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h log.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h @@ -958,7 +974,8 @@ misc.o: ../../../pikotools/src/utf8/utf8_templates.h misc.o: ../../../pikotools/src/utf8/utf8_private.h misc.o: ../../../pikotools/src/date/date.h misc.o: ../../../pikotools/src/membuffer/membuffer.h -misc.o: ../../../pikotools/src/textstream/types.h winix_const.h +misc.o: ../../../pikotools/src/textstream/types.h +misc.o: ../../../pikotools/src/utf8/utf8_stream.h winix_const.h misc.o: ../../../pikotools/src/convert/convert.h misc.o: ../../../pikotools/src/convert/inttostr.h misc.o: ../../../pikotools/src/convert/patternreplacer.h @@ -1041,7 +1058,8 @@ mount.o: ../../../pikotools/src/utf8/utf8_templates.h mount.o: ../../../pikotools/src/utf8/utf8_private.h mount.o: ../../../pikotools/src/date/date.h mount.o: ../../../pikotools/src/membuffer/membuffer.h -mount.o: ../../../pikotools/src/textstream/types.h winix_const.h +mount.o: ../../../pikotools/src/textstream/types.h +mount.o: ../../../pikotools/src/utf8/utf8_stream.h winix_const.h mount.o: ../../../pikotools/src/convert/convert.h mount.o: ../../../pikotools/src/convert/inttostr.h mount.o: ../../../pikotools/src/convert/patternreplacer.h @@ -1064,6 +1082,7 @@ mountparser.o: ../../../pikotools/src/utf8/utf8_private.h mountparser.o: ../../../pikotools/src/date/date.h mountparser.o: ../../../pikotools/src/membuffer/membuffer.h mountparser.o: ../../../pikotools/src/textstream/types.h +mountparser.o: ../../../pikotools/src/utf8/utf8_stream.h mountparser.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h mountparser.o: ../../../morm/src/dbconnector.h mountparser.o: ../../../pikotools/src/log/log.h filelog.h @@ -1143,6 +1162,7 @@ mounts.o: ../../../pikotools/src/utf8/utf8_private.h mounts.o: ../../../pikotools/src/date/date.h mounts.o: ../../../pikotools/src/membuffer/membuffer.h mounts.o: ../../../pikotools/src/textstream/types.h +mounts.o: ../../../pikotools/src/utf8/utf8_stream.h mounts.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h mounts.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h mounts.o: filelog.h ../../../winix/winixd/core/synchro.h @@ -1216,6 +1236,7 @@ plugin.o: ../../../pikotools/src/textstream/textstream.h plugin.o: ../../../pikotools/src/textstream/stream.h plugin.o: ../../../pikotools/src/membuffer/membuffer.h plugin.o: ../../../pikotools/src/textstream/types.h +plugin.o: ../../../pikotools/src/utf8/utf8_stream.h plugin.o: ../../../pikotools/src/log/log.h filelog.h plugin.o: ../../../winix/winixd/core/synchro.h plugin.o: ../../../morm/src/queryresult.h ../../../morm/src/ft.h @@ -1366,6 +1387,7 @@ plugindata.o: ../../../pikotools/src/textstream/textstream.h plugindata.o: ../../../pikotools/src/textstream/stream.h plugindata.o: ../../../pikotools/src/membuffer/membuffer.h plugindata.o: ../../../pikotools/src/textstream/types.h +plugindata.o: ../../../pikotools/src/utf8/utf8_stream.h plugindata.o: ../../../pikotools/src/log/log.h filelog.h plugindata.o: ../../../winix/winixd/core/synchro.h plugindata.o: ../../../morm/src/queryresult.h ../../../morm/src/ft.h @@ -1398,7 +1420,8 @@ postmultiparser.o: ../../../pikotools/src/utf8/utf8_templates.h postmultiparser.o: ../../../pikotools/src/utf8/utf8_private.h postmultiparser.o: ../../../pikotools/src/date/date.h postmultiparser.o: ../../../pikotools/src/membuffer/membuffer.h -postmultiparser.o: ../../../pikotools/src/textstream/types.h config.h misc.h +postmultiparser.o: ../../../pikotools/src/textstream/types.h +postmultiparser.o: ../../../pikotools/src/utf8/utf8_stream.h config.h misc.h postmultiparser.o: winix_const.h ../../../pikotools/src/convert/convert.h postmultiparser.o: ../../../pikotools/src/convert/inttostr.h postmultiparser.o: ../../../pikotools/src/convert/patternreplacer.h @@ -1444,7 +1467,8 @@ rebus.o: ../../../pikotools/src/utf8/utf8_templates.h rebus.o: ../../../pikotools/src/utf8/utf8_private.h rebus.o: ../../../pikotools/src/date/date.h rebus.o: ../../../pikotools/src/membuffer/membuffer.h -rebus.o: ../../../pikotools/src/textstream/types.h filelog.h +rebus.o: ../../../pikotools/src/textstream/types.h +rebus.o: ../../../pikotools/src/utf8/utf8_stream.h filelog.h rebus.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h rebus.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h rebus.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h @@ -1511,6 +1535,7 @@ request.o: ../../../pikotools/src/utf8/utf8_private.h request.o: ../../../pikotools/src/date/date.h request.o: ../../../pikotools/src/membuffer/membuffer.h request.o: ../../../pikotools/src/textstream/types.h +request.o: ../../../pikotools/src/utf8/utf8_stream.h request.o: ../../../winix/winixd/models/item.h request.o: ../../../winix/winixd/models/winixmodel.h request.o: ../../../morm/src/model.h ../../../morm/src/modelconnector.h @@ -1605,6 +1630,7 @@ session.o: ../../../pikotools/src/utf8/utf8_private.h session.o: ../../../pikotools/src/date/date.h session.o: ../../../pikotools/src/membuffer/membuffer.h session.o: ../../../pikotools/src/textstream/types.h +session.o: ../../../pikotools/src/utf8/utf8_stream.h session.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h session.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h session.o: filelog.h ../../../winix/winixd/core/synchro.h @@ -1667,6 +1693,7 @@ sessioncontainer.o: ../../../pikotools/src/utf8/utf8_private.h sessioncontainer.o: ../../../pikotools/src/date/date.h sessioncontainer.o: ../../../pikotools/src/membuffer/membuffer.h sessioncontainer.o: ../../../pikotools/src/textstream/types.h +sessioncontainer.o: ../../../pikotools/src/utf8/utf8_stream.h sessioncontainer.o: ../../../morm/src/modelconnector.h sessioncontainer.o: ../../../morm/src/clearer.h sessioncontainer.o: ../../../morm/src/dbconnector.h @@ -1746,7 +1773,8 @@ sessionidmanager.o: ../../../pikotools/src/textstream/textstream.h sessionidmanager.o: ../../../pikotools/src/textstream/stream.h sessionidmanager.o: ../../../pikotools/src/date/date.h sessionidmanager.o: ../../../pikotools/src/membuffer/membuffer.h -sessionidmanager.o: ../../../pikotools/src/textstream/types.h misc.h +sessionidmanager.o: ../../../pikotools/src/textstream/types.h +sessionidmanager.o: ../../../pikotools/src/utf8/utf8_stream.h misc.h sessionidmanager.o: requesttypes.h winix_const.h sessionidmanager.o: ../../../pikotools/src/convert/convert.h sessionidmanager.o: ../../../pikotools/src/convert/inttostr.h @@ -1769,6 +1797,7 @@ sessionmanager.o: ../../../pikotools/src/utf8/utf8_private.h sessionmanager.o: ../../../pikotools/src/date/date.h sessionmanager.o: ../../../pikotools/src/membuffer/membuffer.h sessionmanager.o: ../../../pikotools/src/textstream/types.h +sessionmanager.o: ../../../pikotools/src/utf8/utf8_stream.h sessionmanager.o: ../../../morm/src/modelconnector.h sessionmanager.o: ../../../morm/src/clearer.h ../../../morm/src/dbconnector.h sessionmanager.o: ../../../pikotools/src/log/log.h filelog.h @@ -1876,6 +1905,7 @@ sessionparser.o: ../../../pikotools/src/utf8/utf8_private.h sessionparser.o: ../../../pikotools/src/date/date.h sessionparser.o: ../../../pikotools/src/membuffer/membuffer.h sessionparser.o: ../../../pikotools/src/textstream/types.h +sessionparser.o: ../../../pikotools/src/utf8/utf8_stream.h sessionparser.o: ../../../morm/src/modelconnector.h sessionparser.o: ../../../morm/src/clearer.h ../../../morm/src/dbconnector.h sessionparser.o: ../../../pikotools/src/log/log.h filelog.h @@ -1957,6 +1987,7 @@ slog.o: ../../../pikotools/src/utf8/utf8_private.h slog.o: ../../../pikotools/src/date/date.h slog.o: ../../../pikotools/src/membuffer/membuffer.h slog.o: ../../../pikotools/src/textstream/types.h +slog.o: ../../../pikotools/src/utf8/utf8_stream.h slog.o: ../../../winix/winixd/models/item.h slog.o: ../../../winix/winixd/models/winixmodel.h ../../../morm/src/model.h slog.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h @@ -2026,7 +2057,8 @@ system.o: ../../../pikotools/src/utf8/utf8_templates.h system.o: ../../../pikotools/src/utf8/utf8_private.h system.o: ../../../pikotools/src/date/date.h system.o: ../../../pikotools/src/membuffer/membuffer.h -system.o: ../../../pikotools/src/textstream/types.h log.h logmanipulators.h +system.o: ../../../pikotools/src/textstream/types.h +system.o: ../../../pikotools/src/utf8/utf8_stream.h log.h logmanipulators.h system.o: ../../../pikotools/src/log/log.h filelog.h system.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h system.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h @@ -2172,7 +2204,8 @@ threadmanager.o: ../../../pikotools/src/utf8/utf8_templates.h threadmanager.o: ../../../pikotools/src/utf8/utf8_private.h threadmanager.o: ../../../pikotools/src/date/date.h threadmanager.o: ../../../pikotools/src/membuffer/membuffer.h -threadmanager.o: ../../../pikotools/src/textstream/types.h log.h +threadmanager.o: ../../../pikotools/src/textstream/types.h +threadmanager.o: ../../../pikotools/src/utf8/utf8_stream.h log.h threadmanager.o: logmanipulators.h ../../../pikotools/src/log/log.h filelog.h threadmanager.o: ../../../winix/winixd/core/synchro.h threadmanager.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h @@ -2212,7 +2245,8 @@ timezone.o: ../../../pikotools/src/utf8/utf8_private.h misc.h requesttypes.h timezone.o: ../../../pikotools/src/textstream/textstream.h timezone.o: ../../../pikotools/src/textstream/stream.h timezone.o: ../../../pikotools/src/membuffer/membuffer.h -timezone.o: ../../../pikotools/src/textstream/types.h winix_const.h +timezone.o: ../../../pikotools/src/textstream/types.h +timezone.o: ../../../pikotools/src/utf8/utf8_stream.h winix_const.h timezone.o: ../../../pikotools/src/convert/convert.h timezone.o: ../../../pikotools/src/convert/inttostr.h timezone.o: ../../../pikotools/src/convert/patternreplacer.h @@ -2233,7 +2267,8 @@ timezones.o: ../../../pikotools/src/convert/baseparser.h timezones.o: ../../../pikotools/src/textstream/textstream.h timezones.o: ../../../pikotools/src/textstream/stream.h timezones.o: ../../../pikotools/src/membuffer/membuffer.h -timezones.o: ../../../pikotools/src/textstream/types.h winixbase.h misc.h +timezones.o: ../../../pikotools/src/textstream/types.h +timezones.o: ../../../pikotools/src/utf8/utf8_stream.h winixbase.h misc.h timezones.o: requesttypes.h winix_const.h timezones.o: ../../../pikotools/src/convert/convert.h timezones.o: ../../../pikotools/src/convert/inttostr.h @@ -2276,6 +2311,7 @@ users.o: ../../../pikotools/src/utf8/utf8_private.h users.o: ../../../pikotools/src/date/date.h users.o: ../../../pikotools/src/membuffer/membuffer.h users.o: ../../../pikotools/src/textstream/types.h +users.o: ../../../pikotools/src/utf8/utf8_stream.h users.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h users.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h users.o: filelog.h ../../../winix/winixd/core/synchro.h @@ -2369,7 +2405,8 @@ winixmodeldeprecated.o: ../../../pikotools/src/utf8/utf8_templates.h winixmodeldeprecated.o: ../../../pikotools/src/utf8/utf8_private.h winixmodeldeprecated.o: ../../../pikotools/src/date/date.h winixmodeldeprecated.o: ../../../pikotools/src/membuffer/membuffer.h -winixmodeldeprecated.o: ../../../pikotools/src/textstream/types.h log.h +winixmodeldeprecated.o: ../../../pikotools/src/textstream/types.h +winixmodeldeprecated.o: ../../../pikotools/src/utf8/utf8_stream.h log.h winixmodeldeprecated.o: logmanipulators.h ../../../pikotools/src/log/log.h winixmodeldeprecated.o: filelog.h ../../../winix/winixd/core/synchro.h winixmodeldeprecated.o: ../../../morm/src/morm.h @@ -2421,7 +2458,8 @@ winixsystem.o: ../../../pikotools/src/utf8/utf8_templates.h winixsystem.o: ../../../pikotools/src/utf8/utf8_private.h winixsystem.o: ../../../pikotools/src/date/date.h winixsystem.o: ../../../pikotools/src/membuffer/membuffer.h -winixsystem.o: ../../../pikotools/src/textstream/types.h log.h +winixsystem.o: ../../../pikotools/src/textstream/types.h +winixsystem.o: ../../../pikotools/src/utf8/utf8_stream.h log.h winixsystem.o: logmanipulators.h ../../../pikotools/src/log/log.h filelog.h winixsystem.o: ../../../winix/winixd/core/synchro.h ../../../morm/src/morm.h winixsystem.o: ../../../morm/src/morm_types.h ../../../morm/src/model.h diff --git a/winixd/db/Makefile.dep b/winixd/db/Makefile.dep index 531a2a4..d010e22 100644 --- a/winixd/db/Makefile.dep +++ b/winixd/db/Makefile.dep @@ -16,6 +16,7 @@ db.o: ../../../pikotools/src/utf8/utf8_private.h db.o: ../../../pikotools/src/date/date.h db.o: ../../../pikotools/src/membuffer/membuffer.h db.o: ../../../pikotools/src/textstream/types.h +db.o: ../../../pikotools/src/utf8/utf8_stream.h db.o: ../../../winix/winixd/core/winix_const.h db.o: ../../../pikotools/src/convert/convert.h db.o: ../../../pikotools/src/convert/inttostr.h @@ -90,6 +91,7 @@ dbbase.o: ../../../pikotools/src/utf8/utf8_private.h dbbase.o: ../../../pikotools/src/date/date.h dbbase.o: ../../../pikotools/src/membuffer/membuffer.h dbbase.o: ../../../pikotools/src/textstream/types.h +dbbase.o: ../../../pikotools/src/utf8/utf8_stream.h dbbase.o: ../../../winix/winixd/core/winix_const.h dbbase.o: ../../../pikotools/src/convert/convert.h dbbase.o: ../../../pikotools/src/convert/inttostr.h @@ -146,6 +148,7 @@ dbconn.o: ../../../pikotools/src/utf8/utf8_private.h dbconn.o: ../../../pikotools/src/date/date.h dbconn.o: ../../../pikotools/src/membuffer/membuffer.h dbconn.o: ../../../pikotools/src/textstream/types.h +dbconn.o: ../../../pikotools/src/utf8/utf8_stream.h dbconn.o: ../../../winix/winixd/core/winix_const.h dbconn.o: ../../../pikotools/src/convert/convert.h dbconn.o: ../../../pikotools/src/convert/inttostr.h @@ -201,6 +204,7 @@ dbtextstream.o: ../../../pikotools/src/utf8/utf8_private.h dbtextstream.o: ../../../pikotools/src/date/date.h dbtextstream.o: ../../../pikotools/src/membuffer/membuffer.h dbtextstream.o: ../../../pikotools/src/textstream/types.h +dbtextstream.o: ../../../pikotools/src/utf8/utf8_stream.h dbtextstream.o: ../../../winix/winixd/core/winix_const.h dbtextstream.o: ../../../pikotools/src/convert/convert.h dbtextstream.o: ../../../pikotools/src/convert/inttostr.h diff --git a/winixd/functions/Makefile.dep b/winixd/functions/Makefile.dep index 9858015..994f567 100644 --- a/winixd/functions/Makefile.dep +++ b/winixd/functions/Makefile.dep @@ -19,6 +19,7 @@ account.o: ../../../pikotools/src/utf8/utf8_private.h account.o: ../../../pikotools/src/date/date.h account.o: ../../../pikotools/src/membuffer/membuffer.h account.o: ../../../pikotools/src/textstream/types.h +account.o: ../../../pikotools/src/utf8/utf8_stream.h account.o: ../../../winix/winixd/core/winix_const.h account.o: ../../../pikotools/src/convert/convert.h account.o: ../../../pikotools/src/convert/inttostr.h @@ -159,6 +160,7 @@ adduser.o: ../../../pikotools/src/utf8/utf8_private.h adduser.o: ../../../pikotools/src/date/date.h adduser.o: ../../../pikotools/src/membuffer/membuffer.h adduser.o: ../../../pikotools/src/textstream/types.h +adduser.o: ../../../pikotools/src/utf8/utf8_stream.h adduser.o: ../../../winix/winixd/core/winix_const.h adduser.o: ../../../pikotools/src/convert/convert.h adduser.o: ../../../pikotools/src/convert/inttostr.h @@ -298,6 +300,7 @@ cat.o: ../../../pikotools/src/utf8/utf8_private.h cat.o: ../../../pikotools/src/date/date.h cat.o: ../../../pikotools/src/membuffer/membuffer.h cat.o: ../../../pikotools/src/textstream/types.h +cat.o: ../../../pikotools/src/utf8/utf8_stream.h cat.o: ../../../winix/winixd/core/winix_const.h cat.o: ../../../pikotools/src/convert/convert.h cat.o: ../../../pikotools/src/convert/inttostr.h @@ -425,6 +428,7 @@ chmod.o: ../../../pikotools/src/utf8/utf8_private.h chmod.o: ../../../pikotools/src/date/date.h chmod.o: ../../../pikotools/src/membuffer/membuffer.h chmod.o: ../../../pikotools/src/textstream/types.h +chmod.o: ../../../pikotools/src/utf8/utf8_stream.h chmod.o: ../../../winix/winixd/core/winix_const.h chmod.o: ../../../pikotools/src/convert/convert.h chmod.o: ../../../pikotools/src/convert/inttostr.h @@ -558,6 +562,7 @@ chown.o: ../../../pikotools/src/utf8/utf8_private.h chown.o: ../../../pikotools/src/date/date.h chown.o: ../../../pikotools/src/membuffer/membuffer.h chown.o: ../../../pikotools/src/textstream/types.h +chown.o: ../../../pikotools/src/utf8/utf8_stream.h chown.o: ../../../winix/winixd/core/winix_const.h chown.o: ../../../pikotools/src/convert/convert.h chown.o: ../../../pikotools/src/convert/inttostr.h @@ -692,6 +697,7 @@ ckeditor.o: ../../../pikotools/src/utf8/utf8_private.h ckeditor.o: ../../../pikotools/src/date/date.h ckeditor.o: ../../../pikotools/src/membuffer/membuffer.h ckeditor.o: ../../../pikotools/src/textstream/types.h +ckeditor.o: ../../../pikotools/src/utf8/utf8_stream.h ckeditor.o: ../../../winix/winixd/core/winix_const.h ckeditor.o: ../../../pikotools/src/convert/convert.h ckeditor.o: ../../../pikotools/src/convert/inttostr.h @@ -830,6 +836,7 @@ cp.o: ../../../pikotools/src/utf8/utf8_private.h cp.o: ../../../pikotools/src/date/date.h cp.o: ../../../pikotools/src/membuffer/membuffer.h cp.o: ../../../pikotools/src/textstream/types.h +cp.o: ../../../pikotools/src/utf8/utf8_stream.h cp.o: ../../../winix/winixd/core/winix_const.h cp.o: ../../../pikotools/src/convert/convert.h cp.o: ../../../pikotools/src/convert/inttostr.h @@ -958,6 +965,7 @@ default.o: ../../../pikotools/src/utf8/utf8_private.h default.o: ../../../pikotools/src/date/date.h default.o: ../../../pikotools/src/membuffer/membuffer.h default.o: ../../../pikotools/src/textstream/types.h +default.o: ../../../pikotools/src/utf8/utf8_stream.h default.o: ../../../winix/winixd/core/winix_const.h default.o: ../../../pikotools/src/convert/convert.h default.o: ../../../pikotools/src/convert/inttostr.h @@ -1097,6 +1105,7 @@ download.o: ../../../pikotools/src/utf8/utf8_private.h download.o: ../../../pikotools/src/date/date.h download.o: ../../../pikotools/src/membuffer/membuffer.h download.o: ../../../pikotools/src/textstream/types.h +download.o: ../../../pikotools/src/utf8/utf8_stream.h download.o: ../../../winix/winixd/core/winix_const.h download.o: ../../../pikotools/src/convert/convert.h download.o: ../../../pikotools/src/convert/inttostr.h @@ -1235,6 +1244,7 @@ emacs.o: ../../../pikotools/src/utf8/utf8_private.h emacs.o: ../../../pikotools/src/date/date.h emacs.o: ../../../pikotools/src/membuffer/membuffer.h emacs.o: ../../../pikotools/src/textstream/types.h +emacs.o: ../../../pikotools/src/utf8/utf8_stream.h emacs.o: ../../../winix/winixd/core/winix_const.h emacs.o: ../../../pikotools/src/convert/convert.h emacs.o: ../../../pikotools/src/convert/inttostr.h @@ -1376,6 +1386,7 @@ env.o: ../../../pikotools/src/utf8/utf8_private.h env.o: ../../../pikotools/src/date/date.h env.o: ../../../pikotools/src/membuffer/membuffer.h env.o: ../../../pikotools/src/textstream/types.h +env.o: ../../../pikotools/src/utf8/utf8_stream.h env.o: ../../../winix/winixd/core/winix_const.h env.o: ../../../pikotools/src/convert/convert.h env.o: ../../../pikotools/src/convert/inttostr.h @@ -1502,6 +1513,7 @@ functionbase.o: ../../../pikotools/src/utf8/utf8_private.h functionbase.o: ../../../pikotools/src/date/date.h functionbase.o: ../../../pikotools/src/membuffer/membuffer.h functionbase.o: ../../../pikotools/src/textstream/types.h +functionbase.o: ../../../pikotools/src/utf8/utf8_stream.h functionbase.o: ../../../winix/winixd/core/winix_const.h functionbase.o: ../../../pikotools/src/convert/convert.h functionbase.o: ../../../pikotools/src/convert/inttostr.h @@ -1649,6 +1661,7 @@ functionparser.o: ../../../pikotools/src/utf8/utf8_private.h functionparser.o: ../../../pikotools/src/date/date.h functionparser.o: ../../../pikotools/src/membuffer/membuffer.h functionparser.o: ../../../pikotools/src/textstream/types.h +functionparser.o: ../../../pikotools/src/utf8/utf8_stream.h functionparser.o: ../../../winix/winixd/core/log.h functionparser.o: ../../../winix/winixd/core/logmanipulators.h functionparser.o: ../../../pikotools/src/log/log.h @@ -1795,6 +1808,7 @@ functions.o: ../../../pikotools/src/utf8/utf8_private.h functions.o: ../../../pikotools/src/date/date.h functions.o: ../../../pikotools/src/membuffer/membuffer.h functions.o: ../../../pikotools/src/textstream/types.h +functions.o: ../../../pikotools/src/utf8/utf8_stream.h functions.o: ../../../winix/winixd/core/winix_const.h functions.o: ../../../pikotools/src/convert/convert.h functions.o: ../../../pikotools/src/convert/inttostr.h @@ -1940,6 +1954,7 @@ imgcrop.o: ../../../pikotools/src/utf8/utf8_private.h imgcrop.o: ../../../pikotools/src/date/date.h imgcrop.o: ../../../pikotools/src/membuffer/membuffer.h imgcrop.o: ../../../pikotools/src/textstream/types.h +imgcrop.o: ../../../pikotools/src/utf8/utf8_stream.h imgcrop.o: ../../../winix/winixd/core/winix_const.h imgcrop.o: ../../../pikotools/src/convert/convert.h imgcrop.o: ../../../pikotools/src/convert/inttostr.h @@ -2077,6 +2092,7 @@ ipban.o: ../../../pikotools/src/utf8/utf8_private.h ipban.o: ../../../pikotools/src/date/date.h ipban.o: ../../../pikotools/src/membuffer/membuffer.h ipban.o: ../../../pikotools/src/textstream/types.h +ipban.o: ../../../pikotools/src/utf8/utf8_stream.h ipban.o: ../../../winix/winixd/core/winix_const.h ipban.o: ../../../pikotools/src/convert/convert.h ipban.o: ../../../pikotools/src/convert/inttostr.h @@ -2211,6 +2227,7 @@ last.o: ../../../pikotools/src/utf8/utf8_private.h last.o: ../../../pikotools/src/date/date.h last.o: ../../../pikotools/src/membuffer/membuffer.h last.o: ../../../pikotools/src/textstream/types.h +last.o: ../../../pikotools/src/utf8/utf8_stream.h last.o: ../../../winix/winixd/core/winix_const.h last.o: ../../../pikotools/src/convert/convert.h last.o: ../../../pikotools/src/convert/inttostr.h @@ -2340,6 +2357,7 @@ ln.o: ../../../pikotools/src/utf8/utf8_private.h ln.o: ../../../pikotools/src/date/date.h ln.o: ../../../pikotools/src/membuffer/membuffer.h ln.o: ../../../pikotools/src/textstream/types.h +ln.o: ../../../pikotools/src/utf8/utf8_stream.h ln.o: ../../../winix/winixd/core/winix_const.h ln.o: ../../../pikotools/src/convert/convert.h ln.o: ../../../pikotools/src/convert/inttostr.h @@ -2468,6 +2486,7 @@ locale.o: ../../../pikotools/src/utf8/utf8_private.h locale.o: ../../../pikotools/src/date/date.h locale.o: ../../../pikotools/src/membuffer/membuffer.h locale.o: ../../../pikotools/src/textstream/types.h +locale.o: ../../../pikotools/src/utf8/utf8_stream.h locale.o: ../../../winix/winixd/core/winix_const.h locale.o: ../../../pikotools/src/convert/convert.h locale.o: ../../../pikotools/src/convert/inttostr.h @@ -2608,6 +2627,7 @@ login.o: ../../../pikotools/src/utf8/utf8_private.h login.o: ../../../pikotools/src/date/date.h login.o: ../../../pikotools/src/membuffer/membuffer.h login.o: ../../../pikotools/src/textstream/types.h +login.o: ../../../pikotools/src/utf8/utf8_stream.h login.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h login.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h login.o: ../../../pikotools/src/log/filelog.h ../../../morm/src/queryresult.h @@ -2743,6 +2763,7 @@ logout.o: ../../../pikotools/src/utf8/utf8_private.h logout.o: ../../../pikotools/src/date/date.h logout.o: ../../../pikotools/src/membuffer/membuffer.h logout.o: ../../../pikotools/src/textstream/types.h +logout.o: ../../../pikotools/src/utf8/utf8_stream.h logout.o: ../../../winix/winixd/core/winix_const.h logout.o: ../../../pikotools/src/convert/convert.h logout.o: ../../../pikotools/src/convert/inttostr.h @@ -2879,6 +2900,7 @@ ls.o: ../../../pikotools/src/utf8/utf8_private.h ls.o: ../../../pikotools/src/date/date.h ls.o: ../../../pikotools/src/membuffer/membuffer.h ls.o: ../../../pikotools/src/textstream/types.h +ls.o: ../../../pikotools/src/utf8/utf8_stream.h ls.o: ../../../winix/winixd/core/winix_const.h ls.o: ../../../pikotools/src/convert/convert.h ls.o: ../../../pikotools/src/convert/inttostr.h @@ -3005,6 +3027,7 @@ man.o: ../../../pikotools/src/utf8/utf8_private.h man.o: ../../../pikotools/src/date/date.h man.o: ../../../pikotools/src/membuffer/membuffer.h man.o: ../../../pikotools/src/textstream/types.h +man.o: ../../../pikotools/src/utf8/utf8_stream.h man.o: ../../../winix/winixd/core/winix_const.h man.o: ../../../pikotools/src/convert/convert.h man.o: ../../../pikotools/src/convert/inttostr.h @@ -3132,6 +3155,7 @@ meta.o: ../../../pikotools/src/utf8/utf8_private.h meta.o: ../../../pikotools/src/date/date.h meta.o: ../../../pikotools/src/membuffer/membuffer.h meta.o: ../../../pikotools/src/textstream/types.h +meta.o: ../../../pikotools/src/utf8/utf8_stream.h meta.o: ../../../winix/winixd/core/winix_const.h meta.o: ../../../pikotools/src/convert/convert.h meta.o: ../../../pikotools/src/convert/inttostr.h @@ -3261,6 +3285,7 @@ mkdir.o: ../../../pikotools/src/utf8/utf8_private.h mkdir.o: ../../../pikotools/src/date/date.h mkdir.o: ../../../pikotools/src/membuffer/membuffer.h mkdir.o: ../../../pikotools/src/textstream/types.h +mkdir.o: ../../../pikotools/src/utf8/utf8_stream.h mkdir.o: ../../../winix/winixd/core/winix_const.h mkdir.o: ../../../pikotools/src/convert/convert.h mkdir.o: ../../../pikotools/src/convert/inttostr.h @@ -3395,6 +3420,7 @@ mount.o: ../../../pikotools/src/utf8/utf8_private.h mount.o: ../../../pikotools/src/date/date.h mount.o: ../../../pikotools/src/membuffer/membuffer.h mount.o: ../../../pikotools/src/textstream/types.h +mount.o: ../../../pikotools/src/utf8/utf8_stream.h mount.o: ../../../winix/winixd/core/winix_const.h mount.o: ../../../pikotools/src/convert/convert.h mount.o: ../../../pikotools/src/convert/inttostr.h @@ -3529,6 +3555,7 @@ mv.o: ../../../pikotools/src/utf8/utf8_private.h mv.o: ../../../pikotools/src/date/date.h mv.o: ../../../pikotools/src/membuffer/membuffer.h mv.o: ../../../pikotools/src/textstream/types.h +mv.o: ../../../pikotools/src/utf8/utf8_stream.h mv.o: ../../../winix/winixd/core/winix_const.h mv.o: ../../../pikotools/src/convert/convert.h mv.o: ../../../pikotools/src/convert/inttostr.h @@ -3656,6 +3683,7 @@ nicedit.o: ../../../pikotools/src/utf8/utf8_private.h nicedit.o: ../../../pikotools/src/date/date.h nicedit.o: ../../../pikotools/src/membuffer/membuffer.h nicedit.o: ../../../pikotools/src/textstream/types.h +nicedit.o: ../../../pikotools/src/utf8/utf8_stream.h nicedit.o: ../../../winix/winixd/core/winix_const.h nicedit.o: ../../../pikotools/src/convert/convert.h nicedit.o: ../../../pikotools/src/convert/inttostr.h @@ -3793,6 +3821,7 @@ node.o: ../../../pikotools/src/utf8/utf8_private.h node.o: ../../../pikotools/src/date/date.h node.o: ../../../pikotools/src/membuffer/membuffer.h node.o: ../../../pikotools/src/textstream/types.h +node.o: ../../../pikotools/src/utf8/utf8_stream.h node.o: ../../../winix/winixd/core/winix_const.h node.o: ../../../pikotools/src/convert/convert.h node.o: ../../../pikotools/src/convert/inttostr.h @@ -3922,6 +3951,7 @@ passwd.o: ../../../pikotools/src/utf8/utf8_private.h passwd.o: ../../../pikotools/src/date/date.h passwd.o: ../../../pikotools/src/membuffer/membuffer.h passwd.o: ../../../pikotools/src/textstream/types.h +passwd.o: ../../../pikotools/src/utf8/utf8_stream.h passwd.o: ../../../winix/winixd/core/winix_const.h passwd.o: ../../../pikotools/src/convert/convert.h passwd.o: ../../../pikotools/src/convert/inttostr.h @@ -4059,6 +4089,7 @@ priv.o: ../../../pikotools/src/utf8/utf8_private.h priv.o: ../../../pikotools/src/date/date.h priv.o: ../../../pikotools/src/membuffer/membuffer.h priv.o: ../../../pikotools/src/textstream/types.h +priv.o: ../../../pikotools/src/utf8/utf8_stream.h priv.o: ../../../winix/winixd/core/winix_const.h priv.o: ../../../pikotools/src/convert/convert.h priv.o: ../../../pikotools/src/convert/inttostr.h @@ -4189,6 +4220,7 @@ privchanger.o: ../../../pikotools/src/utf8/utf8_private.h privchanger.o: ../../../pikotools/src/date/date.h privchanger.o: ../../../pikotools/src/membuffer/membuffer.h privchanger.o: ../../../pikotools/src/textstream/types.h +privchanger.o: ../../../pikotools/src/utf8/utf8_stream.h privchanger.o: ../../../winix/winixd/core/log.h privchanger.o: ../../../winix/winixd/core/logmanipulators.h privchanger.o: ../../../pikotools/src/log/log.h @@ -4330,6 +4362,7 @@ pw.o: ../../../pikotools/src/utf8/utf8_private.h pw.o: ../../../pikotools/src/date/date.h pw.o: ../../../pikotools/src/membuffer/membuffer.h pw.o: ../../../pikotools/src/textstream/types.h +pw.o: ../../../pikotools/src/utf8/utf8_stream.h pw.o: ../../../winix/winixd/core/winix_const.h pw.o: ../../../pikotools/src/convert/convert.h pw.o: ../../../pikotools/src/convert/inttostr.h @@ -4457,6 +4490,7 @@ reload.o: ../../../pikotools/src/utf8/utf8_private.h reload.o: ../../../pikotools/src/date/date.h reload.o: ../../../pikotools/src/membuffer/membuffer.h reload.o: ../../../pikotools/src/textstream/types.h +reload.o: ../../../pikotools/src/utf8/utf8_stream.h reload.o: ../../../winix/winixd/core/winix_const.h reload.o: ../../../pikotools/src/convert/convert.h reload.o: ../../../pikotools/src/convert/inttostr.h @@ -4598,6 +4632,7 @@ rm.o: ../../../pikotools/src/utf8/utf8_private.h rm.o: ../../../pikotools/src/date/date.h rm.o: ../../../pikotools/src/membuffer/membuffer.h rm.o: ../../../pikotools/src/textstream/types.h +rm.o: ../../../pikotools/src/utf8/utf8_stream.h rm.o: ../../../winix/winixd/core/winix_const.h rm.o: ../../../pikotools/src/convert/convert.h rm.o: ../../../pikotools/src/convert/inttostr.h @@ -4730,6 +4765,7 @@ rmuser.o: ../../../pikotools/src/utf8/utf8_private.h rmuser.o: ../../../pikotools/src/date/date.h rmuser.o: ../../../pikotools/src/membuffer/membuffer.h rmuser.o: ../../../pikotools/src/textstream/types.h +rmuser.o: ../../../pikotools/src/utf8/utf8_stream.h rmuser.o: ../../../winix/winixd/core/winix_const.h rmuser.o: ../../../pikotools/src/convert/convert.h rmuser.o: ../../../pikotools/src/convert/inttostr.h @@ -4869,6 +4905,7 @@ run.o: ../../../pikotools/src/utf8/utf8_private.h run.o: ../../../pikotools/src/date/date.h run.o: ../../../pikotools/src/membuffer/membuffer.h run.o: ../../../pikotools/src/textstream/types.h +run.o: ../../../pikotools/src/utf8/utf8_stream.h run.o: ../../../winix/winixd/core/winix_const.h run.o: ../../../pikotools/src/convert/convert.h run.o: ../../../pikotools/src/convert/inttostr.h @@ -4995,6 +5032,7 @@ sort.o: ../../../pikotools/src/utf8/utf8_private.h sort.o: ../../../pikotools/src/date/date.h sort.o: ../../../pikotools/src/membuffer/membuffer.h sort.o: ../../../pikotools/src/textstream/types.h +sort.o: ../../../pikotools/src/utf8/utf8_stream.h sort.o: ../../../winix/winixd/core/winix_const.h sort.o: ../../../pikotools/src/convert/convert.h sort.o: ../../../pikotools/src/convert/inttostr.h @@ -5127,6 +5165,7 @@ specialdefault.o: ../../../pikotools/src/utf8/utf8_private.h specialdefault.o: ../../../pikotools/src/date/date.h specialdefault.o: ../../../pikotools/src/membuffer/membuffer.h specialdefault.o: ../../../pikotools/src/textstream/types.h +specialdefault.o: ../../../pikotools/src/utf8/utf8_stream.h specialdefault.o: ../../../winix/winixd/core/winix_const.h specialdefault.o: ../../../pikotools/src/convert/convert.h specialdefault.o: ../../../pikotools/src/convert/inttostr.h @@ -5272,6 +5311,7 @@ stat.o: ../../../pikotools/src/utf8/utf8_private.h stat.o: ../../../pikotools/src/date/date.h stat.o: ../../../pikotools/src/membuffer/membuffer.h stat.o: ../../../pikotools/src/textstream/types.h +stat.o: ../../../pikotools/src/utf8/utf8_stream.h stat.o: ../../../winix/winixd/core/winix_const.h stat.o: ../../../pikotools/src/convert/convert.h stat.o: ../../../pikotools/src/convert/inttostr.h @@ -5402,6 +5442,7 @@ subject.o: ../../../pikotools/src/utf8/utf8_private.h subject.o: ../../../pikotools/src/date/date.h subject.o: ../../../pikotools/src/membuffer/membuffer.h subject.o: ../../../pikotools/src/textstream/types.h +subject.o: ../../../pikotools/src/utf8/utf8_stream.h subject.o: ../../../winix/winixd/core/winix_const.h subject.o: ../../../pikotools/src/convert/convert.h subject.o: ../../../pikotools/src/convert/inttostr.h @@ -5540,6 +5581,7 @@ template.o: ../../../pikotools/src/utf8/utf8_private.h template.o: ../../../pikotools/src/date/date.h template.o: ../../../pikotools/src/membuffer/membuffer.h template.o: ../../../pikotools/src/textstream/types.h +template.o: ../../../pikotools/src/utf8/utf8_stream.h template.o: ../../../winix/winixd/core/winix_const.h template.o: ../../../pikotools/src/convert/convert.h template.o: ../../../pikotools/src/convert/inttostr.h @@ -5679,6 +5721,7 @@ timezone.o: ../../../pikotools/src/utf8/utf8_private.h timezone.o: ../../../pikotools/src/date/date.h timezone.o: ../../../pikotools/src/membuffer/membuffer.h timezone.o: ../../../pikotools/src/textstream/types.h +timezone.o: ../../../pikotools/src/utf8/utf8_stream.h timezone.o: ../../../winix/winixd/core/winix_const.h timezone.o: ../../../pikotools/src/convert/convert.h timezone.o: ../../../pikotools/src/convert/inttostr.h @@ -5817,6 +5860,7 @@ tinymce.o: ../../../pikotools/src/utf8/utf8_private.h tinymce.o: ../../../pikotools/src/date/date.h tinymce.o: ../../../pikotools/src/membuffer/membuffer.h tinymce.o: ../../../pikotools/src/textstream/types.h +tinymce.o: ../../../pikotools/src/utf8/utf8_stream.h tinymce.o: ../../../winix/winixd/core/winix_const.h tinymce.o: ../../../pikotools/src/convert/convert.h tinymce.o: ../../../pikotools/src/convert/inttostr.h @@ -5954,6 +5998,7 @@ uname.o: ../../../pikotools/src/utf8/utf8_private.h uname.o: ../../../pikotools/src/date/date.h uname.o: ../../../pikotools/src/membuffer/membuffer.h uname.o: ../../../pikotools/src/textstream/types.h +uname.o: ../../../pikotools/src/utf8/utf8_stream.h uname.o: ../../../winix/winixd/core/winix_const.h uname.o: ../../../pikotools/src/convert/convert.h uname.o: ../../../pikotools/src/convert/inttostr.h @@ -6088,6 +6133,7 @@ upload.o: ../../../pikotools/src/utf8/utf8_private.h upload.o: ../../../pikotools/src/date/date.h upload.o: ../../../pikotools/src/membuffer/membuffer.h upload.o: ../../../pikotools/src/textstream/types.h +upload.o: ../../../pikotools/src/utf8/utf8_stream.h upload.o: ../../../winix/winixd/core/winix_const.h upload.o: ../../../pikotools/src/convert/convert.h upload.o: ../../../pikotools/src/convert/inttostr.h @@ -6231,6 +6277,7 @@ uptime.o: ../../../pikotools/src/utf8/utf8_private.h uptime.o: ../../../pikotools/src/date/date.h uptime.o: ../../../pikotools/src/membuffer/membuffer.h uptime.o: ../../../pikotools/src/textstream/types.h +uptime.o: ../../../pikotools/src/utf8/utf8_stream.h uptime.o: ../../../winix/winixd/core/winix_const.h uptime.o: ../../../pikotools/src/convert/convert.h uptime.o: ../../../pikotools/src/convert/inttostr.h @@ -6367,6 +6414,7 @@ vim.o: ../../../pikotools/src/utf8/utf8_private.h vim.o: ../../../pikotools/src/date/date.h vim.o: ../../../pikotools/src/membuffer/membuffer.h vim.o: ../../../pikotools/src/textstream/types.h +vim.o: ../../../pikotools/src/utf8/utf8_stream.h vim.o: ../../../winix/winixd/core/winix_const.h vim.o: ../../../pikotools/src/convert/convert.h vim.o: ../../../pikotools/src/convert/inttostr.h @@ -6494,6 +6542,7 @@ who.o: ../../../pikotools/src/utf8/utf8_private.h who.o: ../../../pikotools/src/date/date.h who.o: ../../../pikotools/src/membuffer/membuffer.h who.o: ../../../pikotools/src/textstream/types.h +who.o: ../../../pikotools/src/utf8/utf8_stream.h who.o: ../../../winix/winixd/core/winix_const.h who.o: ../../../pikotools/src/convert/convert.h who.o: ../../../pikotools/src/convert/inttostr.h diff --git a/winixd/main/Makefile.dep b/winixd/main/Makefile.dep index 45dab96..d137ff1 100644 --- a/winixd/main/Makefile.dep +++ b/winixd/main/Makefile.dep @@ -18,6 +18,7 @@ main.o: ../../../pikotools/src/utf8/utf8_private.h main.o: ../../../pikotools/src/date/date.h main.o: ../../../pikotools/src/membuffer/membuffer.h main.o: ../../../pikotools/src/textstream/types.h +main.o: ../../../pikotools/src/utf8/utf8_stream.h main.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h main.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h main.o: ../../../pikotools/src/log/filelog.h ../../../morm/src/queryresult.h @@ -53,8 +54,7 @@ main.o: ../../../winix/winixd/core/synchro.h main.o: ../../../pikotools/src/convert/patternreplacer.h main.o: ../../../pikotools/src/convert/strtoint.h main.o: ../../../pikotools/src/convert/text.h -main.o: ../../../pikotools/src/convert/misc.h -main.o: ../../../pikotools/src/utf8/utf8_stream.h ../../../ezc/src/ezc.h +main.o: ../../../pikotools/src/convert/misc.h ../../../ezc/src/ezc.h main.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h main.o: ../../../ezc/src/item.h ../../../ezc/src/cache.h main.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h @@ -187,3 +187,4 @@ main.o: ../../../winix/winixd/utils/acceptbaseparser.h main.o: ../../../winix/winixd/core/header.h main.o: ../../../winix/winixd/core/winixrequest.h main.o: ../../../winix/winixd/core/version.h +main.o: ../../../pikotools/src/mainoptions/mainoptionsparser.h diff --git a/winixd/models/Makefile.dep b/winixd/models/Makefile.dep index 9e8b3b2..4af1bdb 100644 --- a/winixd/models/Makefile.dep +++ b/winixd/models/Makefile.dep @@ -13,6 +13,7 @@ group.o: ../../../pikotools/src/utf8/utf8_private.h group.o: ../../../pikotools/src/date/date.h group.o: ../../../pikotools/src/membuffer/membuffer.h group.o: ../../../pikotools/src/textstream/types.h +group.o: ../../../pikotools/src/utf8/utf8_stream.h group.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h group.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h group.o: ../../../pikotools/src/log/filelog.h ../../../morm/src/queryresult.h @@ -41,6 +42,7 @@ item.o: ../../../pikotools/src/utf8/utf8_private.h item.o: ../../../pikotools/src/date/date.h item.o: ../../../pikotools/src/membuffer/membuffer.h item.o: ../../../pikotools/src/textstream/types.h +item.o: ../../../pikotools/src/utf8/utf8_stream.h item.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h item.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h item.o: ../../../pikotools/src/log/filelog.h ../../../morm/src/queryresult.h @@ -77,8 +79,7 @@ item.o: ../../../winix/winixd/core/synchro.h item.o: ../../../pikotools/src/convert/patternreplacer.h item.o: ../../../pikotools/src/convert/strtoint.h item.o: ../../../pikotools/src/convert/text.h -item.o: ../../../pikotools/src/convert/misc.h -item.o: ../../../pikotools/src/utf8/utf8_stream.h ../../../ezc/src/ezc.h +item.o: ../../../pikotools/src/convert/misc.h ../../../ezc/src/ezc.h item.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h item.h item.o: ../../../ezc/src/cache.h ../../../ezc/src/functions.h item.o: ../../../ezc/src/funinfo.h ../../../ezc/src/objects.h @@ -173,6 +174,7 @@ itemcontent.o: ../../../pikotools/src/utf8/utf8_private.h itemcontent.o: ../../../pikotools/src/date/date.h itemcontent.o: ../../../pikotools/src/membuffer/membuffer.h itemcontent.o: ../../../pikotools/src/textstream/types.h +itemcontent.o: ../../../pikotools/src/utf8/utf8_stream.h itemcontent.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h itemcontent.o: ../../../morm/src/dbconnector.h itemcontent.o: ../../../pikotools/src/log/log.h @@ -216,13 +218,11 @@ itemcontent.o: ../../../winix/winixd/core/synchro.h itemcontent.o: ../../../pikotools/src/convert/patternreplacer.h itemcontent.o: ../../../pikotools/src/convert/strtoint.h itemcontent.o: ../../../pikotools/src/convert/text.h -itemcontent.o: ../../../pikotools/src/convert/misc.h -itemcontent.o: ../../../pikotools/src/utf8/utf8_stream.h -itemcontent.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h -itemcontent.o: ../../../ezc/src/blocks.h item.h ../../../ezc/src/cache.h -itemcontent.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -itemcontent.o: ../../../ezc/src/objects.h ../../../ezc/src/pattern.h -itemcontent.o: ../../../ezc/src/outstreams.h +itemcontent.o: ../../../pikotools/src/convert/misc.h ../../../ezc/src/ezc.h +itemcontent.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h item.h +itemcontent.o: ../../../ezc/src/cache.h ../../../ezc/src/functions.h +itemcontent.o: ../../../ezc/src/funinfo.h ../../../ezc/src/objects.h +itemcontent.o: ../../../ezc/src/pattern.h ../../../ezc/src/outstreams.h itemcontent.o: ../../../ezc/src/expressionparser.h ../../../ezc/src/models.h itemcontent.o: ../../../ezc/src/patternparser.h itemcontent.o: ../../../winix/winixd/templates/htmltextstream.h @@ -275,6 +275,7 @@ migration.o: ../../../pikotools/src/utf8/utf8_private.h migration.o: ../../../pikotools/src/date/date.h migration.o: ../../../pikotools/src/membuffer/membuffer.h migration.o: ../../../pikotools/src/textstream/types.h +migration.o: ../../../pikotools/src/utf8/utf8_stream.h migration.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h migration.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h migration.o: ../../../pikotools/src/log/filelog.h @@ -312,6 +313,7 @@ user.o: ../../../pikotools/src/utf8/utf8_private.h user.o: ../../../pikotools/src/date/date.h user.o: ../../../pikotools/src/membuffer/membuffer.h user.o: ../../../pikotools/src/textstream/types.h +user.o: ../../../pikotools/src/utf8/utf8_stream.h user.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h user.o: ../../../morm/src/dbconnector.h ../../../pikotools/src/log/log.h user.o: ../../../pikotools/src/log/filelog.h ../../../morm/src/queryresult.h @@ -348,8 +350,7 @@ user.o: ../../../winix/winixd/core/synchro.h user.o: ../../../pikotools/src/convert/patternreplacer.h user.o: ../../../pikotools/src/convert/strtoint.h user.o: ../../../pikotools/src/convert/text.h -user.o: ../../../pikotools/src/convert/misc.h -user.o: ../../../pikotools/src/utf8/utf8_stream.h ../../../ezc/src/ezc.h +user.o: ../../../pikotools/src/convert/misc.h ../../../ezc/src/ezc.h user.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h item.h user.o: ../../../ezc/src/cache.h ../../../ezc/src/functions.h user.o: ../../../ezc/src/funinfo.h ../../../ezc/src/objects.h @@ -443,6 +444,7 @@ winixmodel.o: ../../../pikotools/src/utf8/utf8_private.h winixmodel.o: ../../../pikotools/src/date/date.h winixmodel.o: ../../../pikotools/src/membuffer/membuffer.h winixmodel.o: ../../../pikotools/src/textstream/types.h +winixmodel.o: ../../../pikotools/src/utf8/utf8_stream.h winixmodel.o: ../../../morm/src/modelconnector.h ../../../morm/src/clearer.h winixmodel.o: ../../../morm/src/dbconnector.h winixmodel.o: ../../../pikotools/src/log/log.h @@ -485,6 +487,7 @@ winixmodelconnector.o: ../../../pikotools/src/textstream/textstream.h winixmodelconnector.o: ../../../pikotools/src/textstream/stream.h winixmodelconnector.o: ../../../pikotools/src/membuffer/membuffer.h winixmodelconnector.o: ../../../pikotools/src/textstream/types.h +winixmodelconnector.o: ../../../pikotools/src/utf8/utf8_stream.h winixmodelconnector.o: ../../../pikotools/src/log/log.h winixmodelconnector.o: ../../../pikotools/src/log/filelog.h winixmodelconnector.o: ../../../morm/src/queryresult.h ../../../morm/src/ft.h diff --git a/winixd/notify/Makefile.dep b/winixd/notify/Makefile.dep index d9560e8..94f734a 100644 --- a/winixd/notify/Makefile.dep +++ b/winixd/notify/Makefile.dep @@ -18,6 +18,7 @@ notify.o: ../../../pikotools/src/space/space.h notify.o: ../../../pikotools/src/date/date.h notify.o: ../../../pikotools/src/membuffer/membuffer.h notify.o: ../../../pikotools/src/textstream/types.h +notify.o: ../../../pikotools/src/utf8/utf8_stream.h notify.o: ../../../winix/winixd/core/log.h notify.o: ../../../winix/winixd/core/logmanipulators.h notify.o: ../../../pikotools/src/log/log.h @@ -54,7 +55,6 @@ notify.o: ../../../pikotools/src/convert/patternreplacer.h notify.o: ../../../pikotools/src/convert/strtoint.h notify.o: ../../../pikotools/src/convert/text.h notify.o: ../../../pikotools/src/convert/misc.h -notify.o: ../../../pikotools/src/utf8/utf8_stream.h notify.o: ../../../winix/winixd/templates/patterns.h notify.o: ../../../winix/winixd/templates/locale.h notify.o: ../../../winix/winixd/templates/localefilter.h @@ -149,6 +149,7 @@ notifypool.o: ../../../pikotools/src/space/space.h notifypool.o: ../../../pikotools/src/date/date.h notifypool.o: ../../../pikotools/src/membuffer/membuffer.h notifypool.o: ../../../pikotools/src/textstream/types.h +notifypool.o: ../../../pikotools/src/utf8/utf8_stream.h notifypool.o: ../../../winix/winixd/core/winixbase.h notifypool.o: ../../../winix/winixd/core/config.h notifypool.o: ../../../winix/winixd/core/log.h @@ -183,7 +184,6 @@ notifypool.o: ../../../pikotools/src/convert/patternreplacer.h notifypool.o: ../../../pikotools/src/convert/strtoint.h notifypool.o: ../../../pikotools/src/convert/text.h notifypool.o: ../../../pikotools/src/convert/misc.h -notifypool.o: ../../../pikotools/src/utf8/utf8_stream.h notifythread.o: notifythread.h ../../../winix/winixd/core/basethread.h notifythread.o: ../../../winix/winixd/core/synchro.h notifythread.o: ../../../winix/winixd/core/winixmodeldeprecated.h @@ -206,13 +206,13 @@ notifythread.o: ../../../pikotools/src/date/date.h notifythread.o: ../../../pikotools/src/convert/inttostr.h notifythread.o: ../../../pikotools/src/membuffer/membuffer.h notifythread.o: ../../../pikotools/src/textstream/types.h +notifythread.o: ../../../pikotools/src/utf8/utf8_stream.h notifythread.o: ../../../pikotools/src/log/filelog.h notifythread.o: ../../../ezc/src/patternparser.h notifythread.o: ../../../winix/winixd/core/textstream.h notifythread.o: ../../../pikotools/src/convert/misc.h notifythread.o: ../../../pikotools/src/convert/text.h -notifythread.o: ../../../pikotools/src/textstream/types.h -notifythread.o: ../../../pikotools/src/utf8/utf8_stream.h notifypool.h +notifythread.o: ../../../pikotools/src/textstream/types.h notifypool.h notifythread.o: ../../../winix/winixd/templates/locale.h notifythread.o: ../../../pikotools/src/space/spaceparser.h notifythread.o: ../../../pikotools/src/space/space.h @@ -303,13 +303,13 @@ templatesnotify.o: ../../../pikotools/src/date/date.h templatesnotify.o: ../../../pikotools/src/convert/inttostr.h templatesnotify.o: ../../../pikotools/src/membuffer/membuffer.h templatesnotify.o: ../../../pikotools/src/textstream/types.h +templatesnotify.o: ../../../pikotools/src/utf8/utf8_stream.h templatesnotify.o: ../../../pikotools/src/log/filelog.h templatesnotify.o: ../../../ezc/src/patternparser.h templatesnotify.o: ../../../winix/winixd/core/textstream.h templatesnotify.o: ../../../pikotools/src/convert/misc.h templatesnotify.o: ../../../pikotools/src/convert/text.h -templatesnotify.o: ../../../pikotools/src/textstream/types.h -templatesnotify.o: ../../../pikotools/src/utf8/utf8_stream.h notifypool.h +templatesnotify.o: ../../../pikotools/src/textstream/types.h notifypool.h templatesnotify.o: ../../../winix/winixd/templates/locale.h templatesnotify.o: ../../../pikotools/src/space/spaceparser.h templatesnotify.o: ../../../pikotools/src/space/space.h diff --git a/winixd/plugins/export/Makefile.dep b/winixd/plugins/export/Makefile.dep index f7c2604..14047f0 100644 --- a/winixd/plugins/export/Makefile.dep +++ b/winixd/plugins/export/Makefile.dep @@ -18,6 +18,7 @@ edb.o: ../../../../pikotools/src/utf8/utf8_private.h edb.o: ../../../../pikotools/src/date/date.h edb.o: ../../../../pikotools/src/membuffer/membuffer.h edb.o: ../../../../pikotools/src/textstream/types.h +edb.o: ../../../../pikotools/src/utf8/utf8_stream.h edb.o: ../../../../winix/winixd/core/winix_const.h edb.o: ../../../../pikotools/src/convert/convert.h edb.o: ../../../../pikotools/src/convert/inttostr.h @@ -117,6 +118,7 @@ exportinfo.o: ../../../../pikotools/src/utf8/utf8_private.h exportinfo.o: ../../../../pikotools/src/date/date.h exportinfo.o: ../../../../pikotools/src/membuffer/membuffer.h exportinfo.o: ../../../../pikotools/src/textstream/types.h +exportinfo.o: ../../../../pikotools/src/utf8/utf8_stream.h exportinfo.o: ../../../../winix/winixd/core/log.h exportinfo.o: ../../../../winix/winixd/core/logmanipulators.h exportinfo.o: ../../../../pikotools/src/log/log.h @@ -245,6 +247,7 @@ exportthread.o: ../../../../pikotools/src/utf8/utf8_private.h exportthread.o: ../../../../pikotools/src/date/date.h exportthread.o: ../../../../pikotools/src/membuffer/membuffer.h exportthread.o: ../../../../pikotools/src/textstream/types.h +exportthread.o: ../../../../pikotools/src/utf8/utf8_stream.h exportthread.o: ../../../../winix/winixd/core/winix_const.h exportthread.o: ../../../../pikotools/src/convert/convert.h exportthread.o: ../../../../pikotools/src/convert/inttostr.h @@ -271,6 +274,7 @@ funexport.o: ../../../../pikotools/src/utf8/utf8_private.h funexport.o: ../../../../pikotools/src/date/date.h funexport.o: ../../../../pikotools/src/membuffer/membuffer.h funexport.o: ../../../../pikotools/src/textstream/types.h +funexport.o: ../../../../pikotools/src/utf8/utf8_stream.h funexport.o: ../../../../morm/src/modelconnector.h funexport.o: ../../../../morm/src/clearer.h funexport.o: ../../../../morm/src/dbconnector.h @@ -419,6 +423,7 @@ init.o: ../../../../pikotools/src/textstream/textstream.h init.o: ../../../../pikotools/src/textstream/stream.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../pikotools/src/log/log.h init.o: ../../../../pikotools/src/log/filelog.h init.o: ../../../../morm/src/queryresult.h ../../../../morm/src/ft.h diff --git a/winixd/plugins/gallery/Makefile.dep b/winixd/plugins/gallery/Makefile.dep index d3e08ad..d290f12 100644 --- a/winixd/plugins/gallery/Makefile.dep +++ b/winixd/plugins/gallery/Makefile.dep @@ -20,6 +20,7 @@ gallery.o: ../../../../pikotools/src/utf8/utf8_private.h gallery.o: ../../../../pikotools/src/date/date.h gallery.o: ../../../../pikotools/src/membuffer/membuffer.h gallery.o: ../../../../pikotools/src/textstream/types.h +gallery.o: ../../../../pikotools/src/utf8/utf8_stream.h gallery.o: ../../../../winix/winixd/core/winix_const.h gallery.o: ../../../../pikotools/src/convert/convert.h gallery.o: ../../../../pikotools/src/convert/inttostr.h @@ -155,6 +156,7 @@ galleryinfo.o: ../../../../pikotools/src/utf8/utf8_private.h galleryinfo.o: ../../../../pikotools/src/date/date.h galleryinfo.o: ../../../../pikotools/src/membuffer/membuffer.h galleryinfo.o: ../../../../pikotools/src/textstream/types.h +galleryinfo.o: ../../../../pikotools/src/utf8/utf8_stream.h galleryinfo.o: ../../../../morm/src/modelconnector.h galleryinfo.o: ../../../../morm/src/clearer.h galleryinfo.o: ../../../../morm/src/dbconnector.h @@ -230,6 +232,7 @@ init.o: ../../../../pikotools/src/utf8/utf8_private.h init.o: ../../../../pikotools/src/date/date.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../winix/winixd/core/winix_const.h init.o: ../../../../pikotools/src/convert/convert.h init.o: ../../../../pikotools/src/convert/inttostr.h @@ -415,6 +418,7 @@ templates.o: ../../../../pikotools/src/utf8/utf8_private.h templates.o: ../../../../pikotools/src/date/date.h templates.o: ../../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../../pikotools/src/textstream/types.h +templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../winix/winixd/core/winix_const.h templates.o: ../../../../pikotools/src/convert/convert.h templates.o: ../../../../pikotools/src/convert/inttostr.h diff --git a/winixd/plugins/group/Makefile.dep b/winixd/plugins/group/Makefile.dep index f0aeaf1..8b75153 100644 --- a/winixd/plugins/group/Makefile.dep +++ b/winixd/plugins/group/Makefile.dep @@ -16,6 +16,7 @@ groupinfo.o: ../../../../pikotools/src/space/space.h groupinfo.o: ../../../../pikotools/src/date/date.h groupinfo.o: ../../../../pikotools/src/membuffer/membuffer.h groupinfo.o: ../../../../pikotools/src/textstream/types.h +groupinfo.o: ../../../../pikotools/src/utf8/utf8_stream.h groupinfo.o: ../../../../winix/winixd/core/winixrequest.h groupinfo.o: ../../../../winix/winixd/core/winixsystem.h groupinfo.o: ../../../../winix/winixd/core/system.h @@ -76,7 +77,6 @@ groupinfo.o: ../../../../pikotools/src/convert/patternreplacer.h groupinfo.o: ../../../../pikotools/src/convert/strtoint.h groupinfo.o: ../../../../pikotools/src/convert/text.h groupinfo.o: ../../../../pikotools/src/convert/misc.h -groupinfo.o: ../../../../pikotools/src/utf8/utf8_stream.h groupinfo.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h groupinfo.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/item.h groupinfo.o: ../../../../ezc/src/cache.h ../../../../ezc/src/functions.h @@ -152,6 +152,7 @@ groups.o: ../../../../pikotools/src/space/space.h groups.o: ../../../../pikotools/src/date/date.h groups.o: ../../../../pikotools/src/membuffer/membuffer.h groups.o: ../../../../pikotools/src/textstream/types.h +groups.o: ../../../../pikotools/src/utf8/utf8_stream.h groups.o: ../../../../winix/winixd/core/winixrequest.h groups.o: ../../../../winix/winixd/core/winixsystem.h groups.o: ../../../../winix/winixd/core/system.h @@ -207,13 +208,12 @@ groups.o: ../../../../winix/winixd/templates/locale.h groups.o: ../../../../pikotools/src/convert/patternreplacer.h groups.o: ../../../../pikotools/src/convert/strtoint.h groups.o: ../../../../pikotools/src/convert/text.h -groups.o: ../../../../pikotools/src/convert/misc.h -groups.o: ../../../../pikotools/src/utf8/utf8_stream.h -groups.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h -groups.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/item.h -groups.o: ../../../../ezc/src/cache.h ../../../../ezc/src/functions.h -groups.o: ../../../../ezc/src/funinfo.h ../../../../ezc/src/objects.h -groups.o: ../../../../ezc/src/pattern.h ../../../../ezc/src/outstreams.h +groups.o: ../../../../pikotools/src/convert/misc.h ../../../../ezc/src/ezc.h +groups.o: ../../../../ezc/src/generator.h ../../../../ezc/src/blocks.h +groups.o: ../../../../ezc/src/item.h ../../../../ezc/src/cache.h +groups.o: ../../../../ezc/src/functions.h ../../../../ezc/src/funinfo.h +groups.o: ../../../../ezc/src/objects.h ../../../../ezc/src/pattern.h +groups.o: ../../../../ezc/src/outstreams.h groups.o: ../../../../ezc/src/expressionparser.h ../../../../ezc/src/models.h groups.o: ../../../../ezc/src/patternparser.h groups.o: ../../../../winix/winixd/templates/htmltextstream.h @@ -287,6 +287,7 @@ init.o: ../../../../pikotools/src/utf8/utf8.h init.o: ../../../../pikotools/src/textstream/stream.h init.o: ../../../../pikotools/src/utf8/utf8_templates.h init.o: ../../../../pikotools/src/utf8/utf8_private.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../pikotools/src/log/log.h init.o: ../../../../pikotools/src/log/filelog.h init.o: ../../../../morm/src/queryresult.h ../../../../morm/src/ft.h @@ -339,13 +340,12 @@ init.o: ../../../../winix/winixd/templates/locale.h init.o: ../../../../pikotools/src/convert/patternreplacer.h init.o: ../../../../pikotools/src/convert/strtoint.h init.o: ../../../../pikotools/src/convert/text.h -init.o: ../../../../pikotools/src/convert/misc.h -init.o: ../../../../pikotools/src/utf8/utf8_stream.h -init.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h -init.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/item.h -init.o: ../../../../ezc/src/cache.h ../../../../ezc/src/functions.h -init.o: ../../../../ezc/src/funinfo.h ../../../../ezc/src/objects.h -init.o: ../../../../ezc/src/pattern.h ../../../../ezc/src/outstreams.h +init.o: ../../../../pikotools/src/convert/misc.h ../../../../ezc/src/ezc.h +init.o: ../../../../ezc/src/generator.h ../../../../ezc/src/blocks.h +init.o: ../../../../ezc/src/item.h ../../../../ezc/src/cache.h +init.o: ../../../../ezc/src/functions.h ../../../../ezc/src/funinfo.h +init.o: ../../../../ezc/src/objects.h ../../../../ezc/src/pattern.h +init.o: ../../../../ezc/src/outstreams.h init.o: ../../../../ezc/src/expressionparser.h ../../../../ezc/src/models.h init.o: ../../../../ezc/src/patternparser.h init.o: ../../../../winix/winixd/templates/htmltextstream.h @@ -467,12 +467,12 @@ templates.o: ../../../../pikotools/src/date/date.h templates.o: ../../../../pikotools/src/convert/inttostr.h templates.o: ../../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../../pikotools/src/textstream/types.h +templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../pikotools/src/log/filelog.h templates.o: ../../../../ezc/src/patternparser.h templates.o: ../../../../pikotools/src/convert/misc.h templates.o: ../../../../pikotools/src/convert/text.h templates.o: ../../../../pikotools/src/textstream/types.h -templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../winix/winixd/templates/patterncacher.h templates.o: ../../../../winix/winixd/core/winixbase.h templates.o: ../../../../winix/winixd/core/config.h diff --git a/winixd/plugins/mailregister/Makefile.dep b/winixd/plugins/mailregister/Makefile.dep index e54bc0a..aecf33b 100644 --- a/winixd/plugins/mailregister/Makefile.dep +++ b/winixd/plugins/mailregister/Makefile.dep @@ -21,6 +21,7 @@ funregistermail_showusers.o: ../../../../pikotools/src/utf8/utf8_private.h funregistermail_showusers.o: ../../../../pikotools/src/date/date.h funregistermail_showusers.o: ../../../../pikotools/src/membuffer/membuffer.h funregistermail_showusers.o: ../../../../pikotools/src/textstream/types.h +funregistermail_showusers.o: ../../../../pikotools/src/utf8/utf8_stream.h funregistermail_showusers.o: ../../../../winix/winixd/core/winix_const.h funregistermail_showusers.o: ../../../../pikotools/src/convert/convert.h funregistermail_showusers.o: ../../../../pikotools/src/convert/inttostr.h @@ -179,6 +180,7 @@ funregistermail.o: ../../../../pikotools/src/utf8/utf8_private.h funregistermail.o: ../../../../pikotools/src/date/date.h funregistermail.o: ../../../../pikotools/src/membuffer/membuffer.h funregistermail.o: ../../../../pikotools/src/textstream/types.h +funregistermail.o: ../../../../pikotools/src/utf8/utf8_stream.h funregistermail.o: ../../../../winix/winixd/core/winix_const.h funregistermail.o: ../../../../pikotools/src/convert/convert.h funregistermail.o: ../../../../pikotools/src/convert/inttostr.h @@ -331,6 +333,7 @@ init.o: ../../../../pikotools/src/textstream/textstream.h init.o: ../../../../pikotools/src/textstream/stream.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../pikotools/src/log/log.h init.o: ../../../../pikotools/src/log/filelog.h init.o: ../../../../morm/src/queryresult.h ../../../../morm/src/ft.h @@ -524,6 +527,7 @@ templates.o: ../../../../pikotools/src/convert/inttostr.h templates.o: ../../../../pikotools/src/date/date.h templates.o: ../../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../../pikotools/src/textstream/types.h +templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../pikotools/src/log/filelog.h templates.o: ../../../../ezc/src/patternparser.h templates.o: ../../../../winix/winixd/core/misc.h diff --git a/winixd/plugins/menu/Makefile.dep b/winixd/plugins/menu/Makefile.dep index 7475492..764b269 100644 --- a/winixd/plugins/menu/Makefile.dep +++ b/winixd/plugins/menu/Makefile.dep @@ -19,6 +19,7 @@ cache.o: ../../../../pikotools/src/space/space.h cache.o: ../../../../pikotools/src/date/date.h cache.o: ../../../../pikotools/src/membuffer/membuffer.h cache.o: ../../../../pikotools/src/textstream/types.h +cache.o: ../../../../pikotools/src/utf8/utf8_stream.h cache.o: ../../../../winix/winixd/core/log.h cache.o: ../../../../winix/winixd/core/logmanipulators.h cache.o: ../../../../pikotools/src/log/log.h @@ -61,13 +62,11 @@ cache.o: ../../../../winix/winixd/core/winixbase.h cache.o: ../../../../pikotools/src/convert/patternreplacer.h cache.o: ../../../../pikotools/src/convert/strtoint.h cache.o: ../../../../pikotools/src/convert/text.h -cache.o: ../../../../pikotools/src/convert/misc.h -cache.o: ../../../../pikotools/src/utf8/utf8_stream.h -cache.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h -cache.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/item.h -cache.o: ../../../../ezc/src/pattern.h ../../../../ezc/src/functions.h -cache.o: ../../../../ezc/src/funinfo.h ../../../../ezc/src/objects.h -cache.o: ../../../../ezc/src/outstreams.h +cache.o: ../../../../pikotools/src/convert/misc.h ../../../../ezc/src/ezc.h +cache.o: ../../../../ezc/src/generator.h ../../../../ezc/src/blocks.h +cache.o: ../../../../ezc/src/item.h ../../../../ezc/src/pattern.h +cache.o: ../../../../ezc/src/functions.h ../../../../ezc/src/funinfo.h +cache.o: ../../../../ezc/src/objects.h ../../../../ezc/src/outstreams.h cache.o: ../../../../ezc/src/expressionparser.h ../../../../ezc/src/models.h cache.o: ../../../../ezc/src/patternparser.h cache.o: ../../../../winix/winixd/templates/htmltextstream.h @@ -119,6 +118,7 @@ init.o: ../../../../pikotools/src/space/space.h init.o: ../../../../pikotools/src/date/date.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../winix/winixd/core/log.h init.o: ../../../../winix/winixd/core/logmanipulators.h init.o: ../../../../pikotools/src/log/log.h @@ -160,13 +160,11 @@ init.o: ../../../../winix/winixd/core/winixbase.h init.o: ../../../../pikotools/src/convert/patternreplacer.h init.o: ../../../../pikotools/src/convert/strtoint.h init.o: ../../../../pikotools/src/convert/text.h -init.o: ../../../../pikotools/src/convert/misc.h -init.o: ../../../../pikotools/src/utf8/utf8_stream.h -init.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h -init.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/item.h -init.o: ../../../../ezc/src/pattern.h ../../../../ezc/src/functions.h -init.o: ../../../../ezc/src/funinfo.h ../../../../ezc/src/objects.h -init.o: ../../../../ezc/src/outstreams.h +init.o: ../../../../pikotools/src/convert/misc.h ../../../../ezc/src/ezc.h +init.o: ../../../../ezc/src/generator.h ../../../../ezc/src/blocks.h +init.o: ../../../../ezc/src/item.h ../../../../ezc/src/pattern.h +init.o: ../../../../ezc/src/functions.h ../../../../ezc/src/funinfo.h +init.o: ../../../../ezc/src/objects.h ../../../../ezc/src/outstreams.h init.o: ../../../../ezc/src/expressionparser.h ../../../../ezc/src/models.h init.o: ../../../../ezc/src/patternparser.h init.o: ../../../../winix/winixd/templates/htmltextstream.h @@ -305,6 +303,7 @@ templates.o: ../../../../pikotools/src/space/space.h templates.o: ../../../../pikotools/src/date/date.h templates.o: ../../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../../pikotools/src/textstream/types.h +templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../winix/winixd/core/log.h templates.o: ../../../../winix/winixd/core/logmanipulators.h templates.o: ../../../../pikotools/src/log/log.h @@ -352,7 +351,6 @@ templates.o: ../../../../pikotools/src/convert/patternreplacer.h templates.o: ../../../../pikotools/src/convert/strtoint.h templates.o: ../../../../pikotools/src/convert/text.h templates.o: ../../../../pikotools/src/convert/misc.h -templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../winix/winixd/templates/htmltextstream.h templates.o: ../../../../ezc/src/funinfo.h ../../../../winix/winixd/db/db.h templates.o: ../../../../winix/winixd/db/dbbase.h diff --git a/winixd/plugins/seo/Makefile.dep b/winixd/plugins/seo/Makefile.dep index 2cb0b70..3a94bba 100644 --- a/winixd/plugins/seo/Makefile.dep +++ b/winixd/plugins/seo/Makefile.dep @@ -19,6 +19,7 @@ init.o: ../../../../pikotools/src/utf8/utf8_private.h init.o: ../../../../pikotools/src/date/date.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../winix/winixd/core/winix_const.h init.o: ../../../../pikotools/src/convert/convert.h init.o: ../../../../pikotools/src/convert/inttostr.h @@ -202,6 +203,7 @@ seo.o: ../../../../pikotools/src/utf8/utf8_private.h seo.o: ../../../../pikotools/src/date/date.h seo.o: ../../../../pikotools/src/membuffer/membuffer.h seo.o: ../../../../pikotools/src/textstream/types.h +seo.o: ../../../../pikotools/src/utf8/utf8_stream.h seo.o: ../../../../winix/winixd/core/winix_const.h seo.o: ../../../../pikotools/src/convert/convert.h seo.o: ../../../../pikotools/src/convert/inttostr.h diff --git a/winixd/plugins/stats/Makefile.dep b/winixd/plugins/stats/Makefile.dep index 026c9b5..26e22a7 100644 --- a/winixd/plugins/stats/Makefile.dep +++ b/winixd/plugins/stats/Makefile.dep @@ -16,6 +16,7 @@ init.o: ../../../../pikotools/src/utf8/utf8_private.h init.o: ../../../../pikotools/src/date/date.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../pikotools/src/log/filelog.h ../../../../morm/src/morm.h init.o: ../../../../morm/src/morm_types.h ../../../../morm/src/model.h init.o: ../../../../morm/src/modelconnector.h ../../../../morm/src/clearer.h @@ -59,13 +60,12 @@ init.o: ../../../../winix/winixd/core/synchro.h init.o: ../../../../pikotools/src/convert/patternreplacer.h init.o: ../../../../pikotools/src/convert/strtoint.h init.o: ../../../../pikotools/src/convert/text.h -init.o: ../../../../pikotools/src/convert/misc.h -init.o: ../../../../pikotools/src/utf8/utf8_stream.h -init.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h -init.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/item.h -init.o: ../../../../ezc/src/cache.h ../../../../ezc/src/functions.h -init.o: ../../../../ezc/src/funinfo.h ../../../../ezc/src/objects.h -init.o: ../../../../ezc/src/pattern.h ../../../../ezc/src/outstreams.h +init.o: ../../../../pikotools/src/convert/misc.h ../../../../ezc/src/ezc.h +init.o: ../../../../ezc/src/generator.h ../../../../ezc/src/blocks.h +init.o: ../../../../ezc/src/item.h ../../../../ezc/src/cache.h +init.o: ../../../../ezc/src/functions.h ../../../../ezc/src/funinfo.h +init.o: ../../../../ezc/src/objects.h ../../../../ezc/src/pattern.h +init.o: ../../../../ezc/src/outstreams.h init.o: ../../../../ezc/src/expressionparser.h ../../../../ezc/src/models.h init.o: ../../../../ezc/src/patternparser.h init.o: ../../../../winix/winixd/templates/htmltextstream.h @@ -112,6 +112,7 @@ stats.o: ../../../../pikotools/src/utf8/utf8_private.h stats.o: ../../../../pikotools/src/date/date.h stats.o: ../../../../pikotools/src/membuffer/membuffer.h stats.o: ../../../../pikotools/src/textstream/types.h +stats.o: ../../../../pikotools/src/utf8/utf8_stream.h stats.o: ../../../../winix/winixd/core/log.h stats.o: ../../../../pikotools/src/log/filelog.h stats.o: ../../../../winix/winixd/core/winixmodeldeprecated.h @@ -168,6 +169,7 @@ templates.o: ../../../../pikotools/src/convert/inttostr.h templates.o: ../../../../pikotools/src/date/date.h templates.o: ../../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../../pikotools/src/textstream/types.h +templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../pikotools/src/log/filelog.h templates.o: ../../../../ezc/src/patternparser.h templates.o: ../../../../winix/winixd/core/misc.h @@ -179,7 +181,6 @@ templates.o: ../../../../pikotools/src/convert/patternreplacer.h templates.o: ../../../../pikotools/src/convert/strtoint.h templates.o: ../../../../pikotools/src/convert/text.h templates.o: ../../../../pikotools/src/convert/misc.h -templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../pikotools/src/convert/double.h stats.h templates.o: ../../../../winix/winixd/core/config.h templates.o: ../../../../pikotools/src/space/spaceparser.h diff --git a/winixd/plugins/thread/Makefile.dep b/winixd/plugins/thread/Makefile.dep index 566a4ec..a6a3ae4 100644 --- a/winixd/plugins/thread/Makefile.dep +++ b/winixd/plugins/thread/Makefile.dep @@ -21,6 +21,7 @@ createthread.o: ../../../../pikotools/src/utf8/utf8_private.h createthread.o: ../../../../pikotools/src/date/date.h createthread.o: ../../../../pikotools/src/membuffer/membuffer.h createthread.o: ../../../../pikotools/src/textstream/types.h +createthread.o: ../../../../pikotools/src/utf8/utf8_stream.h createthread.o: ../../../../winix/winixd/core/winix_const.h createthread.o: ../../../../pikotools/src/convert/convert.h createthread.o: ../../../../pikotools/src/convert/inttostr.h @@ -208,6 +209,7 @@ funthread.o: ../../../../pikotools/src/utf8/utf8_private.h funthread.o: ../../../../pikotools/src/date/date.h funthread.o: ../../../../pikotools/src/membuffer/membuffer.h funthread.o: ../../../../pikotools/src/textstream/types.h +funthread.o: ../../../../pikotools/src/utf8/utf8_stream.h funthread.o: ../../../../winix/winixd/core/winix_const.h funthread.o: ../../../../pikotools/src/convert/convert.h funthread.o: ../../../../pikotools/src/convert/inttostr.h @@ -351,6 +353,7 @@ init.o: ../../../../pikotools/src/utf8/utf8_private.h init.o: ../../../../pikotools/src/date/date.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../morm/src/modelconnector.h ../../../../morm/src/clearer.h init.o: ../../../../morm/src/dbconnector.h init.o: ../../../../pikotools/src/log/log.h @@ -546,6 +549,7 @@ reply.o: ../../../../pikotools/src/utf8/utf8_private.h reply.o: ../../../../pikotools/src/date/date.h reply.o: ../../../../pikotools/src/membuffer/membuffer.h reply.o: ../../../../pikotools/src/textstream/types.h +reply.o: ../../../../pikotools/src/utf8/utf8_stream.h reply.o: ../../../../winix/winixd/core/winix_const.h reply.o: ../../../../pikotools/src/convert/convert.h reply.o: ../../../../pikotools/src/convert/inttostr.h @@ -734,6 +738,7 @@ showthreads.o: ../../../../pikotools/src/utf8/utf8_private.h showthreads.o: ../../../../pikotools/src/date/date.h showthreads.o: ../../../../pikotools/src/membuffer/membuffer.h showthreads.o: ../../../../pikotools/src/textstream/types.h +showthreads.o: ../../../../pikotools/src/utf8/utf8_stream.h showthreads.o: ../../../../winix/winixd/core/winix_const.h showthreads.o: ../../../../pikotools/src/convert/convert.h showthreads.o: ../../../../pikotools/src/convert/inttostr.h @@ -872,6 +877,7 @@ tdb.o: ../../../../pikotools/src/utf8/utf8_private.h tdb.o: ../../../../pikotools/src/date/date.h tdb.o: ../../../../pikotools/src/membuffer/membuffer.h tdb.o: ../../../../pikotools/src/textstream/types.h +tdb.o: ../../../../pikotools/src/utf8/utf8_stream.h tdb.o: ../../../../morm/src/modelconnector.h ../../../../morm/src/clearer.h tdb.o: ../../../../morm/src/dbconnector.h ../../../../pikotools/src/log/log.h tdb.o: ../../../../pikotools/src/log/filelog.h @@ -947,6 +953,7 @@ templates.o: ../../../../pikotools/src/utf8/utf8_private.h templates.o: ../../../../pikotools/src/date/date.h templates.o: ../../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../../pikotools/src/textstream/types.h +templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../winix/winixd/core/log.h templates.o: ../../../../winix/winixd/core/logmanipulators.h templates.o: ../../../../pikotools/src/log/log.h @@ -1136,6 +1143,7 @@ thread.o: ../../../../pikotools/src/utf8/utf8_private.h thread.o: ../../../../pikotools/src/date/date.h thread.o: ../../../../pikotools/src/membuffer/membuffer.h thread.o: ../../../../pikotools/src/textstream/types.h +thread.o: ../../../../pikotools/src/utf8/utf8_stream.h thread.o: ../../../../morm/src/modelconnector.h thread.o: ../../../../morm/src/clearer.h ../../../../morm/src/dbconnector.h thread.o: ../../../../pikotools/src/log/log.h @@ -1202,6 +1210,7 @@ threadfiles.o: ../../../../pikotools/src/utf8/utf8_private.h threadfiles.o: ../../../../pikotools/src/date/date.h threadfiles.o: ../../../../pikotools/src/membuffer/membuffer.h threadfiles.o: ../../../../pikotools/src/textstream/types.h +threadfiles.o: ../../../../pikotools/src/utf8/utf8_stream.h threadfiles.o: ../../../../morm/src/modelconnector.h threadfiles.o: ../../../../morm/src/clearer.h threadfiles.o: ../../../../morm/src/dbconnector.h @@ -1245,6 +1254,7 @@ threadinfo.o: ../../../../pikotools/src/utf8/utf8_private.h threadinfo.o: ../../../../pikotools/src/date/date.h threadinfo.o: ../../../../pikotools/src/membuffer/membuffer.h threadinfo.o: ../../../../pikotools/src/textstream/types.h +threadinfo.o: ../../../../pikotools/src/utf8/utf8_stream.h threadinfo.o: ../../../../winix/winixd/core/log.h threadinfo.o: ../../../../winix/winixd/core/logmanipulators.h threadinfo.o: ../../../../pikotools/src/log/log.h diff --git a/winixd/plugins/ticket/Makefile.dep b/winixd/plugins/ticket/Makefile.dep index de6f343..1e16c61 100644 --- a/winixd/plugins/ticket/Makefile.dep +++ b/winixd/plugins/ticket/Makefile.dep @@ -19,6 +19,7 @@ createticket.o: ../../../../pikotools/src/utf8/utf8_private.h createticket.o: ../../../../pikotools/src/date/date.h createticket.o: ../../../../pikotools/src/membuffer/membuffer.h createticket.o: ../../../../pikotools/src/textstream/types.h +createticket.o: ../../../../pikotools/src/utf8/utf8_stream.h createticket.o: ../../../../winix/winixd/core/winix_const.h createticket.o: ../../../../pikotools/src/convert/convert.h createticket.o: ../../../../pikotools/src/convert/inttostr.h @@ -215,6 +216,7 @@ editticket.o: ../../../../pikotools/src/utf8/utf8_private.h editticket.o: ../../../../pikotools/src/date/date.h editticket.o: ../../../../pikotools/src/membuffer/membuffer.h editticket.o: ../../../../pikotools/src/textstream/types.h +editticket.o: ../../../../pikotools/src/utf8/utf8_stream.h editticket.o: ../../../../winix/winixd/core/winix_const.h editticket.o: ../../../../pikotools/src/convert/convert.h editticket.o: ../../../../pikotools/src/convert/inttostr.h @@ -409,6 +411,7 @@ funticket.o: ../../../../pikotools/src/utf8/utf8_private.h funticket.o: ../../../../pikotools/src/date/date.h funticket.o: ../../../../pikotools/src/membuffer/membuffer.h funticket.o: ../../../../pikotools/src/textstream/types.h +funticket.o: ../../../../pikotools/src/utf8/utf8_stream.h funticket.o: ../../../../winix/winixd/core/winix_const.h funticket.o: ../../../../pikotools/src/convert/convert.h funticket.o: ../../../../pikotools/src/convert/inttostr.h @@ -600,6 +603,7 @@ init.o: ../../../../pikotools/src/utf8/utf8_private.h init.o: ../../../../pikotools/src/date/date.h init.o: ../../../../pikotools/src/membuffer/membuffer.h init.o: ../../../../pikotools/src/textstream/types.h +init.o: ../../../../pikotools/src/utf8/utf8_stream.h init.o: ../../../../winix/winixd/core/winix_const.h init.o: ../../../../pikotools/src/convert/convert.h init.o: ../../../../pikotools/src/convert/inttostr.h @@ -800,6 +804,7 @@ showtickets.o: ../../../../pikotools/src/utf8/utf8_private.h showtickets.o: ../../../../pikotools/src/date/date.h showtickets.o: ../../../../pikotools/src/membuffer/membuffer.h showtickets.o: ../../../../pikotools/src/textstream/types.h +showtickets.o: ../../../../pikotools/src/utf8/utf8_stream.h showtickets.o: ../../../../winix/winixd/core/winix_const.h showtickets.o: ../../../../pikotools/src/convert/convert.h showtickets.o: ../../../../pikotools/src/convert/inttostr.h @@ -993,6 +998,7 @@ tdb.o: ../../../../pikotools/src/utf8/utf8_private.h tdb.o: ../../../../pikotools/src/date/date.h tdb.o: ../../../../pikotools/src/membuffer/membuffer.h tdb.o: ../../../../pikotools/src/textstream/types.h +tdb.o: ../../../../pikotools/src/utf8/utf8_stream.h tdb.o: ../../../../winix/winixd/core/winix_const.h tdb.o: ../../../../pikotools/src/convert/convert.h tdb.o: ../../../../pikotools/src/convert/inttostr.h @@ -1053,6 +1059,7 @@ templates.o: ../../../../pikotools/src/convert/inttostr.h templates.o: ../../../../pikotools/src/date/date.h templates.o: ../../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../../pikotools/src/textstream/types.h +templates.o: ../../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../../pikotools/src/log/filelog.h templates.o: ../../../../ezc/src/patternparser.h ticketinfo.h ticket.h templates.o: ../../../../winix/winixd/core/system.h @@ -1256,6 +1263,7 @@ ticketinfo.o: ../../../../pikotools/src/utf8/utf8_private.h ticketinfo.o: ../../../../pikotools/src/date/date.h ticketinfo.o: ../../../../pikotools/src/membuffer/membuffer.h ticketinfo.o: ../../../../pikotools/src/textstream/types.h +ticketinfo.o: ../../../../pikotools/src/utf8/utf8_stream.h ticketinfo.o: ../../../../winix/winixd/core/log.h ticketinfo.o: ../../../../winix/winixd/core/logmanipulators.h ticketinfo.o: ../../../../pikotools/src/log/log.h diff --git a/winixd/templates/Makefile.dep b/winixd/templates/Makefile.dep index f141b92..47f6f9b 100644 --- a/winixd/templates/Makefile.dep +++ b/winixd/templates/Makefile.dep @@ -19,6 +19,7 @@ adduser.o: ../../../pikotools/src/convert/inttostr.h adduser.o: ../../../pikotools/src/date/date.h adduser.o: ../../../pikotools/src/membuffer/membuffer.h adduser.o: ../../../pikotools/src/textstream/types.h +adduser.o: ../../../pikotools/src/utf8/utf8_stream.h adduser.o: ../../../pikotools/src/log/filelog.h adduser.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h adduser.o: ../../../pikotools/src/space/spaceparser.h @@ -146,6 +147,7 @@ antispam.o: ../../../pikotools/src/convert/inttostr.h antispam.o: ../../../pikotools/src/date/date.h antispam.o: ../../../pikotools/src/membuffer/membuffer.h antispam.o: ../../../pikotools/src/textstream/types.h +antispam.o: ../../../pikotools/src/utf8/utf8_stream.h antispam.o: ../../../pikotools/src/log/filelog.h antispam.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h antispam.o: ../../../pikotools/src/space/spaceparser.h @@ -277,6 +279,7 @@ changepatterns.o: ../../../pikotools/src/utf8/utf8_private.h changepatterns.o: ../../../pikotools/src/date/date.h changepatterns.o: ../../../pikotools/src/membuffer/membuffer.h changepatterns.o: ../../../pikotools/src/textstream/types.h +changepatterns.o: ../../../pikotools/src/utf8/utf8_stream.h changepatterns.o: ../../../winix/winixd/core/winixbase.h changepatterns.o: ../../../winix/winixd/core/config.h changepatterns.o: ../../../winix/winixd/core/log.h @@ -342,6 +345,7 @@ config.o: ../../../pikotools/src/convert/inttostr.h config.o: ../../../pikotools/src/date/date.h config.o: ../../../pikotools/src/membuffer/membuffer.h config.o: ../../../pikotools/src/textstream/types.h +config.o: ../../../pikotools/src/utf8/utf8_stream.h config.o: ../../../pikotools/src/log/filelog.h config.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h config.o: ../../../pikotools/src/space/spaceparser.h @@ -468,6 +472,7 @@ currentdate.o: ../../../pikotools/src/convert/inttostr.h currentdate.o: ../../../pikotools/src/date/date.h currentdate.o: ../../../pikotools/src/membuffer/membuffer.h currentdate.o: ../../../pikotools/src/textstream/types.h +currentdate.o: ../../../pikotools/src/utf8/utf8_stream.h currentdate.o: ../../../pikotools/src/log/filelog.h currentdate.o: ../../../ezc/src/patternparser.h misc.h localefilter.h currentdate.o: locale.h ../../../pikotools/src/space/spaceparser.h @@ -649,6 +654,7 @@ dir.o: ../../../pikotools/src/convert/inttostr.h dir.o: ../../../pikotools/src/date/date.h dir.o: ../../../pikotools/src/membuffer/membuffer.h dir.o: ../../../pikotools/src/textstream/types.h +dir.o: ../../../pikotools/src/utf8/utf8_stream.h dir.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h dir.o: misc.h localefilter.h locale.h dir.o: ../../../pikotools/src/space/spaceparser.h @@ -816,6 +822,7 @@ doc.o: ../../../pikotools/src/convert/inttostr.h doc.o: ../../../pikotools/src/date/date.h doc.o: ../../../pikotools/src/membuffer/membuffer.h doc.o: ../../../pikotools/src/textstream/types.h +doc.o: ../../../pikotools/src/utf8/utf8_stream.h doc.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h doc.o: misc.h localefilter.h locale.h doc.o: ../../../pikotools/src/space/spaceparser.h @@ -938,6 +945,7 @@ filters.o: ../../../pikotools/src/convert/inttostr.h filters.o: ../../../pikotools/src/date/date.h filters.o: ../../../pikotools/src/membuffer/membuffer.h filters.o: ../../../pikotools/src/textstream/types.h +filters.o: ../../../pikotools/src/utf8/utf8_stream.h filters.o: ../../../pikotools/src/log/filelog.h filters.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h filters.o: ../../../pikotools/src/space/spaceparser.h @@ -1052,7 +1060,6 @@ filters.o: ../../../pikotools/src/convert/inttostr.h filters.o: ../../../pikotools/src/convert/patternreplacer.h filters.o: ../../../pikotools/src/convert/double.h filters.o: ../../../pikotools/src/convert/misc.h -filters.o: ../../../pikotools/src/utf8/utf8_stream.h generic.o: templates.h ../../../ezc/src/ezc.h ../../../ezc/src/generator.h generic.o: ../../../ezc/src/blocks.h ../../../ezc/src/item.h generic.o: ../../../ezc/src/cache.h ../../../ezc/src/functions.h @@ -1072,6 +1079,7 @@ generic.o: ../../../pikotools/src/convert/inttostr.h generic.o: ../../../pikotools/src/date/date.h generic.o: ../../../pikotools/src/membuffer/membuffer.h generic.o: ../../../pikotools/src/textstream/types.h +generic.o: ../../../pikotools/src/utf8/utf8_stream.h generic.o: ../../../pikotools/src/log/filelog.h generic.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h generic.o: ../../../pikotools/src/space/spaceparser.h @@ -1199,6 +1207,7 @@ htmltextstream.o: ../../../pikotools/src/utf8/utf8_private.h htmltextstream.o: ../../../pikotools/src/date/date.h htmltextstream.o: ../../../pikotools/src/membuffer/membuffer.h htmltextstream.o: ../../../pikotools/src/textstream/types.h +htmltextstream.o: ../../../pikotools/src/utf8/utf8_stream.h htmltextstream.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h htmltextstream.o: ../../../morm/src/model.h htmltextstream.o: ../../../morm/src/modelconnector.h @@ -1245,6 +1254,7 @@ indexpatterns.o: ../../../pikotools/src/convert/inttostr.h indexpatterns.o: ../../../pikotools/src/date/date.h indexpatterns.o: ../../../pikotools/src/membuffer/membuffer.h indexpatterns.o: ../../../pikotools/src/textstream/types.h +indexpatterns.o: ../../../pikotools/src/utf8/utf8_stream.h indexpatterns.o: ../../../pikotools/src/log/filelog.h indexpatterns.o: ../../../ezc/src/patternparser.h patterns.h locale.h indexpatterns.o: ../../../pikotools/src/space/spaceparser.h @@ -1304,6 +1314,7 @@ insert.o: ../../../pikotools/src/convert/inttostr.h insert.o: ../../../pikotools/src/date/date.h insert.o: ../../../pikotools/src/membuffer/membuffer.h insert.o: ../../../pikotools/src/textstream/types.h +insert.o: ../../../pikotools/src/utf8/utf8_stream.h insert.o: ../../../pikotools/src/log/filelog.h insert.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h insert.o: ../../../pikotools/src/space/spaceparser.h @@ -1436,6 +1447,7 @@ ipban.o: ../../../pikotools/src/convert/inttostr.h ipban.o: ../../../pikotools/src/date/date.h ipban.o: ../../../pikotools/src/membuffer/membuffer.h ipban.o: ../../../pikotools/src/textstream/types.h +ipban.o: ../../../pikotools/src/utf8/utf8_stream.h ipban.o: ../../../pikotools/src/log/filelog.h ipban.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h ipban.o: ../../../pikotools/src/space/spaceparser.h @@ -1610,6 +1622,7 @@ last.o: ../../../pikotools/src/convert/inttostr.h last.o: ../../../pikotools/src/date/date.h last.o: ../../../pikotools/src/membuffer/membuffer.h last.o: ../../../pikotools/src/textstream/types.h +last.o: ../../../pikotools/src/utf8/utf8_stream.h last.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h last.o: misc.h localefilter.h locale.h last.o: ../../../pikotools/src/space/spaceparser.h @@ -1731,6 +1744,7 @@ locale.o: ../../../pikotools/src/utf8/utf8_private.h locale.o: ../../../pikotools/src/date/date.h locale.o: ../../../pikotools/src/membuffer/membuffer.h locale.o: ../../../pikotools/src/textstream/types.h +locale.o: ../../../pikotools/src/utf8/utf8_stream.h locale.o: ../../../winix/winixd/core/winixbase.h locale.o: ../../../winix/winixd/core/config.h locale.o: ../../../winix/winixd/core/log.h @@ -1793,6 +1807,7 @@ localefilter.o: ../../../pikotools/src/utf8/utf8_private.h localefilter.o: ../../../pikotools/src/date/date.h localefilter.o: ../../../pikotools/src/membuffer/membuffer.h localefilter.o: ../../../pikotools/src/textstream/types.h +localefilter.o: ../../../pikotools/src/utf8/utf8_stream.h localefilter.o: ../../../winix/winixd/core/winixbase.h localefilter.o: ../../../winix/winixd/core/config.h localefilter.o: ../../../winix/winixd/core/log.h @@ -1861,6 +1876,7 @@ login.o: ../../../pikotools/src/convert/inttostr.h login.o: ../../../pikotools/src/date/date.h login.o: ../../../pikotools/src/membuffer/membuffer.h login.o: ../../../pikotools/src/textstream/types.h +login.o: ../../../pikotools/src/utf8/utf8_stream.h login.o: ../../../pikotools/src/log/filelog.h login.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h login.o: ../../../pikotools/src/space/spaceparser.h @@ -2029,6 +2045,7 @@ ls.o: ../../../pikotools/src/convert/inttostr.h ls.o: ../../../pikotools/src/date/date.h ls.o: ../../../pikotools/src/membuffer/membuffer.h ls.o: ../../../pikotools/src/textstream/types.h +ls.o: ../../../pikotools/src/utf8/utf8_stream.h ls.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h ls.o: misc.h localefilter.h locale.h ls.o: ../../../pikotools/src/space/spaceparser.h @@ -2141,6 +2158,7 @@ man.o: ../../../pikotools/src/convert/inttostr.h man.o: ../../../pikotools/src/date/date.h man.o: ../../../pikotools/src/membuffer/membuffer.h man.o: ../../../pikotools/src/textstream/types.h +man.o: ../../../pikotools/src/utf8/utf8_stream.h man.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h man.o: misc.h localefilter.h locale.h man.o: ../../../pikotools/src/space/spaceparser.h @@ -2308,6 +2326,7 @@ misc.o: ../../../pikotools/src/convert/inttostr.h misc.o: ../../../pikotools/src/date/date.h misc.o: ../../../pikotools/src/membuffer/membuffer.h misc.o: ../../../pikotools/src/textstream/types.h +misc.o: ../../../pikotools/src/utf8/utf8_stream.h misc.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h misc.o: misc.h localefilter.h locale.h misc.o: ../../../pikotools/src/space/spaceparser.h @@ -2433,6 +2452,7 @@ mount.o: ../../../pikotools/src/convert/inttostr.h mount.o: ../../../pikotools/src/date/date.h mount.o: ../../../pikotools/src/membuffer/membuffer.h mount.o: ../../../pikotools/src/textstream/types.h +mount.o: ../../../pikotools/src/utf8/utf8_stream.h mount.o: ../../../pikotools/src/log/filelog.h mount.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h mount.o: ../../../pikotools/src/space/spaceparser.h @@ -2562,6 +2582,7 @@ passwd.o: ../../../pikotools/src/convert/inttostr.h passwd.o: ../../../pikotools/src/date/date.h passwd.o: ../../../pikotools/src/membuffer/membuffer.h passwd.o: ../../../pikotools/src/textstream/types.h +passwd.o: ../../../pikotools/src/utf8/utf8_stream.h passwd.o: ../../../pikotools/src/log/filelog.h passwd.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h passwd.o: ../../../pikotools/src/space/spaceparser.h @@ -2684,6 +2705,7 @@ patterncacher.o: ../../../pikotools/src/utf8/utf8_private.h patterncacher.o: ../../../pikotools/src/date/date.h patterncacher.o: ../../../pikotools/src/membuffer/membuffer.h patterncacher.o: ../../../pikotools/src/textstream/types.h +patterncacher.o: ../../../pikotools/src/utf8/utf8_stream.h patterncacher.o: ../../../winix/winixd/core/winixbase.h patterncacher.o: ../../../winix/winixd/core/config.h patterncacher.o: ../../../winix/winixd/core/log.h @@ -2748,6 +2770,7 @@ patterns.o: ../../../pikotools/src/utf8/utf8_private.h patterns.o: ../../../pikotools/src/date/date.h patterns.o: ../../../pikotools/src/membuffer/membuffer.h patterns.o: ../../../pikotools/src/textstream/types.h +patterns.o: ../../../pikotools/src/utf8/utf8_stream.h patterns.o: ../../../winix/winixd/core/winixbase.h patterns.o: ../../../winix/winixd/core/config.h patterns.o: ../../../winix/winixd/core/log.h @@ -2806,6 +2829,7 @@ priv.o: ../../../pikotools/src/convert/inttostr.h priv.o: ../../../pikotools/src/date/date.h priv.o: ../../../pikotools/src/membuffer/membuffer.h priv.o: ../../../pikotools/src/textstream/types.h +priv.o: ../../../pikotools/src/utf8/utf8_stream.h priv.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h priv.o: misc.h localefilter.h locale.h priv.o: ../../../pikotools/src/space/spaceparser.h @@ -2979,6 +3003,7 @@ rebus.o: ../../../pikotools/src/convert/inttostr.h rebus.o: ../../../pikotools/src/date/date.h rebus.o: ../../../pikotools/src/membuffer/membuffer.h rebus.o: ../../../pikotools/src/textstream/types.h +rebus.o: ../../../pikotools/src/utf8/utf8_stream.h rebus.o: ../../../pikotools/src/log/filelog.h rebus.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h rebus.o: ../../../pikotools/src/space/spaceparser.h @@ -3101,6 +3126,7 @@ server.o: ../../../pikotools/src/convert/inttostr.h server.o: ../../../pikotools/src/date/date.h server.o: ../../../pikotools/src/membuffer/membuffer.h server.o: ../../../pikotools/src/textstream/types.h +server.o: ../../../pikotools/src/utf8/utf8_stream.h server.o: ../../../pikotools/src/log/filelog.h server.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h server.o: ../../../pikotools/src/space/spaceparser.h @@ -3269,6 +3295,7 @@ slog.o: ../../../pikotools/src/utf8/utf8_private.h slog.o: ../../../pikotools/src/date/date.h slog.o: ../../../pikotools/src/membuffer/membuffer.h slog.o: ../../../pikotools/src/textstream/types.h +slog.o: ../../../pikotools/src/utf8/utf8_stream.h slog.o: ../../../pikotools/src/log/filelog.h slog.o: ../../../winix/winixd/templates/locale.h templates.h slog.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h @@ -3391,6 +3418,7 @@ stat.o: ../../../pikotools/src/convert/inttostr.h stat.o: ../../../pikotools/src/date/date.h stat.o: ../../../pikotools/src/membuffer/membuffer.h stat.o: ../../../pikotools/src/textstream/types.h +stat.o: ../../../pikotools/src/utf8/utf8_stream.h stat.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h stat.o: misc.h localefilter.h locale.h stat.o: ../../../pikotools/src/space/spaceparser.h @@ -3516,6 +3544,7 @@ sys.o: ../../../pikotools/src/convert/inttostr.h sys.o: ../../../pikotools/src/date/date.h sys.o: ../../../pikotools/src/membuffer/membuffer.h sys.o: ../../../pikotools/src/textstream/types.h +sys.o: ../../../pikotools/src/utf8/utf8_stream.h sys.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h sys.o: misc.h localefilter.h locale.h sys.o: ../../../pikotools/src/space/spaceparser.h @@ -3633,6 +3662,7 @@ template.o: ../../../pikotools/src/convert/inttostr.h template.o: ../../../pikotools/src/date/date.h template.o: ../../../pikotools/src/membuffer/membuffer.h template.o: ../../../pikotools/src/textstream/types.h +template.o: ../../../pikotools/src/utf8/utf8_stream.h template.o: ../../../pikotools/src/log/filelog.h template.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h template.o: ../../../pikotools/src/space/spaceparser.h @@ -3766,6 +3796,7 @@ templates.o: ../../../pikotools/src/convert/inttostr.h templates.o: ../../../pikotools/src/date/date.h templates.o: ../../../pikotools/src/membuffer/membuffer.h templates.o: ../../../pikotools/src/textstream/types.h +templates.o: ../../../pikotools/src/utf8/utf8_stream.h templates.o: ../../../pikotools/src/log/filelog.h templates.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h templates.o: ../../../pikotools/src/space/spaceparser.h @@ -3941,6 +3972,7 @@ textextstream.o: ../../../pikotools/src/utf8/utf8_private.h textextstream.o: ../../../pikotools/src/date/date.h textextstream.o: ../../../pikotools/src/membuffer/membuffer.h textextstream.o: ../../../pikotools/src/textstream/types.h +textextstream.o: ../../../pikotools/src/utf8/utf8_stream.h upload.o: ../../../winix/winixd/core/request.h templates.h upload.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h upload.o: ../../../ezc/src/blocks.h ../../../ezc/src/item.h @@ -3961,6 +3993,7 @@ upload.o: ../../../pikotools/src/convert/inttostr.h upload.o: ../../../pikotools/src/date/date.h upload.o: ../../../pikotools/src/membuffer/membuffer.h upload.o: ../../../pikotools/src/textstream/types.h +upload.o: ../../../pikotools/src/utf8/utf8_stream.h upload.o: ../../../pikotools/src/log/filelog.h upload.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h upload.o: ../../../pikotools/src/space/spaceparser.h @@ -4086,6 +4119,7 @@ uptime.o: ../../../pikotools/src/convert/inttostr.h uptime.o: ../../../pikotools/src/date/date.h uptime.o: ../../../pikotools/src/membuffer/membuffer.h uptime.o: ../../../pikotools/src/textstream/types.h +uptime.o: ../../../pikotools/src/utf8/utf8_stream.h uptime.o: ../../../pikotools/src/log/filelog.h uptime.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h uptime.o: ../../../pikotools/src/space/spaceparser.h @@ -4210,6 +4244,7 @@ user.o: ../../../pikotools/src/convert/inttostr.h user.o: ../../../pikotools/src/date/date.h user.o: ../../../pikotools/src/membuffer/membuffer.h user.o: ../../../pikotools/src/textstream/types.h +user.o: ../../../pikotools/src/utf8/utf8_stream.h user.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h user.o: misc.h localefilter.h locale.h user.o: ../../../pikotools/src/space/spaceparser.h @@ -4335,6 +4370,7 @@ who.o: ../../../pikotools/src/convert/inttostr.h who.o: ../../../pikotools/src/date/date.h who.o: ../../../pikotools/src/membuffer/membuffer.h who.o: ../../../pikotools/src/textstream/types.h +who.o: ../../../pikotools/src/utf8/utf8_stream.h who.o: ../../../pikotools/src/log/filelog.h ../../../ezc/src/patternparser.h who.o: misc.h localefilter.h locale.h who.o: ../../../pikotools/src/space/spaceparser.h @@ -4457,6 +4493,7 @@ winix.o: ../../../pikotools/src/convert/inttostr.h winix.o: ../../../pikotools/src/date/date.h winix.o: ../../../pikotools/src/membuffer/membuffer.h winix.o: ../../../pikotools/src/textstream/types.h +winix.o: ../../../pikotools/src/utf8/utf8_stream.h winix.o: ../../../pikotools/src/log/filelog.h winix.o: ../../../ezc/src/patternparser.h misc.h localefilter.h locale.h winix.o: ../../../pikotools/src/space/spaceparser.h diff --git a/winixd/utils/Makefile.dep b/winixd/utils/Makefile.dep index 3b93daa..a9758d8 100644 --- a/winixd/utils/Makefile.dep +++ b/winixd/utils/Makefile.dep @@ -16,6 +16,7 @@ acceptbaseparser.o: ../../../pikotools/src/utf8/utf8_private.h acceptbaseparser.o: ../../../pikotools/src/date/date.h acceptbaseparser.o: ../../../pikotools/src/membuffer/membuffer.h acceptbaseparser.o: ../../../pikotools/src/textstream/types.h +acceptbaseparser.o: ../../../pikotools/src/utf8/utf8_stream.h acceptbaseparser.o: ../../../pikotools/src/log/filelog.h acceptbaseparser.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h acceptbaseparser.o: ../../../morm/src/model.h @@ -49,5 +50,4 @@ acceptbaseparser.o: ../../../pikotools/src/convert/patternreplacer.h acceptbaseparser.o: ../../../pikotools/src/convert/strtoint.h acceptbaseparser.o: ../../../pikotools/src/convert/text.h acceptbaseparser.o: ../../../pikotools/src/convert/misc.h -acceptbaseparser.o: ../../../pikotools/src/utf8/utf8_stream.h acceptbaseparser.o: ../../../pikotools/src/convert/double.h