- __STANDARD__=YES
- SRCROOT=....
- RM=rm -rf
- RM_DIR=rm -rf
- MAKE_DEP=
- MAKE_DEP_FLAGS=$(INCLUDES) $(DEFINES)
- LD=
- LDFLAGS=
- CP=copy
- MAKE=nmake
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- CXXFLAGS=-s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2 $(INCLUDES) $(DEFINES)
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- CCFLAGS=-x c++ -s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2 $(INCLUDES) $(DEFINES)
- CC="C:Symbian6.1Shared/EPOC32/gcc/bin/thumb-epoc-pe-gcc"
- CXXFLAGS=-s -fomit-frame-pointer -mthumb-interwork -nostdinc -fno-builtin -Wall -Wno-ctor-dtor-privacy -Wno-unknown-pragmas -Wno-non-virtual-dtor -ffunction-sections -fdata-sections -O2 $(INCLUDES) $(DEFINES)
- SRCS=hxassert.cpp hxstat.cpp multilog.cpp print.cpp memprb.cpp
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objhxassert.o thumb-rel32objhxstat.o thumb-rel32objmultilog.o thumb-rel32objprint.o thumb-rel32objmemprb.o
- SOURCE_OBJS=
- INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I pubplatformsymbian -I platformsymbian -I ..include -I ..runtimepub -I ..systempub -I ..fileiopub -I ..utilpub -I ..containerpub -I .pub -I ....commondbgtoolpub
- DEFINES=-I . -include thumb-rel32common_dbgtool_ribodefs.h
- STATIC_LIBS=....commonsystemthumb-rel32syslib.lib ....commondbgtoolthumb-rel32debuglib.lib ....commonruntimethumb-rel32runtlib.lib
- DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib"
- .s.obj:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- .c.o:
- $(CC) $(CCFLAGS) -o $@ -c $<
- .cpp.o:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- all: thumb-rel32obj thumb-rel32debuglib.lib
- thumb-rel32obj:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- all_objects: $(OBJS)
- thumb-rel32debuglib.lib: $(OBJS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -rm thumb-rel32debuglib.lib
- "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32debuglib.lib $(OBJS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32debuglib.lib
- thumb-rel32objhxassert.o: hxassert.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objhxassert.o -c hxassert.cpp
- thumb-rel32objhxstat.o: hxstat.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objhxstat.o -c hxstat.cpp
- thumb-rel32objmultilog.o: multilog.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objmultilog.o -c multilog.cpp
- thumb-rel32objprint.o: print.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objprint.o -c print.cpp
- thumb-rel32objmemprb.o: memprb.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objmemprb.o -c memprb.cpp
- clean:
- $(RM) thumb-rel32debuglib.lib thumb-rel32objhxassert.o thumb-rel32objhxstat.o thumb-rel32objmultilog.o
- $(RM) thumb-rel32objprint.o thumb-rel32objmemprb.o
- ....releasedebuglib.lib: thumb-rel32debuglib.lib
- -@if NOT exist "....release" mkdir "....release"
- rm -rf "....releasedebuglib.lib"
- copy "thumb-rel32debuglib.lib" "....releasedebuglib.lib"
- copy: ....releasedebuglib.lib
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objhxassert.obj: "hxassert.cpp"
- thumb-rel32objhxassert.obj: "..includehxtypes.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objhxassert.obj: "..includeplatform/symbian/symbiantypes.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objhxassert.obj: "..includehxbastsd.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objhxassert.obj: ".pubhxassert.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/limits.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxcliblimits.h"
- thumb-rel32objhxassert.obj: "..includehxresult.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objhxassert.obj: "..utilpubplatform/mac/maclibrary.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objhxassert.obj: "..utilpubhxstrutl.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubsafestring.h"
- thumb-rel32objhxassert.obj: "..includehxcom.h"
- thumb-rel32objhxassert.obj: "..includehxiids.h"
- thumb-rel32objhxassert.obj: "..includehxpiids.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/memory.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclibmemory.h"
- thumb-rel32objhxassert.obj: "..includeatomicbase.h"
- thumb-rel32objhxassert.obj: "....commonsystempubmicrosleep.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objhxassert.obj: "..includehxmutexlock.h"
- thumb-rel32objhxassert.obj: "..includehxengin.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objhxassert.obj: ".pubdebugout.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubplatform/mac/hxcrt_assert.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/wait.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeavkon.rsg"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknglobalmsgquery.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeAknNotify.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnotifystd.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiknotapi.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includef32file.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32svr.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32keys.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32hal.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includee32pccd.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includef32file.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknquerydialog.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdialg.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoecobs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeccntx.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includew32std.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefntstore.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegdi.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32std.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32strm.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32std.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegdi.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeopenfont.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefbs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitmap.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitbase.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitstd.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebitdev.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbctrl.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulbordr.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeguldef.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoecntrl.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulalign.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoedef.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoehelp.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeinput.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoemop.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdpobs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikfctry.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebadesca.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebamdesca.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulftflg.hrh"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbutb.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeuikon.hrh"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcolor.hrh"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelafpublc.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbtgpc.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikbtgrp.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcmobs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopupfader.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknform.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknDialog.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikmobs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbx.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbo.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksbfrm.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknscrlb.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikscrlb.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksbobs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknscbut.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbm.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbv.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklbed.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulutil.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiktxlbx.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopuplayout.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknutils.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeBldVariant.hrh"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiktxlbm.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeavkon.hrh"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikenv.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoemain.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebarsc.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebasched.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdef.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapaflrec.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapadef.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapaid.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapacmdln.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includebaerrhan.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulcolor.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikdgfty.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikaufty.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklibry.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikamnt.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includelafmain.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmtlay.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfrmat.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfrmat.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtetext.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldset.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldinfo.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldbase.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32stor.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32share.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32buf.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32buf.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32share.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32page.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32page.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includes32stor.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefldbltin.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtetext.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmlaydt.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtlaydc.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmvis.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmparam.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetagma.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtstyle.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfmlyr.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfmstm.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtfmlyr.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includetxtstyle.inl"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikvcurs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknlayout.lag"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeAknLayoutDef.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknintermediate.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknquerycontrol.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikedwin.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includemedobsrv.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefepbase.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeE32BASE.H"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeF32FILE.H"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeW32STD.H"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeCOEDEF.H"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeCOEMAIN.H"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmtview.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includefrmframe.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikedwob.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikccpu.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiklay.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikseced.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikmfne.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcal.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikscbut.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcmbut.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnumseced.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnumedwin.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknnumed.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikfpne.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikimage.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikalign.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknPanic.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknmultilinequerycontrol.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknlistquerycontrol.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopupheadingpane.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknappui.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikappui.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeaui.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includevwsdef.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeauib.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includecoeview.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeAknWsEventObserver.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeEikspane.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikspmod.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrvc.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrvs.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrv.pan"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeapgtask.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeiksrv.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikunder.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikcba.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeeikctgrp.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknpopup.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includegulicon.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknquerydata.h"
- thumb-rel32objhxassert.obj: "C:Symbian6.1SERIES60EPOC32includeaknlistquerydialog.h"
- thumb-rel32objhxassert.obj: "....commonruntimepubhlxclib/stdarg.h"
- thumb-rel32objhxassert.obj: "..includehxheap.h"
- thumb-rel32objhxassert.obj: "..includehxhpbase.h"
- thumb-rel32objhxassert.obj: "thumb-rel32common_dbgtool_ribodefs.h"
- thumb-rel32objhxstat.obj: "hxstat.cpp"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objhxstat.obj: "..includehxtypes.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objhxstat.obj: "..includeplatform/symbian/symbiantypes.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objhxstat.obj: "..includehxbastsd.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/stdarg.h"
- thumb-rel32objhxstat.obj: "..includehxresult.h"
- thumb-rel32objhxstat.obj: ".pubhxstat.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objhxstat.obj: ".../fileio/pub/chxdataf.h"
- thumb-rel32objhxstat.obj: ".../fileio/pubchxdataf_stdio.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibfcntl.h"
- thumb-rel32objhxstat.obj: "..includehxcom.h"
- thumb-rel32objhxstat.obj: "..includehxiids.h"
- thumb-rel32objhxstat.obj: "..includehxpiids.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/memory.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibmemory.h"
- thumb-rel32objhxstat.obj: "..includeatomicbase.h"
- thumb-rel32objhxstat.obj: "....commonsystempubmicrosleep.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objhxstat.obj: "..includehxmutexlock.h"
- thumb-rel32objhxstat.obj: "..includehxengin.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objhxstat.obj: "..includeihxfgbuf.h"
- thumb-rel32objhxstat.obj: ".../fileio/pubchxdataf_virtual.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobals/hxglobals.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalint.h"
- thumb-rel32objhxstat.obj: "....commonsystempubhxglobalmgr.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalptr.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalmap.h"
- thumb-rel32objhxstat.obj: "..containerpubchxmapptrtoptr.h"
- thumb-rel32objhxstat.obj: "..containerpubcarray.h"
- thumb-rel32objhxstat.obj: ".pubhxassert.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/limits.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxcliblimits.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objhxstat.obj: "..utilpubplatform/mac/maclibrary.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objhxstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objhxstat.obj: "..containerpubhxstring.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objhxstat.obj: "..containerpubhxmaputils.h"
- thumb-rel32objhxstat.obj: "..containerpubchxmapbuckets.h"
- thumb-rel32objhxstat.obj: "..containerpubchxmaplongtoobj.h"
- thumb-rel32objhxstat.obj: "..containerpubchxmapguidtoobj.h"
- thumb-rel32objhxstat.obj: "..containerpubhxguid.h"
- thumb-rel32objhxstat.obj: "..containerpubchxmapstringtoob.h"
- thumb-rel32objhxstat.obj: "..containerpubchxmapstringtostring.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobalshxgloballist.h"
- thumb-rel32objhxstat.obj: "..containerpubhxslist.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobaldll.h"
- thumb-rel32objhxstat.obj: "....commonsystempubdllacces.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objhxstat.obj: "....commonsystempubglobalshxglobalbool.h"
- thumb-rel32objhxstat.obj: "..includehxheap.h"
- thumb-rel32objhxstat.obj: "..includehxhpbase.h"
- thumb-rel32objhxstat.obj: "....commonruntimepubhlxclib/fcntl.h"
- thumb-rel32objhxstat.obj: "thumb-rel32common_dbgtool_ribodefs.h"
- thumb-rel32objmultilog.obj: "multilog.cpp"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objmultilog.obj: "..includehxtypes.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objmultilog.obj: "..includeplatform/symbian/symbiantypes.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objmultilog.obj: "..includehxbastsd.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/stdarg.h"
- thumb-rel32objmultilog.obj: "..includehxcom.h"
- thumb-rel32objmultilog.obj: "..includehxresult.h"
- thumb-rel32objmultilog.obj: "..includehxiids.h"
- thumb-rel32objmultilog.obj: "..includehxpiids.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/memory.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibmemory.h"
- thumb-rel32objmultilog.obj: "..includeatomicbase.h"
- thumb-rel32objmultilog.obj: "....commonsystempubmicrosleep.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objmultilog.obj: "..includehxmutexlock.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objmultilog.obj: "..includehxengin.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objmultilog.obj: "..includehxerror.h"
- thumb-rel32objmultilog.obj: "..includehxprefs.h"
- thumb-rel32objmultilog.obj: "..includeihxpckts.h"
- thumb-rel32objmultilog.obj: "..includehxvalue.h"
- thumb-rel32objmultilog.obj: "..utilpubhxstrutl.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubsafestring.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objmultilog.obj: "..utilpubhxprefutil.h"
- thumb-rel32objmultilog.obj: ".pubdebugout.h"
- thumb-rel32objmultilog.obj: ".pubhxassert.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxclib/limits.h"
- thumb-rel32objmultilog.obj: "....commonruntimepubhlxcliblimits.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objmultilog.obj: "..utilpubplatform/mac/maclibrary.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objmultilog.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
- thumb-rel32objmultilog.obj: ".pubmultilog.h"
- thumb-rel32objmultilog.obj: ".puberrdbg.h"
- thumb-rel32objmultilog.obj: "thumb-rel32common_dbgtool_ribodefs.h"
- thumb-rel32objprint.obj: "print.cpp"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objprint.obj: ".pubprint.h"
- thumb-rel32objprint.obj: "platformsymbiansymbian_print.h"
- thumb-rel32objprint.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objprint.obj: "..includehxtypes.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objprint.obj: "..includeplatform/symbian/symbiantypes.h"
- thumb-rel32objprint.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objprint.obj: "..includehxbastsd.h"
- thumb-rel32objprint.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objprint.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objprint.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objprint.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objprint.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objprint.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objprint.obj: "thumb-rel32common_dbgtool_ribodefs.h"
- thumb-rel32objmemprb.obj: "memprb.cpp"
- thumb-rel32objmemprb.obj: ".pubhxmemprb.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objmemprb.obj: "..includehxtypes.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objmemprb.obj: "..includeplatform/symbian/symbiantypes.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objmemprb.obj: "..includehxbastsd.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objmemprb.obj: "..includehxresult.h"
- thumb-rel32objmemprb.obj: ".pub../platform/win/memprb.h"
- thumb-rel32objmemprb.obj: "platform/win/memprb.cpp"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objmemprb.obj: ".pubhxassert.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxclib/limits.h"
- thumb-rel32objmemprb.obj: "....commonruntimepubhlxcliblimits.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objmemprb.obj: "..utilpubplatform/mac/maclibrary.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objmemprb.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objmemprb.obj: "thumb-rel32common_dbgtool_ribodefs.h"