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