]> git.lyx.org Git - lyx.git/blob - src/Makefile.am
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[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@ @AIKSAURUS_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         Thesaurus.C \
79         Thesaurus.h \
80         ToolbarDefaults.C \
81         ToolbarDefaults.h \
82         UpdateInset.C \
83         UpdateInset.h \
84         Variables.C \
85         Variables.h \
86         WorkArea.C \
87         WorkArea.h \
88         XFormsView.C \
89         XFormsView.h \
90         broken_headers.h \
91         buffer.C \
92         buffer.h \
93         bufferlist.C \
94         bufferlist.h \
95         bufferparams.C \
96         bufferparams.h \
97         bufferview_funcs.C \
98         bufferview_funcs.h \
99         chset.C \
100         chset.h \
101         commandtags.h \
102         config.h.in \
103         converter.C \
104         converter.h \
105         counters.C \
106         counters.h \
107         debug.C \
108         debug.h \
109         encoding.C \
110         encoding.h \
111         exporter.C \
112         exporter.h \
113         figure.h \
114         figure_form.C \
115         figure_form.h \
116         figureForm.C \
117         figureForm.h \
118         font.C \
119         font.h \
120         func_status.h \
121         gettext.C \
122         gettext.h \
123         importer.C \
124         importer.h \
125         intl.C \
126         intl.h \
127         kbmap.C \
128         kbmap.h \
129         kbsequence.C \
130         kbsequence.h \
131         language.C \
132         language.h \
133         lastfiles.C \
134         lastfiles.h \
135         layout.C \
136         layout.h \
137         lyx_cb.C \
138         lyx_cb.h \
139         lyx_gui.C \
140         lyx_gui.h \
141         lyx_gui_misc.C \
142         lyx_gui_misc.h \
143         lyx_main.C \
144         lyx_main.h \
145         lyx_sty.C \
146         lyx_sty.h \
147         lyxcursor.C \
148         lyxcursor.h \
149         lyxfont.C \
150         lyxfont.h \
151         lyxfind.C \
152         lyxfind.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         lyxrc.C \
162         lyxrc.h \
163         lyxrow.C \
164         lyxrow.h \
165         lyxscreen.h \
166         lyxserver.C \
167         lyxserver.h \
168         lyxtext.h \
169         lyxvc.C \
170         lyxvc.h \
171         main.C \
172         minibuffer.C \
173         minibuffer.h \
174         nt_defines.h \
175         os2_defines.h \
176         os2_errortable.h \
177         paragraph.C \
178         paragraph.h \
179         paragraph_pimpl.C \
180         paragraph_pimpl.h \
181         print_form.C \
182         print_form.h \
183         screen.C \
184         sp_base.h \
185         sp_spell.C \
186         sp_ispell.h \
187         sp_pspell.h \
188         stl_string_fwd.h \
189         tabular.C \
190         tabular.h \
191         tabular-old.C \
192         tex-accent.C \
193         tex-accent.h \
194         tex-strings.C \
195         tex-strings.h \
196         texrow.C \
197         texrow.h \
198         text.C \
199         text2.C \
200         tracer.C \
201         tracer.h \
202         trans.C \
203         trans.h \
204         trans_decl.h \
205         trans_mgr.C \
206         trans_mgr.h \
207         undo.C \
208         undo.h \
209         undo_funcs.C \
210         undo_funcs.h \
211         undostack.C \
212         undostack.h \
213         vc-backend.C \
214         vc-backend.h \
215         version.h \
216         vms_defines.h \
217         vspace.C \
218         vspace.h
219
220 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
221         lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
222         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
223         lyxserver.h layout.h gettext.h kbmap.h commandtags.h language.h
224         $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
225           -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
226
227 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
228         $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
229
230 dist-hook:
231         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`