]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
The big change tracking patch. Changes from posted version :
[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         ControlChanges.C \
35         ControlChanges.h \
36         ControlCitation.C \
37         ControlCitation.h \
38         ControlCommand.C \
39         ControlCommand.h \
40         ControlCommandBuffer.C \
41         ControlCommandBuffer.h \
42         ControlConnections.C \
43         ControlConnections.h \
44         ControlDialog.h \
45         ControlDialog_impl.C \
46         ControlDialog_impl.h \
47         ControlDocument.C \
48         ControlDocument.h \
49         ControlError.C \
50         ControlError.h \
51         ControlERT.C \
52         ControlERT.h \
53         ControlExternal.C \
54         ControlExternal.h \
55         ControlFloat.C \
56         ControlFloat.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         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         ControlUrl.C \
101         ControlUrl.h \
102         ControlVCLog.C \
103         ControlVCLog.h \
104         ControlWrap.C \
105         ControlWrap.h \
106         GUI.h \
107         ViewBase.h \
108         helper_funcs.C \
109         helper_funcs.h
110
111 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)