]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
patch from Angus
[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         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         insettheorem.C \
75         insettheorem.h \
76         insettext.C \
77         insettext.h \
78         insettoc.C \
79         insettoc.h \
80         inseturl.C \
81         inseturl.h \
82         lyxinset.h