Sha256: 53301c74812e428d7d029137c8586df0bcd9c9f8fc6c4182fed055a2d87e5521

Contents?: true

Size: 284 Bytes

Versions: 3

Compression:

Stored size: 284 Bytes

Contents

COGEN=ruby erbpp_sf.rb
GENSRC=gsl_sf.c
GENDEPS=erbpp_sf.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/sf/depend
numo-gsl-0.1.1 ext/numo/gsl/sf/depend
numo-gsl-0.1.0 ext/numo/gsl/sf/depend