]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/Makefile.am
Remove space at end of line, when superfluous.
[lyx.git] / src / tex2lyx / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 INCLUDES = -I$(srcdir)/../ $(BOOST_INCLUDES)
4 EXTRA_DIST = test-structure.tex test-insets.tex
5 DISTCLEANFILES += $(BUILT_SOURCES)
6
7 #noinst_LTLIBRARIES = libtexparser.la
8 #
9 #libtexparser_la_SOURCES = \
10 #       texparser.C \
11 #       texparser.h
12 #
13 #tex2lyx_LDADD = libtexparser.la
14
15 bin_PROGRAMS = tex2lyx
16
17 BUILT_SOURCES = \
18         FloatList.C \
19         Floating.C \
20         counters.C \
21         lyxlayout.h \
22         lyxlayout.C \
23         lyxtextclass.C \
24         lyxtextclass.h \
25         lyxlex.C \
26         lyxlex_pimpl.C
27
28 tex2lyx_SOURCES = \
29         $(BUILT_SOURCES) \
30         Spacing.h \
31         boost.C \
32         context.C \
33         context.h \
34         gettext.C \
35         gettext.h \
36         lengthcommon.C \
37         lyxfont.C \
38         lyxfont.h \
39         texparser.C \
40         texparser.h \
41         tex2lyx.C \
42         tex2lyx.h \
43         preamble.C \
44         math.C \
45         table.C \
46         text.C
47
48 tex2lyx_LDADD = \
49         ../support/libsupport.la \
50         ../../boost/libs/regex/src/libboostregex.la -lz
51
52 $(BUILT_SOURCES) :
53         @rm -f $@ ; \
54         $(LN_S) $(top_srcdir)/src/$@ .
55
56 rm_link_files:
57         rm -f $(BUILT_SOURCES)