diff options
author | Rob Savoye | 2010-10-16 08:55:47 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:10:44 -0800 |
commit | 6b98045ebd36a336e642135f34a0591130c3a651 (patch) | |
tree | af68346054ca741f28ac78222e1f48b2b27e7e79 /gr-trellis/src | |
parent | b72fd746010bc724acfb6a7c5ae2be82e6b828c2 (diff) | |
download | gnuradio-6b98045ebd36a336e642135f34a0591130c3a651.tar.gz gnuradio-6b98045ebd36a336e642135f34a0591130c3a651.tar.bz2 gnuradio-6b98045ebd36a336e642135f34a0591130c3a651.zip |
regenerated
Diffstat (limited to 'gr-trellis/src')
-rw-r--r-- | gr-trellis/src/lib/Makefile.swig.gen | 53 |
1 files changed, 31 insertions, 22 deletions
diff --git a/gr-trellis/src/lib/Makefile.swig.gen b/gr-trellis/src/lib/Makefile.swig.gen index 8d9557d67..1400b3192 100644 --- a/gr-trellis/src/lib/Makefile.swig.gen +++ b/gr-trellis/src/lib/Makefile.swig.gen @@ -121,7 +121,7 @@ endif # end of GUILE ## Entry rule for running SWIG -trellis.h trellis.py trellis_python.cc: trellis.i +trellis_python.h trellis.py trellis_python.cc trellis_guile.cc trellis_guile.h: trellis.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 @@ trellis.h trellis.py trellis_python.cc: trellis.i $(DEPDIR)/trellis-generate-guile-stamp: if GUILE if $(SWIG) $(STD_SWIG_GUILE_ARGS) $(trellis_swig_args) \ - -MD -MF $(DEPDIR)/trellis.Std \ + -MD -MF $(DEPDIR)/trellis_guile.Std \ -module trellis -o trellis_guile.cc $(WHAT); then \ if test $(host_os) = mingw32; then \ - $(RM) $(DEPDIR)/trellis.Sd; \ - $(SED) 's,\\\\,/,g' < $(DEPDIR)/trellis.Std \ - > $(DEPDIR)/trellis.Sd; \ - $(RM) $(DEPDIR)/trellis.Std; \ - $(MV) $(DEPDIR)/trellis.Sd $(DEPDIR)/trellis.Std; \ + $(RM) $(DEPDIR)/trellis_guile.Sd; \ + $(SED) 's,\\\\,/,g' < $(DEPDIR)/trellis_guile.Std \ + > $(DEPDIR)/trellis_guile.Sd; \ + $(RM) $(DEPDIR)/trellis_guile.Std; \ + $(MV) $(DEPDIR)/trellis_guile.Sd $(DEPDIR)/trellis_guile.Std; \ fi; \ else \ - $(RM) $(DEPDIR)/trellis.S*; exit 1; \ + $(RM) $(DEPDIR)/trellis_guile.S*; exit 1; \ fi; touch $(DEPDIR)/trellis-generate-guile-stamp + $(RM) $(DEPDIR)/trellis_guile.d + cp $(DEPDIR)/trellis_guile.Std $(DEPDIR)/trellis_guile.d + echo "" >> $(DEPDIR)/trellis_guile.d + $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/trellis_guile.Std | \ + awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/trellis_guile.d + $(RM) $(DEPDIR)/trellis_guile.Std + touch $(DEPDIR)/trellis-generate-guile-stamp + +@am__include@ @am__quote@./$(DEPDIR)/trellis_guile.d@am__quote@ endif $(DEPDIR)/trellis-generate-python-stamp: @@ -234,17 +243,17 @@ $(DEPDIR)/trellis-generate-python-stamp: ## post-processing on 'mingw32' host OS for the dependency file. ## if $(SWIG) $(STD_SWIG_PYTHON_ARGS) $(trellis_swig_args) \ - -MD -MF $(DEPDIR)/trellis.Std \ + -MD -MF $(DEPDIR)/trellis_python.Std \ -module trellis -o trellis_python.cc $(WHAT); then \ if test $(host_os) = mingw32; then \ - $(RM) $(DEPDIR)/trellis.Sd; \ - $(SED) 's,\\\\,/,g' < $(DEPDIR)/trellis.Std \ - > $(DEPDIR)/trellis.Sd; \ - $(RM) $(DEPDIR)/trellis.Std; \ - $(MV) $(DEPDIR)/trellis.Sd $(DEPDIR)/trellis.Std; \ + $(RM) $(DEPDIR)/trellis_python.Sd; \ + $(SED) 's,\\\\,/,g' < $(DEPDIR)/trellis_python.Std \ + > $(DEPDIR)/trellis_python.Sd; \ + $(RM) $(DEPDIR)/trellis_python.Std; \ + $(MV) $(DEPDIR)/trellis_python.Sd $(DEPDIR)/trellis_python.Std; \ fi; \ else \ - $(RM) $(DEPDIR)/trellis.S*; exit 1; \ + $(RM) $(DEPDIR)/trellis_python.S*; exit 1; \ fi; ## ## Mess with the SWIG output .Std dependency file, to create a @@ -256,27 +265,27 @@ $(DEPDIR)/trellis-generate-python-stamp: ## ## (1) remove the current dependency file ## - $(RM) $(DEPDIR)/trellis.d + $(RM) $(DEPDIR)/trellis_python.d ## ## (2) Copy the whole SWIG file: ## - cp $(DEPDIR)/trellis.Std $(DEPDIR)/trellis.d + cp $(DEPDIR)/trellis_python.Std $(DEPDIR)/trellis_python.d ## ## (3) all a carriage return to the end of the dependency file. ## - echo "" >> $(DEPDIR)/trellis.d + echo "" >> $(DEPDIR)/trellis_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)/trellis.Std | \ - awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/trellis.d + $(SED) -e '1d;s, \\,,g;s, ,,g' < $(DEPDIR)/trellis_python.Std | \ + awk '{ printf "%s:\n\n", $$0 }' >> $(DEPDIR)/trellis_python.d ## ## (5) remove the SWIG-generated file ## - $(RM) $(DEPDIR)/trellis.Std + $(RM) $(DEPDIR)/trellis_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)/trellis-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)/trellis.d@am__quote@ +@am__include@ @am__quote@./$(DEPDIR)/trellis_python.d@am__quote@ |