Mercurial > hg > index.cgi
view lwar/rules.make @ 155:1571e150f1fd
Fixed error where external references within a library file were not resolved when linking
author | lost@l-w.ca |
---|---|
date | Sun, 28 Aug 2011 00:07:15 -0600 |
parents | 6eed14cccac9 |
children |
line wrap: on
line source
dirname := $(dir $(lastword $(MAKEFILE_LIST))) lwar_srcs_local := add.c extract.c list.c lwar.c main.c remove.c replace.c lwar_srcs := $(lwar_srcs) $(addprefix $(dirname),$(lwar_srcs_local))