]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
prepare for 1.1.6pre2
[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         BoundingBox.h \
12         ExternalTemplate.C \
13         ExternalTemplate.h \
14         figinset.C \
15         figinset.h \
16         form_graphics.C \
17         form_graphics.h \
18         inset.C \
19         insetbib.C \
20         insetbib.h \
21         insetbutton.C \
22         insetbutton.h \
23         insetcaption.C \
24         insetcaption.h \
25         insetcite.C \
26         insetcite.h \
27         insetcollapsable.C \
28         insetcollapsable.h \
29         insetcommand.C \
30         insetcommand.h \
31         inseterror.C \
32         inseterror.h \
33         insetert.C \
34         insetert.h \
35         insetexternal.C \
36         insetexternal.h \
37         insetfloat.h \
38         insetfloat.C \
39         insetfoot.C \
40         insetfoot.h \
41         insetfootlike.C \
42         insetfootlike.h \
43         insetgraphicsParams.h \
44         insetgraphicsParams.C \
45         insetgraphics.C \
46         insetgraphics.h \
47         insetinclude.C \
48         insetinclude.h \
49         insetindex.C \
50         insetindex.h \
51         insetinfo.C \
52         insetinfo.h \
53         insetlabel.C \
54         insetlabel.h \
55         insetlatexaccent.C \
56         insetlatexaccent.h \
57         insetlist.C \
58         insetlist.h \
59         insetmarginal.h \
60         insetmarginal.C \
61         insetminipage.C \
62         insetminipage.h \
63         insetparent.C \
64         insetparent.h \
65         insetquotes.C \
66         insetquotes.h \
67         insetref.C \
68         insetref.h \
69         insetsection.h \
70         insetsection.C \
71         insetspecialchar.C \
72         insetspecialchar.h \
73         insettabular.C \
74         insettabular.h \
75         insettext.C \
76         insettext.h \
77         insettheorem.C \
78         insettheorem.h \
79         insettoc.C \
80         insettoc.h \
81         inseturl.C \
82         inseturl.h \
83         lyxinset.h