]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
The speed patch: redraw only rows that have changed
[lyx.git] / src / insets / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libinsets.la
4
5 EXTRA_DIST = \
6         pch.h \
7         insettheorem.C \
8         insettheorem.h
9
10 BUILT_SOURCES = $(PCH_FILE)
11
12 AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/.. $(BOOST_INCLUDES)
13
14 libinsets_la_SOURCES = \
15         mailinset.C \
16         mailinset.h \
17         ExternalSupport.C \
18         ExternalSupport.h \
19         ExternalTemplate.C \
20         ExternalTemplate.h \
21         ExternalTransforms.C \
22         ExternalTransforms.h \
23         render_base.h \
24         render_button.C \
25         render_button.h \
26         render_graphic.C \
27         render_graphic.h \
28         render_preview.C \
29         render_preview.h \
30         inset.C \
31         inset.h \
32         insetbase.h \
33         insetbase.C \
34         insetbibitem.C \
35         insetbibitem.h \
36         insetbibtex.C \
37         insetbibtex.h \
38         insetbox.C \
39         insetbox.h \
40         insetbranch.C \
41         insetbranch.h \
42         insetcaption.C \
43         insetcaption.h \
44         insetcharstyle.C \
45         insetcharstyle.h \
46         insetcite.C \
47         insetcite.h \
48         insetcollapsable.C \
49         insetcollapsable.h \
50         insetcommand.C \
51         insetcommand.h \
52         insetcommandparams.C \
53         insetcommandparams.h \
54         insetenv.C \
55         insetenv.h \
56         insetert.C \
57         insetert.h \
58         insetexternal.C \
59         insetexternal.h \
60         insetfloat.h \
61         insetfloat.C \
62         insetfloatlist.C \
63         insetfloatlist.h \
64         insetfoot.C \
65         insetfoot.h \
66         insetfootlike.C \
67         insetfootlike.h \
68         insetgraphicsParams.h \
69         insetgraphicsParams.C \
70         insetgraphics.C \
71         insetgraphics.h \
72         insethfill.C \
73         insethfill.h \
74         insetinclude.C \
75         insetinclude.h \
76         insetindex.C \
77         insetindex.h \
78         insetlabel.C \
79         insetlabel.h \
80         insetlatexaccent.C \
81         insetlatexaccent.h \
82         insetline.C \
83         insetline.h \
84         insetmarginal.h \
85         insetmarginal.C \
86         insetnewline.C \
87         insetnewline.h \
88         insetnote.C \
89         insetnote.h \
90         insetoptarg.C \
91         insetoptarg.h \
92         insetpagebreak.C \
93         insetpagebreak.h \
94         insetquotes.C \
95         insetquotes.h \
96         insetref.C \
97         insetref.h \
98         insetspace.C \
99         insetspace.h \
100         insetspecialchar.C \
101         insetspecialchar.h \
102         insettabular.C \
103         insettabular.h \
104         insettext.C \
105         insettext.h \
106         insettoc.C \
107         insettoc.h \
108         inseturl.C \
109         inseturl.h \
110         insetvspace.C \
111         insetvspace.h \
112         insetwrap.h \
113         insetwrap.C 
114
115 #       insetlist.C \
116 #       insetlist.h \
117 #       insetsection.h \
118 #       insetsection.C \
119 #       insettheorem.C \
120 #       insettheorem.h
121