WebKit/qt/tests/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: Mon Aug 16 17:48:46 2010
       
     3 # This file is generated by qmake and should not be modified by the
       
     4 # user.
       
     5 #  Name        : u:/yaels-qtwebkit/WebKit/qt/tests/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 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
       
    24 INCPATH	 =  -I"U:/epoc32/include/mw/QtCore"  -I"U:/epoc32/include/mw/QtGui"  -I"U:/epoc32/include/mw"  -I"U:/sf/mw/qt/mkspecs/common/symbian"  -I"U:/epoc32/include"  -I"U:/epoc32/include/stdapis"  -I"U:/epoc32/include/stdapis/sys"  -I"U:/epoc32/include/platform/mw"  -I"U:/epoc32/include/platform"  -I"U:/epoc32/include/platform/loc"  -I"U:/epoc32/include/platform/mw/loc"  -I"U:/epoc32/include/platform/loc/sc"  -I"U:/epoc32/include/platform/mw/loc/sc"  -I"U:/epoc32/include/stdapis/stlportv5"  -I"U:/yaels-qtwebkit/WebKit/qt/tests" 
       
    25 first: default
       
    26 default: debug-winscw
       
    27 all: debug release
       
    28 
       
    29 qmake:
       
    30 	$(QMAKE) -spec symbian-sbsv2 -o "bld.inf" "U:/yaels-qtwebkit/WebKit/qt/tests/tests.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 qwebframe\$(MAKEFILE): 
       
    61 	@$(CHK_DIR_EXISTS) qwebframe\ $(MKDIR) qwebframe\ 
       
    62 	cd qwebframe\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebframe\qwebframe.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    63 sub-qwebframe-qmake_all:  FORCE
       
    64 	@$(CHK_DIR_EXISTS) qwebframe\ $(MKDIR) qwebframe\ 
       
    65 	cd qwebframe\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebframe\qwebframe.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    66 sub-qwebframe: qwebframe\$(MAKEFILE) FORCE
       
    67 	cd qwebframe\ && $(MAKE) -f $(MAKEFILE)
       
    68 qwebpage\$(MAKEFILE): 
       
    69 	@$(CHK_DIR_EXISTS) qwebpage\ $(MKDIR) qwebpage\ 
       
    70 	cd qwebpage\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebpage\qwebpage.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    71 sub-qwebpage-qmake_all:  FORCE
       
    72 	@$(CHK_DIR_EXISTS) qwebpage\ $(MKDIR) qwebpage\ 
       
    73 	cd qwebpage\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebpage\qwebpage.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    74 sub-qwebpage: qwebpage\$(MAKEFILE) FORCE
       
    75 	cd qwebpage\ && $(MAKE) -f $(MAKEFILE)
       
    76 qwebelement\$(MAKEFILE): 
       
    77 	@$(CHK_DIR_EXISTS) qwebelement\ $(MKDIR) qwebelement\ 
       
    78 	cd qwebelement\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebelement\qwebelement.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    79 sub-qwebelement-qmake_all:  FORCE
       
    80 	@$(CHK_DIR_EXISTS) qwebelement\ $(MKDIR) qwebelement\ 
       
    81 	cd qwebelement\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebelement\qwebelement.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    82 sub-qwebelement: qwebelement\$(MAKEFILE) FORCE
       
    83 	cd qwebelement\ && $(MAKE) -f $(MAKEFILE)
       
    84 qgraphicswebview\$(MAKEFILE): 
       
    85 	@$(CHK_DIR_EXISTS) qgraphicswebview\ $(MKDIR) qgraphicswebview\ 
       
    86 	cd qgraphicswebview\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qgraphicswebview\qgraphicswebview.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    87 sub-qgraphicswebview-qmake_all:  FORCE
       
    88 	@$(CHK_DIR_EXISTS) qgraphicswebview\ $(MKDIR) qgraphicswebview\ 
       
    89 	cd qgraphicswebview\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qgraphicswebview\qgraphicswebview.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    90 sub-qgraphicswebview: qgraphicswebview\$(MAKEFILE) FORCE
       
    91 	cd qgraphicswebview\ && $(MAKE) -f $(MAKEFILE)
       
    92 qwebhistoryinterface\$(MAKEFILE): 
       
    93 	@$(CHK_DIR_EXISTS) qwebhistoryinterface\ $(MKDIR) qwebhistoryinterface\ 
       
    94 	cd qwebhistoryinterface\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebhistoryinterface\qwebhistoryinterface.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    95 sub-qwebhistoryinterface-qmake_all:  FORCE
       
    96 	@$(CHK_DIR_EXISTS) qwebhistoryinterface\ $(MKDIR) qwebhistoryinterface\ 
       
    97 	cd qwebhistoryinterface\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebhistoryinterface\qwebhistoryinterface.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
    98 sub-qwebhistoryinterface: qwebhistoryinterface\$(MAKEFILE) FORCE
       
    99 	cd qwebhistoryinterface\ && $(MAKE) -f $(MAKEFILE)
       
   100 qwebview\$(MAKEFILE): 
       
   101 	@$(CHK_DIR_EXISTS) qwebview\ $(MKDIR) qwebview\ 
       
   102 	cd qwebview\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebview\qwebview.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   103 sub-qwebview-qmake_all:  FORCE
       
   104 	@$(CHK_DIR_EXISTS) qwebview\ $(MKDIR) qwebview\ 
       
   105 	cd qwebview\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebview\qwebview.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   106 sub-qwebview: qwebview\$(MAKEFILE) FORCE
       
   107 	cd qwebview\ && $(MAKE) -f $(MAKEFILE)
       
   108 qwebhistory\$(MAKEFILE): 
       
   109 	@$(CHK_DIR_EXISTS) qwebhistory\ $(MKDIR) qwebhistory\ 
       
   110 	cd qwebhistory\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebhistory\qwebhistory.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   111 sub-qwebhistory-qmake_all:  FORCE
       
   112 	@$(CHK_DIR_EXISTS) qwebhistory\ $(MKDIR) qwebhistory\ 
       
   113 	cd qwebhistory\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebhistory\qwebhistory.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   114 sub-qwebhistory: qwebhistory\$(MAKEFILE) FORCE
       
   115 	cd qwebhistory\ && $(MAKE) -f $(MAKEFILE)
       
   116 qwebinspector\$(MAKEFILE): 
       
   117 	@$(CHK_DIR_EXISTS) qwebinspector\ $(MKDIR) qwebinspector\ 
       
   118 	cd qwebinspector\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebinspector\qwebinspector.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   119 sub-qwebinspector-qmake_all:  FORCE
       
   120 	@$(CHK_DIR_EXISTS) qwebinspector\ $(MKDIR) qwebinspector\ 
       
   121 	cd qwebinspector\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\qwebinspector\qwebinspector.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   122 sub-qwebinspector: qwebinspector\$(MAKEFILE) FORCE
       
   123 	cd qwebinspector\ && $(MAKE) -f $(MAKEFILE)
       
   124 hybridPixmap\$(MAKEFILE): 
       
   125 	@$(CHK_DIR_EXISTS) hybridPixmap\ $(MKDIR) hybridPixmap\ 
       
   126 	cd hybridPixmap\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\hybridPixmap\hybridPixmap.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   127 sub-hybridPixmap-qmake_all:  FORCE
       
   128 	@$(CHK_DIR_EXISTS) hybridPixmap\ $(MKDIR) hybridPixmap\ 
       
   129 	cd hybridPixmap\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\hybridPixmap\hybridPixmap.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   130 sub-hybridPixmap: hybridPixmap\$(MAKEFILE) FORCE
       
   131 	cd hybridPixmap\ && $(MAKE) -f $(MAKEFILE)
       
   132 benchmarks\painting\$(MAKEFILE): 
       
   133 	@$(CHK_DIR_EXISTS) benchmarks\painting\ $(MKDIR) benchmarks\painting\ 
       
   134 	cd benchmarks\painting\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\benchmarks\painting\painting.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   135 sub-benchmarks-painting-qmake_all:  FORCE
       
   136 	@$(CHK_DIR_EXISTS) benchmarks\painting\ $(MKDIR) benchmarks\painting\ 
       
   137 	cd benchmarks\painting\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\benchmarks\painting\painting.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   138 sub-benchmarks-painting: benchmarks\painting\$(MAKEFILE) FORCE
       
   139 	cd benchmarks\painting\ && $(MAKE) -f $(MAKEFILE)
       
   140 benchmarks\loading\$(MAKEFILE): 
       
   141 	@$(CHK_DIR_EXISTS) benchmarks\loading\ $(MKDIR) benchmarks\loading\ 
       
   142 	cd benchmarks\loading\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\benchmarks\loading\loading.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   143 sub-benchmarks-loading-qmake_all:  FORCE
       
   144 	@$(CHK_DIR_EXISTS) benchmarks\loading\ $(MKDIR) benchmarks\loading\ 
       
   145 	cd benchmarks\loading\ && $(QMAKE) u:\yaels-qtwebkit\WebKit\qt\tests\benchmarks\loading\loading.pro OUTPUT_DIR=U:/yaels-qtwebkit/Release CONFIG+=release CONFIG-=debug -o $(MAKEFILE)
       
   146 sub-benchmarks-loading: benchmarks\loading\$(MAKEFILE) FORCE
       
   147 	cd benchmarks\loading\ && $(MAKE) -f $(MAKEFILE)
       
   148 
       
   149 
       
   150 sub-qwebframe-check: qwebframe\$(MAKEFILE)
       
   151 	cd qwebframe\ && $(MAKE) check
       
   152 sub-qwebpage-check: qwebpage\$(MAKEFILE)
       
   153 	cd qwebpage\ && $(MAKE) check
       
   154 sub-qwebelement-check: qwebelement\$(MAKEFILE)
       
   155 	cd qwebelement\ && $(MAKE) check
       
   156 sub-qgraphicswebview-check: qgraphicswebview\$(MAKEFILE)
       
   157 	cd qgraphicswebview\ && $(MAKE) check
       
   158 sub-qwebhistoryinterface-check: qwebhistoryinterface\$(MAKEFILE)
       
   159 	cd qwebhistoryinterface\ && $(MAKE) check
       
   160 sub-qwebview-check: qwebview\$(MAKEFILE)
       
   161 	cd qwebview\ && $(MAKE) check
       
   162 sub-qwebhistory-check: qwebhistory\$(MAKEFILE)
       
   163 	cd qwebhistory\ && $(MAKE) check
       
   164 sub-qwebinspector-check: qwebinspector\$(MAKEFILE)
       
   165 	cd qwebinspector\ && $(MAKE) check
       
   166 sub-hybridPixmap-check: hybridPixmap\$(MAKEFILE)
       
   167 	cd hybridPixmap\ && $(MAKE) check
       
   168 sub-benchmarks-painting-check: benchmarks\painting\$(MAKEFILE)
       
   169 	cd benchmarks\painting\ && $(MAKE) check
       
   170 sub-benchmarks-loading-check: benchmarks\loading\$(MAKEFILE)
       
   171 	cd benchmarks\loading\ && $(MAKE) check
       
   172 check: sub-qwebframe-check sub-qwebpage-check sub-qwebelement-check sub-qgraphicswebview-check sub-qwebhistoryinterface-check sub-qwebview-check sub-qwebhistory-check sub-qwebinspector-check sub-hybridPixmap-check sub-benchmarks-painting-check sub-benchmarks-loading-check
       
   173 
       
   174 sub-qwebframe-sis_target: qwebframe\$(MAKEFILE)
       
   175 	cd qwebframe\ && $(MAKE) sis
       
   176 sub-qwebpage-sis_target: qwebpage\$(MAKEFILE)
       
   177 	cd qwebpage\ && $(MAKE) sis
       
   178 sub-qwebelement-sis_target: qwebelement\$(MAKEFILE)
       
   179 	cd qwebelement\ && $(MAKE) sis
       
   180 sub-qgraphicswebview-sis_target: qgraphicswebview\$(MAKEFILE)
       
   181 	cd qgraphicswebview\ && $(MAKE) sis
       
   182 sub-qwebhistoryinterface-sis_target: qwebhistoryinterface\$(MAKEFILE)
       
   183 	cd qwebhistoryinterface\ && $(MAKE) sis
       
   184 sub-qwebview-sis_target: qwebview\$(MAKEFILE)
       
   185 	cd qwebview\ && $(MAKE) sis
       
   186 sub-qwebhistory-sis_target: qwebhistory\$(MAKEFILE)
       
   187 	cd qwebhistory\ && $(MAKE) sis
       
   188 sub-qwebinspector-sis_target: qwebinspector\$(MAKEFILE)
       
   189 	cd qwebinspector\ && $(MAKE) sis
       
   190 sub-hybridPixmap-sis_target: hybridPixmap\$(MAKEFILE)
       
   191 	cd hybridPixmap\ && $(MAKE) sis
       
   192 sub-benchmarks-painting-sis_target: benchmarks\painting\$(MAKEFILE)
       
   193 	cd benchmarks\painting\ && $(MAKE) sis
       
   194 sub-benchmarks-loading-sis_target: benchmarks\loading\$(MAKEFILE)
       
   195 	cd benchmarks\loading\ && $(MAKE) sis
       
   196 sis: sub-qwebframe-sis_target sub-qwebpage-sis_target sub-qwebelement-sis_target sub-qgraphicswebview-sis_target sub-qwebhistoryinterface-sis_target sub-qwebview-sis_target sub-qwebhistory-sis_target sub-qwebinspector-sis_target sub-hybridPixmap-sis_target sub-benchmarks-painting-sis_target sub-benchmarks-loading-sis_target
       
   197 
       
   198 mocclean: compiler_moc_header_clean compiler_moc_source_clean
       
   199 
       
   200 mocables: compiler_moc_header_make_all compiler_moc_source_make_all
       
   201 FORCE:
       
   202 
       
   203 dodistclean:
       
   204 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qwebframe\Makefile" dodistclean
       
   205 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qwebpage\Makefile" dodistclean
       
   206 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qwebelement\Makefile" dodistclean
       
   207 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qgraphicswebview\Makefile" dodistclean
       
   208 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qwebhistoryinterface\Makefile" dodistclean
       
   209 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qwebview\Makefile" dodistclean
       
   210 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qwebhistory\Makefile" dodistclean
       
   211 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\qwebinspector\Makefile" dodistclean
       
   212 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\hybridPixmap\Makefile" dodistclean
       
   213 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\benchmarks\painting\Makefile" dodistclean
       
   214 	-$(MAKE) -f "u:\yaels-qtwebkit\WebKit\qt\tests\benchmarks\loading\Makefile" dodistclean
       
   215 	-@ if EXIST "u:\yaels-qtwebkit\WebKit\qt\tests\Makefile" $(DEL_FILE)  "u:\yaels-qtwebkit\WebKit\qt\tests\Makefile"
       
   216 	-@ if EXIST "u:\yaels-qtwebkit\WebKit\qt\tests\bld.inf" $(DEL_FILE)  "u:\yaels-qtwebkit\WebKit\qt\tests\bld.inf"
       
   217 
       
   218 distclean: clean dodistclean
       
   219 
       
   220 clean: bld.inf
       
   221 	-$(SBS) reallyclean
       
   222 
       
   223 clean-debug: bld.inf
       
   224 	$(SBS) reallyclean -c winscw_udeb -c gcce_udeb -c armv5_udeb -c armv6_udeb
       
   225 clean-release: bld.inf
       
   226 	$(SBS) reallyclean -c gcce_urel -c armv5_urel -c armv6_urel
       
   227 clean-debug-winscw: bld.inf
       
   228 	$(SBS) reallyclean -c winscw_udeb
       
   229 clean-debug-gcce: bld.inf
       
   230 	$(SBS) reallyclean -c gcce_udeb
       
   231 clean-debug-armv5: bld.inf
       
   232 	$(SBS) reallyclean -c armv5_udeb
       
   233 clean-debug-armv6: bld.inf
       
   234 	$(SBS) reallyclean -c armv6_udeb
       
   235 clean-release-gcce: bld.inf
       
   236 	$(SBS) reallyclean -c gcce_urel
       
   237 clean-release-armv5: bld.inf
       
   238 	$(SBS) reallyclean -c armv5_urel
       
   239 clean-release-armv6: bld.inf
       
   240 	$(SBS) reallyclean -c armv6_urel
       
   241