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