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