2003-02-11 12:37:27 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2012-12-30 11:14:21 +00:00
|
|
|
EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) $(TEST_RESULTS) pch.h
|
2003-02-11 12:37:27 +00:00
|
|
|
|
2008-11-15 17:45:55 +00:00
|
|
|
#noinst_LIBRARIES = libtexparser.a
|
2003-04-17 09:47:21 +00:00
|
|
|
#
|
2008-11-15 17:45:55 +00:00
|
|
|
#libtexparser_a_SOURCES = \
|
2007-04-26 04:53:06 +00:00
|
|
|
# Parser.cpp \
|
|
|
|
# Parser.h
|
2003-04-17 09:47:21 +00:00
|
|
|
#
|
2008-11-15 17:45:55 +00:00
|
|
|
#tex2lyx_LDADD = libtexparser.a
|
2003-02-12 08:36:49 +00:00
|
|
|
|
2005-07-16 15:18:14 +00:00
|
|
|
man_MANS = tex2lyx.1
|
|
|
|
|
2003-02-11 12:37:27 +00:00
|
|
|
bin_PROGRAMS = tex2lyx
|
|
|
|
|
2013-05-10 22:15:57 +00:00
|
|
|
DEFAULT_INCLUDES =
|
2007-08-21 23:17:37 +00:00
|
|
|
|
2013-05-13 19:53:28 +00:00
|
|
|
AM_CPPFLAGS += -DTEX2LYX -DNO_LAYOUT_CSS $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
|
2008-11-15 13:04:15 +00:00
|
|
|
-I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES)
|
2007-08-21 23:17:37 +00:00
|
|
|
|
2008-11-15 13:04:15 +00:00
|
|
|
TEST_FILES = \
|
2012-07-08 17:28:19 +00:00
|
|
|
test/runtests.py \
|
2008-11-15 13:04:15 +00:00
|
|
|
test/box-color-size-space-align.tex \
|
2012-07-08 16:12:26 +00:00
|
|
|
test/CJK.tex \
|
2012-12-30 10:58:21 +00:00
|
|
|
test/CJKutf8.tex \
|
2008-11-16 14:27:01 +00:00
|
|
|
test/DummyDocument.tex \
|
2012-12-29 12:16:22 +00:00
|
|
|
test/Dummy~Document.tex \
|
2008-11-15 13:04:15 +00:00
|
|
|
test/foo.eps \
|
|
|
|
test/foo.png \
|
|
|
|
test/test-insets.tex \
|
|
|
|
test/test.ltx \
|
2012-10-26 20:23:16 +00:00
|
|
|
test/test-modules.tex \
|
2013-02-17 02:22:20 +00:00
|
|
|
test/test-refstyle-theorems.tex \
|
2012-07-08 16:12:26 +00:00
|
|
|
test/test-structure.tex \
|
2013-02-04 09:53:25 +00:00
|
|
|
test/verbatim.tex \
|
2012-10-23 20:08:57 +00:00
|
|
|
test/XeTeX-polyglossia.tex \
|
|
|
|
test/xfigtest.fig \
|
|
|
|
test/xfigtest.pstex \
|
|
|
|
test/xfigtest.pstex_t
|
2004-08-18 14:20:18 +00:00
|
|
|
|
2012-12-30 11:14:21 +00:00
|
|
|
TEST_RESULTS = \
|
|
|
|
test/box-color-size-space-align.lyx.lyx \
|
|
|
|
test/CJK.lyx.lyx \
|
|
|
|
test/CJKutf8.lyx.lyx \
|
|
|
|
test/DummyDocument.lyx.lyx \
|
|
|
|
test/Dummy~Document.lyx.lyx \
|
|
|
|
test/test-insets.lyx.lyx \
|
|
|
|
test/test.lyx.lyx \
|
|
|
|
test/test-modules.lyx.lyx \
|
2013-02-17 02:22:20 +00:00
|
|
|
test/test-refstyle-theorems.lyx.lyx \
|
2012-12-30 11:14:21 +00:00
|
|
|
test/test-structure.lyx.lyx \
|
2013-02-04 19:14:22 +00:00
|
|
|
test/verbatim.lyx.lyx \
|
2012-12-30 11:14:21 +00:00
|
|
|
test/XeTeX-polyglossia.lyx.lyx
|
|
|
|
|
2013-09-09 19:00:11 +00:00
|
|
|
alltests: check alltests-recursive
|
|
|
|
|
|
|
|
alltests-recursive: tex2lyx
|
|
|
|
@$(PYTHON) "$(srcdir)/test/runtests.py"; \
|
|
|
|
if test $$? -eq 0; then \
|
|
|
|
echo -e "=====================\ntex2lyx tests passed.\n====================="; \
|
|
|
|
else \
|
|
|
|
echo -e "=====================\ntex2lyx tests failed.\n====================="; \
|
|
|
|
fi
|
|
|
|
|
2012-10-04 20:29:43 +00:00
|
|
|
updatetests: tex2lyx
|
2012-10-24 20:11:05 +00:00
|
|
|
$(PYTHON) "$(srcdir)/test/runtests.py" ./tex2lyx "$(top_srcdir)/lib/scripts" "$(srcdir)/test"
|
2012-07-08 17:28:19 +00:00
|
|
|
|
2005-10-18 09:15:19 +00:00
|
|
|
LINKED_FILES = \
|
2011-11-06 17:03:59 +00:00
|
|
|
../Author.cpp \
|
2009-10-27 16:16:15 +00:00
|
|
|
../Color.cpp \
|
|
|
|
../Counters.cpp \
|
|
|
|
../Encoding.cpp \
|
2007-08-21 23:17:37 +00:00
|
|
|
../FloatList.cpp \
|
|
|
|
../Floating.cpp \
|
2009-10-27 16:16:15 +00:00
|
|
|
../FontInfo.cpp \
|
2011-12-13 19:40:05 +00:00
|
|
|
../graphics/GraphicsParams.cpp \
|
|
|
|
../insets/ExternalTemplate.cpp \
|
|
|
|
../insets/ExternalTransforms.cpp \
|
2008-02-22 10:16:18 +00:00
|
|
|
../insets/InsetLayout.cpp \
|
2011-11-06 17:03:59 +00:00
|
|
|
../LaTeXPackages.cpp \
|
2007-08-21 23:17:37 +00:00
|
|
|
../Layout.cpp \
|
2011-01-23 21:10:20 +00:00
|
|
|
../LayoutFile.cpp \
|
2009-02-21 16:45:37 +00:00
|
|
|
../LayoutModuleList.cpp \
|
2011-12-13 19:40:05 +00:00
|
|
|
../Length.cpp \
|
2009-10-27 16:16:15 +00:00
|
|
|
../lengthcommon.cpp \
|
|
|
|
../Lexer.cpp \
|
2009-02-11 23:22:10 +00:00
|
|
|
../ModuleList.cpp \
|
2009-10-28 10:07:10 +00:00
|
|
|
../Spacing.cpp \
|
2007-08-21 23:17:37 +00:00
|
|
|
../TextClass.cpp \
|
2011-10-03 17:47:37 +00:00
|
|
|
../version.cpp
|
2003-07-26 00:15:38 +00:00
|
|
|
|
2007-08-21 23:17:37 +00:00
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
2005-07-12 23:42:23 +00:00
|
|
|
|
2003-02-12 08:36:49 +00:00
|
|
|
tex2lyx_SOURCES = \
|
2005-10-18 09:15:19 +00:00
|
|
|
$(LINKED_FILES) \
|
2007-04-25 18:04:04 +00:00
|
|
|
boost.cpp \
|
2007-04-26 04:53:06 +00:00
|
|
|
Context.cpp \
|
|
|
|
Context.h \
|
2009-10-27 16:16:15 +00:00
|
|
|
math.cpp \
|
2007-04-26 04:53:06 +00:00
|
|
|
Parser.cpp \
|
|
|
|
Parser.h \
|
2011-10-30 12:47:45 +00:00
|
|
|
Preamble.cpp \
|
|
|
|
Preamble.h \
|
2007-04-26 04:53:06 +00:00
|
|
|
table.cpp \
|
2009-10-27 16:16:15 +00:00
|
|
|
tex2lyx.cpp \
|
|
|
|
tex2lyx.h \
|
2007-04-26 04:41:58 +00:00
|
|
|
text.cpp
|
2003-07-26 00:15:38 +00:00
|
|
|
|
|
|
|
tex2lyx_LDADD = \
|
2008-11-15 17:45:55 +00:00
|
|
|
$(top_builddir)/src/support/liblyxsupport.a \
|
2013-05-10 22:15:57 +00:00
|
|
|
$(LIBICONV) $(BOOST_LIBS) \
|
2008-11-15 17:45:55 +00:00
|
|
|
$(QT4_LIB) $(QT4_LDFLAGS) \
|
2009-05-01 15:18:11 +00:00
|
|
|
@LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
|
2011-09-27 07:27:19 +00:00
|
|
|
|
|
|
|
if INSTALL_MACOSX
|
2011-09-30 16:05:46 +00:00
|
|
|
tex2lyx_LDFLAGS = -framework AppKit
|
2011-09-27 07:27:19 +00:00
|
|
|
endif
|
2013-09-09 19:00:11 +00:00
|
|
|
|
|
|
|
.PHONY: alltests alltests-recursive updatetests
|