]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
the AM_* flags patch
[lyx.git] / src / frontends / controllers / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = BCView.tmpl
4
5 noinst_LTLIBRARIES = libcontrollers.la
6
7 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
8
9 libcontrollers_la_SOURCES= \
10         Dialog.C \
11         Dialog.h \
12         Kernel.C \
13         Kernel.h \
14         biblio.C \
15         biblio.h \
16         character.C \
17         character.h \
18         frnt_lang.C \
19         frnt_lang.h \
20         tex_helpers.C \
21         tex_helpers.h \
22         BCView.h \
23         BCView.C \
24         ButtonController.C \
25         ButtonController.h \
26         ButtonPolicies.C \
27         ButtonPolicies.h \
28         ControlAboutlyx.C \
29         ControlAboutlyx.h \
30         ControlBibtex.C \
31         ControlBibtex.h \
32         ControlBox.C \
33         ControlBox.h \
34         ControlBranch.C \
35         ControlBranch.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         ControlDocument.C \
47         ControlDocument.h \
48         ControlErrorList.C \
49         ControlErrorList.h \
50         ControlERT.C \
51         ControlERT.h \
52         ControlExternal.C \
53         ControlExternal.h \
54         ControlFloat.C \
55         ControlFloat.h \
56         ControlGraphics.C \
57         ControlGraphics.h \
58         ControlInclude.C \
59         ControlInclude.h \
60         ControlLog.C \
61         ControlLog.h \
62         ControlMath.C \
63         ControlMath.h \
64         ControlNote.C \
65         ControlNote.h \
66         ControlParagraph.C \
67         ControlParagraph.h \
68         ControlPreamble.C \
69         ControlPreamble.h \
70         ControlPrefs.C \
71         ControlPrefs.h \
72         ControlPrint.C \
73         ControlPrint.h \
74         ControlRef.C \
75         ControlRef.h \
76         ControlSearch.C \
77         ControlSearch.h \
78         ControlSendto.C \
79         ControlSendto.h \
80         ControlShowFile.C \
81         ControlShowFile.h \
82         ControlSpellchecker.C \
83         ControlSpellchecker.h \
84         ControlTabular.C \
85         ControlTabular.h \
86         ControlTabularCreate.C \
87         ControlTabularCreate.h \
88         ControlTexinfo.C \
89         ControlTexinfo.h \
90         ControlThesaurus.C \
91         ControlThesaurus.h \
92         ControlToc.C \
93         ControlToc.h \
94         ControlVSpace.C \
95         ControlVSpace.h \
96         ControlWrap.C \
97         ControlWrap.h \
98         helper_funcs.C \
99         helper_funcs.h