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,22 +1,27 @@
|
||||
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
|
||||
|
||||
name = menu.so
|
||||
|
||||
|
||||
all: $(name)
|
||||
|
||||
$(name): $(o)
|
||||
$(CXX) -shared -Wl,-soname,$(name) -o $(name) $(CXXFLAGS) $(CXXWINIXINCLUDEFLAGS) $(LDFLAGS) *.o
|
||||
$(CXX) -shared -Wl,-soname,$(name) -o $(name) $(CXXFLAGS) $(winix_include_paths) $(LDFLAGS) *.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,364 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
cache.o: cache.h ../../../winix/core/item.h ../../../pikotools/space/space.h
|
||||
cache.o: ../../../pikotools/textstream/types.h ../../../pikotools/date/date.h
|
||||
cache.o: ../../../winix/core/dirs.h ../../../winix/core/item.h
|
||||
cache.o: ../../../winix/core/dircontainer.h ../../../winix/db/db.h
|
||||
cache.o: ../../../winix/db/dbbase.h ../../../winix/db/dbconn.h
|
||||
cache.o: ../../../winix/db/dbtextstream.h ../../../winix/core/textstream.h
|
||||
cache.o: ../../../winix/core/misc.h ../../../winix/core/requesttypes.h
|
||||
cache.o: ../../../pikotools/textstream/textstream.h
|
||||
cache.o: ../../../pikotools/convert/convert.h
|
||||
cache.o: ../../../pikotools/convert/inttostr.h
|
||||
cache.o: ../../../pikotools/membuffer/membuffer.h
|
||||
cache.o: ../../../pikotools/textstream/types.h ../../../pikotools/utf8/utf8.h
|
||||
cache.o: ../../../winix/core/winix_const.h ../../../winix/core/error.h
|
||||
cache.o: ../../../pikotools/space/spaceparser.h
|
||||
cache.o: ../../../pikotools/space/space.h ../../../winix/db/dbitemquery.h
|
||||
cache.o: ../../../winix/db/dbitemcolumns.h ../../../winix/core/user.h
|
||||
cache.o: ../../../winix/core/group.h ../../../winix/core/dircontainer.h
|
||||
cache.o: ../../../winix/core/ugcontainer.h ../../../winix/core/log.h
|
||||
cache.o: ../../../winix/core/textstream.h
|
||||
cache.o: ../../../winix/core/logmanipulators.h ../../../winix/core/slog.h
|
||||
cache.o: ../../../winix/core/cur.h ../../../winix/core/request.h
|
||||
cache.o: ../../../winix/core/error.h ../../../winix/core/config.h
|
||||
cache.o: ../../../winix/core/htmlfilter.h
|
||||
cache.o: ../../../winix/templates/htmltextstream.h
|
||||
cache.o: ../../../pikotools/space/spacetojson.h ../../../ezc/src/outstreams.h
|
||||
cache.o: ../../../winix/core/session.h ../../../winix/core/user.h
|
||||
cache.o: ../../../winix/core/plugindata.h ../../../winix/core/rebus.h
|
||||
cache.o: ../../../winix/core/ipban.h ../../../winix/core/mount.h
|
||||
cache.o: ../../../winix/templates/locale.h ../../../winix/notify/notify.h
|
||||
cache.o: ../../../winix/notify/notifypool.h
|
||||
cache.o: ../../../winix/templates/patterns.h
|
||||
cache.o: ../../../winix/templates/locale.h
|
||||
cache.o: ../../../winix/templates/localefilter.h ../../../ezc/src/ezc.h
|
||||
cache.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.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/patternparser.h
|
||||
cache.o: ../../../winix/notify/notifythread.h
|
||||
cache.o: ../../../winix/core/basethread.h ../../../winix/core/synchro.h
|
||||
cache.o: ../../../winix/notify/templatesnotify.h ../../../winix/core/config.h
|
||||
cache.o: ../../../winix/core/users.h ../../../winix/core/ugcontainer.h
|
||||
cache.o: ../../../winix/core/lastcontainer.h ../../../winix/core/misc.h
|
||||
init.o: ../../../winix/core/log.h ../../../winix/core/textstream.h
|
||||
init.o: ../../../winix/core/logmanipulators.h
|
||||
init.o: ../../../pikotools/textstream/textstream.h
|
||||
init.o: ../../../pikotools/space/space.h
|
||||
init.o: ../../../pikotools/textstream/types.h ../../../pikotools/date/date.h
|
||||
init.o: ../../../pikotools/convert/convert.h
|
||||
init.o: ../../../pikotools/convert/inttostr.h
|
||||
init.o: ../../../pikotools/membuffer/membuffer.h
|
||||
init.o: ../../../pikotools/textstream/types.h ../../../winix/core/slog.h
|
||||
init.o: ../../../winix/core/cur.h ../../../winix/core/request.h
|
||||
init.o: ../../../winix/core/requesttypes.h ../../../winix/core/item.h
|
||||
init.o: ../../../winix/core/error.h ../../../winix/core/config.h
|
||||
init.o: ../../../pikotools/space/spaceparser.h
|
||||
init.o: ../../../pikotools/space/space.h ../../../winix/core/htmlfilter.h
|
||||
init.o: ../../../winix/templates/htmltextstream.h
|
||||
init.o: ../../../winix/core/textstream.h ../../../winix/core/misc.h
|
||||
init.o: ../../../pikotools/utf8/utf8.h ../../../winix/core/winix_const.h
|
||||
init.o: ../../../pikotools/space/spacetojson.h ../../../ezc/src/outstreams.h
|
||||
init.o: ../../../winix/core/session.h ../../../winix/core/user.h
|
||||
init.o: ../../../winix/core/plugindata.h ../../../winix/core/rebus.h
|
||||
init.o: ../../../winix/core/ipban.h ../../../winix/core/mount.h
|
||||
init.o: ../../../winix/templates/locale.h ../../../winix/core/plugin.h
|
||||
init.o: ../../../winix/core/pluginmsg.h ../../../winix/core/log.h
|
||||
init.o: ../../../winix/core/system.h ../../../winix/core/job.h
|
||||
init.o: ../../../winix/core/basethread.h ../../../winix/core/synchro.h
|
||||
init.o: ../../../winix/core/dirs.h ../../../winix/core/dircontainer.h
|
||||
init.o: ../../../winix/db/db.h ../../../winix/db/dbbase.h
|
||||
init.o: ../../../winix/db/dbconn.h ../../../winix/db/dbtextstream.h
|
||||
init.o: ../../../winix/core/error.h ../../../winix/db/dbitemquery.h
|
||||
init.o: ../../../winix/core/item.h ../../../winix/db/dbitemcolumns.h
|
||||
init.o: ../../../winix/core/user.h ../../../winix/core/group.h
|
||||
init.o: ../../../winix/core/dircontainer.h ../../../winix/core/ugcontainer.h
|
||||
init.o: ../../../winix/notify/notify.h ../../../winix/notify/notifypool.h
|
||||
init.o: ../../../winix/templates/patterns.h ../../../winix/templates/locale.h
|
||||
init.o: ../../../winix/templates/localefilter.h ../../../ezc/src/ezc.h
|
||||
init.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h cache.h
|
||||
init.o: ../../../winix/core/dirs.h ../../../ezc/src/pattern.h
|
||||
init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
|
||||
init.o: ../../../ezc/src/objects.h ../../../ezc/src/patternparser.h
|
||||
init.o: ../../../winix/notify/notifythread.h ../../../winix/core/basethread.h
|
||||
init.o: ../../../winix/notify/templatesnotify.h ../../../winix/core/config.h
|
||||
init.o: ../../../winix/core/users.h ../../../winix/core/ugcontainer.h
|
||||
init.o: ../../../winix/core/lastcontainer.h ../../../winix/core/mounts.h
|
||||
init.o: ../../../winix/core/mountparser.h ../../../winix/core/crypt.h
|
||||
init.o: ../../../winix/core/run.h ../../../winix/core/users.h
|
||||
init.o: ../../../winix/core/groups.h ../../../winix/core/group.h
|
||||
init.o: ../../../winix/core/loadavg.h ../../../winix/core/image.h
|
||||
init.o: ../../../winix/core/threadmanager.h ../../../winix/core/timezones.h
|
||||
init.o: ../../../winix/core/timezone.h ../../../winix/core/sessionmanager.h
|
||||
init.o: ../../../winix/core/sessioncontainer.h
|
||||
init.o: ../../../winix/core/ipbancontainer.h
|
||||
init.o: ../../../winix/core/sessionidmanager.h ../../../tito/src/base64.h
|
||||
init.o: ../../../tito/src/aes.h ../../../winix/functions/functions.h
|
||||
init.o: ../../../winix/functions/functionbase.h ../../../winix/core/request.h
|
||||
init.o: ../../../winix/core/system.h ../../../winix/core/synchro.h
|
||||
init.o: ../../../winix/functions/functionparser.h ../../../winix/core/cur.h
|
||||
init.o: ../../../winix/functions/account.h ../../../winix/functions/adduser.h
|
||||
init.o: ../../../winix/functions/cat.h ../../../winix/functions/chmod.h
|
||||
init.o: ../../../winix/functions/privchanger.h
|
||||
init.o: ../../../winix/functions/chown.h ../../../winix/functions/ckeditor.h
|
||||
init.o: ../../../winix/functions/cp.h ../../../winix/functions/default.h
|
||||
init.o: ../../../winix/functions/download.h ../../../winix/functions/emacs.h
|
||||
init.o: ../../../winix/functions/env.h ../../../winix/functions/imgcrop.h
|
||||
init.o: ../../../winix/functions/last.h ../../../winix/functions/login.h
|
||||
init.o: ../../../winix/functions/logout.h ../../../winix/functions/ln.h
|
||||
init.o: ../../../winix/functions/ls.h ../../../winix/functions/man.h
|
||||
init.o: ../../../winix/functions/meta.h ../../../winix/functions/mkdir.h
|
||||
init.o: ../../../winix/functions/mv.h ../../../winix/functions/nicedit.h
|
||||
init.o: ../../../winix/functions/node.h ../../../winix/functions/passwd.h
|
||||
init.o: ../../../winix/functions/priv.h ../../../winix/functions/pw.h
|
||||
init.o: ../../../winix/functions/reload.h ../../../winix/functions/rm.h
|
||||
init.o: ../../../winix/functions/rmuser.h ../../../winix/functions/sort.h
|
||||
init.o: ../../../winix/functions/specialdefault.h
|
||||
init.o: ../../../winix/functions/stat.h ../../../winix/functions/subject.h
|
||||
init.o: ../../../winix/functions/template.h
|
||||
init.o: ../../../winix/functions/tinymce.h ../../../winix/functions/uname.h
|
||||
init.o: ../../../winix/functions/upload.h ../../../winix/functions/uptime.h
|
||||
init.o: ../../../winix/functions/who.h ../../../winix/functions/vim.h
|
||||
init.o: ../../../winix/core/htmlfilter.h ../../../winix/templates/templates.h
|
||||
init.o: ../../../winix/templates/patterncacher.h
|
||||
init.o: ../../../winix/templates/indexpatterns.h
|
||||
init.o: ../../../winix/templates/patterns.h
|
||||
init.o: ../../../winix/templates/changepatterns.h
|
||||
init.o: ../../../winix/templates/htmltextstream.h
|
||||
init.o: ../../../winix/core/sessionmanager.h
|
||||
templates.o: ../../../winix/templates/templates.h ../../../ezc/src/ezc.h
|
||||
templates.o: ../../../ezc/src/generator.h ../../../ezc/src/blocks.h
|
||||
templates.o: ../../../winix/core/item.h cache.h ../../../winix/core/item.h
|
||||
templates.o: ../../../pikotools/space/space.h
|
||||
templates.o: ../../../pikotools/textstream/types.h
|
||||
templates.o: ../../../pikotools/date/date.h ../../../winix/core/dirs.h
|
||||
templates.o: ../../../winix/core/dircontainer.h ../../../winix/db/db.h
|
||||
templates.o: ../../../winix/db/dbbase.h ../../../winix/db/dbconn.h
|
||||
templates.o: ../../../winix/db/dbtextstream.h
|
||||
templates.o: ../../../winix/core/textstream.h ../../../winix/core/misc.h
|
||||
templates.o: ../../../winix/core/requesttypes.h
|
||||
templates.o: ../../../pikotools/textstream/textstream.h
|
||||
templates.o: ../../../pikotools/convert/convert.h
|
||||
templates.o: ../../../pikotools/convert/inttostr.h
|
||||
templates.o: ../../../pikotools/membuffer/membuffer.h
|
||||
templates.o: ../../../pikotools/textstream/types.h
|
||||
templates.o: ../../../pikotools/utf8/utf8.h ../../../winix/core/winix_const.h
|
||||
templates.o: ../../../winix/core/error.h
|
||||
templates.o: ../../../pikotools/space/spaceparser.h
|
||||
templates.o: ../../../pikotools/space/space.h ../../../winix/db/dbitemquery.h
|
||||
templates.o: ../../../winix/db/dbitemcolumns.h ../../../winix/core/user.h
|
||||
templates.o: ../../../winix/core/group.h ../../../winix/core/dircontainer.h
|
||||
templates.o: ../../../winix/core/ugcontainer.h ../../../winix/core/log.h
|
||||
templates.o: ../../../winix/core/textstream.h
|
||||
templates.o: ../../../winix/core/logmanipulators.h ../../../winix/core/slog.h
|
||||
templates.o: ../../../winix/core/cur.h ../../../winix/core/request.h
|
||||
templates.o: ../../../winix/core/error.h ../../../winix/core/config.h
|
||||
templates.o: ../../../winix/core/htmlfilter.h
|
||||
templates.o: ../../../winix/templates/htmltextstream.h
|
||||
templates.o: ../../../pikotools/space/spacetojson.h
|
||||
templates.o: ../../../ezc/src/outstreams.h ../../../winix/core/session.h
|
||||
templates.o: ../../../winix/core/user.h ../../../winix/core/plugindata.h
|
||||
templates.o: ../../../winix/core/rebus.h ../../../winix/core/ipban.h
|
||||
templates.o: ../../../winix/core/mount.h ../../../winix/templates/locale.h
|
||||
templates.o: ../../../winix/notify/notify.h
|
||||
templates.o: ../../../winix/notify/notifypool.h
|
||||
templates.o: ../../../winix/templates/patterns.h
|
||||
templates.o: ../../../winix/templates/locale.h
|
||||
templates.o: ../../../winix/templates/localefilter.h
|
||||
templates.o: ../../../winix/notify/notifythread.h
|
||||
templates.o: ../../../winix/core/basethread.h ../../../winix/core/synchro.h
|
||||
templates.o: ../../../winix/notify/templatesnotify.h
|
||||
templates.o: ../../../winix/core/config.h ../../../winix/core/users.h
|
||||
templates.o: ../../../winix/core/ugcontainer.h
|
||||
templates.o: ../../../winix/core/lastcontainer.h ../../../ezc/src/pattern.h
|
||||
templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
|
||||
templates.o: ../../../ezc/src/objects.h ../../../ezc/src/patternparser.h
|
||||
templates.o: ../../../winix/templates/patterncacher.h
|
||||
templates.o: ../../../winix/templates/indexpatterns.h
|
||||
templates.o: ../../../winix/templates/patterns.h
|
||||
templates.o: ../../../winix/templates/changepatterns.h
|
||||
templates.o: ../../../winix/templates/htmltextstream.h
|
||||
templates.o: ../../../winix/core/cur.h ../../../winix/core/system.h
|
||||
templates.o: ../../../winix/core/sessionmanager.h
|
||||
templates.o: ../../../winix/core/htmlfilter.h ../../../winix/core/plugin.h
|
||||
templates.o: ../../../winix/core/pluginmsg.h ../../../winix/core/system.h
|
||||
templates.o: ../../../winix/core/job.h ../../../winix/core/basethread.h
|
||||
templates.o: ../../../winix/core/dirs.h ../../../winix/core/mounts.h
|
||||
templates.o: ../../../winix/core/mountparser.h ../../../winix/core/crypt.h
|
||||
templates.o: ../../../winix/core/run.h ../../../winix/core/users.h
|
||||
templates.o: ../../../winix/core/groups.h ../../../winix/core/group.h
|
||||
templates.o: ../../../winix/core/loadavg.h ../../../winix/core/image.h
|
||||
templates.o: ../../../winix/core/threadmanager.h
|
||||
templates.o: ../../../winix/core/timezones.h ../../../winix/core/timezone.h
|
||||
templates.o: ../../../winix/core/sessionmanager.h
|
||||
templates.o: ../../../winix/core/sessioncontainer.h
|
||||
templates.o: ../../../winix/core/ipbancontainer.h
|
||||
templates.o: ../../../winix/core/sessionidmanager.h
|
||||
templates.o: ../../../tito/src/base64.h ../../../tito/src/aes.h
|
||||
templates.o: ../../../winix/functions/functions.h
|
||||
templates.o: ../../../winix/functions/functionbase.h
|
||||
templates.o: ../../../winix/core/request.h ../../../winix/core/synchro.h
|
||||
templates.o: ../../../winix/functions/functionparser.h
|
||||
templates.o: ../../../winix/functions/account.h
|
||||
templates.o: ../../../winix/functions/adduser.h
|
||||
templates.o: ../../../winix/functions/cat.h ../../../winix/functions/chmod.h
|
||||
templates.o: ../../../winix/functions/privchanger.h
|
||||
templates.o: ../../../winix/functions/chown.h
|
||||
templates.o: ../../../winix/functions/ckeditor.h
|
||||
templates.o: ../../../winix/functions/cp.h ../../../winix/functions/default.h
|
||||
templates.o: ../../../winix/functions/download.h
|
||||
templates.o: ../../../winix/functions/emacs.h ../../../winix/functions/env.h
|
||||
templates.o: ../../../winix/functions/imgcrop.h
|
||||
templates.o: ../../../winix/functions/last.h ../../../winix/functions/login.h
|
||||
templates.o: ../../../winix/functions/logout.h ../../../winix/functions/ln.h
|
||||
templates.o: ../../../winix/functions/ls.h ../../../winix/functions/man.h
|
||||
templates.o: ../../../winix/functions/meta.h ../../../winix/functions/mkdir.h
|
||||
templates.o: ../../../winix/functions/mv.h ../../../winix/functions/nicedit.h
|
||||
templates.o: ../../../winix/functions/node.h
|
||||
templates.o: ../../../winix/functions/passwd.h
|
||||
templates.o: ../../../winix/functions/priv.h ../../../winix/functions/pw.h
|
||||
templates.o: ../../../winix/functions/reload.h ../../../winix/functions/rm.h
|
||||
templates.o: ../../../winix/functions/rmuser.h
|
||||
templates.o: ../../../winix/functions/sort.h
|
||||
templates.o: ../../../winix/functions/specialdefault.h
|
||||
templates.o: ../../../winix/functions/stat.h
|
||||
templates.o: ../../../winix/functions/subject.h
|
||||
templates.o: ../../../winix/functions/template.h
|
||||
templates.o: ../../../winix/functions/tinymce.h
|
||||
templates.o: ../../../winix/functions/uname.h
|
||||
templates.o: ../../../winix/functions/upload.h
|
||||
templates.o: ../../../winix/functions/uptime.h ../../../winix/functions/who.h
|
||||
templates.o: ../../../winix/functions/vim.h ../../../winix/core/log.h
|
||||
templates.o: ../../../winix/core/misc.h ../../../winix/templates/miscspace.h
|
||||
templates.o: ../../../winix/templates/templates.h
|
||||
cache.o: cache.h ../../../../winix/winixd/core/item.h
|
||||
cache.o: ../../../../pikotools/space/space.h
|
||||
cache.o: ../../../../pikotools/textstream/types.h
|
||||
cache.o: ../../../../pikotools/date/date.h
|
||||
cache.o: ../../../../winix/winixd/core/dirs.h
|
||||
cache.o: ../../../../winix/winixd/core/item.h
|
||||
cache.o: ../../../../winix/winixd/core/dircontainer.h
|
||||
cache.o: ../../../../winix/winixd/db/db.h
|
||||
cache.o: ../../../../winix/winixd/db/dbbase.h
|
||||
cache.o: ../../../../winix/winixd/db/dbconn.h
|
||||
cache.o: ../../../../winix/winixd/db/dbtextstream.h
|
||||
cache.o: ../../../../winix/winixd/core/textstream.h
|
||||
cache.o: ../../../../winix/winixd/core/misc.h
|
||||
cache.o: ../../../../winix/winixd/core/requesttypes.h
|
||||
cache.o: ../../../../pikotools/textstream/textstream.h
|
||||
cache.o: ../../../../pikotools/convert/convert.h
|
||||
cache.o: ../../../../pikotools/convert/inttostr.h
|
||||
cache.o: ../../../../pikotools/membuffer/membuffer.h
|
||||
cache.o: ../../../../pikotools/textstream/types.h
|
||||
cache.o: ../../../../pikotools/utf8/utf8.h
|
||||
cache.o: ../../../../winix/winixd/core/winix_const.h
|
||||
cache.o: ../../../../winix/winixd/core/error.h
|
||||
cache.o: ../../../../pikotools/space/spaceparser.h
|
||||
cache.o: ../../../../pikotools/space/space.h
|
||||
cache.o: ../../../../winix/winixd/db/dbitemquery.h
|
||||
cache.o: ../../../../winix/winixd/db/dbitemcolumns.h
|
||||
cache.o: ../../../../winix/winixd/core/user.h
|
||||
cache.o: ../../../../winix/winixd/core/group.h
|
||||
cache.o: ../../../../winix/winixd/core/dircontainer.h
|
||||
cache.o: ../../../../winix/winixd/core/ugcontainer.h
|
||||
cache.o: ../../../../winix/winixd/core/log.h
|
||||
cache.o: ../../../../winix/winixd/core/textstream.h
|
||||
cache.o: ../../../../winix/winixd/core/logmanipulators.h
|
||||
cache.o: ../../../../winix/winixd/core/slog.h
|
||||
cache.o: ../../../../winix/winixd/core/cur.h
|
||||
cache.o: ../../../../winix/winixd/core/request.h
|
||||
cache.o: ../../../../winix/winixd/core/error.h
|
||||
cache.o: ../../../../winix/winixd/core/config.h
|
||||
cache.o: ../../../../winix/winixd/core/htmlfilter.h
|
||||
cache.o: ../../../../winix/winixd/templates/htmltextstream.h
|
||||
cache.o: ../../../../pikotools/space/spacetojson.h
|
||||
cache.o: ../../../../ezc/src/outstreams.h
|
||||
cache.o: ../../../../winix/winixd/core/session.h
|
||||
cache.o: ../../../../winix/winixd/core/user.h
|
||||
cache.o: ../../../../winix/winixd/core/plugindata.h
|
||||
cache.o: ../../../../winix/winixd/core/rebus.h
|
||||
cache.o: ../../../../winix/winixd/core/ipban.h
|
||||
cache.o: ../../../../winix/winixd/core/mount.h
|
||||
cache.o: ../../../../winix/winixd/templates/locale.h
|
||||
cache.o: ../../../../winix/winixd/notify/notify.h
|
||||
cache.o: ../../../../winix/winixd/notify/notifypool.h
|
||||
cache.o: ../../../../winix/winixd/templates/patterns.h
|
||||
cache.o: ../../../../winix/winixd/templates/locale.h
|
||||
cache.o: ../../../../winix/winixd/templates/localefilter.h
|
||||
cache.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h
|
||||
cache.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/pattern.h
|
||||
cache.o: ../../../../ezc/src/functions.h ../../../../ezc/src/funinfo.h
|
||||
cache.o: ../../../../ezc/src/objects.h ../../../../ezc/src/patternparser.h
|
||||
cache.o: ../../../../winix/winixd/notify/notifythread.h
|
||||
cache.o: ../../../../winix/winixd/core/basethread.h
|
||||
cache.o: ../../../../winix/winixd/core/synchro.h
|
||||
cache.o: ../../../../winix/winixd/notify/templatesnotify.h
|
||||
cache.o: ../../../../winix/winixd/core/config.h
|
||||
cache.o: ../../../../winix/winixd/core/users.h
|
||||
cache.o: ../../../../winix/winixd/core/ugcontainer.h
|
||||
cache.o: ../../../../winix/winixd/core/lastcontainer.h
|
||||
cache.o: ../../../../winix/winixd/core/misc.h
|
||||
init.o: ../../../../winix/winixd/core/log.h
|
||||
init.o: ../../../../winix/winixd/core/textstream.h
|
||||
init.o: ../../../../winix/winixd/core/logmanipulators.h
|
||||
init.o: ../../../../pikotools/textstream/textstream.h
|
||||
init.o: ../../../../pikotools/space/space.h
|
||||
init.o: ../../../../pikotools/textstream/types.h
|
||||
init.o: ../../../../pikotools/date/date.h
|
||||
init.o: ../../../../pikotools/convert/convert.h
|
||||
init.o: ../../../../pikotools/convert/inttostr.h
|
||||
init.o: ../../../../pikotools/membuffer/membuffer.h
|
||||
init.o: ../../../../pikotools/textstream/types.h
|
||||
init.o: ../../../../winix/winixd/core/slog.h
|
||||
init.o: ../../../../winix/winixd/core/cur.h
|
||||
init.o: ../../../../winix/winixd/core/request.h
|
||||
init.o: ../../../../winix/winixd/core/requesttypes.h
|
||||
init.o: ../../../../winix/winixd/core/item.h
|
||||
init.o: ../../../../winix/winixd/core/error.h
|
||||
init.o: ../../../../winix/winixd/core/config.h
|
||||
init.o: ../../../../pikotools/space/spaceparser.h
|
||||
init.o: ../../../../pikotools/space/space.h
|
||||
init.o: ../../../../winix/winixd/core/htmlfilter.h
|
||||
init.o: ../../../../winix/winixd/templates/htmltextstream.h
|
||||
init.o: ../../../../winix/winixd/core/textstream.h
|
||||
init.o: ../../../../winix/winixd/core/misc.h
|
||||
init.o: ../../../../pikotools/utf8/utf8.h
|
||||
init.o: ../../../../winix/winixd/core/winix_const.h
|
||||
init.o: ../../../../pikotools/space/spacetojson.h
|
||||
init.o: ../../../../ezc/src/outstreams.h
|
||||
init.o: ../../../../winix/winixd/core/session.h
|
||||
init.o: ../../../../winix/winixd/core/user.h
|
||||
init.o: ../../../../winix/winixd/core/plugindata.h
|
||||
init.o: ../../../../winix/winixd/core/rebus.h
|
||||
init.o: ../../../../winix/winixd/core/ipban.h
|
||||
init.o: ../../../../winix/winixd/core/mount.h
|
||||
init.o: ../../../../winix/winixd/templates/locale.h
|
||||
init.o: ../../../../winix/winixd/core/plugin.h
|
||||
init.o: ../../../../winix/winixd/core/pluginmsg.h
|
||||
init.o: ../../../../winix/winixd/core/log.h
|
||||
init.o: ../../../../winix/winixd/core/system.h
|
||||
init.o: ../../../../winix/winixd/core/job.h
|
||||
init.o: ../../../../winix/winixd/core/basethread.h
|
||||
init.o: ../../../../winix/winixd/core/synchro.h
|
||||
init.o: ../../../../winix/winixd/core/dirs.h
|
||||
init.o: ../../../../winix/winixd/core/dircontainer.h
|
||||
init.o: ../../../../winix/winixd/db/db.h ../../../../winix/winixd/db/dbbase.h
|
||||
init.o: ../../../../winix/winixd/db/dbconn.h
|
||||
init.o: ../../../../winix/winixd/db/dbtextstream.h
|
||||
init.o: ../../../../winix/winixd/core/error.h
|
||||
init.o: ../../../../winix/winixd/db/dbitemquery.h
|
||||
init.o: ../../../../winix/winixd/core/item.h
|
||||
init.o: ../../../../winix/winixd/db/dbitemcolumns.h
|
||||
init.o: ../../../../winix/winixd/core/user.h
|
||||
init.o: ../../../../winix/winixd/core/group.h
|
||||
init.o: ../../../../winix/winixd/core/dircontainer.h
|
||||
init.o: ../../../../winix/winixd/core/ugcontainer.h
|
||||
init.o: ../../../../winix/winixd/notify/notify.h
|
||||
init.o: ../../../../winix/winixd/notify/notifypool.h
|
||||
init.o: ../../../../winix/winixd/templates/patterns.h
|
||||
init.o: ../../../../winix/winixd/templates/locale.h
|
||||
init.o: ../../../../winix/winixd/templates/localefilter.h
|
||||
init.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h
|
||||
init.o: ../../../../ezc/src/blocks.h cache.h
|
||||
init.o: ../../../../winix/winixd/core/dirs.h ../../../../ezc/src/pattern.h
|
||||
init.o: ../../../../ezc/src/functions.h ../../../../ezc/src/funinfo.h
|
||||
init.o: ../../../../ezc/src/objects.h ../../../../ezc/src/patternparser.h
|
||||
init.o: ../../../../winix/winixd/notify/notifythread.h
|
||||
init.o: ../../../../winix/winixd/core/basethread.h
|
||||
init.o: ../../../../winix/winixd/notify/templatesnotify.h
|
||||
init.o: ../../../../winix/winixd/core/config.h
|
||||
init.o: ../../../../winix/winixd/core/users.h
|
||||
init.o: ../../../../winix/winixd/core/ugcontainer.h
|
||||
init.o: ../../../../winix/winixd/core/lastcontainer.h
|
||||
init.o: ../../../../winix/winixd/core/mounts.h
|
||||
init.o: ../../../../winix/winixd/core/mountparser.h
|
||||
init.o: ../../../../winix/winixd/core/crypt.h
|
||||
init.o: ../../../../winix/winixd/core/run.h
|
||||
init.o: ../../../../winix/winixd/core/users.h
|
||||
init.o: ../../../../winix/winixd/core/groups.h
|
||||
init.o: ../../../../winix/winixd/core/group.h
|
||||
init.o: ../../../../winix/winixd/core/loadavg.h
|
||||
init.o: ../../../../winix/winixd/core/image.h
|
||||
init.o: ../../../../winix/winixd/core/threadmanager.h
|
||||
init.o: ../../../../winix/winixd/core/timezones.h
|
||||
init.o: ../../../../winix/winixd/core/timezone.h
|
||||
init.o: ../../../../winix/winixd/core/sessionmanager.h
|
||||
init.o: ../../../../winix/winixd/core/sessioncontainer.h
|
||||
init.o: ../../../../winix/winixd/core/ipbancontainer.h
|
||||
init.o: ../../../../winix/winixd/core/sessionidmanager.h
|
||||
init.o: ../../../../tito/src/base64.h ../../../../tito/src/aes.h
|
||||
init.o: ../../../../winix/winixd/functions/functions.h
|
||||
init.o: ../../../../winix/winixd/functions/functionbase.h
|
||||
init.o: ../../../../winix/winixd/core/request.h
|
||||
init.o: ../../../../winix/winixd/core/system.h
|
||||
init.o: ../../../../winix/winixd/core/synchro.h
|
||||
init.o: ../../../../winix/winixd/functions/functionparser.h
|
||||
init.o: ../../../../winix/winixd/core/cur.h
|
||||
init.o: ../../../../winix/winixd/functions/account.h
|
||||
init.o: ../../../../winix/winixd/functions/adduser.h
|
||||
init.o: ../../../../winix/winixd/functions/cat.h
|
||||
init.o: ../../../../winix/winixd/functions/chmod.h
|
||||
init.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
init.o: ../../../../winix/winixd/functions/chown.h
|
||||
init.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
init.o: ../../../../winix/winixd/functions/cp.h
|
||||
init.o: ../../../../winix/winixd/functions/default.h
|
||||
init.o: ../../../../winix/winixd/functions/download.h
|
||||
init.o: ../../../../winix/winixd/functions/emacs.h
|
||||
init.o: ../../../../winix/winixd/functions/env.h
|
||||
init.o: ../../../../winix/winixd/functions/imgcrop.h
|
||||
init.o: ../../../../winix/winixd/functions/last.h
|
||||
init.o: ../../../../winix/winixd/functions/login.h
|
||||
init.o: ../../../../winix/winixd/functions/logout.h
|
||||
init.o: ../../../../winix/winixd/functions/ln.h
|
||||
init.o: ../../../../winix/winixd/functions/ls.h
|
||||
init.o: ../../../../winix/winixd/functions/man.h
|
||||
init.o: ../../../../winix/winixd/functions/meta.h
|
||||
init.o: ../../../../winix/winixd/functions/mkdir.h
|
||||
init.o: ../../../../winix/winixd/functions/mv.h
|
||||
init.o: ../../../../winix/winixd/functions/nicedit.h
|
||||
init.o: ../../../../winix/winixd/functions/node.h
|
||||
init.o: ../../../../winix/winixd/functions/passwd.h
|
||||
init.o: ../../../../winix/winixd/functions/priv.h
|
||||
init.o: ../../../../winix/winixd/functions/pw.h
|
||||
init.o: ../../../../winix/winixd/functions/reload.h
|
||||
init.o: ../../../../winix/winixd/functions/rm.h
|
||||
init.o: ../../../../winix/winixd/functions/rmuser.h
|
||||
init.o: ../../../../winix/winixd/functions/sort.h
|
||||
init.o: ../../../../winix/winixd/functions/specialdefault.h
|
||||
init.o: ../../../../winix/winixd/functions/stat.h
|
||||
init.o: ../../../../winix/winixd/functions/subject.h
|
||||
init.o: ../../../../winix/winixd/functions/template.h
|
||||
init.o: ../../../../winix/winixd/functions/tinymce.h
|
||||
init.o: ../../../../winix/winixd/functions/uname.h
|
||||
init.o: ../../../../winix/winixd/functions/upload.h
|
||||
init.o: ../../../../winix/winixd/functions/uptime.h
|
||||
init.o: ../../../../winix/winixd/functions/who.h
|
||||
init.o: ../../../../winix/winixd/functions/vim.h
|
||||
init.o: ../../../../winix/winixd/core/htmlfilter.h
|
||||
init.o: ../../../../winix/winixd/templates/templates.h
|
||||
init.o: ../../../../winix/winixd/templates/patterncacher.h
|
||||
init.o: ../../../../winix/winixd/templates/indexpatterns.h
|
||||
init.o: ../../../../winix/winixd/templates/patterns.h
|
||||
init.o: ../../../../winix/winixd/templates/changepatterns.h
|
||||
init.o: ../../../../winix/winixd/templates/htmltextstream.h
|
||||
init.o: ../../../../winix/winixd/core/sessionmanager.h
|
||||
templates.o: ../../../../winix/winixd/templates/templates.h
|
||||
templates.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h
|
||||
templates.o: ../../../../ezc/src/blocks.h
|
||||
templates.o: ../../../../winix/winixd/core/item.h cache.h
|
||||
templates.o: ../../../../winix/winixd/core/item.h
|
||||
templates.o: ../../../../pikotools/space/space.h
|
||||
templates.o: ../../../../pikotools/textstream/types.h
|
||||
templates.o: ../../../../pikotools/date/date.h
|
||||
templates.o: ../../../../winix/winixd/core/dirs.h
|
||||
templates.o: ../../../../winix/winixd/core/dircontainer.h
|
||||
templates.o: ../../../../winix/winixd/db/db.h
|
||||
templates.o: ../../../../winix/winixd/db/dbbase.h
|
||||
templates.o: ../../../../winix/winixd/db/dbconn.h
|
||||
templates.o: ../../../../winix/winixd/db/dbtextstream.h
|
||||
templates.o: ../../../../winix/winixd/core/textstream.h
|
||||
templates.o: ../../../../winix/winixd/core/misc.h
|
||||
templates.o: ../../../../winix/winixd/core/requesttypes.h
|
||||
templates.o: ../../../../pikotools/textstream/textstream.h
|
||||
templates.o: ../../../../pikotools/convert/convert.h
|
||||
templates.o: ../../../../pikotools/convert/inttostr.h
|
||||
templates.o: ../../../../pikotools/membuffer/membuffer.h
|
||||
templates.o: ../../../../pikotools/textstream/types.h
|
||||
templates.o: ../../../../pikotools/utf8/utf8.h
|
||||
templates.o: ../../../../winix/winixd/core/winix_const.h
|
||||
templates.o: ../../../../winix/winixd/core/error.h
|
||||
templates.o: ../../../../pikotools/space/spaceparser.h
|
||||
templates.o: ../../../../pikotools/space/space.h
|
||||
templates.o: ../../../../winix/winixd/db/dbitemquery.h
|
||||
templates.o: ../../../../winix/winixd/db/dbitemcolumns.h
|
||||
templates.o: ../../../../winix/winixd/core/user.h
|
||||
templates.o: ../../../../winix/winixd/core/group.h
|
||||
templates.o: ../../../../winix/winixd/core/dircontainer.h
|
||||
templates.o: ../../../../winix/winixd/core/ugcontainer.h
|
||||
templates.o: ../../../../winix/winixd/core/log.h
|
||||
templates.o: ../../../../winix/winixd/core/textstream.h
|
||||
templates.o: ../../../../winix/winixd/core/logmanipulators.h
|
||||
templates.o: ../../../../winix/winixd/core/slog.h
|
||||
templates.o: ../../../../winix/winixd/core/cur.h
|
||||
templates.o: ../../../../winix/winixd/core/request.h
|
||||
templates.o: ../../../../winix/winixd/core/error.h
|
||||
templates.o: ../../../../winix/winixd/core/config.h
|
||||
templates.o: ../../../../winix/winixd/core/htmlfilter.h
|
||||
templates.o: ../../../../winix/winixd/templates/htmltextstream.h
|
||||
templates.o: ../../../../pikotools/space/spacetojson.h
|
||||
templates.o: ../../../../ezc/src/outstreams.h
|
||||
templates.o: ../../../../winix/winixd/core/session.h
|
||||
templates.o: ../../../../winix/winixd/core/user.h
|
||||
templates.o: ../../../../winix/winixd/core/plugindata.h
|
||||
templates.o: ../../../../winix/winixd/core/rebus.h
|
||||
templates.o: ../../../../winix/winixd/core/ipban.h
|
||||
templates.o: ../../../../winix/winixd/core/mount.h
|
||||
templates.o: ../../../../winix/winixd/templates/locale.h
|
||||
templates.o: ../../../../winix/winixd/notify/notify.h
|
||||
templates.o: ../../../../winix/winixd/notify/notifypool.h
|
||||
templates.o: ../../../../winix/winixd/templates/patterns.h
|
||||
templates.o: ../../../../winix/winixd/templates/locale.h
|
||||
templates.o: ../../../../winix/winixd/templates/localefilter.h
|
||||
templates.o: ../../../../winix/winixd/notify/notifythread.h
|
||||
templates.o: ../../../../winix/winixd/core/basethread.h
|
||||
templates.o: ../../../../winix/winixd/core/synchro.h
|
||||
templates.o: ../../../../winix/winixd/notify/templatesnotify.h
|
||||
templates.o: ../../../../winix/winixd/core/config.h
|
||||
templates.o: ../../../../winix/winixd/core/users.h
|
||||
templates.o: ../../../../winix/winixd/core/ugcontainer.h
|
||||
templates.o: ../../../../winix/winixd/core/lastcontainer.h
|
||||
templates.o: ../../../../ezc/src/pattern.h ../../../../ezc/src/functions.h
|
||||
templates.o: ../../../../ezc/src/funinfo.h ../../../../ezc/src/objects.h
|
||||
templates.o: ../../../../ezc/src/patternparser.h
|
||||
templates.o: ../../../../winix/winixd/templates/patterncacher.h
|
||||
templates.o: ../../../../winix/winixd/templates/indexpatterns.h
|
||||
templates.o: ../../../../winix/winixd/templates/patterns.h
|
||||
templates.o: ../../../../winix/winixd/templates/changepatterns.h
|
||||
templates.o: ../../../../winix/winixd/templates/htmltextstream.h
|
||||
templates.o: ../../../../winix/winixd/core/cur.h
|
||||
templates.o: ../../../../winix/winixd/core/system.h
|
||||
templates.o: ../../../../winix/winixd/core/sessionmanager.h
|
||||
templates.o: ../../../../winix/winixd/core/htmlfilter.h
|
||||
templates.o: ../../../../winix/winixd/core/plugin.h
|
||||
templates.o: ../../../../winix/winixd/core/pluginmsg.h
|
||||
templates.o: ../../../../winix/winixd/core/system.h
|
||||
templates.o: ../../../../winix/winixd/core/job.h
|
||||
templates.o: ../../../../winix/winixd/core/basethread.h
|
||||
templates.o: ../../../../winix/winixd/core/dirs.h
|
||||
templates.o: ../../../../winix/winixd/core/mounts.h
|
||||
templates.o: ../../../../winix/winixd/core/mountparser.h
|
||||
templates.o: ../../../../winix/winixd/core/crypt.h
|
||||
templates.o: ../../../../winix/winixd/core/run.h
|
||||
templates.o: ../../../../winix/winixd/core/users.h
|
||||
templates.o: ../../../../winix/winixd/core/groups.h
|
||||
templates.o: ../../../../winix/winixd/core/group.h
|
||||
templates.o: ../../../../winix/winixd/core/loadavg.h
|
||||
templates.o: ../../../../winix/winixd/core/image.h
|
||||
templates.o: ../../../../winix/winixd/core/threadmanager.h
|
||||
templates.o: ../../../../winix/winixd/core/timezones.h
|
||||
templates.o: ../../../../winix/winixd/core/timezone.h
|
||||
templates.o: ../../../../winix/winixd/core/sessionmanager.h
|
||||
templates.o: ../../../../winix/winixd/core/sessioncontainer.h
|
||||
templates.o: ../../../../winix/winixd/core/ipbancontainer.h
|
||||
templates.o: ../../../../winix/winixd/core/sessionidmanager.h
|
||||
templates.o: ../../../../tito/src/base64.h ../../../../tito/src/aes.h
|
||||
templates.o: ../../../../winix/winixd/functions/functions.h
|
||||
templates.o: ../../../../winix/winixd/functions/functionbase.h
|
||||
templates.o: ../../../../winix/winixd/core/request.h
|
||||
templates.o: ../../../../winix/winixd/core/synchro.h
|
||||
templates.o: ../../../../winix/winixd/functions/functionparser.h
|
||||
templates.o: ../../../../winix/winixd/functions/account.h
|
||||
templates.o: ../../../../winix/winixd/functions/adduser.h
|
||||
templates.o: ../../../../winix/winixd/functions/cat.h
|
||||
templates.o: ../../../../winix/winixd/functions/chmod.h
|
||||
templates.o: ../../../../winix/winixd/functions/privchanger.h
|
||||
templates.o: ../../../../winix/winixd/functions/chown.h
|
||||
templates.o: ../../../../winix/winixd/functions/ckeditor.h
|
||||
templates.o: ../../../../winix/winixd/functions/cp.h
|
||||
templates.o: ../../../../winix/winixd/functions/default.h
|
||||
templates.o: ../../../../winix/winixd/functions/download.h
|
||||
templates.o: ../../../../winix/winixd/functions/emacs.h
|
||||
templates.o: ../../../../winix/winixd/functions/env.h
|
||||
templates.o: ../../../../winix/winixd/functions/imgcrop.h
|
||||
templates.o: ../../../../winix/winixd/functions/last.h
|
||||
templates.o: ../../../../winix/winixd/functions/login.h
|
||||
templates.o: ../../../../winix/winixd/functions/logout.h
|
||||
templates.o: ../../../../winix/winixd/functions/ln.h
|
||||
templates.o: ../../../../winix/winixd/functions/ls.h
|
||||
templates.o: ../../../../winix/winixd/functions/man.h
|
||||
templates.o: ../../../../winix/winixd/functions/meta.h
|
||||
templates.o: ../../../../winix/winixd/functions/mkdir.h
|
||||
templates.o: ../../../../winix/winixd/functions/mv.h
|
||||
templates.o: ../../../../winix/winixd/functions/nicedit.h
|
||||
templates.o: ../../../../winix/winixd/functions/node.h
|
||||
templates.o: ../../../../winix/winixd/functions/passwd.h
|
||||
templates.o: ../../../../winix/winixd/functions/priv.h
|
||||
templates.o: ../../../../winix/winixd/functions/pw.h
|
||||
templates.o: ../../../../winix/winixd/functions/reload.h
|
||||
templates.o: ../../../../winix/winixd/functions/rm.h
|
||||
templates.o: ../../../../winix/winixd/functions/rmuser.h
|
||||
templates.o: ../../../../winix/winixd/functions/sort.h
|
||||
templates.o: ../../../../winix/winixd/functions/specialdefault.h
|
||||
templates.o: ../../../../winix/winixd/functions/stat.h
|
||||
templates.o: ../../../../winix/winixd/functions/subject.h
|
||||
templates.o: ../../../../winix/winixd/functions/template.h
|
||||
templates.o: ../../../../winix/winixd/functions/tinymce.h
|
||||
templates.o: ../../../../winix/winixd/functions/uname.h
|
||||
templates.o: ../../../../winix/winixd/functions/upload.h
|
||||
templates.o: ../../../../winix/winixd/functions/uptime.h
|
||||
templates.o: ../../../../winix/winixd/functions/who.h
|
||||
templates.o: ../../../../winix/winixd/functions/vim.h
|
||||
templates.o: ../../../../winix/winixd/core/log.h
|
||||
templates.o: ../../../../winix/winixd/core/misc.h
|
||||
templates.o: ../../../../winix/winixd/templates/miscspace.h
|
||||
templates.o: ../../../../winix/winixd/templates/templates.h
|
||||
|
Reference in New Issue
Block a user