]> git.lyx.org Git - features.git/blob - src/Makefile.am
6324609fb364a36b9b1f69f6928eaa857a83f70a
[features.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 SUBDIRS = mathed insets 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 lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la \
7         support/libsupport.la @FRONTEND_GUILIB@ frontends/libfrontends.la \
8         @INCLUDED_SIGC@
9 lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS) $(SIGC_LIBS) \
10         @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
11 EXTRA_DIST = config.h.in stamp-h.in cheaders
12 ETAGS_ARGS = --lang=c++
13 INCLUDES = -I${top_srcdir}/images $(SIGC_CFLAGS) @FRONTEND_INCLUDES@
14 localedir = $(datadir)/locale
15 lyx_SOURCES = \
16         BackStack.h \
17         BufferView.C \
18         BufferView.h \
19         BufferView2.C \
20         BufferView_pimpl.C \
21         BufferView_pimpl.h \
22         Bullet.C \
23         Bullet.h \
24         Chktex.C \
25         Chktex.h \
26         ColorHandler.C \
27         ColorHandler.h \
28         CutAndPaste.C \
29         CutAndPaste.h \
30         DepTable.C \
31         DepTable.h \
32         FloatList.C \
33         FloatList.h \
34         Floating.h \
35         FontInfo.C \
36         FontInfo.h \
37         FontLoader.C \
38         FontLoader.h \
39         ImportLaTeX.C \
40         ImportLaTeX.h \
41         ImportNoweb.C \
42         ImportNoweb.h \
43         LColor.C \
44         LColor.h \
45         LString.h \
46         LaTeX.C \
47         LaTeX.h \
48         LaTeXFeatures.C \
49         LaTeXFeatures.h \
50         LaTeXLog.C \
51         Literate.C \
52         Literate.h \
53         LyXAction.C \
54         LyXAction.h \
55         LyXSendto.C \
56         LyXView.C \
57         LyXView.h \
58         Makefile.in \
59         Painter.C \
60         Painter.h \
61         PainterBase.C \
62         PainterBase.h \
63         PaperLayout.C \
64         ParagraphExtra.C \
65         PrinterParams.h \
66         Sectioning.h \
67         Sectioning.C \
68         Spacing.C \
69         Spacing.h \
70         TableLayout.C \
71         TextCache.C \
72         TextCache.h \
73         Timeout.C \
74         Timeout.h \
75         ToolbarDefaults.C \
76         ToolbarDefaults.h \
77         UpdateInset.C \
78         UpdateInset.h \
79         WorkArea.C \
80         WorkArea.h \
81         bibforms.h \
82         bmtable.c \
83         bmtable.h \
84         broken_headers.h \
85         buffer.C \
86         buffer.h \
87         bufferlist.C \
88         bufferlist.h \
89         bufferparams.C \
90         bufferparams.h \
91         bufferview_funcs.C \
92         bufferview_funcs.h \
93         bullet_forms.C \
94         bullet_forms.h \
95         bullet_forms_cb.C \
96         chset.C \
97         chset.h \
98         combox.C \
99         combox.h \
100         commandtags.h \
101         config.h.in \
102         counters.C \
103         counters.h \
104         credits.C \
105         credits.h \
106         credits_form.C \
107         credits_form.h \
108         debug.C \
109         debug.h \
110         encoding.C \
111         encoding.h \
112         figure.h \
113         filedlg.C \
114         filedlg.h \
115         font.C \
116         font.h \
117         form1.C \
118         form1.h \
119         gettext.h \
120         include_form.h \
121         intl.C \
122         intl.h \
123         kbmap.C \
124         kbmap.h \
125         kbsequence.C \
126         kbsequence.h \
127         language.C \
128         language.h \
129         lastfiles.C \
130         lastfiles.h \
131         latexoptions.C \
132         latexoptions.h \
133         layout.C \
134         layout.h \
135         layout_forms.C \
136         layout_forms.h \
137         lyx.C \
138         lyx.h \
139         lyx_cb.C \
140         lyx_cb.h \
141         lyx_gui.C \
142         lyx_gui.h \
143         lyx_gui_misc.C \
144         lyx_gui_misc.h \
145         lyx_main.C \
146         lyx_main.h \
147         lyx_sendfax.C \
148         lyx_sendfax.h \
149         lyx_sendfax_main.C \
150         lyx_sty.C \
151         lyx_sty.h \
152         lyxcursor.C \
153         lyxcursor.h \
154         lyxfont.C \
155         lyxfont.h \
156         lyxfr0.C \
157         lyxfr0.h \
158         lyxfr1.C \
159         lyxfr1.h \
160         lyxfunc.C \
161         lyxfunc.h \
162         lyxlex.C \
163         lyxlex.h \
164         lyxlex_pimpl.C \
165         lyxlex_pimpl.h \
166         lyxlookup.C \
167         lyxlookup.h \
168         lyxparagraph.h \
169         lyxrc.C \
170         lyxrc.h \
171         lyxrow.C \
172         lyxrow.h \
173         lyxscreen.h \
174         lyxserver.C \
175         lyxserver.h \
176         lyxtext.h \
177         lyxvc.C \
178         lyxvc.h \
179         main.C \
180         menus.C \
181         menus.h \
182         minibuffer.C \
183         minibuffer.h \
184         nt_defines.h \
185         os2_defines.h \
186         os2_errortable.h \
187         paragraph.C \
188         print_form.C \
189         print_form.h \
190         screen.C \
191         sp_form.C \
192         sp_form.h \
193         spellchecker.C \
194         spellchecker.h \
195         stl_string_fwd.h \
196         table.C \
197         table.h \
198         tabular.C \
199         tabular.h \
200         tex-accent.C \
201         tex-accent.h \
202         tex-defs.h \
203         tex-strings.C \
204         tex-strings.h \
205         texoptions.C \
206         texrow.C \
207         texrow.h \
208         text.C \
209         text2.C \
210         toolbar.C \
211         toolbar.h \
212         tracer.C \
213         tracer.h \
214         trans.C \
215         trans.h \
216         trans_decl.h \
217         trans_mgr.C \
218         trans_mgr.h \
219         undo.C \
220         undo.h \
221         vc-backend.C \
222         vc-backend.h \
223         version.h \
224         vms_defines.h \
225         vspace.C \
226         vspace.h
227
228 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
229         lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
230         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
231         lyxserver.h layout.h gettext.h kbmap.h 
232         $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
233           -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
234
235 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
236         $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
237
238 dist-hook:
239         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`