]> git.lyx.org Git - features.git/blob - src/frontends/controllers/Makefile.am
* remove various xforms relicts, in particular:
[features.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.C \
19         biblio.h \
20         character.C \
21         character.h \
22         frnt_lang.C \
23         frnt_lang.h \
24         tex_helpers.C \
25         tex_helpers.h \
26         BCView.h \
27         BCView.C \
28         ButtonController.C \
29         ButtonController.h \
30         ButtonPolicies.C \
31         ButtonPolicies.h \
32         ControlAboutlyx.C \
33         ControlAboutlyx.h \
34         ControlBibtex.C \
35         ControlBibtex.h \
36         ControlBox.C \
37         ControlBox.h \
38         ControlBranch.C \
39         ControlBranch.h \
40         ControlCharacter.C \
41         ControlCharacter.h \
42         ControlChanges.C \
43         ControlChanges.h \
44         ControlCitation.C \
45         ControlCitation.h \
46         ControlCommand.C \
47         ControlCommand.h \
48         ControlCommandBuffer.C \
49         ControlCommandBuffer.h \
50         ControlDocument.C \
51         ControlDocument.h \
52         ControlErrorList.C \
53         ControlErrorList.h \
54         ControlERT.C \
55         ControlERT.h \
56         ControlExternal.C \
57         ControlExternal.h \
58         ControlFloat.C \
59         ControlFloat.h \
60         ControlGraphics.C \
61         ControlGraphics.h \
62         ControlInclude.C \
63         ControlInclude.h \
64         ControlLog.C \
65         ControlLog.h \
66         ControlViewSource.C \
67         ControlViewSource.h \
68         ControlMath.C \
69         ControlMath.h \
70         ControlNote.C \
71         ControlNote.h \
72         ControlParagraph.C \
73         ControlParagraph.h \
74         ControlPrefs.C \
75         ControlPrefs.h \
76         ControlPrint.C \
77         ControlPrint.h \
78         ControlRef.C \
79         ControlRef.h \
80         ControlSearch.C \
81         ControlSearch.h \
82         ControlSendto.C \
83         ControlSendto.h \
84         ControlShowFile.C \
85         ControlShowFile.h \
86         ControlSpellchecker.C \
87         ControlSpellchecker.h \
88         ControlTabular.C \
89         ControlTabular.h \
90         ControlTabularCreate.C \
91         ControlTabularCreate.h \
92         ControlTexinfo.C \
93         ControlTexinfo.h \
94         ControlThesaurus.C \
95         ControlThesaurus.h \
96         ControlToc.C \
97         ControlToc.h \
98         ControlVSpace.C \
99         ControlVSpace.h \
100         ControlWrap.C \
101         ControlWrap.h \
102         helper_funcs.C \
103         helper_funcs.h