- __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/g++"
- CXXFLAGS=-fomit-frame-pointer -march=armv4t -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/g++"
- CCFLAGS=-fomit-frame-pointer -march=armv4t -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/g++"
- CXXFLAGS=-fomit-frame-pointer -march=armv4t -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=initguid.cpp amr_nb_entry.cpp series60s60_amr_nb.cpp amrn_dll_stub.c amrn.uid.cpp
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objinitguid.o thumb-rel32objamr_nb_entry.o thumb-rel32objseries60s60_amr_nb.o thumb-rel32objamrn_dll_stub.o thumb-rel32objamrn.uid.o
- SOURCE_OBJS=
- INCLUDES=-I ........commonruntimepub -I ........commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ........commoninclude -I ........commondbgtoolpub -I ........datatypeamrcommonpub -I ........datatypeinclude -I ........datatyperminclude -I .pub
- DEFINES=-I . -include thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h
- STATIC_LIBS=........commonsystemthumb-rel32syslib.lib ........commondbgtoolthumb-rel32debuglib.lib ........commonruntimethumb-rel32runtlib.lib ........datatypeamrcommonthumb-rel32amrcomlib.lib ........commondbgtoolthumb-rel32debuglib.lib ........commonruntimethumb-rel32runtlib.lib
- DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib" "C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELAMRDLL.LIB"
- .s.obj:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- .c.o:
- $(CC) $(CCFLAGS) -o $@ -c $<
- .cpp.o:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- all: thumb-rel32obj thumb-rel32amrn.dll
- thumb-rel32obj:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- all_objects: $(OBJS)
- thumb-rel32amrn.dll: $(OBJS) $(STATIC_LIBS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32amrn_libs.lib $(STATIC_LIBS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def amrn.def --output-exp thumb-rel32amrn.exp --dllname thumb-rel32amrn.dll
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll amrn.lnk thumb-rel32amrn.exp --dll --base-file thumb-rel32amrn.bas -o thumb-rel32amrn.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32amrn_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
- rm thumb-rel32amrn.exp
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def amrn.def --dllname thumb-rel32amrn.dll --base-file thumb-rel32amrn.bas --output-exp thumb-rel32amrn.exp
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll amrn.lnk thumb-rel32amrn.exp --dll -Map thumb-rel32amrn.dll.map -o thumb-rel32amrn.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32amrn_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
- "C:Symbian6.1Shared/epoc32/tools/petran" -nocall -uid1 0x10000079 -uid2 0x0 -uid3 0x0 thumb-rel32amrn.dll thumb-rel32amrn.dll
- rm thumb-rel32amrn.exp thumb-rel32amrn.bas
- rm thumb-rel32amrn_libs.lib
- thumb-rel32objinitguid.o: initguid.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objinitguid.o -c initguid.cpp
- thumb-rel32objamr_nb_entry.o: amr_nb_entry.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objamr_nb_entry.o -c amr_nb_entry.cpp
- thumb-rel32objseries60s60_amr_nb.o: series60s60_amr_nb.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- -@if NOT exist "thumb-rel32objseries60" mkdir "thumb-rel32objseries60"
- $(CC) $(CXXFLAGS) -o thumb-rel32objseries60s60_amr_nb.o -c series60s60_amr_nb.cpp
- thumb-rel32objamrn_dll_stub.o: amrn_dll_stub.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CCFLAGS) -o thumb-rel32objamrn_dll_stub.o -c amrn_dll_stub.c
- thumb-rel32objamrn.uid.o: amrn.uid.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objamrn.uid.o -c amrn.uid.cpp
- clean:
- $(RM) thumb-rel32amrn.dll thumb-rel32objinitguid.o thumb-rel32objamr_nb_entry.o thumb-rel32objseries60s60_amr_nb.o
- $(RM) thumb-rel32objamrn_dll_stub.o thumb-rel32objamrn.uid.o
- ........releaseamrn.dll: thumb-rel32amrn.dll
- -@if NOT exist "........release" mkdir "........release"
- rm -rf "........releaseamrn.dll"
- copy "thumb-rel32amrn.dll" "........releaseamrn.dll"
- copy: ........releaseamrn.dll
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objinitguid.obj: "initguid.cpp"
- thumb-rel32objinitguid.obj: "........datatypeincludehxacodec.h"
- thumb-rel32objinitguid.obj: "........commonincludehxtypes.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objinitguid.obj: "........commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objinitguid.obj: "........commonincludehxbastsd.h"
- thumb-rel32objinitguid.obj: "........commonincludehxcom.h"
- thumb-rel32objinitguid.obj: "........commonincludehxresult.h"
- thumb-rel32objinitguid.obj: "........commonincludehxiids.h"
- thumb-rel32objinitguid.obj: "........commonincludehxpiids.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubhlxclib/string.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibstring.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibstdlib.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibctype.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubhlxclib/memory.h"
- thumb-rel32objinitguid.obj: "........commonruntimepubhlxclibmemory.h"
- thumb-rel32objinitguid.obj: "........commonincludeatomicbase.h"
- thumb-rel32objinitguid.obj: "........commonsystempubmicrosleep.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objinitguid.obj: "........commonincludehxmutexlock.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objinitguid.obj: "........commonincludehxengin.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objinitguid.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objinitguid.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
- thumb-rel32objamr_nb_entry.obj: "amr_nb_entry.cpp"
- thumb-rel32objamr_nb_entry.obj: "series60/s60_amr_nb.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxcom.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxtypes.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objamr_nb_entry.obj: "........commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxbastsd.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxresult.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxiids.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxpiids.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclib/string.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibstring.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibstdlib.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibctype.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclib/memory.h"
- thumb-rel32objamr_nb_entry.obj: "........commonruntimepubhlxclibmemory.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludeatomicbase.h"
- thumb-rel32objamr_nb_entry.obj: "........commonsystempubmicrosleep.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxmutexlock.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objamr_nb_entry.obj: "........commonincludehxengin.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objamr_nb_entry.obj: "........datatypeincludehxacodec.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includeAmrCodec.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includeE32Base.h"
- thumb-rel32objamr_nb_entry.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
- thumb-rel32objamr_nb_entry.obj: "reference/amr_nb_codec.h"
- thumb-rel32objamr_nb_entry.obj: "........datatypeamrcommonpubamr_reorder.h"
- thumb-rel32objamr_nb_entry.obj: "........datatypeamrcommonpubamr_flavor.h"
- thumb-rel32objamr_nb_entry.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
- thumb-rel32objseries60s60_amr_nb.obj: "series60s60_amr_nb.cpp"
- thumb-rel32objseries60s60_amr_nb.obj: "series60./s60_amr_nb.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxcom.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxtypes.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxbastsd.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxresult.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxiids.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxpiids.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclib/string.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibstring.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibstdlib.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibctype.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclib/memory.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonruntimepubhlxclibmemory.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludeatomicbase.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonsystempubmicrosleep.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxmutexlock.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........commonincludehxengin.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........datatypeincludehxacodec.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includeAmrCodec.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includeE32Base.h"
- thumb-rel32objseries60s60_amr_nb.obj: "C:Symbian6.1SERIES60EPOC32includee32base.inl"
- thumb-rel32objseries60s60_amr_nb.obj: "........datatypeamrcommonpubamr_frame_hdr.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........datatypeamrcommonpubamr_frame_info.h"
- thumb-rel32objseries60s60_amr_nb.obj: "........datatypeamrcommonpubamr_flavor.h"
- thumb-rel32objseries60s60_amr_nb.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
- thumb-rel32objamrn_dll_stub.obj: "amrn_dll_stub.c"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonsystempubhxglobalmgr.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxtypes.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxbastsd.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxcom.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxresult.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxiids.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxpiids.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclib/string.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibstring.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibstdlib.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibctype.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclib/memory.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonruntimepubhlxclibmemory.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludeatomicbase.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonsystempubmicrosleep.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxmutexlock.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objamrn_dll_stub.obj: "........commonincludehxengin.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objamrn_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objamrn_dll_stub.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"
- thumb-rel32objamrn.uid.obj: "amrn.uid.cpp"
- thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
- thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objamrn.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objamrn.uid.obj: "thumb-rel32datatype_amr_codec_amr_nb_ribodefs.h"