Sha256: 4f476d307dde704c9165af63743feee2ae929c32ca1b0506b05d86b375a50927
Contents?: true
Size: 289 Bytes
Versions: 3
Compression:
Stored size: 289 Bytes
Contents
COGEN=ruby erbpp_rng.rb GENSRC=gsl_rng.c GENDEPS=erbpp_rng.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/rng/depend |
numo-gsl-0.1.1 | ext/numo/gsl/rng/depend |
numo-gsl-0.1.0 | ext/numo/gsl/rng/depend |