]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Buffer param \cite_engine_type (authoryear|numerical).
[lyx.git] / src / tex2lyx / Makefile.am
index db0f225d29aaaf7810712869b9f6e44ed9ea04c0..7406bb2ffe950e9ef45c274f94f78fd058797dd2 100644 (file)
@@ -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,43 +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 \
-       ../TextClass.cpp \
-       ../TextClass.h \
-       ../Lexer.cpp \
+       ../LayoutFile.cpp \
+       ../LayoutModuleList.cpp \
+       ../Length.cpp \
        ../lengthcommon.cpp \
-       ../Color.cpp \
-       ../Color.h \
-       ../Encoding.cpp
+       ../Lexer.cpp \
+       ../ModuleList.cpp \
+       ../Spacing.cpp \
+       ../TextClass.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