]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
reformatting and remove using delc
[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         insetfoot.C \
37         insetfoot.h \
38         insetfootlike.C \
39         insetfootlike.h \
40         insetgraphicsParams.h \
41         insetgraphicsParams.C \
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         insetmarginal.h \
57         insetmarginal.C \
58         insetminipage.C \
59         insetminipage.h \
60         insetparent.C \
61         insetparent.h \
62         insetquotes.C \
63         insetquotes.h \
64         insetref.C \
65         insetref.h \
66         insetsection.h \
67         insetsection.C \
68         insetspecialchar.C \
69         insetspecialchar.h \
70         insettabular.C \
71         insettabular.h \
72         insettext.C \
73         insettext.h \
74         insettheorem.C \
75         insettheorem.h \
76         insettoc.C \
77         insettoc.h \
78         inseturl.C \
79         inseturl.h \
80         lyxinset.h