From 7c469c0b9dadd1de09fed18c3e5cc551012c38c1 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Sat, 29 Dec 2012 05:37:55 +0900 Subject: Rebuild CRuby based building script without Makefile Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb --- doc/mrbgems/c_and_ruby_extension_example/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/mrbgems/c_and_ruby_extension_example/Makefile (limited to 'doc/mrbgems/c_and_ruby_extension_example/Makefile') diff --git a/doc/mrbgems/c_and_ruby_extension_example/Makefile b/doc/mrbgems/c_and_ruby_extension_example/Makefile deleted file mode 100644 index 1af5e95c1..000000000 --- a/doc/mrbgems/c_and_ruby_extension_example/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -GEM := c_and_ruby_extension_example - -include $(MAKEFILE_4_GEM) - -GEM_C_FILES := $(wildcard $(SRC_DIR)/*.c) -GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES)) - -GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb) - -MRUBY_CFLAGS := -MRUBY_LDFLAGS := -MRUBY_LIBS := - -gem-all : $(GEM_OBJECTS) gem-c-and-rb-files - -gem-clean : gem-clean-c-and-rb-files - -gem-test : gem-test-c-and-rb-files -- cgit v1.2.3