]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
Move the external dialog to the new scheme.
[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         ControlBibitem.C \
31         ControlBibitem.h \
32         ControlBibtex.C \
33         ControlBibtex.h \
34         ControlButtons.C \
35         ControlButtons.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         ControlError.C \
54         ControlError.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         ControlIndex.C \
68         ControlIndex.h \
69         ControlInset.h \
70         ControlLabel.C \
71         ControlLabel.h \
72         ControlLog.C \
73         ControlLog.h \
74         ControlMath.C \
75         ControlMath.h \
76         ControlMinipage.C \
77         ControlMinipage.h \
78         ControlParagraph.C \
79         ControlParagraph.h \
80         ControlPreamble.C \
81         ControlPreamble.h \
82         ControlPrefs.C \
83         ControlPrefs.h \
84         ControlPrint.C \
85         ControlPrint.h \
86         ControlRef.C \
87         ControlRef.h \
88         ControlSearch.C \
89         ControlSearch.h \
90         ControlSendto.C \
91         ControlSendto.h \
92         ControlShowFile.C \
93         ControlShowFile.h \
94         ControlSpellchecker.C \
95         ControlSpellchecker.h \
96         ControlTabular.C \
97         ControlTabular.h \
98         ControlTabularCreate.C \
99         ControlTabularCreate.h \
100         ControlTexinfo.C \
101         ControlTexinfo.h \
102         ControlThesaurus.C \
103         ControlThesaurus.h \
104         ControlToc.C \
105         ControlToc.h \
106         ControlUrl.C \
107         ControlUrl.h \
108         ControlVCLog.C \
109         ControlVCLog.h \
110         ControlWrap.C \
111         ControlWrap.h \
112         GUI.h \
113         ViewBase.h \
114         helper_funcs.C \
115         helper_funcs.h
116
117 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)