]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/forms/Makefile.am
The 'Branches' mega-patch.
[features.git] / src / frontends / xforms / forms / Makefile.am
index 1dd0be27fc843590a57e4013350e0ff0e8a8644e..1d3ea7aab6b52a1bfba2fef6d5581b5da95ef807 100644 (file)
@@ -1,36 +1,39 @@
 include $(top_srcdir)/config/common.am
 
-EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh README
+MAINTAINERCLEANFILES += *.C *.h *.c
 
-noinst_LTLIBRARIES = libfdesign.la
+EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh tmp_str.sed README $(SRCS)
 
 # For (forms_fwd.h, forms_gettext.h) and LString.h, respectively.
-INCLUDES = -I$(srcdir)/..  -I$(top_srcdir)/src
+INCLUDES = -I$(srcdir)/..  -I$(top_srcdir)/src -I..
+
+noinst_LTLIBRARIES = libfdesign.la
 
 SRCS =  form_aboutlyx.fd \
        form_bibitem.fd \
        form_bibtex.fd \
        form_browser.fd \
+       form_branch.fd \
+       form_changes.fd \
        form_character.fd \
        form_citation.fd \
+       form_colorpicker.fd \
        form_document.fd \
-       form_error.fd \
+       form_errorlist.fd \
        form_ert.fd \
        form_external.fd \
        form_filedialog.fd \
        form_float.fd \
-       form_wrap.fd \
        form_forks.fd \
        form_graphics.fd \
        form_include.fd \
-       form_index.fd \
-       form_maths_deco.fd \
        form_maths_delim.fd \
        form_maths_matrix.fd \
        form_maths_panel.fd \
        form_maths_space.fd \
        form_maths_style.fd \
        form_minipage.fd \
+       form_note.fd \
        form_paragraph.fd \
        form_preamble.fd \
        form_preferences.fd \
@@ -42,28 +45,22 @@ SRCS =  form_aboutlyx.fd \
        form_tabular.fd \
        form_tabular_create.fd \
        form_texinfo.fd \
+       form_text.fd \
        form_thesaurus.fd \
        form_toc.fd \
-       form_url.fd
+       form_url.fd \
+       form_wrap.fd
 
-libfdesign_la_SOURCES = $(SRCS:.fd=.C) $(SRCS:.fd=.h)
+nodist_libfdesign_la_SOURCES = $(SRCS:.fd=.C) $(SRCS:.fd=.h)
+# This is a trick so that the actual .la file never gets build,
+# so we do not need to use diskspace and time for it.
+# It is only getting linked into libxforms.la anyway.
+libfdesign_la_LINK = touch libfdesign.la
 
 # These are used to generate the .[Ch] files from the .fd ones.
 SHELL = /bin/sh
 SCRIPT = $(srcdir)/fdfix.sh
 SUFFIXES = .fd
 
-# Make the .Ch files dependent on the fdfix files.
-$(libfdesign_la_SOURCES): $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed
-
-libfdesign.la: $(libfdesign_la_OBJECTS) $(libfdesign_la_DEPENDENCIES)
-
-.fd.C:
+%.C: %.fd $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
        $(SHELL) $(SCRIPT) $<
-
-clean-local:
-       rm -f *.[Ch] *.[ch]pp *.orig \
-       rm -f $(srcdir)/*.[hc] $(srcdir)/*.bak
-
-distclean-local:
-       rm -f $(srcdir)/*.orig $(srcdir)/*.rej $(srcdir)/*~