Sha256: 26aabb8549ba8dd1ffb43e457239fd83b9bbe6067af21d01e42772442f5975c3
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
COGEN=ruby erbpp_poly.rb GENSRC=gsl_poly.c GENDEPS=erbpp_poly.rb ../gen/*.rb ../gen/tmpl/*.c tmpl/*.c src : $(GENSRC) $(GENSRC) : $(GENDEPS) $(COGEN) > $@ doc : $(GENSRC) yard doc $(GENSRC) clean: cleansrc cleandoc cleansrc: -$(Q)$(RM) $(GENSRC) cleandoc: -$(Q)$(RM_RF) doc .yardoc
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
numo-gsl-0.1.2 | ext/numo/gsl/poly/depend |
numo-gsl-0.1.1 | ext/numo/gsl/poly/depend |
numo-gsl-0.1.0 | ext/numo/gsl/poly/depend |