]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
unification of all Makefiles.am
[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         ButtonController.h \
17         ButtonControllerBase.C \
18         ButtonControllerBase.h \
19         ButtonPolicies.C \
20         ButtonPolicies.h \
21         ControlAboutlyx.C \
22         ControlAboutlyx.h \
23         ControlBibitem.C \
24         ControlBibitem.h \
25         ControlBibtex.C \
26         ControlBibtex.h \
27         ControlButtons.C \
28         ControlButtons.h \
29         ControlCharacter.C \
30         ControlCharacter.h \
31         ControlCitation.C \
32         ControlCitation.h \
33         ControlCommand.C \
34         ControlCommand.h \
35         ControlConnections.C \
36         ControlConnections.h \
37         ControlDialog.h \
38         ControlDialog_impl.C \
39         ControlDialog_impl.h \
40         ControlError.C \
41         ControlError.h \
42         ControlERT.C \
43         ControlERT.h \
44         ControlExternal.C \
45         ControlExternal.h \
46         ControlFloat.C \
47         ControlFloat.h \
48         ControlForks.C \
49         ControlForks.h \
50         ControlGraphics.C \
51         ControlGraphics.h \
52         ControlInclude.C \
53         ControlInclude.h \
54         ControlIndex.C \
55         ControlIndex.h \
56         ControlInset.h \
57         ControlLog.C \
58         ControlLog.h \
59         ControlMinipage.C \
60         ControlMinipage.h \
61         ControlPreamble.C \
62         ControlPreamble.h \
63         ControlPrint.C \
64         ControlPrint.h \
65         ControlRef.C \
66         ControlRef.h \
67         ControlSearch.C \
68         ControlSearch.h \
69         ControlSendto.C \
70         ControlSendto.h \
71         ControlShowFile.C \
72         ControlShowFile.h \
73         ControlSpellchecker.C \
74         ControlSpellchecker.h \
75         ControlTabularCreate.C \
76         ControlTabularCreate.h \
77         ControlTexinfo.C \
78         ControlTexinfo.h \
79         ControlThesaurus.C \
80         ControlThesaurus.h \
81         ControlToc.C \
82         ControlToc.h \
83         ControlUrl.C \
84         ControlUrl.h \
85         ControlVCLog.C \
86         ControlVCLog.h \
87         GUI.h \
88         ViewBase.h \
89         helper_funcs.C \
90         helper_funcs.h
91
92 libcontrollers.la: $(libcontrollers_la_OBJECTS) $(libcontrollers_la_DEPENDENCIES)