Mercurial > hg > index.cgi
comparison lwasm/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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2c24602be78f |
---|---|
1 dirname := $(dir $(lastword $(MAKEFILE_LIST))) | |
2 | |
3 lwasm_srcs_local := debug.c input.c insn_bitbit.c insn_gen.c insn_indexed.c \ | |
4 insn_inh.c insn_logicmem.c insn_rel.c insn_rlist.c insn_rtor.c insn_tfm.c \ | |
5 instab.c list.c lwasm.c macro.c main.c os9.c output.c pass1.c pass2.c \ | |
6 pass3.c pass4.c pass5.c pass6.c pass7.c pragma.c pseudo.c section.c \ | |
7 struct.c symbol.c | |
8 | |
9 lwasm_srcs := $(lwasm_srcs) $(addprefix $(dirname),$(lwasm_srcs_local)) | |
10 |