From a941934045e9c63eb9a620e3e516b377a42e0943 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Thu, 13 Sep 2012 22:31:23 +0900 Subject: Add TODOs to finalize gems --- mrblib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mrblib') diff --git a/mrblib/Makefile b/mrblib/Makefile index 9b6badd09..c3817e334 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -14,6 +14,7 @@ MRB1 := $(BASEDIR)/*.rb MRBS := $(MRB1) LIBR0 := ../lib/libmruby_core.a LIBR := ../lib/libmruby.a +GEM0 := ../mrbgems/md5/ # libraries, includes INCLUDES = -I../src -I../include @@ -52,10 +53,12 @@ endif .PHONY : all all : $(LIBR) +# TODO: +# all available GEMS have to be added to the main library # update libmruby.a $(LIBR) : $(MLIB) $(LIBR0) $(CP) $(LIBR0) $(LIBR) - $(AR) rs $(LIBR) ../mrbgems/md5/md5.o ../mrbgems/md5/mrb_md5.o ../mrbgems/init_gems.o $(MLIB) + $(AR) rs $(LIBR) $(GEM0)md5.o $(GEM0)mrb_md5.o ../mrbgems/init_gems.o $(MLIB) # Compile mrblib source $(MLIB) : $(CLIB) -- cgit v1.2.3