]> git.lyx.org Git - lyx.git/blob - src/Makefile.am
Remove unused font variable which caused a warning.
[lyx.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 SUBDIRS = mathed insets graphics support frontends
3 DISTCLEANFILES= *.orig *.rej *~ *.bak core libintl.h config.h
4 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/config.h.in
5 bin_PROGRAMS = lyx
6 ## libfrontends is given twice on the link line because it needs stuff
7 ## from FRONTEND_GUILIB and inversely. If you do not like it, feel
8 ## free to provide another solution... Maybe signals would solve that
9 ## magically, but I do not understand them much (JMarc)
10 lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la \
11         graphics/libgraphics.la \
12         frontends/libfrontends.la \
13         support/libsupport.la \
14         @INCLUDED_SIGC@
15 lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS) $(SIGC_LIBS) \
16         $(PSPELL_LIBS) @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
17 #lyx_LDFLAGS=-Wl,-O1
18 EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h
19 ETAGS_ARGS = --lang=c++
20 BOOST_INCLUDES = -I$(top_srcdir)/boost
21 INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES) @FRONTEND_INCLUDES@
22 localedir = $(datadir)/locale
23 lyx_SOURCES = \
24         BufferView.C \
25         BufferView.h \
26         BufferView2.C \
27         BufferView_pimpl.C \
28         BufferView_pimpl.h \
29         Bullet.C \
30         Bullet.h \
31         Chktex.C \
32         Chktex.h \
33         ColorHandler.C \
34         ColorHandler.h \
35         CutAndPaste.C \
36         CutAndPaste.h \
37         DepTable.C \
38         DepTable.h \
39         FloatList.C \
40         FloatList.h \
41         Floating.C \
42         Floating.h \
43         FontInfo.C \
44         FontInfo.h \
45         FontLoader.C \
46         FontLoader.h \
47         LColor.C \
48         LColor.h \
49         LString.h \
50         LaTeX.C \
51         LaTeX.h \
52         LaTeXFeatures.C \
53         LaTeXFeatures.h \
54         Lsstream.h \
55         LyXAction.C \
56         LyXAction.h \
57         LyXSendto.C \
58         LyXView.C \
59         LyXView.h \
60         Makefile.in \
61         MenuBackend.C \
62         MenuBackend.h \
63         Painter.C \
64         Painter.h \
65         PainterBase.C \
66         PainterBase.h \
67         ParagraphParameters.C \
68         ParagraphParameters.h \
69         ParameterStruct.h \
70         PrinterParams.h \
71         Sectioning.h \
72         Sectioning.C \
73         ShareContainer.h \
74         Spacing.C \
75         Spacing.h \
76         TextCache.C \
77         TextCache.h \
78         ToolbarDefaults.C \
79         ToolbarDefaults.h \
80         UpdateInset.C \
81         UpdateInset.h \
82         Variables.C \
83         Variables.h \
84         WorkArea.C \
85         WorkArea.h \
86         XFormsView.C \
87         XFormsView.h \
88         broken_headers.h \
89         buffer.C \
90         buffer.h \
91         bufferlist.C \
92         bufferlist.h \
93         bufferparams.C \
94         bufferparams.h \
95         bufferview_funcs.C \
96         bufferview_funcs.h \
97         chset.C \
98         chset.h \
99         commandtags.h \
100         config.h.in \
101         converter.C \
102         converter.h \
103         counters.C \
104         counters.h \
105         debug.C \
106         debug.h \
107         encoding.C \
108         encoding.h \
109         exporter.C \
110         exporter.h \
111         figure.h \
112         figure_form.C \
113         figure_form.h \
114         figureForm.C \
115         figureForm.h \
116         font.C \
117         font.h \
118         func_status.h \
119         gettext.C \
120         gettext.h \
121         importer.C \
122         importer.h \
123         intl.C \
124         intl.h \
125         kbmap.C \
126         kbmap.h \
127         kbsequence.C \
128         kbsequence.h \
129         language.C \
130         language.h \
131         lastfiles.C \
132         lastfiles.h \
133         layout.C \
134         layout.h \
135         lyx_cb.C \
136         lyx_cb.h \
137         lyx_gui.C \
138         lyx_gui.h \
139         lyx_gui_misc.C \
140         lyx_gui_misc.h \
141         lyx_main.C \
142         lyx_main.h \
143         lyx_sty.C \
144         lyx_sty.h \
145         lyxcursor.C \
146         lyxcursor.h \
147         lyxfont.C \
148         lyxfont.h \
149         lyxfind.C \
150         lyxfind.h \
151         lyxfunc.C \
152         lyxfunc.h \
153         lyxlex.C \
154         lyxlex.h \
155         lyxlex_pimpl.C \
156         lyxlex_pimpl.h \
157         lyxlookup.C \
158         lyxlookup.h \
159         lyxrc.C \
160         lyxrc.h \
161         lyxrow.C \
162         lyxrow.h \
163         lyxscreen.h \
164         lyxserver.C \
165         lyxserver.h \
166         lyxtext.h \
167         lyxvc.C \
168         lyxvc.h \
169         main.C \
170         minibuffer.C \
171         minibuffer.h \
172         nt_defines.h \
173         os2_defines.h \
174         os2_errortable.h \
175         paragraph.C \
176         paragraph.h \
177         paragraph_pimpl.C \
178         paragraph_pimpl.h \
179         print_form.C \
180         print_form.h \
181         screen.C \
182         sp_base.h \
183         sp_spell.C \
184         sp_ispell.h \
185         sp_pspell.h \
186         stl_string_fwd.h \
187         tabular.C \
188         tabular.h \
189         tabular-old.C \
190         tex-accent.C \
191         tex-accent.h \
192         tex-strings.C \
193         tex-strings.h \
194         texrow.C \
195         texrow.h \
196         text.C \
197         text2.C \
198         tracer.C \
199         tracer.h \
200         trans.C \
201         trans.h \
202         trans_decl.h \
203         trans_mgr.C \
204         trans_mgr.h \
205         undo.C \
206         undo.h \
207         undo_funcs.C \
208         undo_funcs.h \
209         undostack.C \
210         undostack.h \
211         vc-backend.C \
212         vc-backend.h \
213         version.h \
214         vms_defines.h \
215         vspace.C \
216         vspace.h
217
218 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
219         lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
220         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
221         lyxserver.h layout.h gettext.h kbmap.h commandtags.h language.h
222         $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
223           -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
224
225 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
226         $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
227
228 dist-hook:
229         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`