]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
Flatten the ButtonController tree by splitting it into a Controller and
[lyx.git] / src / frontends / controllers / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libcontrollers.la
4
5 INCLUDES = -I$(top_srcdir)/src \
6         $(BOOST_INCLUDES)
7
8 EXTRA_DIST = BCView.tmpl ControlDialog.tmpl
9
10 libcontrollers_la_SOURCES= \
11         Dialog.C \
12         Dialog.h \
13         Kernel.C \
14         Kernel.h \
15         biblio.C \
16         biblio.h \
17         character.C \
18         character.h \
19         frnt_lang.C \
20         frnt_lang.h \
21         tex_helpers.C \
22         tex_helpers.h \
23         BCView.h \
24         BCView.C \
25         ButtonController.C \
26         ButtonController.h \
27         ButtonPolicies.C \
28         ButtonPolicies.h \
29         ControlAboutlyx.C \
30         ControlAboutlyx.h \
31         ControlBibtex.C \
32         ControlBibtex.h \
33         ControlButtons.C \
34         ControlButtons.h \
35         ControlCharacter.C \
36         ControlCharacter.h \
37         ControlChanges.C \
38         ControlChanges.h \
39         ControlCitation.C \
40         ControlCitation.h \
41         ControlCommand.C \
42         ControlCommand.h \
43         ControlCommandBuffer.C \
44         ControlCommandBuffer.h \
45         ControlConnections.C \
46         ControlConnections.h \
47         ControlDialog.h \
48         ControlDialog_impl.C \
49         ControlDialog_impl.h \
50         ControlDocument.C \
51         ControlDocument.h \
52         ControlError.C \
53         ControlError.h \
54         ControlERT.C \
55         ControlERT.h \
56         ControlExternal.C \
57         ControlExternal.h \
58         ControlFloat.C \
59         ControlFloat.h \
60         ControlForks.C \
61         ControlForks.h \
62         ControlGraphics.C \
63         ControlGraphics.h \
64         ControlInclude.C \
65         ControlInclude.h \
66         ControlLog.C \
67         ControlLog.h \
68         ControlMath.C \
69         ControlMath.h \
70         ControlMinipage.C \
71         ControlMinipage.h \
72         ControlParagraph.C \
73         ControlParagraph.h \
74         ControlPreamble.C \
75         ControlPreamble.h \
76         ControlPrefs.C \
77         ControlPrefs.h \
78         ControlPrint.C \
79         ControlPrint.h \
80         ControlRef.C \
81         ControlRef.h \
82         ControlSearch.C \
83         ControlSearch.h \
84         ControlSendto.C \
85         ControlSendto.h \
86         ControlShowFile.C \
87         ControlShowFile.h \
88         ControlSpellchecker.C \
89         ControlSpellchecker.h \
90         ControlTabular.C \
91         ControlTabular.h \
92         ControlTabularCreate.C \
93         ControlTabularCreate.h \
94         ControlTexinfo.C \
95         ControlTexinfo.h \
96         ControlThesaurus.C \
97         ControlThesaurus.h \
98         ControlToc.C \
99         ControlToc.h \
100         ControlVCLog.C \
101         ControlVCLog.h \
102         ControlWrap.C \
103         ControlWrap.h \
104         GUI.h \
105         ViewBase.h \
106         ViewBase.C \
107         helper_funcs.C \
108         helper_funcs.h
109
110 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)