X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FMakefile.am;h=7406bb2ffe950e9ef45c274f94f78fd058797dd2;hb=e3f65fd0883c7706aa08fb72e128e7c32fba11b5;hp=fb74fc3fbfa7e71e2f18cc738645a4535e8a7616;hpb=52d3a1e426a079ad28a33b4cd5fba99946765a0e;p=lyx.git diff --git a/src/tex2lyx/Makefile.am b/src/tex2lyx/Makefile.am index fb74fc3fbf..7406bb2ffe 100644 --- a/src/tex2lyx/Makefile.am +++ b/src/tex2lyx/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/common.am -EXTRA_DIST = $(TEST_FILES) pch.h +EXTRA_DIST = TODO.txt tex2lyx.1in $(TEST_FILES) pch.h #noinst_LIBRARIES = libtexparser.a # @@ -29,46 +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 \ - ../ModuleList.h \ + ../LayoutFile.cpp \ + ../LayoutModuleList.cpp \ + ../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