]> git.lyx.org Git - lyx.git/blob - src/Makefile.am
FILMagain changes (will need some work)
[lyx.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         FontInfo.C \
33         FontInfo.h \
34         FontLoader.C \
35         FontLoader.h \
36         ImportLaTeX.C \
37         ImportLaTeX.h \
38         ImportNoweb.C \
39         ImportNoweb.h \
40         LColor.C \
41         LColor.h \
42         LString.h \
43         LaTeX.C \
44         LaTeX.h \
45         LaTeXFeatures.C \
46         LaTeXFeatures.h \
47         LaTeXLog.C \
48         Literate.C \
49         Literate.h \
50         LyXAction.C \
51         LyXAction.h \
52         LyXSendto.C \
53         LyXView.C \
54         LyXView.h \
55         Makefile.in \
56         Painter.C \
57         Painter.h \
58         PainterBase.C \
59         PainterBase.h \
60         PaperLayout.C \
61         ParagraphExtra.C \
62         PrinterParams.h \
63         Spacing.C \
64         Spacing.h \
65         TableLayout.C \
66         TabularLayout.C \
67         TextCache.C \
68         TextCache.h \
69         Timeout.C \
70         Timeout.h \
71         ToolbarDefaults.C \
72         ToolbarDefaults.h \
73         UpdateInset.C \
74         UpdateInset.h \
75         WorkArea.C \
76         WorkArea.h \
77         bibforms.h \
78         bmtable.c \
79         bmtable.h \
80         broken_headers.h \
81         buffer.C \
82         buffer.h \
83         bufferlist.C \
84         bufferlist.h \
85         bufferparams.C \
86         bufferparams.h \
87         bufferview_funcs.C \
88         bufferview_funcs.h \
89         bullet_forms.C \
90         bullet_forms.h \
91         bullet_forms_cb.C \
92         chset.C \
93         chset.h \
94         combox.C \
95         combox.h \
96         commandtags.h \
97         config.h.in \
98         credits.C \
99         credits.h \
100         credits_form.C \
101         credits_form.h \
102         debug.C \
103         debug.h \
104         direction.h \
105         figure.h \
106         filedlg.C \
107         filedlg.h \
108         font.C \
109         font.h \
110         form1.C \
111         form1.h \
112         gettext.h \
113         include_form.h \
114         intl.C \
115         intl.h \
116         kbmap.C \
117         kbmap.h \
118         kbsequence.C \
119         kbsequence.h \
120         language.C \
121         language.h \
122         lastfiles.C \
123         lastfiles.h \
124         latexoptions.C \
125         latexoptions.h \
126         layout.C \
127         layout.h \
128         layout_forms.C \
129         layout_forms.h \
130         lyx.C \
131         lyx.h \
132         lyx_cb.C \
133         lyx_cb.h \
134         lyx_gui.C \
135         lyx_gui.h \
136         lyx_gui_misc.C \
137         lyx_gui_misc.h \
138         lyx_main.C \
139         lyx_main.h \
140         lyx_sendfax.C \
141         lyx_sendfax.h \
142         lyx_sendfax_main.C \
143         lyx_sty.C \
144         lyx_sty.h \
145         lyxcursor.C \
146         lyxcursor.h \
147         lyxfont.C \
148         lyxfont.h \
149         lyxfr0.C \
150         lyxfr0.h \
151         lyxfr1.C \
152         lyxfr1.h \
153         lyxfunc.C \
154         lyxfunc.h \
155         lyxlex.C \
156         lyxlex.h \
157         lyxlex_pimpl.C \
158         lyxlex_pimpl.h \
159         lyxlookup.C \
160         lyxlookup.h \
161         lyxparagraph.h \
162         lyxrc.C \
163         lyxrc.h \
164         lyxrow.C \
165         lyxrow.h \
166         lyxscreen.h \
167         lyxserver.C \
168         lyxserver.h \
169         lyxtext.h \
170         lyxvc.C \
171         lyxvc.h \
172         main.C \
173         menus.C \
174         menus.h \
175         minibuffer.C \
176         minibuffer.h \
177         nt_defines.h \
178         os2_defines.h \
179         os2_errortable.h \
180         paragraph.C \
181         print_form.C \
182         print_form.h \
183         screen.C \
184         sp_form.C \
185         sp_form.h \
186         spellchecker.C \
187         spellchecker.h \
188         stl_string_fwd.h \
189         table.C \
190         table.h \
191         tabular.C \
192         tabular.h \
193         tex-accent.C \
194         tex-accent.h \
195         tex-defs.h \
196         tex-strings.C \
197         tex-strings.h \
198         texoptions.C \
199         texrow.C \
200         texrow.h \
201         text.C \
202         text2.C \
203         toolbar.C \
204         toolbar.h \
205         tracer.C \
206         tracer.h \
207         trans.C \
208         trans.h \
209         trans_decl.h \
210         trans_mgr.C \
211         trans_mgr.h \
212         undo.C \
213         undo.h \
214         vc-backend.C \
215         vc-backend.h \
216         version.h \
217         vms_defines.h \
218         vspace.C \
219         vspace.h
220
221 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
222         lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
223         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
224         lyxserver.h layout.h gettext.h kbmap.h 
225         $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
226           -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
227
228 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
229         $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
230
231 dist-hook:
232         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`