]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
merge src/frontends/controllers/biblio, character, frnt_lang, helper_funcs and tex_he...
[lyx.git] / src / frontends / controllers / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = tests
4
5 EXTRA_DIST = pch.h BCView.tmpl
6
7 BUILT_SOURCES = $(PCH_FILE)
8
9 noinst_LTLIBRARIES = libcontrollers.la
10
11 AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
12
13 libcontrollers_la_SOURCES= \
14         Dialog.C \
15         Dialog.h \
16         Kernel.C \
17         Kernel.h \
18         biblio.h \
19         character.h \
20         frnt_lang.h \
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         ControlViewSource.C \
63         ControlViewSource.h \
64         ControlMath.C \
65         ControlMath.h \
66         ControlNote.C \
67         ControlNote.h \
68         ControlParagraph.C \
69         ControlParagraph.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         frontend_helpers.cpp \
99         helper_funcs.h