diff options
author | Rob Savoye | 2010-10-16 09:46:48 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:10:44 -0800 |
commit | b866f36454af0defea79d84647a8a1652fb2fbdb (patch) | |
tree | 68484bb525e793228187b78c1766812ffa32ce59 /gr-gcell/src | |
parent | 6b98045ebd36a336e642135f34a0591130c3a651 (diff) | |
download | gnuradio-b866f36454af0defea79d84647a8a1652fb2fbdb.tar.gz gnuradio-b866f36454af0defea79d84647a8a1652fb2fbdb.tar.bz2 gnuradio-b866f36454af0defea79d84647a8a1652fb2fbdb.zip |
regenerated after changes to .i files
Diffstat (limited to 'gr-gcell/src')
-rw-r--r-- | gr-gcell/src/Makefile.swig.gen | 55 |
1 files changed, 33 insertions, 22 deletions
diff --git a/gr-gcell/src/Makefile.swig.gen b/gr-gcell/src/Makefile.swig.gen index b95bafc2b..094aecfdb 100644 --- a/gr-gcell/src/Makefile.swig.gen +++ b/gr-gcell/src/Makefile.swig.gen @@ -121,7 +121,7 @@ endif # end of GUILE ## Entry rule for running SWIG -gcell.h gcell.py gcell_python.cc: gcell.i +gcell_python.h gcell.py gcell_python.cc gcell_guile.cc gcell_guile.h: gcell.i ## This rule will get called only when MAKE decides that one of the ## targets needs to be created or re-created, because: ## @@ -207,20 +207,31 @@ gcell.h gcell.py gcell_python.cc: gcell.i fi; $(DEPDIR)/gcell-generate-guile-stamp: +if GUILE if $(SWIG) $(STD_SWIG_GUILE_ARGS) $(gcell_swig_args) \ - -MD -MF $(DEPDIR)/gcell.Std \ + -MD -MF $(DEPDIR)/gcell_guile.Std \ -module gcell -o gcell_guile.cc $(WHAT); then \ if test $(host_os) = mingw32; then \ - $(RM) $(DEPDIR)/gcell.Sd; \ - $(SED) 's,\\\\,/,g' < $(DEPDIR)/gcell.Std \ - > $(DEPDIR)/gcell.Sd; \ - $(RM) $(DEPDIR)/gcell.Std; \ - $(MV) $(DEPDIR)/gcell.Sd $(DEPDIR)/gcell.Std; \ + $(RM) $(DEPDIR)/gcell_guile.Sd; \ + $(SED) 's,\\\\,/,g' < $(DEPDIR)/gcell_guile.Std \ + > $(DEPDIR)/gcell_guile.Sd; \ + $(RM) $(DEPDIR)/gcell_guile.Std; \ + $(MV) $(DEPDIR)/gcell_guile.Sd $(DEPDIR)/gcell_guile.Std; \ fi; \ else \ - $(RM) $(DEPDIR)/gcell.S*; exit 1; \ + $(RM) $(DEPDIR)/gcell_guile.S*; exit 1; \ fi; touch $(DEPDIR)/gcell-generate-guile-stamp + $(RM) $(DEPDIR)/gcell_guile.d + cp $(DEPDIR)/gcell_guile.Std $(DEPDIR)/gcell_guile.d + echo "" >> $(DEPDIR)/gcell_guile.d + $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/gcell_guile.Std | \ + awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/gcell_guile.d + $(RM) $(DEPDIR)/gcell_guile.Std + touch $(DEPDIR)/gcell-generate-guile-stamp + +@am__include@ @am__quote@./$(DEPDIR)/gcell_guile.d@am__quote@ +endif $(DEPDIR)/gcell-generate-python-stamp: ## This rule will be called only by the first process issuing the @@ -232,17 +243,17 @@ $(DEPDIR)/gcell-generate-python-stamp: ## post-processing on 'mingw32' host OS for the dependency file. ## if $(SWIG) $(STD_SWIG_PYTHON_ARGS) $(gcell_swig_args) \ - -MD -MF $(DEPDIR)/gcell.Std \ + -MD -MF $(DEPDIR)/gcell_python.Std \ -module gcell -o gcell_python.cc $(WHAT); then \ if test $(host_os) = mingw32; then \ - $(RM) $(DEPDIR)/gcell.Sd; \ - $(SED) 's,\\\\,/,g' < $(DEPDIR)/gcell.Std \ - > $(DEPDIR)/gcell.Sd; \ - $(RM) $(DEPDIR)/gcell.Std; \ - $(MV) $(DEPDIR)/gcell.Sd $(DEPDIR)/gcell.Std; \ + $(RM) $(DEPDIR)/gcell_python.Sd; \ + $(SED) 's,\\\\,/,g' < $(DEPDIR)/gcell_python.Std \ + > $(DEPDIR)/gcell_python.Sd; \ + $(RM) $(DEPDIR)/gcell_python.Std; \ + $(MV) $(DEPDIR)/gcell_python.Sd $(DEPDIR)/gcell_python.Std; \ fi; \ else \ - $(RM) $(DEPDIR)/gcell.S*; exit 1; \ + $(RM) $(DEPDIR)/gcell_python.S*; exit 1; \ fi; ## ## Mess with the SWIG output .Std dependency file, to create a @@ -254,27 +265,27 @@ $(DEPDIR)/gcell-generate-python-stamp: ## ## (1) remove the current dependency file ## - $(RM) $(DEPDIR)/gcell.d + $(RM) $(DEPDIR)/gcell_python.d ## ## (2) Copy the whole SWIG file: ## - cp $(DEPDIR)/gcell.Std $(DEPDIR)/gcell.d + cp $(DEPDIR)/gcell_python.Std $(DEPDIR)/gcell_python.d ## ## (3) all a carriage return to the end of the dependency file. ## - echo "" >> $(DEPDIR)/gcell.d + echo "" >> $(DEPDIR)/gcell_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)/gcell.Std | \ - awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/gcell.d + $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/gcell_python.Std | \ + awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/gcell_python.d ## ## (5) remove the SWIG-generated file ## - $(RM) $(DEPDIR)/gcell.Std + $(RM) $(DEPDIR)/gcell_python.Std ## ## Create the stamp for this filename generation, to signal success in ## executing this rule; allows other threads waiting on this process @@ -286,5 +297,5 @@ $(DEPDIR)/gcell-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)/gcell.d@am__quote@ +@am__include@ @am__quote@./$(DEPDIR)/gcell_python.d@am__quote@ |