]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
More pch work.
[lyx.git] / src / frontends / controllers / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = BCView.tmpl
4
5 INCLUDES = -I$(top_srcdir)/src $(BOOST_INCLUDES)
6
7 noinst_LTLIBRARIES = libcontrollers.la
8
9 AM_CXXFLAGS = $(PCH_FLAGS)
10
11 libcontrollers_la_SOURCES= \
12         Dialog.C \
13         Dialog.h \
14         Kernel.C \
15         Kernel.h \
16         biblio.C \
17         biblio.h \
18         character.C \
19         character.h \
20         frnt_lang.C \
21         frnt_lang.h \
22         tex_helpers.C \
23         tex_helpers.h \
24         BCView.h \
25         BCView.C \
26         ButtonController.C \
27         ButtonController.h \
28         ButtonPolicies.C \
29         ButtonPolicies.h \
30         ControlAboutlyx.C \
31         ControlAboutlyx.h \
32         ControlBibtex.C \
33         ControlBibtex.h \
34         ControlBox.C \
35         ControlBox.h \
36         ControlBranch.C \
37         ControlBranch.h \
38         ControlCharacter.C \
39         ControlCharacter.h \
40         ControlChanges.C \
41         ControlChanges.h \
42         ControlCitation.C \
43         ControlCitation.h \
44         ControlCommand.C \
45         ControlCommand.h \
46         ControlCommandBuffer.C \
47         ControlCommandBuffer.h \
48         ControlDocument.C \
49         ControlDocument.h \
50         ControlErrorList.C \
51         ControlErrorList.h \
52         ControlERT.C \
53         ControlERT.h \
54         ControlExternal.C \
55         ControlExternal.h \
56         ControlFloat.C \
57         ControlFloat.h \
58         ControlGraphics.C \
59         ControlGraphics.h \
60         ControlInclude.C \
61         ControlInclude.h \
62         ControlLog.C \
63         ControlLog.h \
64         ControlMath.C \
65         ControlMath.h \
66         ControlNote.C \
67         ControlNote.h \
68         ControlParagraph.C \
69         ControlParagraph.h \
70         ControlPreamble.C \
71         ControlPreamble.h \
72         ControlPrefs.C \
73         ControlPrefs.h \
74         ControlPrint.C \
75         ControlPrint.h \
76         ControlRef.C \
77         ControlRef.h \
78         ControlSearch.C \
79         ControlSearch.h \
80         ControlSendto.C \
81         ControlSendto.h \
82         ControlShowFile.C \
83         ControlShowFile.h \
84         ControlSpellchecker.C \
85         ControlSpellchecker.h \
86         ControlTabular.C \
87         ControlTabular.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         ControlVSpace.C \
97         ControlVSpace.h \
98         ControlWrap.C \
99         ControlWrap.h \
100         helper_funcs.C \
101         helper_funcs.h