- __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=mp3rend.cpp plugin.cpp mp3render_dll_stub.c mp3render.uid.cpp
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objmp3rend.o thumb-rel32objplugin.o thumb-rel32objmp3render_dll_stub.o thumb-rel32objmp3render.uid.o
- SOURCE_OBJS=
- INCLUDES=-I ......commonruntimepub -I ......commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ......commoninclude -I ......datatypecommonutilpub -I ......datatypemp3codecpub -I .pub -I ......commondbgtoolpub -I ......commonutilpub -I ......commoncontainerpub -I ......datatypemp3commonpub -I ......datatypemp3payloadpub -I ......datatypemp3codecfixptpub -I ......datatypermcommonpub
- DEFINES=-I . -include thumb-rel32datatype_mp3_renderer_ribodefs.h
- STATIC_LIBS=......commonsystemthumb-rel32syslib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonruntimethumb-rel32runtlib.lib ......commonruntimethumb-rel32runtlib.lib ......commondbgtoolthumb-rel32debuglib.lib ......commonutilthumb-rel32utillib.lib ......commoncontainerthumb-rel32contlib.lib ......commonsystemthumb-rel32syslib.lib ......datatypemp3commonthumb-rel32mp3lib.lib ......datatypecommonutilthumb-rel32dtutillib.lib ......datatypemp3payloadthumb-rel32mp3payld.lib ......datatypemp3codecfixptthumb-rel32mp3codecfixpt.lib ......datatypermcommonthumb-rel32rmcomlib.lib
- DYNAMIC_LIBS="C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib" "C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELestlib.lib" "C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib"
- .s.obj:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- .c.o:
- $(CC) $(CCFLAGS) -o $@ -c $<
- .cpp.o:
- $(CC) $(CXXFLAGS) -o $@ -c $<
- all: thumb-rel32obj thumb-rel32mp3render.dll
- thumb-rel32obj:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- all_objects: $(OBJS)
- thumb-rel32mp3render.dll: $(OBJS) $(STATIC_LIBS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32mp3render_libs.lib $(STATIC_LIBS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def mp3render.def --output-exp thumb-rel32mp3render.exp --dllname thumb-rel32mp3render.dll
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll mp3render.lnk thumb-rel32mp3render.exp --dll --base-file thumb-rel32mp3render.bas -o thumb-rel32mp3render.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32mp3render_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
- rm thumb-rel32mp3render.exp
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def mp3render.def --dllname thumb-rel32mp3render.dll --base-file thumb-rel32mp3render.bas --output-exp thumb-rel32mp3render.exp
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll mp3render.lnk thumb-rel32mp3render.exp --dll -Map thumb-rel32mp3render.dll.map -o thumb-rel32mp3render.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32mp3render_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-rel32mp3render.dll thumb-rel32mp3render.dll
- rm thumb-rel32mp3render.exp thumb-rel32mp3render.bas
- rm thumb-rel32mp3render_libs.lib
- thumb-rel32objmp3rend.o: mp3rend.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objmp3rend.o -c mp3rend.cpp
- thumb-rel32objplugin.o: plugin.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objplugin.o -c plugin.cpp
- thumb-rel32objmp3render_dll_stub.o: mp3render_dll_stub.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CCFLAGS) -o thumb-rel32objmp3render_dll_stub.o -c mp3render_dll_stub.c
- thumb-rel32objmp3render.uid.o: mp3render.uid.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objmp3render.uid.o -c mp3render.uid.cpp
- clean:
- $(RM) thumb-rel32mp3render.dll thumb-rel32objmp3rend.o thumb-rel32objplugin.o thumb-rel32objmp3render_dll_stub.o
- $(RM) thumb-rel32objmp3render.uid.o
- ......releasemp3render.dll: thumb-rel32mp3render.dll
- -@if NOT exist "......release" mkdir "......release"
- rm -rf "......releasemp3render.dll"
- copy "thumb-rel32mp3render.dll" "......releasemp3render.dll"
- copy: ......releasemp3render.dll
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objmp3rend.obj: "mp3rend.cpp"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/stdio.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/time.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibtime.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxtypes.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objmp3rend.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxbastsd.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibwindows.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxosstr.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/windows.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibstdio.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibstdarg.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxcom.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxresult.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxiids.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxpiids.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objmp3rend.obj: "......commonincludeatomicbase.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxengin.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxcomm.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxccf.h"
- thumb-rel32objmp3rend.obj: "......commonincludeihxpckts.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxvalue.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxplugn.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxplugncompat.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxrendr.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxcore.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxwin.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxausvc.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxmon.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/limits.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxcliblimits.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxupgrd.h"
- thumb-rel32objmp3rend.obj: "......commonincludermfftype.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objmp3rend.obj: "......commonincluderule2flg.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxinline.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxprefs.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxver.h"
- thumb-rel32objmp3rend.obj: "......commonincludernver.h"
- thumb-rel32objmp3rend.obj: "......commonutilpubhxstrutl.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubsafestring.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3codecpubmpadecobj.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3codecpub../fixpt/pub/mpadecobjfixpt.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3codecpub../fixpt/pubmp3dec.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3codecpub../fltpt/pub/mpadecobjfltpt.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3commonpubmp3format.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3commonpubaudinfo.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3commonpubmp3misc.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3commonpubxmddemuxer.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3commonpubtypes64.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubhxthread.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3commonpubxmdtypes.h"
- thumb-rel32objmp3rend.obj: "......commonutilpubaddupcol.h"
- thumb-rel32objmp3rend.obj: ".pubmp3rend.h"
- thumb-rel32objmp3rend.obj: "......commonincludeihxdefpackethookhlp.h"
- thumb-rel32objmp3rend.obj: "......commonincludehxphook.h"
- thumb-rel32objmp3rend.obj: "......commonutilpubbaseobj.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobals/hxglobals.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobalshxglobalint.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobalshxglobalptr.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobalshxglobalmap.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubchxmapptrtoptr.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubcarray.h"
- thumb-rel32objmp3rend.obj: "......commondbgtoolpubhxassert.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclib/assert.h"
- thumb-rel32objmp3rend.obj: "......commonruntimepubhlxclibassert.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objmp3rend.obj: "......commonutilpubplatform/mac/maclibrary.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubhxstring.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubhxmaputils.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubchxmapbuckets.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubchxmaplongtoobj.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubchxmapguidtoobj.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubhxguid.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubchxmapstringtoob.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubchxmapstringtostring.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobalshxgloballist.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubhxslist.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobalshxglobaldll.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubdllacces.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objmp3rend.obj: "......commonsystempubglobalshxglobalbool.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3payloadpubpktparse.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3payloadpubmpapktparse.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3payloadpubfmtpktparse.h"
- thumb-rel32objmp3rend.obj: "......datatypemp3payloadpubrobpktparse.h"
- thumb-rel32objmp3rend.obj: "......commonutilpubhxdefpackethookhlp.h"
- thumb-rel32objmp3rend.obj: "......commoncontainerpubunkimp.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcfcntl.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/fcntl.h"
- thumb-rel32objmp3rend.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
- thumb-rel32objmp3rend.obj: "......commonincludeihxiunknowntracker.h"
- thumb-rel32objmp3rend.obj: "......datatypecommonutilpubadjtime.h"
- thumb-rel32objmp3rend.obj: "thumb-rel32datatype_mp3_renderer_ribodefs.h"
- thumb-rel32objplugin.obj: "plugin.cpp"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/stdio.h"
- thumb-rel32objplugin.obj: "......commonruntimepubplatform/openwave/hx_op_debug.h"
- thumb-rel32objplugin.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objplugin.obj: "......commonruntimepubplatform/openwave/hx_op_fs.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/sys/types.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/time.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibtime.h"
- thumb-rel32objplugin.obj: "......commonruntimepubplatform/openwave/hx_op_timeutil.h"
- thumb-rel32objplugin.obj: "......commonincludehxtypes.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objplugin.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objplugin.obj: "......commonincludehxbastsd.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibwindows.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxosstr.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objplugin.obj: "......commonruntimepubplatform/wince/get_disk_free.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/windows.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibstdio.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibstdarg.h"
- thumb-rel32objplugin.obj: "......commonincludehxcom.h"
- thumb-rel32objplugin.obj: "......commonincludehxresult.h"
- thumb-rel32objplugin.obj: "......commonincludehxiids.h"
- thumb-rel32objplugin.obj: "......commonincludehxpiids.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objplugin.obj: "......commonincludeatomicbase.h"
- thumb-rel32objplugin.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objplugin.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objplugin.obj: "......commonincludehxengin.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objplugin.obj: "......commonincludehxcomm.h"
- thumb-rel32objplugin.obj: "......commonincludehxccf.h"
- thumb-rel32objplugin.obj: "......commonincludeihxpckts.h"
- thumb-rel32objplugin.obj: "......commonincludehxvalue.h"
- thumb-rel32objplugin.obj: "......commonincludehxplugn.h"
- thumb-rel32objplugin.obj: "......commonincludehxplugncompat.h"
- thumb-rel32objplugin.obj: "......commonincludehxrendr.h"
- thumb-rel32objplugin.obj: "......commonincludehxcore.h"
- thumb-rel32objplugin.obj: "......commonincludehxwin.h"
- thumb-rel32objplugin.obj: "......commonincludehxausvc.h"
- thumb-rel32objplugin.obj: "......commonincludehxmon.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/limits.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxcliblimits.h"
- thumb-rel32objplugin.obj: "......commonincludehxupgrd.h"
- thumb-rel32objplugin.obj: "......commonincludermfftype.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objplugin.obj: "......commonincluderule2flg.h"
- thumb-rel32objplugin.obj: "......commonincludehxinline.h"
- thumb-rel32objplugin.obj: "......commonincludehxprefs.h"
- thumb-rel32objplugin.obj: "......commonutilpubhxstrutl.h"
- thumb-rel32objplugin.obj: "......commonruntimepubsafestring.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcctype.h"
- thumb-rel32objplugin.obj: "......datatypemp3codecpubmpadecobj.h"
- thumb-rel32objplugin.obj: "......datatypemp3codecpub../fixpt/pub/mpadecobjfixpt.h"
- thumb-rel32objplugin.obj: "......datatypemp3codecpub../fixpt/pubmp3dec.h"
- thumb-rel32objplugin.obj: "......datatypemp3codecpub../fltpt/pub/mpadecobjfltpt.h"
- thumb-rel32objplugin.obj: "......datatypemp3commonpubmp3format.h"
- thumb-rel32objplugin.obj: "......datatypemp3commonpubaudinfo.h"
- thumb-rel32objplugin.obj: "......datatypemp3commonpubmp3misc.h"
- thumb-rel32objplugin.obj: "......datatypemp3commonpubxmddemuxer.h"
- thumb-rel32objplugin.obj: "......datatypemp3commonpubtypes64.h"
- thumb-rel32objplugin.obj: "......commonsystempubhxthread.h"
- thumb-rel32objplugin.obj: "......datatypemp3commonpubxmdtypes.h"
- thumb-rel32objplugin.obj: ".pubmp3rend.h"
- thumb-rel32objplugin.obj: "......commonincludeihxdefpackethookhlp.h"
- thumb-rel32objplugin.obj: "......commonincludehxphook.h"
- thumb-rel32objplugin.obj: "......commonutilpubbaseobj.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobals/hxglobals.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobalshxglobalint.h"
- thumb-rel32objplugin.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobalshxglobalptr.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobalshxglobalmap.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubchxmapptrtoptr.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubcarray.h"
- thumb-rel32objplugin.obj: "......commondbgtoolpubhxassert.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclib/assert.h"
- thumb-rel32objplugin.obj: "......commonruntimepubhlxclibassert.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsignal.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/signal.h"
- thumb-rel32objplugin.obj: "......commonutilpubplatform/mac/maclibrary.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdlib.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/reent.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsystime.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubhxstring.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobals/hxglobalchxstring.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubhxmaputils.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubchxmapbuckets.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubchxmaplongtoobj.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubchxmapguidtoobj.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubhxguid.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubchxmapstringtoob.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubchxmapstringtostring.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobalshxgloballist.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubhxslist.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobalshxglobaldll.h"
- thumb-rel32objplugin.obj: "......commonsystempubdllacces.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobalshxglobalchararray.h"
- thumb-rel32objplugin.obj: "......commonsystempubglobalshxglobalbool.h"
- thumb-rel32objplugin.obj: "......datatypemp3payloadpubpktparse.h"
- thumb-rel32objplugin.obj: "......datatypemp3payloadpubmpapktparse.h"
- thumb-rel32objplugin.obj: "......datatypemp3payloadpubfmtpktparse.h"
- thumb-rel32objplugin.obj: "......datatypemp3payloadpubrobpktparse.h"
- thumb-rel32objplugin.obj: "......commonutilpubhxdefpackethookhlp.h"
- thumb-rel32objplugin.obj: "......commoncontainerpubunkimp.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcfcntl.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/fcntl.h"
- thumb-rel32objplugin.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stat.h"
- thumb-rel32objplugin.obj: "......commonincludeihxiunknowntracker.h"
- thumb-rel32objplugin.obj: "thumb-rel32datatype_mp3_renderer_ribodefs.h"
- thumb-rel32objmp3render_dll_stub.obj: "mp3render_dll_stub.c"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonsystempubhxglobalmgr.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxtypes.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxbastsd.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxcom.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxresult.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxiids.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxpiids.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubhlxclib/string.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubhlxclibstring.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubhlxclibstdlib.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubhlxclibctype.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubhlxclib/memory.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonruntimepubhlxclibmemory.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludeatomicbase.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonsystempubmicrosleep.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxmutexlock.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objmp3render_dll_stub.obj: "......commonincludehxengin.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objmp3render_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objmp3render_dll_stub.obj: "thumb-rel32datatype_mp3_renderer_ribodefs.h"
- thumb-rel32objmp3render.uid.obj: "mp3render.uid.cpp"
- thumb-rel32objmp3render.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
- thumb-rel32objmp3render.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objmp3render.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objmp3render.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objmp3render.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objmp3render.uid.obj: "thumb-rel32datatype_mp3_renderer_ribodefs.h"