]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
Hold on to your hats.
[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         ControlLog.C \
71         ControlLog.h \
72         ControlMath.C \
73         ControlMath.h \
74         ControlMinipage.C \
75         ControlMinipage.h \
76         ControlParagraph.C \
77         ControlParagraph.h \
78         ControlPreamble.C \
79         ControlPreamble.h \
80         ControlPrefs.C \
81         ControlPrefs.h \
82         ControlPrint.C \
83         ControlPrint.h \
84         ControlRef.C \
85         ControlRef.h \
86         ControlSearch.C \
87         ControlSearch.h \
88         ControlSendto.C \
89         ControlSendto.h \
90         ControlShowFile.C \
91         ControlShowFile.h \
92         ControlSpellchecker.C \
93         ControlSpellchecker.h \
94         ControlTabular.C \
95         ControlTabular.h \
96         ControlTabularCreate.C \
97         ControlTabularCreate.h \
98         ControlTexinfo.C \
99         ControlTexinfo.h \
100         ControlThesaurus.C \
101         ControlThesaurus.h \
102         ControlToc.C \
103         ControlToc.h \
104         ControlUrl.C \
105         ControlUrl.h \
106         ControlVCLog.C \
107         ControlVCLog.h \
108         ControlWrap.C \
109         ControlWrap.h \
110         GUI.h \
111         ViewBase.h \
112         helper_funcs.C \
113         helper_funcs.h
114
115 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)