]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
* Split out getLanguageData from character.[Ch] into its own files,
[lyx.git] / src / frontends / controllers / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 noinst_LTLIBRARIES = libcontrollers.la
4
5 INCLUDES = -I$(top_srcdir)/src/ \
6         -I$(top_srcdir)/src/frontends/ \
7         $(SIGC_CFLAGS) $(BOOST_INCLUDES)
8
9 EXTRA_DIST = ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl
10
11 libcontrollers_la_SOURCES= \
12         biblio.C \
13         biblio.h \
14         character.C \
15         character.h \
16         frnt_lang.C \
17         frnt_lang.h \
18         ButtonController.h \
19         ButtonControllerBase.C \
20         ButtonControllerBase.h \
21         ButtonPolicies.C \
22         ButtonPolicies.h \
23         ControlAboutlyx.C \
24         ControlAboutlyx.h \
25         ControlBibitem.C \
26         ControlBibitem.h \
27         ControlBibtex.C \
28         ControlBibtex.h \
29         ControlButtons.C \
30         ControlButtons.h \
31         ControlCharacter.C \
32         ControlCharacter.h \
33         ControlCitation.C \
34         ControlCitation.h \
35         ControlCommand.C \
36         ControlCommand.h \
37         ControlConnections.C \
38         ControlConnections.h \
39         ControlDialog.h \
40         ControlDialog_impl.C \
41         ControlDialog_impl.h \
42         ControlError.C \
43         ControlError.h \
44         ControlERT.C \
45         ControlERT.h \
46         ControlExternal.C \
47         ControlExternal.h \
48         ControlFloat.C \
49         ControlFloat.h \
50         ControlForks.C \
51         ControlForks.h \
52         ControlGraphics.C \
53         ControlGraphics.h \
54         ControlInclude.C \
55         ControlInclude.h \
56         ControlIndex.C \
57         ControlIndex.h \
58         ControlInset.h \
59         ControlLog.C \
60         ControlLog.h \
61         ControlMinipage.C \
62         ControlMinipage.h \
63         ControlPreamble.C \
64         ControlPreamble.h \
65         ControlPrint.C \
66         ControlPrint.h \
67         ControlRef.C \
68         ControlRef.h \
69         ControlSearch.C \
70         ControlSearch.h \
71         ControlSendto.C \
72         ControlSendto.h \
73         ControlShowFile.C \
74         ControlShowFile.h \
75         ControlSpellchecker.C \
76         ControlSpellchecker.h \
77         ControlTabularCreate.C \
78         ControlTabularCreate.h \
79         ControlTexinfo.C \
80         ControlTexinfo.h \
81         ControlThesaurus.C \
82         ControlThesaurus.h \
83         ControlToc.C \
84         ControlToc.h \
85         ControlUrl.C \
86         ControlUrl.h \
87         ControlVCLog.C \
88         ControlVCLog.h \
89         GUI.h \
90         ViewBase.h \
91         helper_funcs.C \
92         helper_funcs.h
93
94 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)