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-gsm-fr-vocoder/src/lib/Makefile.swig.gen | 53 +++++++++++++++++------------
 1 file changed, 31 insertions(+), 22 deletions(-)

(limited to 'gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen')

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