view lwar/rules.make @ 49:bd8b3fbd1e28

Added ability to flag macros as "noexpand" so they are not expanded in the listing
author lost@l-w.ca
date Tue, 05 Apr 2011 00:06:28 -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))