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