- __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=platformsymbianprocess_events.cpp string.cpp stdlib.cpp assert.cpp hlxosstr.cpp safestring.cpp windows.cpp time.cpp stat.cpp errno.cpp stdio.cpp
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objplatformsymbianprocess_events.o thumb-rel32objstring.o thumb-rel32objstdlib.o thumb-rel32objassert.o thumb-rel32objhlxosstr.o thumb-rel32objsafestring.o thumb-rel32objwindows.o thumb-rel32objtime.o thumb-rel32objstat.o thumb-rel32objerrno.o thumb-rel32objstdio.o
- SOURCE_OBJS=
- INCLUDES=-I ....commonruntimepub -I ....commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ....commoninclude -I .pub -I ....commondbgtoolpub
- DEFINES=-I . -include thumb-rel32common_runtime_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-rel32runtlib.lib
- thumb-rel32obj:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- all_objects: $(OBJS)
- thumb-rel32runtlib.lib: $(OBJS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -rm thumb-rel32runtlib.lib
- "C:Symbian6.1Shared/EPOC32/gcc/bin/ar" rv thumb-rel32runtlib.lib $(OBJS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/ranlib" thumb-rel32runtlib.lib
- thumb-rel32objplatformsymbianprocess_events.o: platformsymbianprocess_events.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objplatform" mkdir "thumb-rel32objplatform"
- -@if NOT exist "thumb-rel32objplatformsymbian" mkdir "thumb-rel32objplatformsymbian"
- $(CC) $(CXXFLAGS) -o thumb-rel32objplatformsymbianprocess_events.o -c platformsymbianprocess_events.cpp
- thumb-rel32objstring.o: string.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objstring.o -c string.cpp
- thumb-rel32objstdlib.o: stdlib.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objstdlib.o -c stdlib.cpp
- thumb-rel32objassert.o: assert.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objassert.o -c assert.cpp
- thumb-rel32objhlxosstr.o: hlxosstr.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objhlxosstr.o -c hlxosstr.cpp
- thumb-rel32objsafestring.o: safestring.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objsafestring.o -c safestring.cpp
- thumb-rel32objwindows.o: windows.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objwindows.o -c windows.cpp
- thumb-rel32objtime.o: time.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objtime.o -c time.cpp
- thumb-rel32objstat.o: stat.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objstat.o -c stat.cpp
- thumb-rel32objerrno.o: errno.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objerrno.o -c errno.cpp
- thumb-rel32objstdio.o: stdio.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objstdio.o -c stdio.cpp
- clean:
- $(RM) thumb-rel32runtlib.lib thumb-rel32objplatformsymbianprocess_events.o thumb-rel32objstring.o
- $(RM) thumb-rel32objstdlib.o thumb-rel32objassert.o thumb-rel32objhlxosstr.o thumb-rel32objsafestring.o
- $(RM) thumb-rel32objwindows.o thumb-rel32objtime.o thumb-rel32objstat.o thumb-rel32objerrno.o thumb-rel32objstdio.o
- ....releaseruntlib.lib: thumb-rel32runtlib.lib
- -@if NOT exist "....release" mkdir "....release"
- rm -rf "....releaseruntlib.lib"
- copy "thumb-rel32runtlib.lib" "....releaseruntlib.lib"
- copy: ....releaseruntlib.lib
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objplatformsymbianprocess_events.obj: "platformsymbianprocess_events.cpp"
- thumb-rel32objplatformsymbianprocess_events.obj: "....commonruntimepubplatform/symbian/process_events.h"
- thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32base.h"
- thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objplatformsymbianprocess_events.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
- thumb-rel32objplatformsymbianprocess_events.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objstring.obj: "string.cpp"
- thumb-rel32objstring.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objstring.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objstring.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objstring.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objstring.obj: "....commonincludehxtypes.h"
- thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objstring.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objstring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objstring.obj: "....commonincludehxbastsd.h"
- thumb-rel32objstring.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objstring.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objstring.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objstdlib.obj: "stdlib.cpp"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objstdlib.obj: "....commonincludehxtypes.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objstdlib.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objstdlib.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objstdlib.obj: "....commonincludehxbastsd.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objstdlib.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objstdlib.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objassert.obj: "assert.cpp"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objassert.obj: "....commonincludehxtypes.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objassert.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objassert.obj: "....commonincludehxbastsd.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objassert.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objassert.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objassert.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objassert.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objassert.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objhlxosstr.obj: "hlxosstr.cpp"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objhlxosstr.obj: "....commonincludehxtypes.h"
- thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objhlxosstr.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objhlxosstr.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objhlxosstr.obj: "....commonincludehxbastsd.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objhlxosstr.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objhlxosstr.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objsafestring.obj: "safestring.cpp"
- thumb-rel32objsafestring.obj: "....commonincludehxtypes.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objsafestring.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objsafestring.obj: "....commonincludehxbastsd.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubsafestring.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objsafestring.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objsafestring.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objsafestring.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objwindows.obj: "windows.cpp"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objwindows.obj: "....commonincludehxtypes.h"
- thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objwindows.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objwindows.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objwindows.obj: "....commonincludehxbastsd.h"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objwindows.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objwindows.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objwindows.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objwindows.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objtime.obj: "time.cpp"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objtime.obj: "....commonincludehxtypes.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objtime.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objtime.obj: "....commonincludehxbastsd.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objtime.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/limits.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxcliblimits.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objtime.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objtime.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objtime.obj: "....commonruntimepubplatform/openwave/hx_OpUtils.h"
- thumb-rel32objtime.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objstat.obj: "stat.cpp"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclib/sys/stat.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclib/sysstat.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objstat.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objstat.obj: "....commonincludehxtypes.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objstat.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objstat.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objstat.obj: "....commonincludehxbastsd.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objstat.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objstat.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objstat.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objstat.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objstat.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objerrno.obj: "errno.cpp"
- thumb-rel32objerrno.obj: "....commonruntimepubhlxclib/errno.h"
- thumb-rel32objerrno.obj: "....commonruntimepubhlxcliberrno.h"
- thumb-rel32objerrno.obj: "thumb-rel32common_runtime_ribodefs.h"
- thumb-rel32objstdio.obj: "stdio.cpp"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/stdio.h"
- thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/time.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibtime.h"
- thumb-rel32objstdio.obj: "....commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objstdio.obj: "....commonincludehxtypes.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objstdio.obj: "....commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objstdio.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objstdio.obj: "....commonincludehxbastsd.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibwindows.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxosstr.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstdlib.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/string.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstring.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibctype.h"
- thumb-rel32objstdio.obj: "....commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/windows.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstdio.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibstdarg.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclib/assert.h"
- thumb-rel32objstdio.obj: "....commonruntimepubhlxclibassert.h"
- thumb-rel32objstdio.obj: "thumb-rel32common_runtime_ribodefs.h"