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