OLD | NEW |
1 # JavaScriptCore - Qt4 build info | 1 # JavaScriptCore - Qt4 build info |
2 VPATH += $$PWD | 2 VPATH += $$PWD |
3 | 3 |
4 INCLUDEPATH += tmp | 4 INCLUDEPATH += tmp |
5 INCLUDEPATH += $$PWD $$PWD/parser $$PWD/bytecompiler $$PWD/debugger $$PWD/runtim
e $$PWD/wtf $$PWD/wtf/unicode $$PWD/interpreter $$PWD/jit $$PWD/profiler $$PWD/w
rec $$PWD/API $$PWD/.. \ | 5 INCLUDEPATH += $$PWD $$PWD/parser $$PWD/bytecompiler $$PWD/debugger $$PWD/runtim
e $$PWD/wtf $$PWD/wtf/unicode $$PWD/interpreter $$PWD/jit $$PWD/profiler $$PWD/w
rec $$PWD/API $$PWD/.. \ |
6 $$PWD/ForwardingHeaders $$PWD/bytecode $$PWD/assembler | 6 $$PWD/ForwardingHeaders $$PWD/bytecode $$PWD/assembler |
7 DEFINES += BUILDING_QT__ | 7 DEFINES += BUILDING_QT__ |
8 | 8 |
9 isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = tmp | 9 isEmpty(GENERATED_SOURCES_DIR):GENERATED_SOURCES_DIR = tmp |
10 GENERATED_SOURCES_DIR_SLASH = $$GENERATED_SOURCES_DIR/ | 10 GENERATED_SOURCES_DIR_SLASH = $$GENERATED_SOURCES_DIR/ |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 JSCBISON += \ | 44 JSCBISON += \ |
45 parser/Grammar.y | 45 parser/Grammar.y |
46 | 46 |
47 SOURCES += \ | 47 SOURCES += \ |
48 wtf/Assertions.cpp \ | 48 wtf/Assertions.cpp \ |
49 wtf/ByteArray.cpp \ | 49 wtf/ByteArray.cpp \ |
50 wtf/HashTable.cpp \ | 50 wtf/HashTable.cpp \ |
51 wtf/MainThread.cpp \ | 51 wtf/MainThread.cpp \ |
52 wtf/RandomNumber.cpp \ | 52 wtf/RandomNumber.cpp \ |
53 wtf/RefCountedLeakCounter.cpp \ | 53 wtf/RefCountedLeakCounter.cpp \ |
54 wtf/TypeTraits.cpp \ | |
55 wtf/unicode/CollatorDefault.cpp \ | 54 wtf/unicode/CollatorDefault.cpp \ |
56 wtf/unicode/icu/CollatorICU.cpp \ | 55 wtf/unicode/icu/CollatorICU.cpp \ |
57 wtf/unicode/UTF8.cpp \ | 56 wtf/unicode/UTF8.cpp \ |
58 API/JSBase.cpp \ | 57 API/JSBase.cpp \ |
59 API/JSCallbackConstructor.cpp \ | 58 API/JSCallbackConstructor.cpp \ |
60 API/JSCallbackFunction.cpp \ | 59 API/JSCallbackFunction.cpp \ |
61 API/JSCallbackObject.cpp \ | 60 API/JSCallbackObject.cpp \ |
62 API/JSClassRef.cpp \ | 61 API/JSClassRef.cpp \ |
63 API/JSContextRef.cpp \ | 62 API/JSContextRef.cpp \ |
64 API/JSObjectRef.cpp \ | 63 API/JSObjectRef.cpp \ |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 | 200 |
202 # GENERATOR 2: bison grammar | 201 # GENERATOR 2: bison grammar |
203 jscbison.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp | 202 jscbison.output = $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.cpp |
204 jscbison.commands = bison -d -p jscyy ${QMAKE_FILE_NAME} -o ${QMAKE_FILE_BASE}.t
ab.c && $(MOVE) ${QMAKE_FILE_BASE}.tab.c ${QMAKE_FILE_OUT} && $(MOVE) ${QMAKE_FI
LE_BASE}.tab.h $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.h | 203 jscbison.commands = bison -d -p jscyy ${QMAKE_FILE_NAME} -o ${QMAKE_FILE_BASE}.t
ab.c && $(MOVE) ${QMAKE_FILE_BASE}.tab.c ${QMAKE_FILE_OUT} && $(MOVE) ${QMAKE_FI
LE_BASE}.tab.h $$GENERATED_SOURCES_DIR/${QMAKE_FILE_BASE}.h |
205 jscbison.depend = ${QMAKE_FILE_NAME} | 204 jscbison.depend = ${QMAKE_FILE_NAME} |
206 jscbison.input = JSCBISON | 205 jscbison.input = JSCBISON |
207 jscbison.variable_out = GENERATED_SOURCES | 206 jscbison.variable_out = GENERATED_SOURCES |
208 jscbison.dependency_type = TYPE_C | 207 jscbison.dependency_type = TYPE_C |
209 jscbison.CONFIG = target_predeps | 208 jscbison.CONFIG = target_predeps |
210 addExtraCompilerWithHeader(jscbison) | 209 addExtraCompilerWithHeader(jscbison) |
OLD | NEW |