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