+2007-07-18 Simon Hausmann <hausmann@kde.org>
+
+ Reviewed by Zack.
+
+ Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
+
+ * WebKit.pro:
+
2007-07-18 Timothy Hatcher <timothy@apple.com>
Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
+2007-07-18 Simon Hausmann <hausmann@kde.org>
+
+ Reviewed by Zack.
+
+ Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
+
+ * pcre/dftables.pro: Added.
+ * pcre/pcre.pri:
+
2007-07-17 Cameron Zwarich <cwzwarich@uwaterloo.ca>
Reviewed by Darin, Maciej, and Adam.
--- /dev/null
+TEMPLATE = app
+CONFIG += console
+CONFIG -= app_bundle qt
+SOURCES = dftables.c
+TARGET = dftables
+DESTDIR = tmp
+
+INCLUDEPATH += $$PWD/../wtf
+
+gdk-port {
+ DEFINES += BUILDING_GDK__ BUILDING_CAIRO__
+} else {
+ DEFINES += BUILDING_QT__
+}
+
# GENERATOR: "chartables.c": compile and execute the chartables generator (and add it to sources)
ctgen.output = tmp/chartables.c
-ctgen.commands = gcc ${QMAKE_FILE_NAME} -I$$PWD/../wtf -o tmp/${QMAKE_FILE_BASE} && ./tmp/${QMAKE_FILE_BASE} ${QMAKE_FILE_OUT}
-qt-port:ctgen.commands = gcc ${QMAKE_FILE_NAME} -DBUILDING_QT__ -I$$PWD/../wtf -o tmp/${QMAKE_FILE_BASE} && ./tmp/${QMAKE_FILE_BASE} ${QMAKE_FILE_OUT}
-gdk-port:ctgen.commands = gcc ${QMAKE_FILE_NAME} -DBUILDING_GDK__ -DBUILDING_CAIRO__ -I$$PWD/../wtf -o tmp/${QMAKE_FILE_BASE} && ./tmp/${QMAKE_FILE_BASE} ${QMAKE_FILE_OUT}
+ctgen.commands = tmp/dftables ${QMAKE_FILE_OUT}
ctgen.input = CTGENFILE
ctgen.CONFIG += target_predeps no_link
ctgen.variable_out = GENERATED_SOURCES
!gdk-port:CONFIG += qt-port
qt-port:SUBDIRS += WebKitQt/Plugins
SUBDIRS += \
+ JavaScriptCore/pcre/dftables.pro \
WebCore \
JavaScriptCore/kjs/testkjs.pro