view lwar/rules.make @ 43:18b49cf10ae9

Added an instruction reduction immediately after instruction parsing to minimize memory footprint and expression complexity
author lost@l-w.ca
date Mon, 04 Apr 2011 17:55:08 -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))