]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/Makefile.am
to much stuff for my liking...
[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.o
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
12 EXTRA_DIST = ButtonController.tmpl ControlDialog.tmpl ControlInset.tmpl
13
14 libcontrollers_o_SOURCES=\
15         biblio.C \
16         biblio.h \
17         character.C \
18         character.h \
19         ButtonController.h \
20         ButtonControllerBase.C \
21         ButtonControllerBase.h \
22         ButtonPolicies.C \
23         ButtonPolicies.h \
24         ControlAboutlyx.C \
25         ControlAboutlyx.h \
26         ControlBibitem.C \
27         ControlBibitem.h \
28         ControlBibtex.C \
29         ControlBibtex.h \
30         ControlButtons.C \
31         ControlButtons.h \
32         ControlCharacter.C \
33         ControlCharacter.h \
34         ControlCitation.C \
35         ControlCitation.h \
36         ControlCommand.C \
37         ControlCommand.h \
38         ControlConnections.C \
39         ControlConnections.h \
40         ControlDialog.h \
41         ControlDialog_impl.C \
42         ControlDialog_impl.h \
43         ControlError.h \
44         ControlError.C \
45         ControlERT.h \
46         ControlERT.C \
47         ControlExternal.h \
48         ControlExternal.C \
49         ControlFloat.h \
50         ControlFloat.C \
51         ControlGraphics.h \
52         ControlGraphics.C \
53         ControlInclude.C \
54         ControlInclude.h \
55         ControlIndex.C \
56         ControlIndex.h \
57         ControlInset.h \
58         ControlLog.C \
59         ControlLog.h \
60         ControlMinipage.C \
61         ControlMinipage.h \
62         ControlPreamble.C \
63         ControlPreamble.h \
64         ControlPrint.C \
65         ControlPrint.h \
66         ControlRef.C \
67         ControlRef.h \
68         ControlSearch.C \
69         ControlSearch.h \
70         ControlShowFile.C \
71         ControlShowFile.h \
72         ControlSpellchecker.C \
73         ControlSpellchecker.h \
74         ControlTabularCreate.C \
75         ControlTabularCreate.h \
76         ControlTexinfo.C \
77         ControlTexinfo.h \
78         ControlThesaurus.C \
79         ControlThesaurus.h \
80         ControlToc.C \
81         ControlToc.h \
82         ControlUrl.C \
83         ControlUrl.h \
84         ControlVCLog.C \
85         ControlVCLog.h \
86         GUI.h \
87         ViewBase.h \
88         helper_funcs.C \
89         helper_funcs.h
90
91 libcontrollers.o: $(libcontrollers_o_OBJECTS) $(libcontrollers_o_DEPENDENCIES)
92         rm -f ../libcontrollers.objects
93         for fil in $(libcontrollers_o_OBJECTS) ; do \
94                 echo controllers/$$fil >> ../libcontrollers.objects ; \
95         done