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