]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/Makefile.am
Add a Buffer::fully_loaded member function, returning true only when
[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 += $(linked_files)
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         lyxfont.C \
37         lyxfont.h \
38         texparser.C \
39         texparser.h \
40         tex2lyx.C \
41         tex2lyx.h \
42         preamble.C \
43         math.C \
44         table.C \
45         text.C
46
47 tex2lyx_LDADD = \
48         ../support/libsupport.la \
49         ../../boost/libs/regex/src/libboostregex.la -lz
50
51 $(BUILT_SOURCES) :
52         @rm -f $@ ; \
53         $(LN_S) $(top_srcdir)/src/$@ .
54
55 rm_link_files:
56         rm -f $(linked_files)