changed: winix project has been moved to 'winixd' subdirectory
in Makefiles we are caltulating relative paths now (by using relative_path program) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1030 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
include Makefile.o.dep
|
||||
|
||||
current_path := $(shell pwd)
|
||||
global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR))
|
||||
|
||||
winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/pikotools
|
||||
|
||||
|
||||
all: $(o)
|
||||
|
||||
|
||||
%.o: %.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(CXXWINIXINCLUDEFLAGS) $<
|
||||
$(CXX) -c $(CXXFLAGS) $(winix_include_paths) $<
|
||||
|
||||
|
||||
depend:
|
||||
makedepend -Y. $(CXXWINIXINCLUDEFLAGS) -f- *.cpp > Makefile.dep
|
||||
makedepend -Y. $(winix_include_paths) -f- *.cpp > Makefile.dep
|
||||
echo -n "o = " > Makefile.o.dep
|
||||
ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep
|
||||
|
||||
|
@@ -1,234 +1,348 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
notify.o: notify.h notifypool.h ../../winix/templates/locale.h
|
||||
notify.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
|
||||
notify.o: ../../pikotools/textstream/types.h
|
||||
notify.o: ../../pikotools/textstream/textstream.h
|
||||
notify.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
notify.o: ../../pikotools/convert/convert.h
|
||||
notify.o: ../../pikotools/convert/inttostr.h
|
||||
notify.o: ../../pikotools/membuffer/membuffer.h
|
||||
notify.o: ../../pikotools/textstream/types.h ../../winix/templates/patterns.h
|
||||
notify.o: ../../winix/templates/locale.h ../../winix/templates/localefilter.h
|
||||
notify.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
|
||||
notify.o: ../../ezc/src/blocks.h ../../ezc/src/item.h ../../ezc/src/cache.h
|
||||
notify.o: ../../ezc/src/functions.h ../../pikotools/utf8/utf8.h
|
||||
notify.o: ../../ezc/src/funinfo.h ../../ezc/src/objects.h
|
||||
notify.o: ../../ezc/src/pattern.h ../../ezc/src/outstreams.h
|
||||
notify.o: ../../ezc/src/patternparser.h ../../winix/templates/misc.h
|
||||
notify.o: ../../winix/templates/htmltextstream.h
|
||||
notify.o: ../../winix/core/textstream.h notifythread.h
|
||||
notify.o: ../../winix/core/basethread.h ../../winix/core/synchro.h
|
||||
notify.o: templatesnotify.h ../../winix/core/config.h
|
||||
notify.o: ../../winix/core/htmlfilter.h ../../winix/core/users.h
|
||||
notify.o: ../../winix/core/user.h ../../winix/core/ugcontainer.h
|
||||
notify.o: ../../winix/core/log.h ../../winix/core/textstream.h
|
||||
notify.o: ../../winix/core/logmanipulators.h ../../winix/core/slog.h
|
||||
notify.o: ../../winix/core/cur.h ../../winix/core/request.h
|
||||
notify.o: ../../winix/core/requesttypes.h ../../winix/core/error.h
|
||||
notify.o: ../../winix/core/config.h ../../winix/templates/htmltextstream.h
|
||||
notify.o: ../../pikotools/space/spacetojson.h ../../winix/core/session.h
|
||||
notify.o: ../../winix/core/plugindata.h ../../winix/core/rebus.h
|
||||
notify.o: ../../winix/core/ipban.h ../../winix/core/mount.h
|
||||
notify.o: ../../winix/core/lastcontainer.h ../../winix/db/db.h
|
||||
notify.o: ../../winix/db/dbbase.h ../../winix/db/dbconn.h
|
||||
notify.o: ../../winix/db/dbtextstream.h ../../winix/core/error.h
|
||||
notify.o: ../../winix/db/dbitemquery.h ../../winix/core/item.h
|
||||
notify.o: ../../winix/db/dbitemcolumns.h ../../winix/core/user.h
|
||||
notify.o: ../../winix/core/group.h ../../winix/core/dircontainer.h
|
||||
notify.o: ../../winix/core/ugcontainer.h ../../winix/templates/templates.h
|
||||
notify.o: ../../winix/templates/patterncacher.h
|
||||
notify.o: ../../winix/templates/indexpatterns.h
|
||||
notify.o: ../../winix/templates/patterns.h
|
||||
notify.o: ../../winix/templates/changepatterns.h ../../winix/core/cur.h
|
||||
notify.o: ../../winix/core/system.h ../../winix/core/job.h
|
||||
notify.o: ../../winix/core/basethread.h ../../winix/core/dirs.h
|
||||
notify.o: ../../winix/core/dircontainer.h ../../winix/notify/notify.h
|
||||
notify.o: ../../winix/core/mounts.h ../../winix/core/mountparser.h
|
||||
notify.o: ../../winix/core/crypt.h ../../winix/core/run.h
|
||||
notify.o: ../../winix/core/users.h ../../winix/core/groups.h
|
||||
notify.o: ../../winix/core/group.h ../../winix/core/loadavg.h
|
||||
notify.o: ../../winix/core/image.h ../../winix/core/threadmanager.h
|
||||
notify.o: ../../winix/core/timezones.h ../../winix/core/timezone.h
|
||||
notify.o: ../../winix/core/sessionmanager.h
|
||||
notify.o: ../../winix/core/sessioncontainer.h
|
||||
notify.o: ../../winix/core/ipbancontainer.h ../../winix/core/system.h
|
||||
notify.o: ../../winix/core/sessionidmanager.h ../../tito/src/base64.h
|
||||
notify.o: ../../tito/src/aes.h ../../winix/core/htmlfilter.h
|
||||
notify.o: ../../winix/core/request.h ../../winix/core/dirs.h
|
||||
notify.o: ../../winix/core/plugin.h ../../winix/core/pluginmsg.h
|
||||
notify.o: ../../winix/core/sessionmanager.h ../../winix/functions/functions.h
|
||||
notify.o: ../../winix/functions/functionbase.h ../../winix/core/synchro.h
|
||||
notify.o: ../../winix/functions/functionparser.h
|
||||
notify.o: ../../winix/functions/account.h ../../winix/functions/adduser.h
|
||||
notify.o: ../../winix/functions/cat.h ../../winix/functions/chmod.h
|
||||
notify.o: ../../winix/functions/privchanger.h ../../winix/functions/chown.h
|
||||
notify.o: ../../winix/functions/ckeditor.h ../../winix/functions/cp.h
|
||||
notify.o: ../../winix/functions/default.h ../../winix/functions/download.h
|
||||
notify.o: ../../winix/functions/emacs.h ../../winix/functions/env.h
|
||||
notify.o: ../../winix/functions/imgcrop.h ../../winix/functions/last.h
|
||||
notify.o: ../../winix/functions/login.h ../../winix/functions/logout.h
|
||||
notify.o: ../../winix/functions/ln.h ../../winix/functions/ls.h
|
||||
notify.o: ../../winix/functions/man.h ../../winix/functions/meta.h
|
||||
notify.o: ../../winix/functions/mkdir.h ../../winix/functions/mv.h
|
||||
notify.o: ../../winix/functions/nicedit.h ../../winix/functions/node.h
|
||||
notify.o: ../../winix/functions/passwd.h ../../winix/functions/priv.h
|
||||
notify.o: ../../winix/functions/pw.h ../../winix/functions/reload.h
|
||||
notify.o: ../../winix/functions/rm.h ../../winix/functions/rmuser.h
|
||||
notify.o: ../../winix/functions/sort.h ../../winix/functions/specialdefault.h
|
||||
notify.o: ../../winix/functions/stat.h ../../winix/functions/subject.h
|
||||
notify.o: ../../winix/functions/template.h ../../winix/functions/tinymce.h
|
||||
notify.o: ../../winix/functions/uname.h ../../winix/functions/upload.h
|
||||
notify.o: ../../winix/functions/uptime.h ../../winix/functions/who.h
|
||||
notify.o: ../../winix/functions/vim.h
|
||||
notifypool.o: notifypool.h ../../winix/templates/locale.h
|
||||
notifypool.o: ../../pikotools/space/spaceparser.h
|
||||
notifypool.o: ../../pikotools/space/space.h
|
||||
notifypool.o: ../../pikotools/textstream/types.h
|
||||
notifypool.o: ../../pikotools/textstream/textstream.h
|
||||
notifypool.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
notifypool.o: ../../pikotools/convert/convert.h
|
||||
notifypool.o: ../../pikotools/convert/inttostr.h
|
||||
notifypool.o: ../../pikotools/membuffer/membuffer.h
|
||||
notifypool.o: ../../pikotools/textstream/types.h
|
||||
notifythread.o: notifythread.h ../../winix/core/basethread.h
|
||||
notifythread.o: ../../winix/core/synchro.h templatesnotify.h
|
||||
notifythread.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
|
||||
notifythread.o: ../../ezc/src/blocks.h ../../ezc/src/item.h
|
||||
notifythread.o: ../../ezc/src/cache.h ../../ezc/src/functions.h
|
||||
notifythread.o: ../../pikotools/utf8/utf8.h ../../ezc/src/funinfo.h
|
||||
notifythread.o: ../../ezc/src/objects.h ../../ezc/src/pattern.h
|
||||
notifythread.o: ../../ezc/src/outstreams.h ../../ezc/src/patternparser.h
|
||||
notifythread.o: ../../winix/core/textstream.h ../../winix/templates/misc.h
|
||||
notifythread.o: ../../winix/templates/localefilter.h
|
||||
notifythread.o: ../../winix/templates/locale.h
|
||||
notifythread.o: ../../winix/templates/htmltextstream.h
|
||||
notifythread.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
notifythread.o: ../../pikotools/textstream/textstream.h
|
||||
notifythread.o: ../../pikotools/convert/convert.h
|
||||
notifythread.o: ../../pikotools/convert/inttostr.h
|
||||
notifythread.o: ../../pikotools/membuffer/membuffer.h
|
||||
notifythread.o: ../../pikotools/textstream/types.h notifypool.h
|
||||
notifythread.o: ../../winix/templates/locale.h
|
||||
notifythread.o: ../../pikotools/space/spaceparser.h
|
||||
notifythread.o: ../../pikotools/space/space.h
|
||||
notifythread.o: ../../pikotools/textstream/types.h ../../winix/core/config.h
|
||||
notifythread.o: ../../winix/core/htmlfilter.h ../../winix/core/users.h
|
||||
notifythread.o: ../../winix/core/user.h ../../winix/core/ugcontainer.h
|
||||
notifythread.o: ../../winix/core/log.h ../../winix/core/textstream.h
|
||||
notifythread.o: ../../winix/core/logmanipulators.h ../../winix/core/slog.h
|
||||
notifythread.o: ../../winix/core/cur.h ../../winix/core/request.h
|
||||
notifythread.o: ../../winix/core/requesttypes.h ../../winix/core/error.h
|
||||
notifythread.o: ../../winix/core/config.h
|
||||
notifythread.o: ../../winix/templates/htmltextstream.h
|
||||
notifythread.o: ../../pikotools/space/spacetojson.h
|
||||
notifythread.o: ../../winix/core/session.h ../../winix/core/plugindata.h
|
||||
notifythread.o: ../../winix/core/rebus.h ../../winix/core/ipban.h
|
||||
notifythread.o: ../../winix/core/mount.h ../../winix/core/lastcontainer.h
|
||||
notifythread.o: ../../winix/db/db.h ../../winix/db/dbbase.h
|
||||
notifythread.o: ../../winix/db/dbconn.h ../../winix/db/dbtextstream.h
|
||||
notifythread.o: ../../winix/core/error.h ../../winix/db/dbitemquery.h
|
||||
notifythread.o: ../../winix/core/item.h ../../winix/db/dbitemcolumns.h
|
||||
notifythread.o: ../../winix/core/user.h ../../winix/core/group.h
|
||||
notifythread.o: ../../winix/core/dircontainer.h
|
||||
notifythread.o: ../../winix/core/ugcontainer.h
|
||||
notifythread.o: ../../winix/templates/patterns.h
|
||||
templatesnotify.o: templatesnotify.h ../../ezc/src/ezc.h
|
||||
templatesnotify.o: ../../ezc/src/generator.h ../../ezc/src/blocks.h
|
||||
templatesnotify.o: ../../ezc/src/item.h ../../ezc/src/cache.h
|
||||
templatesnotify.o: ../../ezc/src/functions.h ../../pikotools/utf8/utf8.h
|
||||
templatesnotify.o: ../../ezc/src/funinfo.h ../../ezc/src/objects.h
|
||||
templatesnotify.o: ../../ezc/src/pattern.h ../../ezc/src/outstreams.h
|
||||
templatesnotify.o: ../../ezc/src/patternparser.h
|
||||
templatesnotify.o: ../../winix/core/textstream.h ../../winix/templates/misc.h
|
||||
templatesnotify.o: ../../winix/templates/localefilter.h
|
||||
templatesnotify.o: ../../winix/templates/locale.h
|
||||
templatesnotify.o: ../../winix/templates/htmltextstream.h
|
||||
templatesnotify.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
|
||||
templatesnotify.o: ../../pikotools/textstream/textstream.h
|
||||
templatesnotify.o: ../../pikotools/convert/convert.h
|
||||
templatesnotify.o: ../../pikotools/convert/inttostr.h
|
||||
templatesnotify.o: ../../pikotools/membuffer/membuffer.h
|
||||
templatesnotify.o: ../../pikotools/textstream/types.h notifypool.h
|
||||
templatesnotify.o: ../../winix/templates/locale.h
|
||||
templatesnotify.o: ../../pikotools/space/spaceparser.h
|
||||
templatesnotify.o: ../../pikotools/space/space.h
|
||||
templatesnotify.o: ../../pikotools/textstream/types.h
|
||||
templatesnotify.o: ../../winix/core/plugin.h ../../winix/core/pluginmsg.h
|
||||
templatesnotify.o: ../../winix/core/log.h ../../winix/core/textstream.h
|
||||
templatesnotify.o: ../../winix/core/logmanipulators.h ../../winix/core/slog.h
|
||||
templatesnotify.o: ../../winix/core/cur.h ../../winix/core/request.h
|
||||
templatesnotify.o: ../../winix/core/requesttypes.h ../../winix/core/error.h
|
||||
templatesnotify.o: ../../winix/core/config.h
|
||||
templatesnotify.o: ../../winix/templates/htmltextstream.h
|
||||
templatesnotify.o: ../../pikotools/space/spacetojson.h
|
||||
templatesnotify.o: ../../winix/core/session.h ../../winix/core/user.h
|
||||
templatesnotify.o: ../../winix/core/plugindata.h ../../winix/core/rebus.h
|
||||
templatesnotify.o: ../../winix/core/ipban.h ../../winix/core/mount.h
|
||||
templatesnotify.o: ../../winix/core/system.h
|
||||
templatesnotify.o: ../../winix/core/sessionmanager.h
|
||||
templatesnotify.o: ../../winix/core/synchro.h
|
||||
templatesnotify.o: ../../winix/functions/functions.h
|
||||
templatesnotify.o: ../../winix/functions/functionbase.h
|
||||
templatesnotify.o: ../../winix/core/item.h ../../winix/db/db.h
|
||||
templatesnotify.o: ../../winix/db/dbbase.h ../../winix/db/dbconn.h
|
||||
templatesnotify.o: ../../winix/db/dbtextstream.h ../../winix/core/error.h
|
||||
templatesnotify.o: ../../winix/db/dbitemquery.h
|
||||
templatesnotify.o: ../../winix/db/dbitemcolumns.h ../../winix/core/user.h
|
||||
templatesnotify.o: ../../winix/core/group.h ../../winix/core/dircontainer.h
|
||||
templatesnotify.o: ../../winix/core/ugcontainer.h ../../winix/core/request.h
|
||||
templatesnotify.o: ../../winix/core/config.h ../../winix/core/htmlfilter.h
|
||||
templatesnotify.o: ../../winix/core/system.h ../../winix/core/job.h
|
||||
templatesnotify.o: ../../winix/core/basethread.h ../../winix/core/dirs.h
|
||||
templatesnotify.o: ../../winix/core/dircontainer.h
|
||||
templatesnotify.o: ../../winix/notify/notify.h ../../winix/core/mounts.h
|
||||
templatesnotify.o: ../../winix/core/mountparser.h ../../winix/core/crypt.h
|
||||
templatesnotify.o: ../../winix/core/run.h ../../winix/core/users.h
|
||||
templatesnotify.o: ../../winix/core/groups.h ../../winix/core/group.h
|
||||
templatesnotify.o: ../../winix/core/ugcontainer.h ../../winix/core/loadavg.h
|
||||
templatesnotify.o: ../../winix/core/image.h ../../winix/core/threadmanager.h
|
||||
templatesnotify.o: ../../winix/core/timezones.h ../../winix/core/timezone.h
|
||||
templatesnotify.o: ../../winix/core/synchro.h
|
||||
templatesnotify.o: ../../winix/functions/functionparser.h
|
||||
templatesnotify.o: ../../winix/core/cur.h ../../winix/functions/account.h
|
||||
templatesnotify.o: ../../winix/functions/adduser.h
|
||||
templatesnotify.o: ../../winix/functions/cat.h ../../winix/functions/chmod.h
|
||||
templatesnotify.o: ../../winix/functions/privchanger.h
|
||||
templatesnotify.o: ../../winix/functions/chown.h
|
||||
templatesnotify.o: ../../winix/functions/ckeditor.h
|
||||
templatesnotify.o: ../../winix/functions/cp.h ../../winix/functions/default.h
|
||||
templatesnotify.o: ../../winix/functions/download.h
|
||||
templatesnotify.o: ../../winix/functions/emacs.h ../../winix/functions/env.h
|
||||
templatesnotify.o: ../../winix/functions/imgcrop.h
|
||||
templatesnotify.o: ../../winix/functions/last.h ../../winix/functions/login.h
|
||||
templatesnotify.o: ../../winix/functions/logout.h ../../winix/functions/ln.h
|
||||
templatesnotify.o: ../../winix/functions/ls.h ../../winix/functions/man.h
|
||||
templatesnotify.o: ../../winix/functions/meta.h ../../winix/functions/mkdir.h
|
||||
templatesnotify.o: ../../winix/functions/mv.h ../../winix/functions/nicedit.h
|
||||
templatesnotify.o: ../../winix/functions/node.h
|
||||
templatesnotify.o: ../../winix/functions/passwd.h
|
||||
templatesnotify.o: ../../winix/functions/priv.h ../../winix/functions/pw.h
|
||||
templatesnotify.o: ../../winix/functions/reload.h ../../winix/functions/rm.h
|
||||
templatesnotify.o: ../../winix/functions/rmuser.h
|
||||
templatesnotify.o: ../../winix/functions/sort.h
|
||||
templatesnotify.o: ../../winix/functions/specialdefault.h
|
||||
templatesnotify.o: ../../winix/functions/stat.h
|
||||
templatesnotify.o: ../../winix/functions/subject.h
|
||||
templatesnotify.o: ../../winix/functions/template.h
|
||||
templatesnotify.o: ../../winix/functions/tinymce.h
|
||||
templatesnotify.o: ../../winix/functions/uname.h
|
||||
templatesnotify.o: ../../winix/functions/upload.h
|
||||
templatesnotify.o: ../../winix/functions/uptime.h ../../winix/functions/who.h
|
||||
templatesnotify.o: ../../winix/functions/vim.h ../../winix/core/htmlfilter.h
|
||||
templatesnotify.o: ../../winix/templates/templates.h
|
||||
templatesnotify.o: ../../winix/templates/patterncacher.h
|
||||
templatesnotify.o: ../../winix/templates/indexpatterns.h
|
||||
templatesnotify.o: ../../winix/templates/patterns.h
|
||||
templatesnotify.o: ../../winix/templates/changepatterns.h
|
||||
templatesnotify.o: ../../winix/core/sessionmanager.h
|
||||
templatesnotify.o: ../../winix/core/sessioncontainer.h
|
||||
templatesnotify.o: ../../winix/core/ipbancontainer.h
|
||||
templatesnotify.o: ../../winix/core/lastcontainer.h
|
||||
templatesnotify.o: ../../winix/core/sessionidmanager.h
|
||||
templatesnotify.o: ../../tito/src/base64.h ../../tito/src/aes.h
|
||||
templatesnotify.o: ../../winix/core/misc.h ../../winix/core/winix_const.h
|
||||
notify.o: notify.h notifypool.h ../../../winix/winixd/templates/locale.h
|
||||
notify.o: ../../../pikotools/space/spaceparser.h
|
||||
notify.o: ../../../pikotools/space/space.h
|
||||
notify.o: ../../../pikotools/textstream/types.h
|
||||
notify.o: ../../../pikotools/textstream/textstream.h
|
||||
notify.o: ../../../pikotools/space/space.h ../../../pikotools/date/date.h
|
||||
notify.o: ../../../pikotools/convert/convert.h
|
||||
notify.o: ../../../pikotools/convert/inttostr.h
|
||||
notify.o: ../../../pikotools/membuffer/membuffer.h
|
||||
notify.o: ../../../pikotools/textstream/types.h
|
||||
notify.o: ../../../winix/winixd/templates/patterns.h
|
||||
notify.o: ../../../winix/winixd/templates/locale.h
|
||||
notify.o: ../../../winix/winixd/templates/localefilter.h
|
||||
notify.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
|
||||
notify.o: ../../../ezc/src/blocks.h ../../../ezc/src/item.h
|
||||
notify.o: ../../../ezc/src/cache.h ../../../ezc/src/functions.h
|
||||
notify.o: ../../../pikotools/utf8/utf8.h ../../../ezc/src/funinfo.h
|
||||
notify.o: ../../../ezc/src/objects.h ../../../ezc/src/pattern.h
|
||||
notify.o: ../../../ezc/src/outstreams.h ../../../ezc/src/patternparser.h
|
||||
notify.o: ../../../winix/winixd/templates/misc.h
|
||||
notify.o: ../../../winix/winixd/templates/htmltextstream.h
|
||||
notify.o: ../../../winix/winixd/core/textstream.h notifythread.h
|
||||
notify.o: ../../../winix/winixd/core/basethread.h
|
||||
notify.o: ../../../winix/winixd/core/synchro.h templatesnotify.h
|
||||
notify.o: ../../../winix/winixd/core/config.h
|
||||
notify.o: ../../../winix/winixd/core/htmlfilter.h
|
||||
notify.o: ../../../winix/winixd/core/users.h
|
||||
notify.o: ../../../winix/winixd/core/user.h
|
||||
notify.o: ../../../winix/winixd/core/ugcontainer.h
|
||||
notify.o: ../../../winix/winixd/core/log.h
|
||||
notify.o: ../../../winix/winixd/core/textstream.h
|
||||
notify.o: ../../../winix/winixd/core/logmanipulators.h
|
||||
notify.o: ../../../winix/winixd/core/slog.h ../../../winix/winixd/core/cur.h
|
||||
notify.o: ../../../winix/winixd/core/request.h
|
||||
notify.o: ../../../winix/winixd/core/requesttypes.h
|
||||
notify.o: ../../../winix/winixd/core/error.h
|
||||
notify.o: ../../../winix/winixd/core/config.h
|
||||
notify.o: ../../../winix/winixd/templates/htmltextstream.h
|
||||
notify.o: ../../../pikotools/space/spacetojson.h
|
||||
notify.o: ../../../winix/winixd/core/session.h
|
||||
notify.o: ../../../winix/winixd/core/plugindata.h
|
||||
notify.o: ../../../winix/winixd/core/rebus.h
|
||||
notify.o: ../../../winix/winixd/core/ipban.h
|
||||
notify.o: ../../../winix/winixd/core/mount.h
|
||||
notify.o: ../../../winix/winixd/core/lastcontainer.h
|
||||
notify.o: ../../../winix/winixd/db/db.h ../../../winix/winixd/db/dbbase.h
|
||||
notify.o: ../../../winix/winixd/db/dbconn.h
|
||||
notify.o: ../../../winix/winixd/db/dbtextstream.h
|
||||
notify.o: ../../../winix/winixd/core/error.h
|
||||
notify.o: ../../../winix/winixd/db/dbitemquery.h
|
||||
notify.o: ../../../winix/winixd/core/item.h
|
||||
notify.o: ../../../winix/winixd/db/dbitemcolumns.h
|
||||
notify.o: ../../../winix/winixd/core/user.h
|
||||
notify.o: ../../../winix/winixd/core/group.h
|
||||
notify.o: ../../../winix/winixd/core/dircontainer.h
|
||||
notify.o: ../../../winix/winixd/core/ugcontainer.h
|
||||
notify.o: ../../../winix/winixd/templates/templates.h
|
||||
notify.o: ../../../winix/winixd/templates/patterncacher.h
|
||||
notify.o: ../../../winix/winixd/templates/indexpatterns.h
|
||||
notify.o: ../../../winix/winixd/templates/patterns.h
|
||||
notify.o: ../../../winix/winixd/templates/changepatterns.h
|
||||
notify.o: ../../../winix/winixd/core/cur.h
|
||||
notify.o: ../../../winix/winixd/core/system.h
|
||||
notify.o: ../../../winix/winixd/core/job.h
|
||||
notify.o: ../../../winix/winixd/core/basethread.h
|
||||
notify.o: ../../../winix/winixd/core/dirs.h
|
||||
notify.o: ../../../winix/winixd/core/dircontainer.h
|
||||
notify.o: ../../../winix/winixd/notify/notify.h
|
||||
notify.o: ../../../winix/winixd/core/mounts.h
|
||||
notify.o: ../../../winix/winixd/core/mountparser.h
|
||||
notify.o: ../../../winix/winixd/core/crypt.h ../../../winix/winixd/core/run.h
|
||||
notify.o: ../../../winix/winixd/core/users.h
|
||||
notify.o: ../../../winix/winixd/core/groups.h
|
||||
notify.o: ../../../winix/winixd/core/group.h
|
||||
notify.o: ../../../winix/winixd/core/loadavg.h
|
||||
notify.o: ../../../winix/winixd/core/image.h
|
||||
notify.o: ../../../winix/winixd/core/threadmanager.h
|
||||
notify.o: ../../../winix/winixd/core/timezones.h
|
||||
notify.o: ../../../winix/winixd/core/timezone.h
|
||||
notify.o: ../../../winix/winixd/core/sessionmanager.h
|
||||
notify.o: ../../../winix/winixd/core/sessioncontainer.h
|
||||
notify.o: ../../../winix/winixd/core/ipbancontainer.h
|
||||
notify.o: ../../../winix/winixd/core/system.h
|
||||
notify.o: ../../../winix/winixd/core/sessionidmanager.h
|
||||
notify.o: ../../../tito/src/base64.h ../../../tito/src/aes.h
|
||||
notify.o: ../../../winix/winixd/core/htmlfilter.h
|
||||
notify.o: ../../../winix/winixd/core/request.h
|
||||
notify.o: ../../../winix/winixd/core/dirs.h
|
||||
notify.o: ../../../winix/winixd/core/plugin.h
|
||||
notify.o: ../../../winix/winixd/core/pluginmsg.h
|
||||
notify.o: ../../../winix/winixd/core/sessionmanager.h
|
||||
notify.o: ../../../winix/winixd/functions/functions.h
|
||||
notify.o: ../../../winix/winixd/functions/functionbase.h
|
||||
notify.o: ../../../winix/winixd/core/synchro.h
|
||||
notify.o: ../../../winix/winixd/functions/functionparser.h
|
||||
notify.o: ../../../winix/winixd/functions/account.h
|
||||
notify.o: ../../../winix/winixd/functions/adduser.h
|
||||
notify.o: ../../../winix/winixd/functions/cat.h
|
||||
notify.o: ../../../winix/winixd/functions/chmod.h
|
||||
notify.o: ../../../winix/winixd/functions/privchanger.h
|
||||
notify.o: ../../../winix/winixd/functions/chown.h
|
||||
notify.o: ../../../winix/winixd/functions/ckeditor.h
|
||||
notify.o: ../../../winix/winixd/functions/cp.h
|
||||
notify.o: ../../../winix/winixd/functions/default.h
|
||||
notify.o: ../../../winix/winixd/functions/download.h
|
||||
notify.o: ../../../winix/winixd/functions/emacs.h
|
||||
notify.o: ../../../winix/winixd/functions/env.h
|
||||
notify.o: ../../../winix/winixd/functions/imgcrop.h
|
||||
notify.o: ../../../winix/winixd/functions/last.h
|
||||
notify.o: ../../../winix/winixd/functions/login.h
|
||||
notify.o: ../../../winix/winixd/functions/logout.h
|
||||
notify.o: ../../../winix/winixd/functions/ln.h
|
||||
notify.o: ../../../winix/winixd/functions/ls.h
|
||||
notify.o: ../../../winix/winixd/functions/man.h
|
||||
notify.o: ../../../winix/winixd/functions/meta.h
|
||||
notify.o: ../../../winix/winixd/functions/mkdir.h
|
||||
notify.o: ../../../winix/winixd/functions/mv.h
|
||||
notify.o: ../../../winix/winixd/functions/nicedit.h
|
||||
notify.o: ../../../winix/winixd/functions/node.h
|
||||
notify.o: ../../../winix/winixd/functions/passwd.h
|
||||
notify.o: ../../../winix/winixd/functions/priv.h
|
||||
notify.o: ../../../winix/winixd/functions/pw.h
|
||||
notify.o: ../../../winix/winixd/functions/reload.h
|
||||
notify.o: ../../../winix/winixd/functions/rm.h
|
||||
notify.o: ../../../winix/winixd/functions/rmuser.h
|
||||
notify.o: ../../../winix/winixd/functions/sort.h
|
||||
notify.o: ../../../winix/winixd/functions/specialdefault.h
|
||||
notify.o: ../../../winix/winixd/functions/stat.h
|
||||
notify.o: ../../../winix/winixd/functions/subject.h
|
||||
notify.o: ../../../winix/winixd/functions/template.h
|
||||
notify.o: ../../../winix/winixd/functions/tinymce.h
|
||||
notify.o: ../../../winix/winixd/functions/uname.h
|
||||
notify.o: ../../../winix/winixd/functions/upload.h
|
||||
notify.o: ../../../winix/winixd/functions/uptime.h
|
||||
notify.o: ../../../winix/winixd/functions/who.h
|
||||
notify.o: ../../../winix/winixd/functions/vim.h
|
||||
notifypool.o: notifypool.h ../../../winix/winixd/templates/locale.h
|
||||
notifypool.o: ../../../pikotools/space/spaceparser.h
|
||||
notifypool.o: ../../../pikotools/space/space.h
|
||||
notifypool.o: ../../../pikotools/textstream/types.h
|
||||
notifypool.o: ../../../pikotools/textstream/textstream.h
|
||||
notifypool.o: ../../../pikotools/space/space.h ../../../pikotools/date/date.h
|
||||
notifypool.o: ../../../pikotools/convert/convert.h
|
||||
notifypool.o: ../../../pikotools/convert/inttostr.h
|
||||
notifypool.o: ../../../pikotools/membuffer/membuffer.h
|
||||
notifypool.o: ../../../pikotools/textstream/types.h
|
||||
notifythread.o: notifythread.h ../../../winix/winixd/core/basethread.h
|
||||
notifythread.o: ../../../winix/winixd/core/synchro.h templatesnotify.h
|
||||
notifythread.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
|
||||
notifythread.o: ../../../ezc/src/blocks.h ../../../ezc/src/item.h
|
||||
notifythread.o: ../../../ezc/src/cache.h ../../../ezc/src/functions.h
|
||||
notifythread.o: ../../../pikotools/utf8/utf8.h ../../../ezc/src/funinfo.h
|
||||
notifythread.o: ../../../ezc/src/objects.h ../../../ezc/src/pattern.h
|
||||
notifythread.o: ../../../ezc/src/outstreams.h
|
||||
notifythread.o: ../../../ezc/src/patternparser.h
|
||||
notifythread.o: ../../../winix/winixd/core/textstream.h
|
||||
notifythread.o: ../../../winix/winixd/templates/misc.h
|
||||
notifythread.o: ../../../winix/winixd/templates/localefilter.h
|
||||
notifythread.o: ../../../winix/winixd/templates/locale.h
|
||||
notifythread.o: ../../../winix/winixd/templates/htmltextstream.h
|
||||
notifythread.o: ../../../pikotools/space/space.h
|
||||
notifythread.o: ../../../pikotools/date/date.h
|
||||
notifythread.o: ../../../pikotools/textstream/textstream.h
|
||||
notifythread.o: ../../../pikotools/convert/convert.h
|
||||
notifythread.o: ../../../pikotools/convert/inttostr.h
|
||||
notifythread.o: ../../../pikotools/membuffer/membuffer.h
|
||||
notifythread.o: ../../../pikotools/textstream/types.h notifypool.h
|
||||
notifythread.o: ../../../winix/winixd/templates/locale.h
|
||||
notifythread.o: ../../../pikotools/space/spaceparser.h
|
||||
notifythread.o: ../../../pikotools/space/space.h
|
||||
notifythread.o: ../../../pikotools/textstream/types.h
|
||||
notifythread.o: ../../../winix/winixd/core/config.h
|
||||
notifythread.o: ../../../winix/winixd/core/htmlfilter.h
|
||||
notifythread.o: ../../../winix/winixd/core/users.h
|
||||
notifythread.o: ../../../winix/winixd/core/user.h
|
||||
notifythread.o: ../../../winix/winixd/core/ugcontainer.h
|
||||
notifythread.o: ../../../winix/winixd/core/log.h
|
||||
notifythread.o: ../../../winix/winixd/core/textstream.h
|
||||
notifythread.o: ../../../winix/winixd/core/logmanipulators.h
|
||||
notifythread.o: ../../../winix/winixd/core/slog.h
|
||||
notifythread.o: ../../../winix/winixd/core/cur.h
|
||||
notifythread.o: ../../../winix/winixd/core/request.h
|
||||
notifythread.o: ../../../winix/winixd/core/requesttypes.h
|
||||
notifythread.o: ../../../winix/winixd/core/error.h
|
||||
notifythread.o: ../../../winix/winixd/core/config.h
|
||||
notifythread.o: ../../../winix/winixd/templates/htmltextstream.h
|
||||
notifythread.o: ../../../pikotools/space/spacetojson.h
|
||||
notifythread.o: ../../../winix/winixd/core/session.h
|
||||
notifythread.o: ../../../winix/winixd/core/plugindata.h
|
||||
notifythread.o: ../../../winix/winixd/core/rebus.h
|
||||
notifythread.o: ../../../winix/winixd/core/ipban.h
|
||||
notifythread.o: ../../../winix/winixd/core/mount.h
|
||||
notifythread.o: ../../../winix/winixd/core/lastcontainer.h
|
||||
notifythread.o: ../../../winix/winixd/db/db.h
|
||||
notifythread.o: ../../../winix/winixd/db/dbbase.h
|
||||
notifythread.o: ../../../winix/winixd/db/dbconn.h
|
||||
notifythread.o: ../../../winix/winixd/db/dbtextstream.h
|
||||
notifythread.o: ../../../winix/winixd/core/error.h
|
||||
notifythread.o: ../../../winix/winixd/db/dbitemquery.h
|
||||
notifythread.o: ../../../winix/winixd/core/item.h
|
||||
notifythread.o: ../../../winix/winixd/db/dbitemcolumns.h
|
||||
notifythread.o: ../../../winix/winixd/core/user.h
|
||||
notifythread.o: ../../../winix/winixd/core/group.h
|
||||
notifythread.o: ../../../winix/winixd/core/dircontainer.h
|
||||
notifythread.o: ../../../winix/winixd/core/ugcontainer.h
|
||||
notifythread.o: ../../../winix/winixd/templates/patterns.h
|
||||
templatesnotify.o: templatesnotify.h ../../../ezc/src/ezc.h
|
||||
templatesnotify.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h
|
||||
templatesnotify.o: ../../../ezc/src/item.h ../../../ezc/src/cache.h
|
||||
templatesnotify.o: ../../../ezc/src/functions.h
|
||||
templatesnotify.o: ../../../pikotools/utf8/utf8.h ../../../ezc/src/funinfo.h
|
||||
templatesnotify.o: ../../../ezc/src/objects.h ../../../ezc/src/pattern.h
|
||||
templatesnotify.o: ../../../ezc/src/outstreams.h
|
||||
templatesnotify.o: ../../../ezc/src/patternparser.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/textstream.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/misc.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/localefilter.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/locale.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/htmltextstream.h
|
||||
templatesnotify.o: ../../../pikotools/space/space.h
|
||||
templatesnotify.o: ../../../pikotools/date/date.h
|
||||
templatesnotify.o: ../../../pikotools/textstream/textstream.h
|
||||
templatesnotify.o: ../../../pikotools/convert/convert.h
|
||||
templatesnotify.o: ../../../pikotools/convert/inttostr.h
|
||||
templatesnotify.o: ../../../pikotools/membuffer/membuffer.h
|
||||
templatesnotify.o: ../../../pikotools/textstream/types.h notifypool.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/locale.h
|
||||
templatesnotify.o: ../../../pikotools/space/spaceparser.h
|
||||
templatesnotify.o: ../../../pikotools/space/space.h
|
||||
templatesnotify.o: ../../../pikotools/textstream/types.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/plugin.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/pluginmsg.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/log.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/textstream.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/logmanipulators.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/slog.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/cur.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/request.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/requesttypes.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/error.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/config.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/htmltextstream.h
|
||||
templatesnotify.o: ../../../pikotools/space/spacetojson.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/session.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/user.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/plugindata.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/rebus.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/ipban.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/mount.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/system.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/sessionmanager.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/synchro.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/functions.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/functionbase.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/item.h
|
||||
templatesnotify.o: ../../../winix/winixd/db/db.h
|
||||
templatesnotify.o: ../../../winix/winixd/db/dbbase.h
|
||||
templatesnotify.o: ../../../winix/winixd/db/dbconn.h
|
||||
templatesnotify.o: ../../../winix/winixd/db/dbtextstream.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/error.h
|
||||
templatesnotify.o: ../../../winix/winixd/db/dbitemquery.h
|
||||
templatesnotify.o: ../../../winix/winixd/db/dbitemcolumns.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/user.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/group.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/dircontainer.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/ugcontainer.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/request.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/config.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/htmlfilter.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/system.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/job.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/basethread.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/dirs.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/dircontainer.h
|
||||
templatesnotify.o: ../../../winix/winixd/notify/notify.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/mounts.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/mountparser.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/crypt.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/run.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/users.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/groups.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/group.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/ugcontainer.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/loadavg.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/image.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/threadmanager.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/timezones.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/timezone.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/synchro.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/functionparser.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/cur.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/account.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/adduser.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/cat.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/chmod.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/privchanger.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/chown.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/ckeditor.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/cp.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/default.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/download.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/emacs.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/env.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/imgcrop.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/last.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/login.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/logout.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/ln.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/ls.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/man.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/meta.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/mkdir.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/mv.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/nicedit.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/node.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/passwd.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/priv.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/pw.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/reload.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/rm.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/rmuser.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/sort.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/specialdefault.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/stat.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/subject.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/template.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/tinymce.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/uname.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/upload.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/uptime.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/who.h
|
||||
templatesnotify.o: ../../../winix/winixd/functions/vim.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/htmlfilter.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/templates.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/patterncacher.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/indexpatterns.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/patterns.h
|
||||
templatesnotify.o: ../../../winix/winixd/templates/changepatterns.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/sessionmanager.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/sessioncontainer.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/ipbancontainer.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/lastcontainer.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/sessionidmanager.h
|
||||
templatesnotify.o: ../../../tito/src/base64.h ../../../tito/src/aes.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/misc.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/winix_const.h
|
||||
|
Reference in New Issue
Block a user