- __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=decwrapper.cpp cook_dll_stub.c cook.uid.cpp
- OBJS=$(COMPILED_OBJS) $(SOURCE_OBJS)
- COMPILED_OBJS=thumb-rel32objdecwrapper.o thumb-rel32objcook_dll_stub.o thumb-rel32objcook.uid.o
- SOURCE_OBJS=
- INCLUDES=-I ..........commonruntimepub -I ..........commonsystempub -I C:Symbian6.1SERIES60EPOC32include -I C:Symbian6.1SERIES60EPOC32includelibc -I ..........commoninclude -I ..........datatyperminclude -I ..........datatypeinclude -I .pub -I ..........commondbgtoolpub
- DEFINES=-I . -include thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h
- STATIC_LIBS=c:sourcehelixdatatype_distrmaudiocodecra8lbrfixptthumb-rel32ra8lbrdec.lib ..........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-rel32cook.dll
- thumb-rel32obj:
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- all_objects: $(OBJS)
- thumb-rel32cook.dll: $(OBJS) $(STATIC_LIBS)
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- python C:sourcebuildbinarmerge -d thumb-rel32objlib thumb-rel32cook_libs.lib $(STATIC_LIBS)
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def cook.def --output-exp thumb-rel32cook.exp --dllname thumb-rel32cook.dll
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll cook.lnk thumb-rel32cook.exp --dll --base-file thumb-rel32cook.bas -o thumb-rel32cook.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32cook_libs.lib $(DYNAMIC_LIBS) C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELegcc.lib C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELeuser.lib
- rm thumb-rel32cook.exp
- "C:Symbian6.1Shared/EPOC32/gcc/bin/dlltool" -m thumb --def cook.def --dllname thumb-rel32cook.dll --base-file thumb-rel32cook.bas --output-exp thumb-rel32cook.exp
- python C:sourcebuildbinrlink.py ld -s --thumb-entry _E32Dll -u _E32Dll cook.lnk thumb-rel32cook.exp --dll -Map thumb-rel32cook.dll.map -o thumb-rel32cook.dll C:Symbian6.1SERIES60EPOC32ReleaseTHUMBURELedll.lib $(OBJS) thumb-rel32cook_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-rel32cook.dll thumb-rel32cook.dll
- rm thumb-rel32cook.exp thumb-rel32cook.bas
- rm thumb-rel32cook_libs.lib
- thumb-rel32objdecwrapper.o: decwrapper.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objdecwrapper.o -c decwrapper.cpp
- thumb-rel32objcook_dll_stub.o: cook_dll_stub.c
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CCFLAGS) -o thumb-rel32objcook_dll_stub.o -c cook_dll_stub.c
- thumb-rel32objcook.uid.o: cook.uid.cpp
- -@if NOT exist "thumb-rel32" mkdir "thumb-rel32"
- -@if NOT exist "thumb-rel32obj" mkdir "thumb-rel32obj"
- $(CC) $(CXXFLAGS) -o thumb-rel32objcook.uid.o -c cook.uid.cpp
- clean:
- $(RM) thumb-rel32cook.dll thumb-rel32objdecwrapper.o thumb-rel32objcook_dll_stub.o thumb-rel32objcook.uid.o
- ..........releasecook.dll: thumb-rel32cook.dll
- -@if NOT exist "..........release" mkdir "..........release"
- rm -rf "..........releasecook.dll"
- copy "thumb-rel32cook.dll" "..........releasecook.dll"
- copy: ..........releasecook.dll
- depend:
- python C:sourcebuildbinmkdepend /tthumb-rel32obj /mMakefile $(DEFINES) $(INCLUDES) $(SRCS)
- # DO NOT DELETE -- mkdepend depends on this line
- thumb-rel32objdecwrapper.obj: "decwrapper.cpp"
- thumb-rel32objdecwrapper.obj: ".pubra8lbr.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxtypes.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objdecwrapper.obj: "..........commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxbastsd.h"
- thumb-rel32objdecwrapper.obj: "..........datatypermincluderacodec.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxresult.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxcom.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxiids.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxpiids.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclib/string.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibstring.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibstdlib.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibctype.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclib/memory.h"
- thumb-rel32objdecwrapper.obj: "..........commonruntimepubhlxclibmemory.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludeatomicbase.h"
- thumb-rel32objdecwrapper.obj: "..........commonsystempubmicrosleep.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxmutexlock.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objdecwrapper.obj: "..........commonincludehxengin.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objdecwrapper.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objdecwrapper.obj: "thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h"
- thumb-rel32objcook_dll_stub.obj: "cook_dll_stub.c"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstring.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibc_ansi.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstddef.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonsystempubhxglobalmgr.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxtypes.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludeplatform/symbian/symbiantypes.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/param.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxbastsd.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxcom.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxresult.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxiids.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxpiids.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclib/string.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubplatform/openwave/hx_op_stdc.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibstring.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibstdlib.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibctype.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclib/stdlib.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclib/memory.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonruntimepubhlxclibmemory.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludeatomicbase.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonsystempubmicrosleep.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/time.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibctime.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcmachine/types.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcunistd.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/unistd.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/types.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxmutexlock.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdio.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcstdarg_e.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/stdio_t.h"
- thumb-rel32objcook_dll_stub.obj: "..........commonincludehxengin.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcerrno.h"
- thumb-rel32objcook_dll_stub.obj: "C:Symbian6.1SERIES60EPOC32includelibcsys/errno.h"
- thumb-rel32objcook_dll_stub.obj: "thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h"
- thumb-rel32objcook.uid.obj: "cook.uid.cpp"
- thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includeE32STD.H"
- thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32def.h"
- thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des8.h"
- thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32des16.h"
- thumb-rel32objcook.uid.obj: "C:Symbian6.1SERIES60EPOC32includee32std.inl"
- thumb-rel32objcook.uid.obj: "thumb-rel32datatype_rm_audio_codec_ra8lbr_ribodefs.h"