]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Fix updating inset inside insets (typically graphics after loading).
[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         inset.C \
22         inset.h \
23         insetbib.C \
24         insetbib.h \
25         insetbutton.C \
26         insetbutton.h \
27         insetcaption.C \
28         insetcaption.h \
29         insetcite.C \
30         insetcite.h \
31         insetcollapsable.C \
32         insetcollapsable.h \
33         insetcommand.C \
34         insetcommand.h \
35         inseterror.C \
36         inseterror.h \
37         insetert.C \
38         insetert.h \
39         insetexternal.C \
40         insetexternal.h \
41         insetfloat.h \
42         insetfloat.C \
43         insetfloatlist.C \
44         insetfloatlist.h \
45         insetfoot.C \
46         insetfoot.h \
47         insetfootlike.C \
48         insetfootlike.h \
49         insetgraphicsParams.h \
50         insetgraphicsParams.C \
51         insetgraphics.C \
52         insetgraphics.h \
53         insetinclude.C \
54         insetinclude.h \
55         insetindex.C \
56         insetindex.h \
57         insetlabel.C \
58         insetlabel.h \
59         insetlatexaccent.C \
60         insetlatexaccent.h \
61         insetmarginal.h \
62         insetmarginal.C \
63         insetminipage.C \
64         insetminipage.h \
65         insetnote.C \
66         insetnote.h \
67         insetparent.C \
68         insetparent.h \
69         insetquotes.C \
70         insetquotes.h \
71         insetref.C \
72         insetref.h \
73         insetspecialchar.C \
74         insetspecialchar.h \
75         insettabular.C \
76         insettabular.h \
77         insettext.C \
78         insettext.h \
79         insettoc.C \
80         insettoc.h \
81         inseturl.C \
82         inseturl.h
83 #       insetlist.C \
84 #       insetlist.h \
85 #       insetsection.h \
86 #       insetsection.C \
87 #       insettheorem.C \
88 #       insettheorem.h \
89
90 libinsets.la: libinsets.o
91
92 libinsets.o: $(libinsets_la_OBJECTS) $(libinsets_la_DEPENDENCIES)
93         $(CXXLINK) $(libinsets_la_OBJECTS)