]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
Brand new qt document dialog. Not finished yet though. TODO is updated and lists
[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         biblio.C \
12         biblio.h \
13         character.C \
14         character.h \
15         frnt_lang.C \
16         frnt_lang.h \
17         tex_helpers.C \
18         tex_helpers.h \
19         ButtonController.h \
20         ButtonControllerBase.C \
21         ButtonControllerBase.h \
22         ButtonPolicies.C \
23         ButtonPolicies.h \
24         ControlAboutlyx.C \
25         ControlAboutlyx.h \
26         ControlBibitem.C \
27         ControlBibitem.h \
28         ControlBibtex.C \
29         ControlBibtex.h \
30         ControlButtons.C \
31         ControlButtons.h \
32         ControlCharacter.C \
33         ControlCharacter.h \
34         ControlCitation.C \
35         ControlCitation.h \
36         ControlCommand.C \
37         ControlCommand.h \
38         ControlCommandBuffer.C \
39         ControlCommandBuffer.h \
40         ControlConnections.C \
41         ControlConnections.h \
42         ControlDialog.h \
43         ControlDialog_impl.C \
44         ControlDialog_impl.h \
45         ControlDocument.C \
46         ControlDocument.h \
47         ControlError.C \
48         ControlError.h \
49         ControlERT.C \
50         ControlERT.h \
51         ControlExternal.C \
52         ControlExternal.h \
53         ControlFloat.C \
54         ControlFloat.h \
55         ControlWrap.C \
56         ControlWrap.h \
57         ControlForks.C \
58         ControlForks.h \
59         ControlGraphics.C \
60         ControlGraphics.h \
61         ControlInclude.C \
62         ControlInclude.h \
63         ControlIndex.C \
64         ControlIndex.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         ControlPrint.C \
77         ControlPrint.h \
78         ControlRef.C \
79         ControlRef.h \
80         ControlSearch.C \
81         ControlSearch.h \
82         ControlSendto.C \
83         ControlSendto.h \
84         ControlShowFile.C \
85         ControlShowFile.h \
86         ControlSpellchecker.C \
87         ControlSpellchecker.h \
88         ControlTabularCreate.C \
89         ControlTabularCreate.h \
90         ControlTexinfo.C \
91         ControlTexinfo.h \
92         ControlThesaurus.C \
93         ControlThesaurus.h \
94         ControlToc.C \
95         ControlToc.h \
96         ControlUrl.C \
97         ControlUrl.h \
98         ControlVCLog.C \
99         ControlVCLog.h \
100         GUI.h \
101         ViewBase.h \
102         helper_funcs.C \
103         helper_funcs.h
104
105 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)