Make the .Ch files dependent on the fdfix files.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4398 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-06-14 10:12:59 +00:00
parent e7a06019fd
commit e89ed285ad
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2002-06-14 Angus Leeming <leeming@lyx.org>
* forms/Makefile.am: make the .Ch files dependent on the fdfix files.
2002-06-14 Angus Leeming <leeming@lyx.org>
* FormPreferences (XYZ::build): pass "&parent_" to build_xyz, not

View File

@ -7,12 +7,6 @@ noinst_LTLIBRARIES = libfdesign.la
# For (forms_fwd.h, forms_gettext.h) and LString.h, respectively.
INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/src
# These are used to generate the .[Ch] files from the .fd ones.
# It would be nice if we could make the .Ch files dependent on the fdfix files.
SHELL = /bin/sh
SCRIPT = $(srcdir)/fdfix.sh
SUFFIXES = .fd
SRCS = form_aboutlyx.fd \
form_bibitem.fd \
form_bibtex.fd \
@ -53,6 +47,14 @@ SRCS = form_aboutlyx.fd \
libfdesign_la_SOURCES = $(SRCS:.fd=.C) $(SRCS:.fd=.h)
# 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: