Sha256: 866533cbcb995e64662c7d9b92b6e25a9dcbfa42a00484d8284fc45de1872b60

Contents?: true

Size: 302 Bytes

Versions: 3

Compression:

Stored size: 302 Bytes

Contents

COGEN=ruby erbpp_spmatrix.rb
GENSRC=gsl_spmatrix.c
GENDEPS=erbpp_spmatrix.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/spmatrix/depend
numo-gsl-0.1.1 ext/numo/gsl/spmatrix/depend
numo-gsl-0.1.0 ext/numo/gsl/spmatrix/depend