view lwlib/rules.make @ 12:6b9991fb39b6

Brought forward patch to fix bug with complex external references generating invalid relocations in the object file
author lost@l-w.ca
date Sat, 22 Jan 2011 16:11:15 -0700
parents a4812d57ed13
children ac311e7ffed6
line wrap: on
line source

dirname := $(dir $(lastword $(MAKEFILE_LIST)))

lwlib_srcs_local := lw_alloc.c lw_error.c lw_expr.c lw_stack.c \
	lw_string.c lw_stringlist.c lw_cmdline.c

lwlib_srcs := $(lwlib_srcs) $(addprefix $(dirname),$(lwlib_srcs_local))