[beast: 12/16] BEAST: alter dependencies so rebuilding SFIDL doesn't rebuild IDL output



commit dcf1da06b09277b130f3b34f154ff721b18bb3ac
Author: Tim Janik <timj gnu org>
Date:   Sat Sep 12 13:56:12 2015 +0200

    BEAST: alter dependencies so rebuilding SFIDL doesn't rebuild IDL output

 beast-gtk/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/beast-gtk/Makefile.am b/beast-gtk/Makefile.am
index 8f10e1f..aa417b9 100644
--- a/beast-gtk/Makefile.am
+++ b/beast-gtk/Makefile.am
@@ -81,14 +81,14 @@ SFIDL_INC = --nostdinc -I$(top_srcdir) -I$(top_builddir)
 # bstoldbseapi.h
 GENERATED_CLEANFILES += bstoldbseapi.h
 $(beast_build_objects): bstoldbseapi.h
-bstoldbseapi.h: $(top_srcdir)/bse/*.idl $(top_builddir)/bse/*.idl $(SFIDL)
+bstoldbseapi.h: $(top_srcdir)/bse/*.idl $(top_builddir)/bse/*.idl # $(SFIDL)
        cd . \
        && $(SFIDL) $(SFIDL_INC) --client-c --header --prefix beast_ $(top_srcdir)/bse/bse.idl >> xgen-$(@F) \
        && mv xgen-$(@F) bstoldbseapi.h
 # bstoldbseapi.cc
 GENERATED_CLEANFILES += bstoldbseapi.cc
 $(beast_build_objects): bstoldbseapi.cc
-bstoldbseapi.cc: bstoldbseapi.h $(top_srcdir)/bse/*.idl $(top_builddir)/bse/*.idl $(SFIDL)
+bstoldbseapi.cc: bstoldbseapi.h $(top_srcdir)/bse/*.idl $(top_builddir)/bse/*.idl # $(SFIDL)
        cd .    \
        && echo -e "/* #include \"bstoldbseapi.h\" */\n" > xgen-$(@F) \
        && $(SFIDL) $(SFIDL_INC) --client-c --source --prefix beast_ $(top_srcdir)/bse/bse.idl >> xgen-$(@F) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]