]> 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         BCView.h \
19         BCView.C \
20         ButtonController.C \
21         ButtonController.h \
22         ButtonPolicies.C \
23         ButtonPolicies.h \
24         ControlAboutlyx.C \
25         ControlAboutlyx.h \
26         ControlBibtex.C \
27         ControlBibtex.h \
28         ControlBox.C \
29         ControlBox.h \
30         ControlBranch.C \
31         ControlBranch.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         ControlDocument.C \
43         ControlDocument.h \
44         ControlErrorList.C \
45         ControlErrorList.h \
46         ControlERT.C \
47         ControlERT.h \
48         ControlExternal.C \
49         ControlExternal.h \
50         ControlFloat.C \
51         ControlFloat.h \
52         ControlGraphics.C \
53         ControlGraphics.h \
54         ControlInclude.C \
55         ControlInclude.h \
56         ControlLog.C \
57         ControlLog.h \
58         ControlViewSource.C \
59         ControlViewSource.h \
60         ControlMath.C \
61         ControlMath.h \
62         ControlNote.C \
63         ControlNote.h \
64         ControlParagraph.C \
65         ControlParagraph.h \
66         ControlPrefs.C \
67         ControlPrefs.h \
68         ControlPrint.C \
69         ControlPrint.h \
70         ControlRef.C \
71         ControlRef.h \
72         ControlSearch.C \
73         ControlSearch.h \
74         ControlSendto.C \
75         ControlSendto.h \
76         ControlShowFile.C \
77         ControlShowFile.h \
78         ControlSpellchecker.C \
79         ControlSpellchecker.h \
80         ControlTabular.C \
81         ControlTabular.h \
82         ControlTabularCreate.C \
83         ControlTabularCreate.h \
84         ControlTexinfo.C \
85         ControlTexinfo.h \
86         ControlThesaurus.C \
87         ControlThesaurus.h \
88         ControlToc.C \
89         ControlToc.h \
90         ControlVSpace.C \
91         ControlVSpace.h \
92         ControlWrap.C \
93         ControlWrap.h \
94         frontend_helpers.cpp \
95         frontend_helpers.h