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