]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
port the graphics dialog to the new scheme and get rid of the ControlInset
[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
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         ControlLog.C \
66         ControlLog.h \
67         ControlMath.C \
68         ControlMath.h \
69         ControlMinipage.C \
70         ControlMinipage.h \
71         ControlParagraph.C \
72         ControlParagraph.h \
73         ControlPreamble.C \
74         ControlPreamble.h \
75         ControlPrefs.C \
76         ControlPrefs.h \
77         ControlPrint.C \
78         ControlPrint.h \
79         ControlRef.C \
80         ControlRef.h \
81         ControlSearch.C \
82         ControlSearch.h \
83         ControlSendto.C \
84         ControlSendto.h \
85         ControlShowFile.C \
86         ControlShowFile.h \
87         ControlSpellchecker.C \
88         ControlSpellchecker.h \
89         ControlTabular.C \
90         ControlTabular.h \
91         ControlTabularCreate.C \
92         ControlTabularCreate.h \
93         ControlTexinfo.C \
94         ControlTexinfo.h \
95         ControlThesaurus.C \
96         ControlThesaurus.h \
97         ControlToc.C \
98         ControlToc.h \
99         ControlVCLog.C \
100         ControlVCLog.h \
101         ControlWrap.C \
102         ControlWrap.h \
103         GUI.h \
104         ViewBase.h \
105         helper_funcs.C \
106         helper_funcs.h
107
108 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)