diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lwasm/rules.make	Wed Jan 19 22:27:17 2011 -0700
@@ -0,0 +1,10 @@
+dirname := $(dir $(lastword $(MAKEFILE_LIST)))
+
+lwasm_srcs_local :=  debug.c input.c insn_bitbit.c insn_gen.c insn_indexed.c \
+	insn_inh.c insn_logicmem.c insn_rel.c insn_rlist.c insn_rtor.c insn_tfm.c \
+	instab.c list.c lwasm.c macro.c main.c os9.c output.c pass1.c pass2.c \
+	pass3.c pass4.c pass5.c pass6.c pass7.c pragma.c pseudo.c section.c \
+	struct.c symbol.c
+
+lwasm_srcs := $(lwasm_srcs) $(addprefix $(dirname),$(lwasm_srcs_local))
+