]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
The 'Branches' mega-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         ControlBranch.C \
35         ControlBranch.h \
36         ControlCharacter.C \
37         ControlCharacter.h \
38         ControlChanges.C \
39         ControlChanges.h \
40         ControlCitation.C \
41         ControlCitation.h \
42         ControlCommand.C \
43         ControlCommand.h \
44         ControlCommandBuffer.C \
45         ControlCommandBuffer.h \
46         ControlConnections.C \
47         ControlConnections.h \
48         ControlDialog.h \
49         ControlDialog_impl.C \
50         ControlDialog_impl.h \
51         ControlDocument.C \
52         ControlDocument.h \
53         ControlErrorList.C \
54         ControlErrorList.h \
55         ControlERT.C \
56         ControlERT.h \
57         ControlExternal.C \
58         ControlExternal.h \
59         ControlFloat.C \
60         ControlFloat.h \
61         ControlForks.C \
62         ControlForks.h \
63         ControlGraphics.C \
64         ControlGraphics.h \
65         ControlInclude.C \
66         ControlInclude.h \
67         ControlLog.C \
68         ControlLog.h \
69         ControlMath.C \
70         ControlMath.h \
71         ControlMinipage.C \
72         ControlMinipage.h \
73         ControlNote.C \
74         ControlNote.h \
75         ControlParagraph.C \
76         ControlParagraph.h \
77         ControlPreamble.C \
78         ControlPreamble.h \
79         ControlPrefs.C \
80         ControlPrefs.h \
81         ControlPrint.C \
82         ControlPrint.h \
83         ControlRef.C \
84         ControlRef.h \
85         ControlSearch.C \
86         ControlSearch.h \
87         ControlSendto.C \
88         ControlSendto.h \
89         ControlShowFile.C \
90         ControlShowFile.h \
91         ControlSpellchecker.C \
92         ControlSpellchecker.h \
93         ControlTabular.C \
94         ControlTabular.h \
95         ControlTabularCreate.C \
96         ControlTabularCreate.h \
97         ControlTexinfo.C \
98         ControlTexinfo.h \
99         ControlThesaurus.C \
100         ControlThesaurus.h \
101         ControlToc.C \
102         ControlToc.h \
103         ControlVCLog.C \
104         ControlVCLog.h \
105         ControlWrap.C \
106         ControlWrap.h \
107         GUI.h \
108         ViewBase.h \
109         ViewBase.C \
110         helper_funcs.C \
111         helper_funcs.h