X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FMakefile.am;h=7406bb2ffe950e9ef45c274f94f78fd058797dd2;hb=e3f65fd0883c7706aa08fb72e128e7c32fba11b5;hp=58f18609772c059237449a3ec04ae42a416fcaa1;hpb=c4f0fb88f14aa9dc97c7d25e80070a4446f566bb;p=lyx.git diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index 58f1860977..7406bb2ffe 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/common.am -EXTRA_DIST = tex2lyx.1 $(TEST_FILES) pch.h +EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) pch.h #noinst_LIBRARIES = libtexparser.a # @@ -29,47 +29,52 @@ TEST_FILES = \ test/test-structure.tex LINKED_FILES = \ + ../Author.cpp \ + ../Color.cpp \ + ../Counters.cpp \ + ../Encoding.cpp \ ../FloatList.cpp \ ../Floating.cpp \ - ../Counters.cpp \ + ../FontInfo.cpp \ + ../graphics/GraphicsParams.cpp \ + ../insets/ExternalTemplate.cpp \ + ../insets/ExternalTransforms.cpp \ ../insets/InsetLayout.cpp \ - ../LayoutFile.h \ - ../Layout.h \ + ../LaTeXPackages.cpp \ ../Layout.cpp \ - ../LayoutModuleList.h \ + ../LayoutFile.cpp \ ../LayoutModuleList.cpp \ - ../ModuleList.h \ + ../Length.cpp \ + ../lengthcommon.cpp \ + ../Lexer.cpp \ ../ModuleList.cpp \ + ../Spacing.cpp \ ../TextClass.cpp \ - ../TextClass.h \ - ../Lexer.cpp \ - ../lengthcommon.cpp \ - ../Color.cpp \ - ../Color.h \ - ../Encoding.cpp + ../version.cpp BUILT_SOURCES = $(PCH_FILE) tex2lyx_SOURCES = \ $(LINKED_FILES) \ - Spacing.h \ boost.cpp \ Context.cpp \ Context.h \ - Font.cpp \ - Font.h \ - gettext.cpp \ + math.cpp \ Parser.cpp \ Parser.h \ + Preamble.cpp \ + Preamble.h \ + table.cpp \ tex2lyx.cpp \ tex2lyx.h \ - preamble.cpp \ - math.cpp \ - table.cpp \ text.cpp tex2lyx_LDADD = \ $(top_builddir)/src/support/liblyxsupport.a \ - $(LIBICONV) $(BOOST_LIBS) \ + $(INTLLIBS) $(LIBICONV) $(BOOST_LIBS) \ $(QT4_LIB) $(QT4_LDFLAGS) \ - @LIBS@ $(LIBSHLWAPI) + @LIBS@ $(LIBSHLWAPI) $(LIBPSAPI) + +if INSTALL_MACOSX +tex2lyx_LDFLAGS = -framework AppKit +endif