From b866f36454af0defea79d84647a8a1652fb2fbdb Mon Sep 17 00:00:00 2001 From: Rob Savoye Date: Sat, 16 Oct 2010 09:46:48 -0600 Subject: regenerated after changes to .i files --- gr-qtgui/src/lib/Makefile.swig.gen | 53 ++++++++++++++++++++++---------------- 1 file changed, 31 insertions(+), 22 deletions(-) (limited to 'gr-qtgui/src') diff --git a/gr-qtgui/src/lib/Makefile.swig.gen b/gr-qtgui/src/lib/Makefile.swig.gen index ab23f1618..a51e8eb87 100644 --- a/gr-qtgui/src/lib/Makefile.swig.gen +++ b/gr-qtgui/src/lib/Makefile.swig.gen @@ -121,7 +121,7 @@ endif # end of GUILE ## Entry rule for running SWIG -qtgui.h qtgui.py qtgui_python.cc: qtgui.i +qtgui_python.h qtgui.py qtgui_python.cc qtgui_guile.cc qtgui_guile.h: qtgui.i ## This rule will get called only when MAKE decides that one of the ## targets needs to be created or re-created, because: ## @@ -209,19 +209,28 @@ qtgui.h qtgui.py qtgui_python.cc: qtgui.i $(DEPDIR)/qtgui-generate-guile-stamp: if GUILE if $(SWIG) $(STD_SWIG_GUILE_ARGS) $(qtgui_swig_args) \ - -MD -MF $(DEPDIR)/qtgui.Std \ + -MD -MF $(DEPDIR)/qtgui_guile.Std \ -module qtgui -o qtgui_guile.cc $(WHAT); then \ if test $(host_os) = mingw32; then \ - $(RM) $(DEPDIR)/qtgui.Sd; \ - $(SED) 's,\\\\,/,g' < $(DEPDIR)/qtgui.Std \ - > $(DEPDIR)/qtgui.Sd; \ - $(RM) $(DEPDIR)/qtgui.Std; \ - $(MV) $(DEPDIR)/qtgui.Sd $(DEPDIR)/qtgui.Std; \ + $(RM) $(DEPDIR)/qtgui_guile.Sd; \ + $(SED) 's,\\\\,/,g' < $(DEPDIR)/qtgui_guile.Std \ + > $(DEPDIR)/qtgui_guile.Sd; \ + $(RM) $(DEPDIR)/qtgui_guile.Std; \ + $(MV) $(DEPDIR)/qtgui_guile.Sd $(DEPDIR)/qtgui_guile.Std; \ fi; \ else \ - $(RM) $(DEPDIR)/qtgui.S*; exit 1; \ + $(RM) $(DEPDIR)/qtgui_guile.S*; exit 1; \ fi; touch $(DEPDIR)/qtgui-generate-guile-stamp + $(RM) $(DEPDIR)/qtgui_guile.d + cp $(DEPDIR)/qtgui_guile.Std $(DEPDIR)/qtgui_guile.d + echo "" >> $(DEPDIR)/qtgui_guile.d + $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/qtgui_guile.Std | \ + awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/qtgui_guile.d + $(RM) $(DEPDIR)/qtgui_guile.Std + touch $(DEPDIR)/qtgui-generate-guile-stamp + +@am__include@ @am__quote@./$(DEPDIR)/qtgui_guile.d@am__quote@ endif $(DEPDIR)/qtgui-generate-python-stamp: @@ -234,17 +243,17 @@ $(DEPDIR)/qtgui-generate-python-stamp: ## post-processing on 'mingw32' host OS for the dependency file. ## if $(SWIG) $(STD_SWIG_PYTHON_ARGS) $(qtgui_swig_args) \ - -MD -MF $(DEPDIR)/qtgui.Std \ + -MD -MF $(DEPDIR)/qtgui_python.Std \ -module qtgui -o qtgui_python.cc $(WHAT); then \ if test $(host_os) = mingw32; then \ - $(RM) $(DEPDIR)/qtgui.Sd; \ - $(SED) 's,\\\\,/,g' < $(DEPDIR)/qtgui.Std \ - > $(DEPDIR)/qtgui.Sd; \ - $(RM) $(DEPDIR)/qtgui.Std; \ - $(MV) $(DEPDIR)/qtgui.Sd $(DEPDIR)/qtgui.Std; \ + $(RM) $(DEPDIR)/qtgui_python.Sd; \ + $(SED) 's,\\\\,/,g' < $(DEPDIR)/qtgui_python.Std \ + > $(DEPDIR)/qtgui_python.Sd; \ + $(RM) $(DEPDIR)/qtgui_python.Std; \ + $(MV) $(DEPDIR)/qtgui_python.Sd $(DEPDIR)/qtgui_python.Std; \ fi; \ else \ - $(RM) $(DEPDIR)/qtgui.S*; exit 1; \ + $(RM) $(DEPDIR)/qtgui_python.S*; exit 1; \ fi; ## ## Mess with the SWIG output .Std dependency file, to create a @@ -256,27 +265,27 @@ $(DEPDIR)/qtgui-generate-python-stamp: ## ## (1) remove the current dependency file ## - $(RM) $(DEPDIR)/qtgui.d + $(RM) $(DEPDIR)/qtgui_python.d ## ## (2) Copy the whole SWIG file: ## - cp $(DEPDIR)/qtgui.Std $(DEPDIR)/qtgui.d + cp $(DEPDIR)/qtgui_python.Std $(DEPDIR)/qtgui_python.d ## ## (3) all a carriage return to the end of the dependency file. ## - echo "" >> $(DEPDIR)/qtgui.d + echo "" >> $(DEPDIR)/qtgui_python.d ## ## (4) from the SWIG file, remove the first line (the target); remove ## trailing " \" and " " from each line. Append ":" to each line, ## followed by 2 carriage returns, then append this to the end of ## the dependency file. ## - $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/qtgui.Std | \ - awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/qtgui.d + $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/qtgui_python.Std | \ + awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/qtgui_python.d ## ## (5) remove the SWIG-generated file ## - $(RM) $(DEPDIR)/qtgui.Std + $(RM) $(DEPDIR)/qtgui_python.Std ## ## Create the stamp for this filename generation, to signal success in ## executing this rule; allows other threads waiting on this process @@ -288,5 +297,5 @@ $(DEPDIR)/qtgui-generate-python-stamp: # not guaranteed to be portable, but will probably work. If it works, # we have accurate dependencies for our swig stuff, which is good. -@am__include@ @am__quote@./$(DEPDIR)/qtgui.d@am__quote@ +@am__include@ @am__quote@./$(DEPDIR)/qtgui_python.d@am__quote@ -- cgit