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