]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms/Makefile.am
The error boxes are no more! See also Bug: 192, Bug: 807, Bug: 899 and Bug: 973
[lyx.git] / src / frontends / xforms / forms / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 MAINTAINERCLEANFILES += *.C *.h *.c
4
5 EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh tmp_str.sed README $(SRCS)
6
7 # For (forms_fwd.h, forms_gettext.h) and LString.h, respectively.
8 INCLUDES = -I$(srcdir)/..  -I$(top_srcdir)/src -I..
9
10 noinst_LTLIBRARIES = libfdesign.la
11
12 SRCS =  form_aboutlyx.fd \
13         form_bibitem.fd \
14         form_bibtex.fd \
15         form_browser.fd \
16         form_changes.fd \
17         form_character.fd \
18         form_citation.fd \
19         form_document.fd \
20         form_errorlist.fd \
21         form_ert.fd \
22         form_external.fd \
23         form_filedialog.fd \
24         form_float.fd \
25         form_forks.fd \
26         form_graphics.fd \
27         form_include.fd \
28         form_maths_delim.fd \
29         form_maths_matrix.fd \
30         form_maths_panel.fd \
31         form_maths_space.fd \
32         form_maths_style.fd \
33         form_minipage.fd \
34         form_paragraph.fd \
35         form_preamble.fd \
36         form_preferences.fd \
37         form_print.fd \
38         form_ref.fd \
39         form_search.fd \
40         form_sendto.fd \
41         form_spellchecker.fd \
42         form_tabular.fd \
43         form_tabular_create.fd \
44         form_texinfo.fd \
45         form_text.fd \
46         form_thesaurus.fd \
47         form_toc.fd \
48         form_url.fd \
49         form_wrap.fd
50
51 nodist_libfdesign_la_SOURCES = $(SRCS:.fd=.C) $(SRCS:.fd=.h)
52 # This is a trick so that the actual .la file never gets build,
53 # so we do not need to use diskspace and time for it.
54 # It is only getting linked into libxforms.la anyway.
55 libfdesign_la_LINK = touch libfdesign.la
56
57 # These are used to generate the .[Ch] files from the .fd ones.
58 SHELL = /bin/sh
59 SCRIPT = $(srcdir)/fdfix.sh
60 SUFFIXES = .fd
61
62 %.C: %.fd $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
63         $(SHELL) $(SCRIPT) $<