]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
563e2b298e394186ac0326a2a2f2d2288de007a2
[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.cpp \
15         Dialog.h \
16         Kernel.cpp \
17         Kernel.h \
18         BCView.h \
19         BCView.cpp \
20         ButtonController.cpp \
21         ButtonController.h \
22         ButtonPolicy.cpp \
23         ButtonPolicy.h \
24         ControlAboutlyx.cpp \
25         ControlAboutlyx.h \
26         ControlBibtex.cpp \
27         ControlBibtex.h \
28         ControlBox.cpp \
29         ControlBox.h \
30         ControlBranch.cpp \
31         ControlBranch.h \
32         ControlCharacter.cpp \
33         ControlCharacter.h \
34         ControlChanges.cpp \
35         ControlChanges.h \
36         ControlCitation.cpp \
37         ControlCitation.h \
38         ControlCommand.cpp \
39         ControlCommand.h \
40         ControlCommandBuffer.cpp \
41         ControlCommandBuffer.h \
42         ControlDocument.cpp \
43         ControlDocument.h \
44         ControlErrorList.cpp \
45         ControlErrorList.h \
46         ControlERT.cpp \
47         ControlERT.h \
48         ControlExternal.cpp \
49         ControlExternal.h \
50         ControlFloat.cpp \
51         ControlFloat.h \
52         ControlGraphics.cpp \
53         ControlGraphics.h \
54         ControlInclude.cpp \
55         ControlInclude.h \
56         ControlLog.cpp \
57         ControlLog.h \
58         ControlViewSource.cpp \
59         ControlViewSource.h \
60         ControlMath.cpp \
61         ControlMath.h \
62         ControlNote.cpp \
63         ControlNote.h \
64         ControlParagraph.cpp \
65         ControlParagraph.h \
66         ControlPrefs.cpp \
67         ControlPrefs.h \
68         ControlPrint.cpp \
69         ControlPrint.h \
70         ControlRef.cpp \
71         ControlRef.h \
72         ControlSearch.cpp \
73         ControlSearch.h \
74         ControlSendto.cpp \
75         ControlSendto.h \
76         ControlShowFile.cpp \
77         ControlShowFile.h \
78         ControlSpellchecker.cpp \
79         ControlSpellchecker.h \
80         ControlTabular.cpp \
81         ControlTabular.h \
82         ControlTabularCreate.cpp \
83         ControlTabularCreate.h \
84         ControlTexinfo.cpp \
85         ControlTexinfo.h \
86         ControlThesaurus.cpp \
87         ControlThesaurus.h \
88         ControlToc.cpp \
89         ControlToc.h \
90         ControlVSpace.cpp \
91         ControlVSpace.h \
92         ControlWrap.cpp \
93         ControlWrap.h \
94         frontend_helpers.cpp \
95         frontend_helpers.h