comparison lwar/rules.make @ 0:2c24602be78f

Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
author lost@l-w.ca
date Wed, 19 Jan 2011 22:27:17 -0700
parents
children 6eed14cccac9
comparison
equal deleted inserted replaced
-1:000000000000 0:2c24602be78f
1 dirname := $(dir $(lastword $(MAKEFILE_LIST)))
2
3 lwar_srcs_local := add.c extract.c list.c lwar.c main.c remove.c replace.c util.c
4
5 lwar_srcs := $(lwar_srcs) $(addprefix $(dirname),$(lwar_srcs_local))