]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
port the minipage dialog to the new scheme. Various other small changes
[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 = ButtonController.tmpl ControlDialog.tmpl ControlInset.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         ButtonController.h \
24         ButtonControllerBase.C \
25         ButtonControllerBase.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         ControlCharacter.C \
35         ControlCharacter.h \
36         ControlChanges.C \
37         ControlChanges.h \
38         ControlCitation.C \
39         ControlCitation.h \
40         ControlCommand.C \
41         ControlCommand.h \
42         ControlCommandBuffer.C \
43         ControlCommandBuffer.h \
44         ControlConnections.C \
45         ControlConnections.h \
46         ControlDialog.h \
47         ControlDialog_impl.C \
48         ControlDialog_impl.h \
49         ControlDocument.C \
50         ControlDocument.h \
51         ControlError.C \
52         ControlError.h \
53         ControlERT.C \
54         ControlERT.h \
55         ControlExternal.C \
56         ControlExternal.h \
57         ControlFloat.C \
58         ControlFloat.h \
59         ControlForks.C \
60         ControlForks.h \
61         ControlGraphics.C \
62         ControlGraphics.h \
63         ControlInclude.C \
64         ControlInclude.h \
65         ControlInset.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         helper_funcs.C \
107         helper_funcs.h
108
109 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)