]> git.lyx.org Git - lyx.git/blob - src/frontends/xforms/forms/Makefile.am
Add insetwrap.
[lyx.git] / src / frontends / xforms / forms / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh README
4
5 noinst_LTLIBRARIES = libfdesign.la
6
7 # For (forms_fwd.h, forms_gettext.h) and LString.h, respectively.
8 INCLUDES = -I$(srcdir)/..  -I$(top_srcdir)/src
9
10 SRCS =  form_aboutlyx.fd \
11         form_bibitem.fd \
12         form_bibtex.fd \
13         form_browser.fd \
14         form_character.fd \
15         form_citation.fd \
16         form_document.fd \
17         form_error.fd \
18         form_ert.fd \
19         form_external.fd \
20         form_filedialog.fd \
21         form_float.fd \
22         form_wrap.fd \
23         form_forks.fd \
24         form_graphics.fd \
25         form_include.fd \
26         form_index.fd \
27         form_maths_deco.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_thesaurus.fd \
46         form_toc.fd \
47         form_url.fd
48
49 libfdesign_la_SOURCES = $(SRCS:.fd=.C) $(SRCS:.fd=.h)
50
51 # These are used to generate the .[Ch] files from the .fd ones.
52 SHELL = /bin/sh
53 SCRIPT = $(srcdir)/fdfix.sh
54 SUFFIXES = .fd
55
56 # Make the .Ch files dependent on the fdfix files.
57 $(libfdesign_la_SOURCES): $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed
58
59 libfdesign.la: $(libfdesign_la_OBJECTS) $(libfdesign_la_DEPENDENCIES)
60
61 .fd.C:
62         $(SHELL) $(SCRIPT) $<
63
64 clean-local:
65         rm -f *.[Ch] *.[ch]pp *.orig \
66         rm -f $(srcdir)/*.[hc] $(srcdir)/*.bak
67
68 distclean-local:
69         rm -f $(srcdir)/*.orig $(srcdir)/*.rej $(srcdir)/*~