]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Makefile.am
Make --without-include-boost compile (autotools)
[lyx.git] / src / tex2lyx / Makefile.am
index 2a9db8313cc7b30ca768e4b941d787d823071981..c6df6470d2489e99a1342c7dc6c604841ed389a6 100644 (file)
@@ -1,56 +1,69 @@
 include $(top_srcdir)/config/common.am
 
-INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
+EXTRA_DIST = tex2lyx.man test-structure.tex test-insets.tex
+EXTRA_DIST += pch.h
+
+DISTCLEANFILES += tex2lyx.1
 
 #noinst_LTLIBRARIES = libtexparser.la
 #
 #libtexparser_la_SOURCES = \
-#      texparser.C \
-#      texparser.h
+#      Parser.cpp \
+#      Parser.h
 #
 #tex2lyx_LDADD = libtexparser.la
 
+man_MANS = tex2lyx.1
+
 bin_PROGRAMS = tex2lyx
 
-linked_files = \
-       FloatList.C \
-       Floating.C \
-       boost.C \
-       counters.C \
-       lyxlayout.h \
-       lyxlayout.C \
-       lyxtextclass.C \
-       lyxtextclass.h \
-       lyxlex.C \
-       lyxlex_pimpl.C
+DEFAULT_INCLUDES = 
+
+AM_CPPFLAGS += \
+       -DTEX2LYX \
+       $(PCH_FLAGS) \
+       -I$(top_srcdir)/src/tex2lyx \
+       -I$(top_srcdir)/src  \
+       -I$(top_builddir)/src \
+       $(BOOST_INCLUDES)
+
+
+LINKED_FILES = \
+       ../FloatList.cpp \
+       ../Floating.cpp \
+       ../Counters.cpp \
+       ../Layout.h \
+       ../Layout.cpp \
+       ../TextClass.cpp \
+       ../TextClass.h \
+       ../Lexer.cpp \
+       ../Color.cpp \
+       ../Color.h
+
+BUILT_SOURCES = $(PCH_FILE)
 
 tex2lyx_SOURCES = \
-       $(linked_files) \
+       $(LINKED_FILES) \
        Spacing.h \
-       gettext.C \
-       gettext.h \
-       lyxfont.C \
-       lyxfont.h \
-       texparser.C \
-       texparser.h \
-       tex2lyx.C \
+       boost.cpp \
+       Context.cpp \
+       Context.h \
+       Font.cpp \
+       Font.h \
+       gettext.cpp \
+       lengthcommon.cpp \
+       Parser.cpp \
+       Parser.h \
+       tex2lyx.cpp \
        tex2lyx.h \
-       preamble.C \
-       math.C \
-       table.C \
-       text.C
+       preamble.cpp \
+       math.cpp \
+       table.cpp \
+       text.cpp
 
 tex2lyx_LDADD = \
-       ../support/libsupport.la \
-       ../../boost/libs/regex/src/libboostregex.la -lz
-
-FloatList.C: link_files
-
-link_files:
-       for i in $(linked_files); do \
-               rm -f $$i; \
-               ln -s "$(top_srcdir)/src/$$i" . ; \
-       done
+       $(top_builddir)/src/support/liblyxsupport.la \
+       $(LIBICONV) $(BOOST_LIBS) @LIBS@
 
-rm_link_files:
-       rm -f $(linked_files)
+tex2lyx.1:
+       cp -p $(srcdir)/tex2lyx.man tex2lyx.1