annotate lwar/rules.make @ 7:917b608b8c66

Switched lwasm to lw_cmdline from argp
author lost@l-w.ca
date Sat, 22 Jan 2011 09:40:52 -0700
parents 2c24602be78f
children 6eed14cccac9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2c24602be78f Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff changeset
1 dirname := $(dir $(lastword $(MAKEFILE_LIST)))
2c24602be78f Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff changeset
2
2c24602be78f Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff changeset
3 lwar_srcs_local := add.c extract.c list.c lwar.c main.c remove.c replace.c util.c
2c24602be78f Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff changeset
4
2c24602be78f Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization
lost@l-w.ca
parents:
diff changeset
5 lwar_srcs := $(lwar_srcs) $(addprefix $(dirname),$(lwar_srcs_local))