From b866f36454af0defea79d84647a8a1652fb2fbdb Mon Sep 17 00:00:00 2001
From: Rob Savoye <rob@welcomehome.org>
Date: Sat, 16 Oct 2010 09:46:48 -0600
Subject: regenerated after changes to .i files

---
 gr-cvsd-vocoder/src/lib/Makefile.swig.gen | 53 ++++++++++++++++++-------------
 1 file changed, 31 insertions(+), 22 deletions(-)

(limited to 'gr-cvsd-vocoder/src/lib')

diff --git a/gr-cvsd-vocoder/src/lib/Makefile.swig.gen b/gr-cvsd-vocoder/src/lib/Makefile.swig.gen
index 1d210b7c46..6bfcc2a464 100644
--- a/gr-cvsd-vocoder/src/lib/Makefile.swig.gen
+++ b/gr-cvsd-vocoder/src/lib/Makefile.swig.gen
@@ -121,7 +121,7 @@ endif				# end of GUILE
 
 ## Entry rule for running SWIG
 
-cvsd_vocoder.h cvsd_vocoder.py cvsd_vocoder_python.cc: cvsd_vocoder.i
+cvsd_vocoder_python.h cvsd_vocoder.py cvsd_vocoder_python.cc cvsd_vocoder_guile.cc cvsd_vocoder_guile.h: cvsd_vocoder.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 @@ cvsd_vocoder.h cvsd_vocoder.py cvsd_vocoder_python.cc: cvsd_vocoder.i
 $(DEPDIR)/cvsd_vocoder-generate-guile-stamp:
 if GUILE
 	if $(SWIG) $(STD_SWIG_GUILE_ARGS) $(cvsd_vocoder_swig_args) \
-		-MD -MF $(DEPDIR)/cvsd_vocoder.Std \
+		-MD -MF $(DEPDIR)/cvsd_vocoder_guile.Std \
 		-module cvsd_vocoder -o cvsd_vocoder_guile.cc $(WHAT); then \
 	    if test $(host_os) = mingw32; then \
-		$(RM) $(DEPDIR)/cvsd_vocoder.Sd; \
-		$(SED) 's,\\\\,/,g' < $(DEPDIR)/cvsd_vocoder.Std \
-			> $(DEPDIR)/cvsd_vocoder.Sd; \
-		$(RM) $(DEPDIR)/cvsd_vocoder.Std; \
-		$(MV) $(DEPDIR)/cvsd_vocoder.Sd $(DEPDIR)/cvsd_vocoder.Std; \
+		$(RM) $(DEPDIR)/cvsd_vocoder_guile.Sd; \
+		$(SED) 's,\\\\,/,g' < $(DEPDIR)/cvsd_vocoder_guile.Std \
+			> $(DEPDIR)/cvsd_vocoder_guile.Sd; \
+		$(RM) $(DEPDIR)/cvsd_vocoder_guile.Std; \
+		$(MV) $(DEPDIR)/cvsd_vocoder_guile.Sd $(DEPDIR)/cvsd_vocoder_guile.Std; \
 	    fi; \
 	else \
-	    $(RM) $(DEPDIR)/cvsd_vocoder.S*; exit 1; \
+	    $(RM) $(DEPDIR)/cvsd_vocoder_guile.S*; exit 1; \
 	fi;
 	touch $(DEPDIR)/cvsd_vocoder-generate-guile-stamp
+	$(RM) $(DEPDIR)/cvsd_vocoder_guile.d
+	cp $(DEPDIR)/cvsd_vocoder_guile.Std $(DEPDIR)/cvsd_vocoder_guile.d
+	echo "" >> $(DEPDIR)/cvsd_vocoder_guile.d
+	$(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/cvsd_vocoder_guile.Std | \
+		awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/cvsd_vocoder_guile.d
+	$(RM) $(DEPDIR)/cvsd_vocoder_guile.Std
+	touch $(DEPDIR)/cvsd_vocoder-generate-guile-stamp
+
+@am__include@ @am__quote@./$(DEPDIR)/cvsd_vocoder_guile.d@am__quote@
 endif
 
 $(DEPDIR)/cvsd_vocoder-generate-python-stamp:
@@ -234,17 +243,17 @@ $(DEPDIR)/cvsd_vocoder-generate-python-stamp:
 ## post-processing on 'mingw32' host OS for the dependency file.
 ##
 	if $(SWIG) $(STD_SWIG_PYTHON_ARGS) $(cvsd_vocoder_swig_args) \
-		-MD -MF $(DEPDIR)/cvsd_vocoder.Std \
+		-MD -MF $(DEPDIR)/cvsd_vocoder_python.Std \
 		-module cvsd_vocoder -o cvsd_vocoder_python.cc $(WHAT); then \
 	    if test $(host_os) = mingw32; then \
-		$(RM) $(DEPDIR)/cvsd_vocoder.Sd; \
-		$(SED) 's,\\\\,/,g' < $(DEPDIR)/cvsd_vocoder.Std \
-			> $(DEPDIR)/cvsd_vocoder.Sd; \
-		$(RM) $(DEPDIR)/cvsd_vocoder.Std; \
-		$(MV) $(DEPDIR)/cvsd_vocoder.Sd $(DEPDIR)/cvsd_vocoder.Std; \
+		$(RM) $(DEPDIR)/cvsd_vocoder_python.Sd; \
+		$(SED) 's,\\\\,/,g' < $(DEPDIR)/cvsd_vocoder_python.Std \
+			> $(DEPDIR)/cvsd_vocoder_python.Sd; \
+		$(RM) $(DEPDIR)/cvsd_vocoder_python.Std; \
+		$(MV) $(DEPDIR)/cvsd_vocoder_python.Sd $(DEPDIR)/cvsd_vocoder_python.Std; \
 	    fi; \
 	else \
-	    $(RM) $(DEPDIR)/cvsd_vocoder.S*; exit 1; \
+	    $(RM) $(DEPDIR)/cvsd_vocoder_python.S*; exit 1; \
 	fi;
 ##
 ## Mess with the SWIG output .Std dependency file, to create a
@@ -256,27 +265,27 @@ $(DEPDIR)/cvsd_vocoder-generate-python-stamp:
 ##
 ## (1) remove the current dependency file
 ##
-	$(RM) $(DEPDIR)/cvsd_vocoder.d
+	$(RM) $(DEPDIR)/cvsd_vocoder_python.d
 ##
 ## (2) Copy the whole SWIG file:
 ##
-	cp $(DEPDIR)/cvsd_vocoder.Std $(DEPDIR)/cvsd_vocoder.d
+	cp $(DEPDIR)/cvsd_vocoder_python.Std $(DEPDIR)/cvsd_vocoder_python.d
 ##
 ## (3) all a carriage return to the end of the dependency file.
 ##
-	echo "" >> $(DEPDIR)/cvsd_vocoder.d
+	echo "" >> $(DEPDIR)/cvsd_vocoder_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)/cvsd_vocoder.Std | \
-		awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/cvsd_vocoder.d
+	$(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/cvsd_vocoder_python.Std | \
+		awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/cvsd_vocoder_python.d
 ##
 ## (5) remove the SWIG-generated file
 ##
-	$(RM) $(DEPDIR)/cvsd_vocoder.Std
+	$(RM) $(DEPDIR)/cvsd_vocoder_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)/cvsd_vocoder-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)/cvsd_vocoder.d@am__quote@
+@am__include@ @am__quote@./$(DEPDIR)/cvsd_vocoder_python.d@am__quote@
 
-- 
cgit v1.2.3