JavaScriptCore/Makefile
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
     1 # ==============================================================================
       
     2 # Generated by qmake (2.01a) (Qt 4.7.0) on: Tue 17. Aug 12:44:06 2010
       
     3 # This file is generated by qmake and should not be modified by the
       
     4 # user.
       
     5 #  Name        : Z:/qtwebkit-symbian-qtp/JavaScriptCore/Makefile
       
     6 #  Description : Wrapper Makefile for calling Symbian build tools
       
     7 #
       
     8 # ==============================================================================
       
     9 
       
    10 
       
    11 MAKEFILE          = Makefile
       
    12 QMAKE             = \epoc32\tools\qmake.exe
       
    13 DEL_FILE          = del 2> NUL
       
    14 DEL_DIR           = rmdir
       
    15 CHK_DIR_EXISTS    = if not exist
       
    16 MKDIR             = mkdir
       
    17 MOVE              = move
       
    18 DEBUG_PLATFORMS   = winscw gcce armv5 armv6
       
    19 RELEASE_PLATFORMS = gcce armv5 armv6
       
    20 MAKE              = make
       
    21 SBS               = sbs
       
    22 
       
    23 DEFINES	 = -DSYMBIAN -DUNICODE -DQT_KEYPAD_NAVIGATION -DQT_SOFTKEYS_ENABLED -DQT_USE_MATH_H_FLOATS -DBUILDING_QT__=1 -DWTF_USE_ACCELERATED_COMPOSITING -DUSE_SYSTEM_MALLOC -DQT_NO_UITOOLS -DNDEBUG -DBUILDING_QT__ -DBUILDING_JavaScriptCore -DBUILDING_WTF -DQT_CORE_LIB
       
    24 INCPATH	 =  -I"Z:/epoc32/include/mw/QtCore"  -I"Z:/epoc32/include/mw"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore"  -I"Z:/qtwebkit-symbian-qtp"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/assembler"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/bytecode"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/bytecompiler"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/debugger"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/interpreter"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/jit"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/parser"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/pcre"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/profiler"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/runtime"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/wtf"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/wtf/symbian"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/wtf/unicode"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/yarr"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/API"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/ForwardingHeaders"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/generated"  -I"Z:/sf/mw/qt/mkspecs/common/symbian"  -I"Z:/epoc32/include"  -I"Z:/epoc32/include/stdapis"  -I"Z:/epoc32/include/stdapis/sys"  -I"Z:/epoc32/include/platform/mw"  -I"Z:/epoc32/include/platform"  -I"Z:/epoc32/include/platform/loc"  -I"Z:/epoc32/include/platform/mw/loc"  -I"Z:/epoc32/include/platform/loc/sc"  -I"Z:/epoc32/include/platform/mw/loc/sc"  -I"Z:/qtwebkit-symbian-qtp/include/QtWebKit"  -I"Z:/JavaScriptCore/tmp"  -I"Z:/epoc32/include/stdapis/stlportv5"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/wtf/qt"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/wtf/text"  -I"Z:/qtwebkit-symbian-qtp/JavaScriptCore/wtf/unicode/icu" 
       
    25 first: default
       
    26 default: debug-winscw
       
    27 all: debug release
       
    28 
       
    29 qmake:
       
    30 	$(QMAKE) -spec symbian-sbsv2 -o "bld.inf" "Z:/qtwebkit-symbian-qtp/JavaScriptCore/JavaScriptCore.pro"
       
    31 
       
    32 bld.inf:
       
    33 	$(QMAKE)
       
    34 
       
    35 debug: bld.inf
       
    36 	$(SBS) -c winscw_udeb.mwccinc -c gcce_udeb -c armv5_udeb -c armv6_udeb
       
    37 release: bld.inf
       
    38 	$(SBS) -c gcce_urel -c armv5_urel -c armv6_urel
       
    39 debug-winscw: bld.inf
       
    40 	$(SBS) -c winscw_udeb.mwccinc
       
    41 debug-gcce: bld.inf
       
    42 	$(SBS) -c gcce_udeb
       
    43 debug-armv5: bld.inf
       
    44 	$(SBS) -c armv5_udeb
       
    45 debug-armv6: bld.inf
       
    46 	$(SBS) -c armv6_udeb
       
    47 release-gcce: bld.inf
       
    48 	$(SBS) -c gcce_urel
       
    49 release-armv5: bld.inf
       
    50 	$(SBS) -c armv5_urel
       
    51 release-armv6: bld.inf
       
    52 	$(SBS) -c armv6_urel
       
    53 
       
    54 export: bld.inf
       
    55 	$(SBS) export
       
    56 
       
    57 cleanexport: bld.inf
       
    58 	$(SBS) cleanexport
       
    59 
       
    60 check: first
       
    61 
       
    62 sis:
       
    63 
       
    64 mocclean: compiler_moc_header_clean compiler_moc_source_clean
       
    65 
       
    66 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
       
    67 
       
    68 compiler_moc_header_make_all:
       
    69 compiler_moc_header_clean:
       
    70 compiler_rcc_make_all:
       
    71 compiler_rcc_clean:
       
    72 compiler_image_collection_make_all: qmake_image_collection.cpp
       
    73 compiler_image_collection_clean:
       
    74 	-$(DEL_FILE) qmake_image_collection.cpp
       
    75 compiler_moc_source_make_all: MainThreadQt.moc ThreadingQt.moc
       
    76 compiler_moc_source_clean:
       
    77 	-$(DEL_FILE) MainThreadQt.moc ThreadingQt.moc
       
    78 MainThreadQt.moc: config.h \
       
    79 		wtf\Platform.h \
       
    80 		wtf\FastMalloc.h \
       
    81 		wtf\PossiblyNull.h \
       
    82 		wtf\Assertions.h \
       
    83 		..\..\epoc32\include\stdapis\stddef.h \
       
    84 		\epoc32\include\stdapis\sys\cdefs.h \
       
    85 		..\..\epoc32\include\stdapis\_ansi.h \
       
    86 		..\..\epoc32\include\e32def.h \
       
    87 		..\..\epoc32\include\platform\e32def_private.h \
       
    88 		\epoc32\include\stdapis\sys\_null.h \
       
    89 		\epoc32\include\stdapis\sys\_types.h \
       
    90 		\epoc32\include\stdapis\machine\_types.h \
       
    91 		..\..\epoc32\include\stdapis\inttypes.h \
       
    92 		\epoc32\include\stdapis\machine\_inttypes.h \
       
    93 		\epoc32\include\stdapis\sys\stdint.h \
       
    94 		\epoc32\include\stdapis\machine\_stdint.h \
       
    95 		..\..\epoc32\include\e32debug.h \
       
    96 		..\..\epoc32\include\e32std.h \
       
    97 		..\..\epoc32\include\e32cmn.h \
       
    98 		..\..\epoc32\include\e32const.h \
       
    99 		..\..\epoc32\include\e32err.h \
       
   100 		..\..\epoc32\include\e32lang.h \
       
   101 		..\..\epoc32\include\e32reg.h \
       
   102 		..\..\epoc32\include\e32capability.h \
       
   103 		..\..\epoc32\include\platform\e32const_private.h \
       
   104 		..\..\epoc32\include\stdapis\string.h \
       
   105 		..\..\epoc32\include\stdapis\strings.h \
       
   106 		..\..\epoc32\include\e32des8.h \
       
   107 		..\..\epoc32\include\platform\e32des8_private.h \
       
   108 		..\..\epoc32\include\e32des16.h \
       
   109 		..\..\epoc32\include\platform\e32des16_private.h \
       
   110 		\epoc32\include\stdapis\stlportv5\exception \
       
   111 		\epoc32\include\stdapis\stlportv5\exception_winscw.h \
       
   112 		..\..\epoc32\include\e32cmn.inl \
       
   113 		..\..\epoc32\include\platform\e32cmn_private.h \
       
   114 		..\..\epoc32\include\e32std.inl \
       
   115 		..\..\epoc32\include\platform\e32std_private.h \
       
   116 		..\..\epoc32\include\stdapis\stdlib.h \
       
   117 		..\..\epoc32\include\stdapis\stlportv5\new \
       
   118 		\epoc32\include\stdapis\stlportv5\stl\config\features.h \
       
   119 		\epoc32\include\stdapis\stlportv5\stl\_stlport_version.h \
       
   120 		\epoc32\include\stdapis\stlportv5\stl\config\user_config.h \
       
   121 		\epoc32\include\stdapis\stlportv5\stl\config\compat.h \
       
   122 		\epoc32\include\stdapis\stlportv5\stl\config\host.h \
       
   123 		\epoc32\include\stdapis\stlportv5\stl\config\_system.h \
       
   124 		\epoc32\include\stdapis\stlportv5\stl\config\_gcc.h \
       
   125 		\epoc32\include\stdapis\stlportv5\stl\config\_mwerks.h \
       
   126 		\epoc32\include\stdapis\stlportv5\stl\config\stl_symbian.h \
       
   127 		\epoc32\include\stdapis\stlportv5\stl\config\_windows.h \
       
   128 		\epoc32\include\stdapis\stlportv5\stl\config\stl_rvct.h \
       
   129 		\epoc32\include\stdapis\stlportv5\stl\config\stl_winscw.h \
       
   130 		\epoc32\include\stdapis\stlportv5\stl\config\stl_confix.h \
       
   131 		\epoc32\include\stdapis\stlportv5\stl\config\_native_headers.h \
       
   132 		\epoc32\include\stdapis\stlportv5\stl\_abbrevs.h \
       
   133 		\epoc32\include\stdapis\stlportv5\stl\_cstddef.h \
       
   134 		..\..\epoc32\include\stdapis\stlportv5\exception \
       
   135 		wtf\DisallowCType.h \
       
   136 		..\..\epoc32\include\stdapis\ctype.h \
       
   137 		..\..\epoc32\include\stdapis\_ctype.h \
       
   138 		wtf\MainThread.h \
       
   139 		..\..\epoc32\include\stdapis\stdint.h \
       
   140 		\epoc32\include\mw\QtCore\QObject \
       
   141 		..\..\epoc32\include\mw\QtCore\qobject.h \
       
   142 		\epoc32\include\mw\QtCore\qobjectdefs.h \
       
   143 		\epoc32\include\mw\QtCore\qnamespace.h \
       
   144 		\epoc32\include\mw\QtCore\qglobal.h \
       
   145 		\epoc32\include\mw\QtCore\qconfig.h \
       
   146 		\epoc32\include\mw\QtCore\qfeatures.h \
       
   147 		\epoc32\include\mw\QtCore\qstring.h \
       
   148 		\epoc32\include\mw\QtCore\qchar.h \
       
   149 		\epoc32\include\mw\QtCore\qbytearray.h \
       
   150 		\epoc32\include\mw\QtCore\qatomic.h \
       
   151 		\epoc32\include\mw\QtCore\qbasicatomic.h \
       
   152 		\epoc32\include\mw\QtCore\qatomic_bootstrap.h \
       
   153 		\epoc32\include\mw\QtCore\qatomic_arch.h \
       
   154 		\epoc32\include\mw\QtCore\qatomic_vxworks.h \
       
   155 		\epoc32\include\mw\QtCore\qatomic_powerpc.h \
       
   156 		\epoc32\include\mw\QtCore\qatomic_alpha.h \
       
   157 		\epoc32\include\mw\QtCore\qatomic_arm.h \
       
   158 		\epoc32\include\mw\QtCore\qatomic_armv6.h \
       
   159 		\epoc32\include\mw\QtCore\qatomic_avr32.h \
       
   160 		\epoc32\include\mw\QtCore\qatomic_bfin.h \
       
   161 		\epoc32\include\mw\QtCore\qatomic_generic.h \
       
   162 		\epoc32\include\mw\QtCore\qatomic_i386.h \
       
   163 		\epoc32\include\mw\QtCore\qatomic_ia64.h \
       
   164 		\epoc32\include\mw\QtCore\qatomic_macosx.h \
       
   165 		\epoc32\include\mw\QtCore\qatomic_x86_64.h \
       
   166 		\epoc32\include\mw\QtCore\qatomic_mips.h \
       
   167 		\epoc32\include\mw\QtCore\qatomic_parisc.h \
       
   168 		\epoc32\include\mw\QtCore\qatomic_s390.h \
       
   169 		\epoc32\include\mw\QtCore\qatomic_sparc.h \
       
   170 		\epoc32\include\mw\QtCore\qatomic_windows.h \
       
   171 		\epoc32\include\mw\QtCore\qatomic_windowsce.h \
       
   172 		\epoc32\include\mw\QtCore\qatomic_symbian.h \
       
   173 		\epoc32\include\mw\QtCore\qatomic_sh.h \
       
   174 		\epoc32\include\mw\QtCore\qatomic_sh4a.h \
       
   175 		..\..\epoc32\include\stdapis\stdarg.h \
       
   176 		..\..\epoc32\include\stdapis\stdarg_e.h \
       
   177 		\epoc32\include\mw\Qt3Support\q3cstring.h \
       
   178 		..\..\epoc32\include\stdapis\stlportv5\string \
       
   179 		\epoc32\include\stdapis\stlportv5\stl\_prolog.h \
       
   180 		\epoc32\include\stdapis\stlportv5\stl\_string.h \
       
   181 		\epoc32\include\stdapis\stlportv5\stl\_alloc.h \
       
   182 		\epoc32\include\stdapis\stlportv5\stl\_cstdlib.h \
       
   183 		\epoc32\include\stdapis\stlportv5\stl\_cmath.h \
       
   184 		..\..\epoc32\include\stdapis\math.h \
       
   185 		\epoc32\include\stdapis\machine\_limits.h \
       
   186 		..\..\epoc32\include\stdapis\libm_aliases.h \
       
   187 		..\..\epoc32\include\stdapis\signgam.h \
       
   188 		\epoc32\include\stdapis\stlportv5\stl\_cstring.h \
       
   189 		\epoc32\include\stdapis\stlportv5\using\cstring \
       
   190 		\epoc32\include\stdapis\stlportv5\stl\_algobase.h \
       
   191 		..\..\epoc32\include\stdapis\stlportv5\climits \
       
   192 		..\..\epoc32\include\stdapis\limits.h \
       
   193 		\epoc32\include\stdapis\sys\limits.h \
       
   194 		\epoc32\include\stdapis\sys\syslimits.h \
       
   195 		\epoc32\include\stdapis\stlportv5\stl\_epilog.h \
       
   196 		\epoc32\include\stdapis\stlportv5\stl\_config_compat_post.h \
       
   197 		\epoc32\include\stdapis\stlportv5\stl\_pair.h \
       
   198 		\epoc32\include\stdapis\stlportv5\stl\type_traits.h \
       
   199 		\epoc32\include\stdapis\stlportv5\stl\_cwchar.h \
       
   200 		\epoc32\include\stdapis\stlportv5\stl\_mbstate_t.h \
       
   201 		..\..\epoc32\include\stdapis\wchar.h \
       
   202 		\epoc32\include\stdapis\sys\stat.h \
       
   203 		\epoc32\include\stdapis\sys\time.h \
       
   204 		\epoc32\include\stdapis\sys\_timeval.h \
       
   205 		\epoc32\include\stdapis\sys\types.h \
       
   206 		\epoc32\include\stdapis\machine\endian.h \
       
   207 		\epoc32\include\stdapis\sys\_pthreadtypes.h \
       
   208 		\epoc32\include\stdapis\sys\timespec.h \
       
   209 		..\..\epoc32\include\stdapis\time.h \
       
   210 		\epoc32\include\stdapis\sys\_timespec.h \
       
   211 		..\..\epoc32\include\stdapis\stdio.h \
       
   212 		..\..\epoc32\include\stdapis\errno.h \
       
   213 		\epoc32\include\stdapis\sys\dirent.h \
       
   214 		\epoc32\include\stdapis\stlportv5\stl\type_manips.h \
       
   215 		\epoc32\include\stdapis\boost\type_traits\add_reference.hpp \
       
   216 		\epoc32\include\stdapis\boost\type_traits\is_reference.hpp \
       
   217 		\epoc32\include\stdapis\boost\type_traits\config.hpp \
       
   218 		\epoc32\include\stdapis\boost\config.hpp \
       
   219 		\epoc32\include\stdapis\boost\config\select_compiler_config.hpp \
       
   220 		\epoc32\include\stdapis\boost\config\select_stdlib_config.hpp \
       
   221 		\epoc32\include\stdapis\boost\config\no_tr1\utility.hpp \
       
   222 		..\..\epoc32\include\stdapis\stlportv5\utility \
       
   223 		\epoc32\include\stdapis\stlportv5\stl\_iterator.h \
       
   224 		\epoc32\include\stdapis\stlportv5\stl\_iterator_base.h \
       
   225 		\epoc32\include\stdapis\stlportv5\stl\_ptrs_specialize.h \
       
   226 		\epoc32\include\stdapis\stlportv5\stl\_iterator_old.h \
       
   227 		\epoc32\include\stdapis\boost\config\select_platform_config.hpp \
       
   228 		\epoc32\include\stdapis\boost\config\suffix.hpp \
       
   229 		..\..\epoc32\include\stdapis\stlportv5\cstddef \
       
   230 		\epoc32\include\stdapis\boost\type.hpp \
       
   231 		\epoc32\include\stdapis\boost\detail\workaround.hpp \
       
   232 		\epoc32\include\stdapis\boost\type_traits\detail\yes_no_type.hpp \
       
   233 		\epoc32\include\stdapis\boost\type_traits\detail\bool_trait_def.hpp \
       
   234 		\epoc32\include\stdapis\boost\type_traits\detail\template_arity_spec.hpp \
       
   235 		\epoc32\include\stdapis\boost\mpl\int.hpp \
       
   236 		\epoc32\include\stdapis\boost\mpl\int_fwd.hpp \
       
   237 		\epoc32\include\stdapis\boost\mpl\aux_\adl_barrier.hpp \
       
   238 		\epoc32\include\stdapis\boost\mpl\aux_\config\adl.hpp \
       
   239 		\epoc32\include\stdapis\boost\mpl\aux_\config\msvc.hpp \
       
   240 		\epoc32\include\stdapis\boost\mpl\aux_\config\intel.hpp \
       
   241 		\epoc32\include\stdapis\boost\mpl\aux_\config\gcc.hpp \
       
   242 		\epoc32\include\stdapis\boost\mpl\aux_\config\workaround.hpp \
       
   243 		\epoc32\include\stdapis\boost\mpl\aux_\nttp_decl.hpp \
       
   244 		\epoc32\include\stdapis\boost\mpl\aux_\config\nttp.hpp \
       
   245 		\epoc32\include\stdapis\boost\preprocessor\cat.hpp \
       
   246 		\epoc32\include\stdapis\boost\preprocessor\config\config.hpp \
       
   247 		\epoc32\include\stdapis\boost\mpl\aux_\integral_wrapper.hpp \
       
   248 		\epoc32\include\stdapis\boost\mpl\integral_c_tag.hpp \
       
   249 		\epoc32\include\stdapis\boost\mpl\aux_\config\static_constant.hpp \
       
   250 		\epoc32\include\stdapis\boost\mpl\aux_\static_cast.hpp \
       
   251 		\epoc32\include\stdapis\boost\mpl\aux_\template_arity_fwd.hpp \
       
   252 		\epoc32\include\stdapis\boost\mpl\aux_\preprocessor\params.hpp \
       
   253 		\epoc32\include\stdapis\boost\mpl\aux_\config\preprocessor.hpp \
       
   254 		\epoc32\include\stdapis\boost\preprocessor\comma_if.hpp \
       
   255 		\epoc32\include\stdapis\boost\preprocessor\punctuation\comma_if.hpp \
       
   256 		\epoc32\include\stdapis\boost\preprocessor\control\if.hpp \
       
   257 		\epoc32\include\stdapis\boost\preprocessor\control\iif.hpp \
       
   258 		\epoc32\include\stdapis\boost\preprocessor\logical\bool.hpp \
       
   259 		\epoc32\include\stdapis\boost\preprocessor\facilities\empty.hpp \
       
   260 		\epoc32\include\stdapis\boost\preprocessor\punctuation\comma.hpp \
       
   261 		\epoc32\include\stdapis\boost\preprocessor\repeat.hpp \
       
   262 		\epoc32\include\stdapis\boost\preprocessor\repetition\repeat.hpp \
       
   263 		\epoc32\include\stdapis\boost\preprocessor\debug\error.hpp \
       
   264 		\epoc32\include\stdapis\boost\preprocessor\detail\auto_rec.hpp \
       
   265 		\epoc32\include\stdapis\boost\preprocessor\tuple\eat.hpp \
       
   266 		\epoc32\include\stdapis\boost\preprocessor\inc.hpp \
       
   267 		\epoc32\include\stdapis\boost\preprocessor\arithmetic\inc.hpp \
       
   268 		\epoc32\include\stdapis\boost\mpl\aux_\config\lambda.hpp \
       
   269 		\epoc32\include\stdapis\boost\mpl\aux_\config\ttp.hpp \
       
   270 		\epoc32\include\stdapis\boost\mpl\aux_\config\ctps.hpp \
       
   271 		\epoc32\include\stdapis\boost\mpl\aux_\config\overload_resolution.hpp \
       
   272 		\epoc32\include\stdapis\boost\type_traits\integral_constant.hpp \
       
   273 		\epoc32\include\stdapis\boost\mpl\bool.hpp \
       
   274 		\epoc32\include\stdapis\boost\mpl\bool_fwd.hpp \
       
   275 		\epoc32\include\stdapis\boost\mpl\integral_c.hpp \
       
   276 		\epoc32\include\stdapis\boost\mpl\integral_c_fwd.hpp \
       
   277 		\epoc32\include\stdapis\boost\mpl\aux_\lambda_support.hpp \
       
   278 		\epoc32\include\stdapis\boost\mpl\aux_\yes_no.hpp \
       
   279 		\epoc32\include\stdapis\boost\mpl\aux_\config\arrays.hpp \
       
   280 		\epoc32\include\stdapis\boost\mpl\aux_\na_fwd.hpp \
       
   281 		\epoc32\include\stdapis\boost\mpl\aux_\preprocessor\enum.hpp \
       
   282 		\epoc32\include\stdapis\boost\preprocessor\tuple\to_list.hpp \
       
   283 		\epoc32\include\stdapis\boost\preprocessor\list\for_each_i.hpp \
       
   284 		\epoc32\include\stdapis\boost\preprocessor\list\adt.hpp \
       
   285 		\epoc32\include\stdapis\boost\preprocessor\detail\is_binary.hpp \
       
   286 		\epoc32\include\stdapis\boost\preprocessor\detail\check.hpp \
       
   287 		\epoc32\include\stdapis\boost\preprocessor\logical\compl.hpp \
       
   288 		\epoc32\include\stdapis\boost\preprocessor\repetition\for.hpp \
       
   289 		\epoc32\include\stdapis\boost\preprocessor\repetition\detail\edg\for.hpp \
       
   290 		\epoc32\include\stdapis\boost\preprocessor\repetition\detail\for.hpp \
       
   291 		\epoc32\include\stdapis\boost\preprocessor\control\expr_iif.hpp \
       
   292 		\epoc32\include\stdapis\boost\preprocessor\tuple\elem.hpp \
       
   293 		\epoc32\include\stdapis\boost\preprocessor\tuple\rem.hpp \
       
   294 		\epoc32\include\stdapis\boost\type_traits\detail\bool_trait_undef.hpp \
       
   295 		\epoc32\include\stdapis\boost\type_traits\detail\type_trait_def.hpp \
       
   296 		\epoc32\include\stdapis\boost\type_traits\detail\type_trait_undef.hpp \
       
   297 		\epoc32\include\stdapis\boost\type_traits\add_const.hpp \
       
   298 		\epoc32\include\stdapis\stlportv5\stl\_move_construct_fwk.h \
       
   299 		\epoc32\include\stdapis\stlportv5\stl\_algobase.c \
       
   300 		\epoc32\include\stdapis\stlportv5\stl\_cstdio.h \
       
   301 		\epoc32\include\stdapis\stlportv5\stl\_new.h \
       
   302 		\epoc32\include\stdapis\stlportv5\stl\_exception.h \
       
   303 		\epoc32\include\stdapis\stlportv5\stl\_construct.h \
       
   304 		\epoc32\include\stdapis\stlportv5\stl\_pthread_alloc.h \
       
   305 		\epoc32\include\stdapis\stlportv5\stl\_alloc.c \
       
   306 		\epoc32\include\stdapis\stlportv5\stl\_string_fwd.h \
       
   307 		..\..\epoc32\include\stdapis\stlportv5\iosfwd \
       
   308 		\epoc32\include\stdapis\stlportv5\stl\_iosfwd.h \
       
   309 		\epoc32\include\stdapis\stlportv5\stl\char_traits.h \
       
   310 		\epoc32\include\stdapis\stlportv5\stl\_function_base.h \
       
   311 		\epoc32\include\stdapis\stlportv5\stl\_uninitialized.h \
       
   312 		\epoc32\include\stdapis\stlportv5\stl\msl_string.h \
       
   313 		\epoc32\include\stdapis\stlportv5\stl\_string_base.h \
       
   314 		\epoc32\include\stdapis\stlportv5\stl\_string_npos.h \
       
   315 		\epoc32\include\stdapis\stlportv5\stl\_string_operators.h \
       
   316 		\epoc32\include\stdapis\stlportv5\stl\_string.c \
       
   317 		\epoc32\include\stdapis\stlportv5\stl\_ctraits_fns.h \
       
   318 		\epoc32\include\stdapis\stlportv5\stl\_range_errors.h \
       
   319 		\epoc32\include\stdapis\stlportv5\stl\_stdexcept.h \
       
   320 		\epoc32\include\stdapis\stlportv5\stl\_stdexcept_base.h \
       
   321 		\epoc32\include\stdapis\stlportv5\stl\_string_hash.h \
       
   322 		\epoc32\include\stdapis\stlportv5\stl\_hash_fun.h \
       
   323 		\epoc32\include\stdapis\stlportv5\stl\_string_io.h \
       
   324 		\epoc32\include\stdapis\stlportv5\stl\_ostream.h \
       
   325 		\epoc32\include\stdapis\stlportv5\stl\_ios.h \
       
   326 		\epoc32\include\stdapis\stlportv5\stl\_ios_base.h \
       
   327 		\epoc32\include\stdapis\stlportv5\stl\_locale.h \
       
   328 		\epoc32\include\stdapis\stlportv5\stl\_threads.h \
       
   329 		..\..\epoc32\include\e32atomics.h \
       
   330 		..\..\epoc32\include\stdapis\pthread.h \
       
   331 		..\..\epoc32\include\stdapis\pthreadtypes.h \
       
   332 		..\..\epoc32\include\stdapis\sched.h \
       
   333 		..\..\epoc32\include\stdapis\pthreadalias.h \
       
   334 		\epoc32\include\stdapis\stlportv5\stl\_ctime.h \
       
   335 		..\..\epoc32\include\stdapis\stlportv5\cstdio \
       
   336 		..\..\epoc32\include\stdapis\stlportv5\cwchar \
       
   337 		..\..\epoc32\include\stdapis\stlportv5\cassert \
       
   338 		..\..\epoc32\include\stdapis\assert.h \
       
   339 		\epoc32\include\stdapis\stlportv5\stl\_threads.c \
       
   340 		\epoc32\include\stdapis\stlportv5\stl\_ctype.h \
       
   341 		\epoc32\include\stdapis\stlportv5\stl\c_locale.h \
       
   342 		\epoc32\include\stdapis\stlportv5\stl\_numpunct.h \
       
   343 		\epoc32\include\stdapis\stlportv5\stl\_ios.c \
       
   344 		\epoc32\include\stdapis\stlportv5\stl\_streambuf.h \
       
   345 		\epoc32\include\stdapis\stlportv5\stl\_streambuf.c \
       
   346 		\epoc32\include\stdapis\stlportv5\stl\_ostreambuf_iterator.h \
       
   347 		\epoc32\include\stdapis\stlportv5\stl\_ostream.c \
       
   348 		\epoc32\include\stdapis\stlportv5\stl\_num_put.h \
       
   349 		\epoc32\include\stdapis\stlportv5\stl\_iostream_string.h \
       
   350 		\epoc32\include\stdapis\stlportv5\stl\_num_put.c \
       
   351 		\epoc32\include\stdapis\stlportv5\stl\_limits.h \
       
   352 		..\..\epoc32\include\stdapis\stlportv5\cfloat \
       
   353 		..\..\epoc32\include\stdapis\float.h \
       
   354 		\epoc32\include\stdapis\stlportv5\stl\_limits.c \
       
   355 		\epoc32\include\stdapis\stlportv5\stl\_istream.h \
       
   356 		\epoc32\include\stdapis\stlportv5\stl\_istreambuf_iterator.h \
       
   357 		\epoc32\include\stdapis\stlportv5\stl\_istream.c \
       
   358 		\epoc32\include\stdapis\stlportv5\stl\_num_get.h \
       
   359 		\epoc32\include\stdapis\stlportv5\stl\_num_get.c \
       
   360 		\epoc32\include\stdapis\stlportv5\stl\_string_io.c \
       
   361 		\epoc32\include\mw\QtCore\qstringbuilder.h \
       
   362 		\epoc32\include\mw\QtCore\qmap.h \
       
   363 		\epoc32\include\mw\QtCore\qiterator.h \
       
   364 		\epoc32\include\mw\QtCore\qlist.h \
       
   365 		\epoc32\include\mw\QtCore\qalgorithms.h \
       
   366 		..\..\epoc32\include\stdapis\stlportv5\iterator \
       
   367 		\epoc32\include\stdapis\stlportv5\stl\_stream_iterator.h \
       
   368 		..\..\epoc32\include\stdapis\stlportv5\list \
       
   369 		\epoc32\include\stdapis\stlportv5\stl\_list.h \
       
   370 		\epoc32\include\stdapis\stlportv5\stl\_list.c \
       
   371 		\epoc32\include\stdapis\stlportv5\stl\_carray.h \
       
   372 		\epoc32\include\stdapis\stlportv5\stl\_relops_cont.h \
       
   373 		..\..\epoc32\include\stdapis\stlportv5\map \
       
   374 		\epoc32\include\stdapis\stlportv5\stl\_map.h \
       
   375 		\epoc32\include\stdapis\stlportv5\stl\_tree.h \
       
   376 		\epoc32\include\stdapis\stlportv5\stl\_tree.c \
       
   377 		\epoc32\include\mw\QtCore\qcoreevent.h \
       
   378 		\epoc32\include\mw\QtCore\qscopedpointer.h \
       
   379 		\epoc32\include\mw\QtCore\QCoreApplication \
       
   380 		..\..\epoc32\include\mw\QtCore\qcoreapplication.h \
       
   381 		\epoc32\include\mw\QtCore\qobject.h \
       
   382 		\epoc32\include\mw\QtCore\qeventloop.h \
       
   383 		\epoc32\include\mw\QtCore\qstringlist.h \
       
   384 		\epoc32\include\mw\QtCore\qdatastream.h \
       
   385 		\epoc32\include\mw\QtCore\qiodevice.h \
       
   386 		\epoc32\include\mw\QtCore\qregexp.h \
       
   387 		\epoc32\include\mw\QtCore\qstringmatcher.h \
       
   388 		\epoc32\include\mw\Qt3Support\q3valuelist.h \
       
   389 		\epoc32\include\mw\QtCore\qlinkedlist.h \
       
   390 		..\..\epoc32\include\mw\QtCore\QThread \
       
   391 		..\..\epoc32\include\mw\QtCore\qthread.h \
       
   392 		wtf\qt\MainThreadQt.cpp
       
   393 	\epoc32\tools\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN z:\qtwebkit-symbian-qtp\JavaScriptCore\wtf\qt\MainThreadQt.cpp -o z:\qtwebkit-symbian-qtp\JavaScriptCore\MainThreadQt.moc
       
   394 
       
   395 ThreadingQt.moc: config.h \
       
   396 		wtf\Platform.h \
       
   397 		wtf\FastMalloc.h \
       
   398 		wtf\PossiblyNull.h \
       
   399 		wtf\Assertions.h \
       
   400 		..\..\epoc32\include\stdapis\stddef.h \
       
   401 		\epoc32\include\stdapis\sys\cdefs.h \
       
   402 		..\..\epoc32\include\stdapis\_ansi.h \
       
   403 		..\..\epoc32\include\e32def.h \
       
   404 		..\..\epoc32\include\platform\e32def_private.h \
       
   405 		\epoc32\include\stdapis\sys\_null.h \
       
   406 		\epoc32\include\stdapis\sys\_types.h \
       
   407 		\epoc32\include\stdapis\machine\_types.h \
       
   408 		..\..\epoc32\include\stdapis\inttypes.h \
       
   409 		\epoc32\include\stdapis\machine\_inttypes.h \
       
   410 		\epoc32\include\stdapis\sys\stdint.h \
       
   411 		\epoc32\include\stdapis\machine\_stdint.h \
       
   412 		..\..\epoc32\include\e32debug.h \
       
   413 		..\..\epoc32\include\e32std.h \
       
   414 		..\..\epoc32\include\e32cmn.h \
       
   415 		..\..\epoc32\include\e32const.h \
       
   416 		..\..\epoc32\include\e32err.h \
       
   417 		..\..\epoc32\include\e32lang.h \
       
   418 		..\..\epoc32\include\e32reg.h \
       
   419 		..\..\epoc32\include\e32capability.h \
       
   420 		..\..\epoc32\include\platform\e32const_private.h \
       
   421 		..\..\epoc32\include\stdapis\string.h \
       
   422 		..\..\epoc32\include\stdapis\strings.h \
       
   423 		..\..\epoc32\include\e32des8.h \
       
   424 		..\..\epoc32\include\platform\e32des8_private.h \
       
   425 		..\..\epoc32\include\e32des16.h \
       
   426 		..\..\epoc32\include\platform\e32des16_private.h \
       
   427 		\epoc32\include\stdapis\stlportv5\exception \
       
   428 		\epoc32\include\stdapis\stlportv5\exception_winscw.h \
       
   429 		..\..\epoc32\include\e32cmn.inl \
       
   430 		..\..\epoc32\include\platform\e32cmn_private.h \
       
   431 		..\..\epoc32\include\e32std.inl \
       
   432 		..\..\epoc32\include\platform\e32std_private.h \
       
   433 		..\..\epoc32\include\stdapis\stdlib.h \
       
   434 		..\..\epoc32\include\stdapis\stlportv5\new \
       
   435 		\epoc32\include\stdapis\stlportv5\stl\config\features.h \
       
   436 		\epoc32\include\stdapis\stlportv5\stl\_stlport_version.h \
       
   437 		\epoc32\include\stdapis\stlportv5\stl\config\user_config.h \
       
   438 		\epoc32\include\stdapis\stlportv5\stl\config\compat.h \
       
   439 		\epoc32\include\stdapis\stlportv5\stl\config\host.h \
       
   440 		\epoc32\include\stdapis\stlportv5\stl\config\_system.h \
       
   441 		\epoc32\include\stdapis\stlportv5\stl\config\_gcc.h \
       
   442 		\epoc32\include\stdapis\stlportv5\stl\config\_mwerks.h \
       
   443 		\epoc32\include\stdapis\stlportv5\stl\config\stl_symbian.h \
       
   444 		\epoc32\include\stdapis\stlportv5\stl\config\_windows.h \
       
   445 		\epoc32\include\stdapis\stlportv5\stl\config\stl_rvct.h \
       
   446 		\epoc32\include\stdapis\stlportv5\stl\config\stl_winscw.h \
       
   447 		\epoc32\include\stdapis\stlportv5\stl\config\stl_confix.h \
       
   448 		\epoc32\include\stdapis\stlportv5\stl\config\_native_headers.h \
       
   449 		\epoc32\include\stdapis\stlportv5\stl\_abbrevs.h \
       
   450 		\epoc32\include\stdapis\stlportv5\stl\_cstddef.h \
       
   451 		..\..\epoc32\include\stdapis\stlportv5\exception \
       
   452 		wtf\DisallowCType.h \
       
   453 		..\..\epoc32\include\stdapis\ctype.h \
       
   454 		..\..\epoc32\include\stdapis\_ctype.h \
       
   455 		wtf\Threading.h \
       
   456 		..\..\epoc32\include\stdapis\stdint.h \
       
   457 		wtf\Atomics.h \
       
   458 		wtf\Locker.h \
       
   459 		wtf\Noncopyable.h \
       
   460 		wtf\FastAllocBase.h \
       
   461 		wtf\TypeTraits.h \
       
   462 		wtf\MainThread.h \
       
   463 		wtf\ThreadSafeShared.h \
       
   464 		wtf\ThreadingPrimitives.h \
       
   465 		..\..\epoc32\include\stdapis\pthread.h \
       
   466 		..\..\epoc32\include\stdapis\pthreadtypes.h \
       
   467 		..\..\epoc32\include\stdapis\sched.h \
       
   468 		..\..\epoc32\include\stdapis\time.h \
       
   469 		\epoc32\include\stdapis\sys\types.h \
       
   470 		\epoc32\include\stdapis\machine\endian.h \
       
   471 		\epoc32\include\stdapis\sys\_pthreadtypes.h \
       
   472 		\epoc32\include\stdapis\sys\timespec.h \
       
   473 		..\..\epoc32\include\stdapis\limits.h \
       
   474 		\epoc32\include\stdapis\sys\limits.h \
       
   475 		\epoc32\include\stdapis\machine\_limits.h \
       
   476 		\epoc32\include\stdapis\sys\syslimits.h \
       
   477 		..\..\epoc32\include\stdapis\pthreadalias.h \
       
   478 		..\..\epoc32\include\mw\QtCore\qglobal.h \
       
   479 		\epoc32\include\mw\QtCore\qconfig.h \
       
   480 		\epoc32\include\mw\QtCore\qfeatures.h \
       
   481 		wtf\CurrentTime.h \
       
   482 		wtf\HashMap.h \
       
   483 		wtf\HashTable.h \
       
   484 		wtf\HashTraits.h \
       
   485 		wtf\HashFunctions.h \
       
   486 		wtf\RefPtr.h \
       
   487 		..\..\epoc32\include\stdapis\stlportv5\algorithm \
       
   488 		\epoc32\include\stdapis\stlportv5\stl\_prolog.h \
       
   489 		\epoc32\include\stdapis\stlportv5\stl\_cstdio.h \
       
   490 		\epoc32\include\stdapis\stlportv5\stl\_algo.h \
       
   491 		\epoc32\include\stdapis\stlportv5\stl\_algobase.h \
       
   492 		\epoc32\include\stdapis\stlportv5\stl\_cstring.h \
       
   493 		\epoc32\include\stdapis\stlportv5\using\cstring \
       
   494 		..\..\epoc32\include\stdapis\stlportv5\climits \
       
   495 		\epoc32\include\stdapis\stlportv5\stl\_epilog.h \
       
   496 		\epoc32\include\stdapis\stlportv5\stl\_config_compat_post.h \
       
   497 		\epoc32\include\stdapis\stlportv5\stl\_cstdlib.h \
       
   498 		\epoc32\include\stdapis\stlportv5\stl\_cmath.h \
       
   499 		..\..\epoc32\include\stdapis\math.h \
       
   500 		..\..\epoc32\include\stdapis\libm_aliases.h \
       
   501 		..\..\epoc32\include\stdapis\signgam.h \
       
   502 		\epoc32\include\stdapis\stlportv5\stl\_pair.h \
       
   503 		\epoc32\include\stdapis\stlportv5\stl\type_traits.h \
       
   504 		\epoc32\include\stdapis\stlportv5\stl\_cwchar.h \
       
   505 		\epoc32\include\stdapis\stlportv5\stl\_mbstate_t.h \
       
   506 		..\..\epoc32\include\stdapis\wchar.h \
       
   507 		\epoc32\include\stdapis\sys\stat.h \
       
   508 		\epoc32\include\stdapis\sys\time.h \
       
   509 		\epoc32\include\stdapis\sys\_timeval.h \
       
   510 		\epoc32\include\stdapis\sys\_timespec.h \
       
   511 		..\..\epoc32\include\stdapis\stdio.h \
       
   512 		..\..\epoc32\include\stdapis\errno.h \
       
   513 		..\..\epoc32\include\stdapis\stdarg_e.h \
       
   514 		..\..\epoc32\include\stdapis\stdarg.h \
       
   515 		\epoc32\include\stdapis\sys\dirent.h \
       
   516 		\epoc32\include\stdapis\stlportv5\stl\type_manips.h \
       
   517 		\epoc32\include\stdapis\boost\type_traits\add_reference.hpp \
       
   518 		\epoc32\include\stdapis\boost\type_traits\is_reference.hpp \
       
   519 		\epoc32\include\stdapis\boost\type_traits\config.hpp \
       
   520 		\epoc32\include\stdapis\boost\config.hpp \
       
   521 		\epoc32\include\stdapis\boost\config\select_compiler_config.hpp \
       
   522 		\epoc32\include\stdapis\boost\config\select_stdlib_config.hpp \
       
   523 		\epoc32\include\stdapis\boost\config\no_tr1\utility.hpp \
       
   524 		..\..\epoc32\include\stdapis\stlportv5\utility \
       
   525 		\epoc32\include\stdapis\stlportv5\stl\_iterator.h \
       
   526 		\epoc32\include\stdapis\stlportv5\stl\_iterator_base.h \
       
   527 		\epoc32\include\stdapis\stlportv5\stl\_ptrs_specialize.h \
       
   528 		\epoc32\include\stdapis\stlportv5\stl\_iterator_old.h \
       
   529 		\epoc32\include\stdapis\boost\config\select_platform_config.hpp \
       
   530 		\epoc32\include\stdapis\boost\config\suffix.hpp \
       
   531 		..\..\epoc32\include\stdapis\stlportv5\cstddef \
       
   532 		\epoc32\include\stdapis\boost\type.hpp \
       
   533 		\epoc32\include\stdapis\boost\detail\workaround.hpp \
       
   534 		\epoc32\include\stdapis\boost\type_traits\detail\yes_no_type.hpp \
       
   535 		\epoc32\include\stdapis\boost\type_traits\detail\bool_trait_def.hpp \
       
   536 		\epoc32\include\stdapis\boost\type_traits\detail\template_arity_spec.hpp \
       
   537 		\epoc32\include\stdapis\boost\mpl\int.hpp \
       
   538 		\epoc32\include\stdapis\boost\mpl\int_fwd.hpp \
       
   539 		\epoc32\include\stdapis\boost\mpl\aux_\adl_barrier.hpp \
       
   540 		\epoc32\include\stdapis\boost\mpl\aux_\config\adl.hpp \
       
   541 		\epoc32\include\stdapis\boost\mpl\aux_\config\msvc.hpp \
       
   542 		\epoc32\include\stdapis\boost\mpl\aux_\config\intel.hpp \
       
   543 		\epoc32\include\stdapis\boost\mpl\aux_\config\gcc.hpp \
       
   544 		\epoc32\include\stdapis\boost\mpl\aux_\config\workaround.hpp \
       
   545 		\epoc32\include\stdapis\boost\mpl\aux_\nttp_decl.hpp \
       
   546 		\epoc32\include\stdapis\boost\mpl\aux_\config\nttp.hpp \
       
   547 		\epoc32\include\stdapis\boost\preprocessor\cat.hpp \
       
   548 		\epoc32\include\stdapis\boost\preprocessor\config\config.hpp \
       
   549 		\epoc32\include\stdapis\boost\mpl\aux_\integral_wrapper.hpp \
       
   550 		\epoc32\include\stdapis\boost\mpl\integral_c_tag.hpp \
       
   551 		\epoc32\include\stdapis\boost\mpl\aux_\config\static_constant.hpp \
       
   552 		\epoc32\include\stdapis\boost\mpl\aux_\static_cast.hpp \
       
   553 		\epoc32\include\stdapis\boost\mpl\aux_\template_arity_fwd.hpp \
       
   554 		\epoc32\include\stdapis\boost\mpl\aux_\preprocessor\params.hpp \
       
   555 		\epoc32\include\stdapis\boost\mpl\aux_\config\preprocessor.hpp \
       
   556 		\epoc32\include\stdapis\boost\preprocessor\comma_if.hpp \
       
   557 		\epoc32\include\stdapis\boost\preprocessor\punctuation\comma_if.hpp \
       
   558 		\epoc32\include\stdapis\boost\preprocessor\control\if.hpp \
       
   559 		\epoc32\include\stdapis\boost\preprocessor\control\iif.hpp \
       
   560 		\epoc32\include\stdapis\boost\preprocessor\logical\bool.hpp \
       
   561 		\epoc32\include\stdapis\boost\preprocessor\facilities\empty.hpp \
       
   562 		\epoc32\include\stdapis\boost\preprocessor\punctuation\comma.hpp \
       
   563 		\epoc32\include\stdapis\boost\preprocessor\repeat.hpp \
       
   564 		\epoc32\include\stdapis\boost\preprocessor\repetition\repeat.hpp \
       
   565 		\epoc32\include\stdapis\boost\preprocessor\debug\error.hpp \
       
   566 		\epoc32\include\stdapis\boost\preprocessor\detail\auto_rec.hpp \
       
   567 		\epoc32\include\stdapis\boost\preprocessor\tuple\eat.hpp \
       
   568 		\epoc32\include\stdapis\boost\preprocessor\inc.hpp \
       
   569 		\epoc32\include\stdapis\boost\preprocessor\arithmetic\inc.hpp \
       
   570 		\epoc32\include\stdapis\boost\mpl\aux_\config\lambda.hpp \
       
   571 		\epoc32\include\stdapis\boost\mpl\aux_\config\ttp.hpp \
       
   572 		\epoc32\include\stdapis\boost\mpl\aux_\config\ctps.hpp \
       
   573 		\epoc32\include\stdapis\boost\mpl\aux_\config\overload_resolution.hpp \
       
   574 		\epoc32\include\stdapis\boost\type_traits\integral_constant.hpp \
       
   575 		\epoc32\include\stdapis\boost\mpl\bool.hpp \
       
   576 		\epoc32\include\stdapis\boost\mpl\bool_fwd.hpp \
       
   577 		\epoc32\include\stdapis\boost\mpl\integral_c.hpp \
       
   578 		\epoc32\include\stdapis\boost\mpl\integral_c_fwd.hpp \
       
   579 		\epoc32\include\stdapis\boost\mpl\aux_\lambda_support.hpp \
       
   580 		\epoc32\include\stdapis\boost\mpl\aux_\yes_no.hpp \
       
   581 		\epoc32\include\stdapis\boost\mpl\aux_\config\arrays.hpp \
       
   582 		\epoc32\include\stdapis\boost\mpl\aux_\na_fwd.hpp \
       
   583 		\epoc32\include\stdapis\boost\mpl\aux_\preprocessor\enum.hpp \
       
   584 		\epoc32\include\stdapis\boost\preprocessor\tuple\to_list.hpp \
       
   585 		\epoc32\include\stdapis\boost\preprocessor\list\for_each_i.hpp \
       
   586 		\epoc32\include\stdapis\boost\preprocessor\list\adt.hpp \
       
   587 		\epoc32\include\stdapis\boost\preprocessor\detail\is_binary.hpp \
       
   588 		\epoc32\include\stdapis\boost\preprocessor\detail\check.hpp \
       
   589 		\epoc32\include\stdapis\boost\preprocessor\logical\compl.hpp \
       
   590 		\epoc32\include\stdapis\boost\preprocessor\repetition\for.hpp \
       
   591 		\epoc32\include\stdapis\boost\preprocessor\repetition\detail\edg\for.hpp \
       
   592 		\epoc32\include\stdapis\boost\preprocessor\repetition\detail\for.hpp \
       
   593 		\epoc32\include\stdapis\boost\preprocessor\control\expr_iif.hpp \
       
   594 		\epoc32\include\stdapis\boost\preprocessor\tuple\elem.hpp \
       
   595 		\epoc32\include\stdapis\boost\preprocessor\tuple\rem.hpp \
       
   596 		\epoc32\include\stdapis\boost\type_traits\detail\bool_trait_undef.hpp \
       
   597 		\epoc32\include\stdapis\boost\type_traits\detail\type_trait_def.hpp \
       
   598 		\epoc32\include\stdapis\boost\type_traits\detail\type_trait_undef.hpp \
       
   599 		\epoc32\include\stdapis\boost\type_traits\add_const.hpp \
       
   600 		\epoc32\include\stdapis\stlportv5\stl\_move_construct_fwk.h \
       
   601 		\epoc32\include\stdapis\stlportv5\stl\_algobase.c \
       
   602 		\epoc32\include\stdapis\stlportv5\stl\_heap.h \
       
   603 		\epoc32\include\stdapis\stlportv5\stl\_heap.c \
       
   604 		\epoc32\include\stdapis\stlportv5\stl\_function_base.h \
       
   605 		\epoc32\include\stdapis\stlportv5\stl\_algo.c \
       
   606 		\epoc32\include\stdapis\stlportv5\stl\_tempbuf.h \
       
   607 		\epoc32\include\stdapis\stlportv5\stl\_uninitialized.h \
       
   608 		\epoc32\include\stdapis\stlportv5\stl\_construct.h \
       
   609 		\epoc32\include\stdapis\stlportv5\stl\_new.h \
       
   610 		\epoc32\include\stdapis\stlportv5\stl\_exception.h \
       
   611 		\epoc32\include\stdapis\stlportv5\stl\_tempbuf.c \
       
   612 		wtf\AlwaysInline.h \
       
   613 		wtf\PassRefPtr.h \
       
   614 		..\..\epoc32\include\stdapis\stlportv5\limits \
       
   615 		\epoc32\include\stdapis\stlportv5\stl\_limits.h \
       
   616 		..\..\epoc32\include\stdapis\stlportv5\cfloat \
       
   617 		..\..\epoc32\include\stdapis\float.h \
       
   618 		\epoc32\include\stdapis\stlportv5\stl\_limits.c \
       
   619 		wtf\ValueCheck.h \
       
   620 		wtf\HashIterators.h \
       
   621 		wtf\RefPtrHashMap.h \
       
   622 		wtf\RandomNumberSeed.h \
       
   623 		..\..\epoc32\include\stdapis\unistd.h \
       
   624 		\epoc32\include\stdapis\sys\unistd.h \
       
   625 		..\..\epoc32\include\mw\QtCore\QCoreApplication \
       
   626 		..\..\epoc32\include\mw\QtCore\qcoreapplication.h \
       
   627 		\epoc32\include\mw\QtCore\qobject.h \
       
   628 		\epoc32\include\mw\QtCore\qobjectdefs.h \
       
   629 		\epoc32\include\mw\QtCore\qnamespace.h \
       
   630 		\epoc32\include\mw\QtCore\qglobal.h \
       
   631 		\epoc32\include\mw\QtCore\qstring.h \
       
   632 		\epoc32\include\mw\QtCore\qchar.h \
       
   633 		\epoc32\include\mw\QtCore\qbytearray.h \
       
   634 		\epoc32\include\mw\QtCore\qatomic.h \
       
   635 		\epoc32\include\mw\QtCore\qbasicatomic.h \
       
   636 		\epoc32\include\mw\QtCore\qatomic_bootstrap.h \
       
   637 		\epoc32\include\mw\QtCore\qatomic_arch.h \
       
   638 		\epoc32\include\mw\QtCore\qatomic_vxworks.h \
       
   639 		\epoc32\include\mw\QtCore\qatomic_powerpc.h \
       
   640 		\epoc32\include\mw\QtCore\qatomic_alpha.h \
       
   641 		\epoc32\include\mw\QtCore\qatomic_arm.h \
       
   642 		\epoc32\include\mw\QtCore\qatomic_armv6.h \
       
   643 		\epoc32\include\mw\QtCore\qatomic_avr32.h \
       
   644 		\epoc32\include\mw\QtCore\qatomic_bfin.h \
       
   645 		\epoc32\include\mw\QtCore\qatomic_generic.h \
       
   646 		\epoc32\include\mw\QtCore\qatomic_i386.h \
       
   647 		\epoc32\include\mw\QtCore\qatomic_ia64.h \
       
   648 		\epoc32\include\mw\QtCore\qatomic_macosx.h \
       
   649 		\epoc32\include\mw\QtCore\qatomic_x86_64.h \
       
   650 		\epoc32\include\mw\QtCore\qatomic_mips.h \
       
   651 		\epoc32\include\mw\QtCore\qatomic_parisc.h \
       
   652 		\epoc32\include\mw\QtCore\qatomic_s390.h \
       
   653 		\epoc32\include\mw\QtCore\qatomic_sparc.h \
       
   654 		\epoc32\include\mw\QtCore\qatomic_windows.h \
       
   655 		\epoc32\include\mw\QtCore\qatomic_windowsce.h \
       
   656 		\epoc32\include\mw\QtCore\qatomic_symbian.h \
       
   657 		\epoc32\include\mw\QtCore\qatomic_sh.h \
       
   658 		\epoc32\include\mw\QtCore\qatomic_sh4a.h \
       
   659 		\epoc32\include\mw\Qt3Support\q3cstring.h \
       
   660 		..\..\epoc32\include\stdapis\stlportv5\string \
       
   661 		\epoc32\include\stdapis\stlportv5\stl\_string.h \
       
   662 		\epoc32\include\stdapis\stlportv5\stl\_alloc.h \
       
   663 		\epoc32\include\stdapis\stlportv5\stl\_pthread_alloc.h \
       
   664 		\epoc32\include\stdapis\stlportv5\stl\_alloc.c \
       
   665 		\epoc32\include\stdapis\stlportv5\stl\_string_fwd.h \
       
   666 		..\..\epoc32\include\stdapis\stlportv5\iosfwd \
       
   667 		\epoc32\include\stdapis\stlportv5\stl\_iosfwd.h \
       
   668 		\epoc32\include\stdapis\stlportv5\stl\char_traits.h \
       
   669 		\epoc32\include\stdapis\stlportv5\stl\msl_string.h \
       
   670 		\epoc32\include\stdapis\stlportv5\stl\_string_base.h \
       
   671 		\epoc32\include\stdapis\stlportv5\stl\_string_npos.h \
       
   672 		\epoc32\include\stdapis\stlportv5\stl\_string_operators.h \
       
   673 		\epoc32\include\stdapis\stlportv5\stl\_string.c \
       
   674 		\epoc32\include\stdapis\stlportv5\stl\_ctraits_fns.h \
       
   675 		\epoc32\include\stdapis\stlportv5\stl\_range_errors.h \
       
   676 		\epoc32\include\stdapis\stlportv5\stl\_stdexcept.h \
       
   677 		\epoc32\include\stdapis\stlportv5\stl\_stdexcept_base.h \
       
   678 		\epoc32\include\stdapis\stlportv5\stl\_string_hash.h \
       
   679 		\epoc32\include\stdapis\stlportv5\stl\_hash_fun.h \
       
   680 		\epoc32\include\stdapis\stlportv5\stl\_string_io.h \
       
   681 		\epoc32\include\stdapis\stlportv5\stl\_ostream.h \
       
   682 		\epoc32\include\stdapis\stlportv5\stl\_ios.h \
       
   683 		\epoc32\include\stdapis\stlportv5\stl\_ios_base.h \
       
   684 		\epoc32\include\stdapis\stlportv5\stl\_locale.h \
       
   685 		\epoc32\include\stdapis\stlportv5\stl\_threads.h \
       
   686 		..\..\epoc32\include\e32atomics.h \
       
   687 		\epoc32\include\stdapis\stlportv5\stl\_ctime.h \
       
   688 		..\..\epoc32\include\stdapis\stlportv5\cstdio \
       
   689 		..\..\epoc32\include\stdapis\stlportv5\cwchar \
       
   690 		..\..\epoc32\include\stdapis\stlportv5\cassert \
       
   691 		..\..\epoc32\include\stdapis\assert.h \
       
   692 		\epoc32\include\stdapis\stlportv5\stl\_threads.c \
       
   693 		\epoc32\include\stdapis\stlportv5\stl\_ctype.h \
       
   694 		\epoc32\include\stdapis\stlportv5\stl\c_locale.h \
       
   695 		\epoc32\include\stdapis\stlportv5\stl\_numpunct.h \
       
   696 		\epoc32\include\stdapis\stlportv5\stl\_ios.c \
       
   697 		\epoc32\include\stdapis\stlportv5\stl\_streambuf.h \
       
   698 		\epoc32\include\stdapis\stlportv5\stl\_streambuf.c \
       
   699 		\epoc32\include\stdapis\stlportv5\stl\_ostreambuf_iterator.h \
       
   700 		\epoc32\include\stdapis\stlportv5\stl\_ostream.c \
       
   701 		\epoc32\include\stdapis\stlportv5\stl\_num_put.h \
       
   702 		\epoc32\include\stdapis\stlportv5\stl\_iostream_string.h \
       
   703 		\epoc32\include\stdapis\stlportv5\stl\_num_put.c \
       
   704 		\epoc32\include\stdapis\stlportv5\stl\_istream.h \
       
   705 		\epoc32\include\stdapis\stlportv5\stl\_istreambuf_iterator.h \
       
   706 		\epoc32\include\stdapis\stlportv5\stl\_istream.c \
       
   707 		\epoc32\include\stdapis\stlportv5\stl\_num_get.h \
       
   708 		\epoc32\include\stdapis\stlportv5\stl\_num_get.c \
       
   709 		\epoc32\include\stdapis\stlportv5\stl\_string_io.c \
       
   710 		\epoc32\include\mw\QtCore\qstringbuilder.h \
       
   711 		\epoc32\include\mw\QtCore\qmap.h \
       
   712 		\epoc32\include\mw\QtCore\qiterator.h \
       
   713 		\epoc32\include\mw\QtCore\qlist.h \
       
   714 		\epoc32\include\mw\QtCore\qalgorithms.h \
       
   715 		..\..\epoc32\include\stdapis\stlportv5\iterator \
       
   716 		\epoc32\include\stdapis\stlportv5\stl\_stream_iterator.h \
       
   717 		..\..\epoc32\include\stdapis\stlportv5\list \
       
   718 		\epoc32\include\stdapis\stlportv5\stl\_list.h \
       
   719 		\epoc32\include\stdapis\stlportv5\stl\_list.c \
       
   720 		\epoc32\include\stdapis\stlportv5\stl\_carray.h \
       
   721 		\epoc32\include\stdapis\stlportv5\stl\_relops_cont.h \
       
   722 		..\..\epoc32\include\stdapis\stlportv5\map \
       
   723 		\epoc32\include\stdapis\stlportv5\stl\_map.h \
       
   724 		\epoc32\include\stdapis\stlportv5\stl\_tree.h \
       
   725 		\epoc32\include\stdapis\stlportv5\stl\_tree.c \
       
   726 		\epoc32\include\mw\QtCore\qcoreevent.h \
       
   727 		\epoc32\include\mw\QtCore\qscopedpointer.h \
       
   728 		\epoc32\include\mw\QtCore\qeventloop.h \
       
   729 		\epoc32\include\mw\QtCore\qstringlist.h \
       
   730 		\epoc32\include\mw\QtCore\qdatastream.h \
       
   731 		\epoc32\include\mw\QtCore\qiodevice.h \
       
   732 		\epoc32\include\mw\QtCore\qregexp.h \
       
   733 		\epoc32\include\mw\QtCore\qstringmatcher.h \
       
   734 		\epoc32\include\mw\Qt3Support\q3valuelist.h \
       
   735 		\epoc32\include\mw\QtCore\qlinkedlist.h \
       
   736 		..\..\epoc32\include\mw\QtCore\QMutex \
       
   737 		..\..\epoc32\include\mw\QtCore\qmutex.h \
       
   738 		..\..\epoc32\include\mw\QtCore\QThread \
       
   739 		..\..\epoc32\include\mw\QtCore\qthread.h \
       
   740 		..\..\epoc32\include\mw\QtCore\QWaitCondition \
       
   741 		..\..\epoc32\include\mw\QtCore\qwaitcondition.h \
       
   742 		wtf\qt\ThreadingQt.cpp
       
   743 	\epoc32\tools\moc.exe $(DEFINES) $(INCPATH) -DSYMBIAN z:\qtwebkit-symbian-qtp\JavaScriptCore\wtf\qt\ThreadingQt.cpp -o z:\qtwebkit-symbian-qtp\JavaScriptCore\ThreadingQt.moc
       
   744 
       
   745 compiler_uic_make_all:
       
   746 compiler_uic_clean:
       
   747 compiler_yacc_decl_make_all:
       
   748 compiler_yacc_decl_clean:
       
   749 compiler_yacc_impl_make_all:
       
   750 compiler_yacc_impl_clean:
       
   751 compiler_lex_make_all:
       
   752 compiler_lex_clean:
       
   753 compiler_clean: compiler_moc_source_clean 
       
   754 
       
   755 dodistclean:
       
   756 	-@ if EXIST "z:\qtwebkit-symbian-qtp\JavaScriptCore\Makefile" $(DEL_FILE)  "z:\qtwebkit-symbian-qtp\JavaScriptCore\Makefile"
       
   757 	-@ if EXIST "z:\qtwebkit-symbian-qtp\JavaScriptCore\JavaScriptCore_0xE7e8b352.mmp" $(DEL_FILE)  "z:\qtwebkit-symbian-qtp\JavaScriptCore\JavaScriptCore_0xE7e8b352.mmp"
       
   758 	-@ if EXIST "z:\qtwebkit-symbian-qtp\JavaScriptCore\bld.inf" $(DEL_FILE)  "z:\qtwebkit-symbian-qtp\JavaScriptCore\bld.inf"
       
   759 
       
   760 distclean: clean dodistclean
       
   761 
       
   762 clean: bld.inf
       
   763 	-$(SBS) reallyclean
       
   764 
       
   765 clean-debug: bld.inf
       
   766 	$(SBS) reallyclean -c winscw_udeb -c gcce_udeb -c armv5_udeb -c armv6_udeb
       
   767 clean-release: bld.inf
       
   768 	$(SBS) reallyclean -c gcce_urel -c armv5_urel -c armv6_urel
       
   769 clean-debug-winscw: bld.inf
       
   770 	$(SBS) reallyclean -c winscw_udeb
       
   771 clean-debug-gcce: bld.inf
       
   772 	$(SBS) reallyclean -c gcce_udeb
       
   773 clean-debug-armv5: bld.inf
       
   774 	$(SBS) reallyclean -c armv5_udeb
       
   775 clean-debug-armv6: bld.inf
       
   776 	$(SBS) reallyclean -c armv6_udeb
       
   777 clean-release-gcce: bld.inf
       
   778 	$(SBS) reallyclean -c gcce_urel
       
   779 clean-release-armv5: bld.inf
       
   780 	$(SBS) reallyclean -c armv5_urel
       
   781 clean-release-armv6: bld.inf
       
   782 	$(SBS) reallyclean -c armv6_urel
       
   783