Sha256: e5653be3a0fd7c0c1ef9b6921e8e0b18b1ff34e2dcc567fc100e9ee2ca810362

Contents?: true

Size: 815 Bytes

Versions: 23

Compression:

Stored size: 815 Bytes

Contents

RUBY_EXTCONF_OPTIONS = -I@RICE_ROOT@/ruby/lib
EXTCONF_OPTIONS = --with-cppflags="-I@RICE_ROOT@" --with-libpath="@RICE_ROOT@/rice"

EXTRA_DIST = \
  t1/extconf.rb \
  t1/t1.cpp \
  t2/extconf.rb \
  t2/t2.cpp

all:

t1/Makefile: t1/extconf.rb ../../config.status ../../ruby/lib/mkmf-rice.rb
	@RUBY@ $(RUBY_EXTCONF_OPTIONS) -C t1 extconf.rb $(EXTCONF_OPTIONS)

t2/Makefile: t2/extconf.rb ../../config.status ../../ruby/lib/mkmf-rice.rb
	@RUBY@ $(RUBY_EXTCONF_OPTIONS) -C t2 extconf.rb $(EXTCONF_OPTIONS)

all clean distclean: t1/Makefile t2/Makefile

all: t1_all t2_all

t1_all:
	make -C t1 all

t2_all:
	make -C t2 all

clean: t1_clean t2_clean

t1_clean:
	make -C t1 clean

t2_clean:
	make -C t2 clean

distclean: t1_distclean t2_distclean

t1_distclean:
	make -C t1 distclean

t2_distclean:
	make -C t2 distclean

Version data entries

23 entries across 23 versions & 4 rubygems

Version Path
rice-1.7.0 test/ext/Makefile.am
rice-1.6.3 test/ext/Makefile.am
rice-1.6.2 test/ext/Makefile.am
rice-1.6.1 test/ext/Makefile.am
rice-1.6.0 test/ext/Makefile.am
rice-1.6.0.pre test/ext/Makefile.am
rice-1.5.3 test/ext/Makefile.am
rice-1.5.2 test/ext/Makefile.am
keyme-rice-1.5.1.keyme1 test/ext/Makefile.am
keyme-rice-1.5.1.keyme test/ext/Makefile.am
rice-1.5.1 test/ext/Makefile.am
rice-1.5.0 test/ext/Makefile.am
rice-jdguyot-1.4.3p1 test/ext/Makefile.am
rice-1.4.3 test/ext/Makefile.am
wurlinc-rice-1.4.0.4 test/ext/Makefile.am
wurlinc-rice-1.4.0.1 test/ext/Makefile.am
rice-1.4.2 test/ext/Makefile.am
rice-jdguyot-1.4.0.p1 test/ext/Makefile.am
rice-jdguyot-1.4.0 test/ext/Makefile.am
rice-1.4.0 test/ext/Makefile.am