]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
Herbert's TeX Info extravaganza.
[lyx.git] / src / frontends / controllers / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libcontrollers.la
5 BOOST_INCLUDES = -I$(top_srcdir)/boost
6 INCLUDES = -I${top_srcdir}/src/ \
7         -I${top_srcdir}/src/frontends/ \
8         ${SIGC_CFLAGS} $(BOOST_INCLUDES)
9 LIBS =
10 ETAGS_ARGS = --lang=c++
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         ControlDialogs.h \
38         ControlError.h \
39         ControlError.C \
40         ControlERT.h \
41         ControlERT.C \
42         ControlExternal.h \
43         ControlExternal.C \
44         ControlFloat.h \
45         ControlFloat.C \
46         ControlGraphics.h \
47         ControlGraphics.C \
48         ControlInclude.C \
49         ControlInclude.h \
50         ControlIndex.C \
51         ControlIndex.h \
52         ControlInset.h \
53         ControlLog.C \
54         ControlLog.h \
55         ControlMinipage.C \
56         ControlMinipage.h \
57         ControlPreamble.C \
58         ControlPreamble.h \
59         ControlPrint.C \
60         ControlPrint.h \
61         ControlRef.C \
62         ControlRef.h \
63         ControlSearch.C \
64         ControlSearch.h \
65         ControlShowFile.C \
66         ControlShowFile.h \
67         ControlSpellchecker.C \
68         ControlSpellchecker.h \
69         ControlTabularCreate.C \
70         ControlTabularCreate.h \
71         ControlTexinfo.C \
72         ControlTexinfo.h \
73         ControlThesaurus.C \
74         ControlThesaurus.h \
75         ControlToc.C \
76         ControlToc.h \
77         ControlUrl.C \
78         ControlUrl.h \
79         ControlVCLog.C \
80         ControlVCLog.h \
81         GUI.h \
82         ViewBase.h \
83         helper_funcs.C \
84         helper_funcs.h