This commit was manufactured by cvs2svn to create tag
[lyx.git] / src / Makefile.am
blob30c8b0e46969e81126a9e4661355c1c7b4557803
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_LDADD = mathed/mathed.o insets/insets.o support/libsupport.a \
7         @INTLLIBS@ @LYX_LIBS@
8 lyx_DEPENDENCIES = mathed insets support/libsupport.a
9 EXTRA_DIST = config.h.in stamp-h.in
10 ETAGS_ARGS = --c++
11 INCLUDES = -I${top_srcdir}/images
12 lyx_SOURCES = \
13         BackStack.h \
14         BufferView.C \
15         BufferView.h \
16         Bullet.C \
17         Bullet.h \
18         Chktex.C \
19         Chktex.h \
20         DepTable.C \
21         DepTable.h \
22         FontInfo.C \
23         FontInfo.h \
24         FontLoader.C \
25         FontLoader.h \
26         ImportLaTeX.C \
27         ImportLaTeX.h \
28         ImportNoweb.C \
29         ImportNoweb.h \
30         LString.h \
31         LaTeX.C \
32         LaTeX.h \
33         LaTeXFeatures.C \
34         LaTeXFeatures.h \
35         LaTeXLog.C \
36         Literate.C \
37         Literate.h \
38         LyXAction.C \
39         LyXAction.h \
40         LyXSendto.C \
41         LyXView.C \
42         LyXView.h \
43         Makefile.in \
44         PaperLayout.C \
45         ParagraphExtra.C \
46         Spacing.C \
47         Spacing.h \
48         TableLayout.C \
49         bibforms.h \
50         bmtable.C \
51         bmtable.h \
52         broken_const.h \
53         broken_headers.h \
54         buffer.C \
55         buffer.h \
56         bufferlist.C \
57         bufferlist.h \
58         bufferparams.C \
59         bufferparams.h \
60         bullet_forms.C \
61         bullet_forms.h \
62         bullet_forms_cb.C \
63         chset.C \
64         chset.h \
65         combox.C \
66         combox.h \
67         commandtags.h \
68         config.h.in \
69         credits.C \
70         credits.h \
71         credits_form.C \
72         credits_form.h \
73         debug.h \
74         definitions.h \
75         figure.h \
76         filedlg.C \
77         filedlg.h \
78         form1.C \
79         form1.h \
80         gettext.h \
81         include_form.h \
82         intl.C \
83         intl.h \
84         kbmap.C \
85         kbmap.h \
86         lastfiles.C \
87         lastfiles.h \
88         latexoptions.C \
89         latexoptions.h \
90         layout.C \
91         layout.h \
92         layout_forms.C \
93         layout_forms.h \
94         lyx.C \
95         lyx.h \
96         lyx_cb.C \
97         lyx_cb.h \
98         lyx_gui.C \
99         lyx_gui.h \
100         lyx_gui_misc.C \
101         lyx_gui_misc.h \
102         lyx_main.C \
103         lyx_main.h \
104         lyx_sendfax.C \
105         lyx_sendfax.h \
106         lyx_sendfax_main.C \
107         lyx_sty.C \
108         lyx_sty.h \
109         lyxcursor.h \
110         lyxdraw.C \
111         lyxdraw.h \
112         lyxfont.C \
113         lyxfont.h \
114         lyxfr0.C \
115         lyxfr0.h \
116         lyxfr1.C \
117         lyxfr1.h \
118         lyxfunc.C \
119         lyxfunc.h \
120         lyxlex.C \
121         lyxlex.h \
122         lyxlookup.C \
123         lyxlookup.h \
124         lyxparagraph.h \
125         lyxrc.C \
126         lyxrc.h \
127         lyxrow.h \
128         lyxscreen.h \
129         lyxserver.C \
130         lyxserver.h \
131         lyxtext.h \
132         lyxvc.C \
133         lyxvc.h \
134         main.C \
135         menus.C \
136         menus.h \
137         minibuffer.C \
138         minibuffer.h \
139         nt_defines.h \
140         os2_defines.h \
141         os2_errortable.h \
142         paragraph.C \
143         print_form.C \
144         print_form.h \
145         screen.C \
146         sp_form.C \
147         sp_form.h \
148         spellchecker.C \
149         spellchecker.h \
150         table.C \
151         table.h \
152         tex-accent.C \
153         tex-accent.h \
154         tex-defs.h \
155         tex-strings.C \
156         tex-strings.h \
157         texoptions.C \
158         texrow.C \
159         texrow.h \
160         text.C \
161         text2.C \
162         toolbar.C \
163         toolbar.h \
164         trans.C \
165         trans.h \
166         trans_decl.h \
167         trans_mgr.C \
168         trans_mgr.h \
169         undo.h \
170         version.h \
171         vms_defines.h \
172         vspace.C \
173         vspace.h
175 lyx_main.o: lyx_main.C lyx_main.h config.h version.h debug.h gettext.h
176         $(CXXCOMPILE) -DLYX_DIR=\"$(LYX_DIR)\" -DTOP_SRCDIR=\"$(top_srcdir)\" \
177         -DLYX_NAME=\"$(PACKAGE)\" -c $(top_srcdir)/src/lyx_main.C
179 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
180         $(CXXCOMPILE) -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(localedir)\" \
181         -c ${top_srcdir}/src/main.C