diff options
| author | Daniel Bovensiepen <[email protected]> | 2012-09-13 22:31:23 +0900 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2012-09-13 22:31:23 +0900 |
| commit | a941934045e9c63eb9a620e3e516b377a42e0943 (patch) | |
| tree | 135ec2f4e4c048517b89232a427cb106495a94e1 /mrblib/Makefile | |
| parent | f89e722ef09211d3e5b39344c6df66217966f8df (diff) | |
| download | mruby-a941934045e9c63eb9a620e3e516b377a42e0943.tar.gz mruby-a941934045e9c63eb9a620e3e516b377a42e0943.zip | |
Add TODOs to finalize gems
Diffstat (limited to 'mrblib/Makefile')
| -rw-r--r-- | mrblib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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) |
