]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
Edwin's Para MVC. Sorry for the delay !
[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         ControlParagraph.C \
64         ControlParagraph.h \
65         ControlPreamble.C \
66         ControlPreamble.h \
67         ControlPrint.C \
68         ControlPrint.h \
69         ControlRef.C \
70         ControlRef.h \
71         ControlSearch.C \
72         ControlSearch.h \
73         ControlSendto.C \
74         ControlSendto.h \
75         ControlShowFile.C \
76         ControlShowFile.h \
77         ControlSpellchecker.C \
78         ControlSpellchecker.h \
79         ControlTabularCreate.C \
80         ControlTabularCreate.h \
81         ControlTexinfo.C \
82         ControlTexinfo.h \
83         ControlThesaurus.C \
84         ControlThesaurus.h \
85         ControlToc.C \
86         ControlToc.h \
87         ControlUrl.C \
88         ControlUrl.h \
89         ControlVCLog.C \
90         ControlVCLog.h \
91         GUI.h \
92         ViewBase.h \
93         helper_funcs.C \
94         helper_funcs.h
95
96 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)