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