]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 1
[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.cpp \
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.cpp \
16         MailInset.h \
17         ExternalSupport.C \
18         ExternalSupport.h \
19         ExternalTemplate.C \
20         ExternalTemplate.h \
21         ExternalTransforms.C \
22         ExternalTransforms.h \
23         RenderBase.h \
24         RenderButton.cpp \
25         RenderButton.h \
26         RenderGraphic.cpp \
27         RenderGraphic.h \
28         RenderPreview.cpp \
29         RenderPreview.h \
30         Inset.cpp \
31         Inset.h \
32         InsetBase.h \
33         InsetBase.cpp \
34         InsetBibitem.cpp \
35         InsetBibitem.h \
36         InsetBibtex.cpp \
37         InsetBibtex.h \
38         InsetBox.cpp \
39         InsetBox.h \
40         InsetBranch.cpp \
41         InsetBranch.h \
42         InsetCaption.cpp \
43         InsetCaption.h \
44         InsetCharStyle.cpp \
45         InsetCharStyle.h \
46         InsetCitation.cpp \
47         InsetCitation.h \
48         InsetCollapsable.cpp \
49         InsetCollapsable.h \
50         InsetCommand.cpp \
51         InsetCommand.h \
52         InsetCommandParams.cpp \
53         InsetCommandParams.h \
54         InsetEnv.cpp \
55         InsetEnv.h \
56         InsetERT.cpp \
57         InsetERT.h \
58         InsetExternal.cpp \
59         InsetExternal.h \
60         InsetFloat.h \
61         InsetFloat.cpp \
62         InsetFloatList.cpp \
63         InsetFloatList.h \
64         InsetFoot.cpp \
65         InsetFoot.h \
66         InsetFootlike.cpp \
67         InsetFootlike.h \
68         InsetGraphicsParams.h \
69         InsetGraphicsParams.cpp \
70         InsetGraphics.cpp \
71         InsetGraphics.h \
72         InsetHFill.cpp \
73         InsetHFill.h \
74         InsetInclude.cpp \
75         InsetInclude.h \
76         InsetIndex.cpp \
77         InsetIndex.h \
78         InsetLabel.cpp \
79         InsetLabel.h \
80         InsetLine.cpp \
81         InsetLine.h \
82         InsetMarginal.h \
83         InsetMarginal.cpp \
84         InsetNewline.cpp \
85         InsetNewline.h \
86         InsetNomencl.cpp \
87         InsetNomencl.h \
88         InsetNote.cpp \
89         InsetNote.h \
90         InsetOptArg.cpp \
91         InsetOptArg.h \
92         InsetPagebreak.cpp \
93         InsetPagebreak.h \
94         InsetQuotes.cpp \
95         InsetQuotes.h \
96         InsetRef.cpp \
97         InsetRef.h \
98         InsetSpace.cpp \
99         InsetSpace.h \
100         InsetSpecialChar.cpp \
101         InsetSpecialChar.h \
102         InsetTabular.cpp \
103         InsetTabular.h \
104         InsetText.cpp \
105         InsetText.h \
106         InsetTOC.cpp \
107         InsetTOC.h \
108         InsetUrl.cpp \
109         InsetUrl.h \
110         InsetVSpace.cpp \
111         InsetVSpace.h \
112         InsetWrap.h \
113         InsetWrap.cpp
114
115 #       insetlist.C \
116 #       insetlist.h \
117 #       insetsection.h \
118 #       insetsection.C \
119 #       InsetTheorem.cpp \
120 #       InsetTheorem.h
121