view lwar/rules.make @ 53:cb4efc47ce9d

Allow macros to shadow/override builtin operations when the "shadow" pragma is active, which is NOT the default
author lost@l-w.ca
date Tue, 05 Apr 2011 21:48:51 -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))