|
|
|
@ -7,24 +7,24 @@ KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
|
|
|
|
SUBDIRS = antlr
|
|
|
|
|
|
|
|
|
|
split2po_SOURCES = split.cpp parser.cpp
|
|
|
|
|
split2po_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
split2po_LDADD = $(LIB_QT)
|
|
|
|
|
split2po_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
split2po_LDADD = $(LIB_TQT)
|
|
|
|
|
|
|
|
|
|
xml2pot_SOURCES = xml2pot.cpp parser.cpp
|
|
|
|
|
xml2pot_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
xml2pot_LDADD = $(LIB_QT)
|
|
|
|
|
xml2pot_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
xml2pot_LDADD = $(LIB_TQT)
|
|
|
|
|
|
|
|
|
|
po2xml_SOURCES = GettextLexer.cpp GettextParser.cpp po2xml.cpp parser.cpp
|
|
|
|
|
po2xml_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
po2xml_LDADD = antlr/src/libantlr.la $(LIB_QT)
|
|
|
|
|
po2xml_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
po2xml_LDADD = antlr/src/libantlr.la $(LIB_TQT)
|
|
|
|
|
|
|
|
|
|
swappo_SOURCES = GettextLexer.cpp GettextParser.cpp swappo.cpp parser.cpp
|
|
|
|
|
swappo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
swappo_LDADD = antlr/src/libantlr.la $(LIB_QT)
|
|
|
|
|
swappo_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
swappo_LDADD = antlr/src/libantlr.la $(LIB_TQT)
|
|
|
|
|
|
|
|
|
|
transxx_SOURCES = GettextLexer.cpp GettextParser.cpp transxx.cpp parser.cpp
|
|
|
|
|
transxx_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
transxx_LDADD = antlr/src/libantlr.la $(LIB_QT)
|
|
|
|
|
transxx_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
|
transxx_LDADD = antlr/src/libantlr.la $(LIB_TQT)
|
|
|
|
|
|
|
|
|
|
parser:
|
|
|
|
|
cd $(srcdir) && java antlr.Tool gettext.g
|
|
|
|
|