]> 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 c037dfb53049ab81bba7c17f7741e148cf9b772a..1d3ea7aab6b52a1bfba2fef6d5581b5da95ef807 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/config/common.am
 
 MAINTAINERCLEANFILES += *.C *.h *.c
 
-EXTRA_DIST = fdfixc.sed fdfixh.sed fdfix.sh README $(SRCS)
+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 -I..
@@ -13,11 +13,12 @@ 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 \
@@ -32,6 +33,7 @@ SRCS =  form_aboutlyx.fd \
        form_maths_space.fd \
        form_maths_style.fd \
        form_minipage.fd \
+       form_note.fd \
        form_paragraph.fd \
        form_preamble.fd \
        form_preferences.fd \
@@ -52,7 +54,7 @@ SRCS =  form_aboutlyx.fd \
 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 any way.
+# 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.
@@ -60,8 +62,5 @@ 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
-
-%.C: %.fd
+%.C: %.fd $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
        $(SHELL) $(SCRIPT) $<