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