Sha256: 189854e2fb9cdd7a8681d583db113245c22f4c6add1d5d5947e8cfcc0e7bee78

Contents?: true

Size: 287 Bytes

Versions: 3

Compression:

Stored size: 287 Bytes

Contents

COGEN=ruby erbpp_sys.rb
GENSRC=gsl_sys.c
GENDEPS=erbpp_sys.rb *_def.rb ../gen/*.rb ../gen/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/sys/depend
numo-gsl-0.1.1 ext/numo/gsl/sys/depend
numo-gsl-0.1.0 ext/numo/gsl/sys/depend