]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libinsets.la
5 LIBS =
6 ETAGS_ARGS = --lang=c++
7 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 libinsets_la_SOURCES = \
11         ExternalTemplate.C \
12         ExternalTemplate.h \
13         figinset.C \
14         figinset.h \
15         inset.C \
16         insetbib.C \
17         insetbib.h \
18         insetbutton.C \
19         insetbutton.h \
20         insetcaption.C \
21         insetcaption.h \
22         insetcite.C \
23         insetcite.h \
24         insetcollapsable.C \
25         insetcollapsable.h \
26         insetcommand.C \
27         insetcommand.h \
28         inseterror.C \
29         inseterror.h \
30         insetert.C \
31         insetert.h \
32         insetexternal.C \
33         insetexternal.h \
34         insetfloat.h \
35         insetfloat.C \
36         insetfloatlist.C \
37         insetfloatlist.h \
38         insetfoot.C \
39         insetfoot.h \
40         insetfootlike.C \
41         insetfootlike.h \
42         insetgraphicsParams.h \
43         insetgraphicsParams.C \
44         insetgraphics.C \
45         insetgraphics.h \
46         insetinclude.C \
47         insetinclude.h \
48         insetindex.C \
49         insetindex.h \
50         insetinfo.C \
51         insetinfo.h \
52         insetlabel.C \
53         insetlabel.h \
54         insetlatexaccent.C \
55         insetlatexaccent.h \
56         insetlist.C \
57         insetlist.h \
58         insetmarginal.h \
59         insetmarginal.C \
60         insetminipage.C \
61         insetminipage.h \
62         insetparent.C \
63         insetparent.h \
64         insetquotes.C \
65         insetquotes.h \
66         insetref.C \
67         insetref.h \
68         insetsection.h \
69         insetsection.C \
70         insetspecialchar.C \
71         insetspecialchar.h \
72         insettabular.C \
73         insettabular.h \
74         insettext.C \
75         insettext.h \
76         insettheorem.C \
77         insettheorem.h \
78         insettoc.C \
79         insettoc.h \
80         inseturl.C \
81         inseturl.h \
82         lyxinset.h