Mercurial > hg > Members > kono > nitros9-code
view level1/d64/modules/kernel/makefile @ 2057:2e0ac1c2edd9
Update to d64 port
author | boisy |
---|---|
date | Mon, 24 Apr 2006 11:44:05 +0000 |
parents | e482bb12a954 |
children | 27b36e424a4d |
line wrap: on
line source
include $(NITROS9DIR)/rules.mak vpath %.asm $(LEVEL1)/modules/kernel AFLAGS += -I$(LEVEL1)/modules/kernel DEPENDS = ./makefile KERNEL = krn KERNELP2 = krnp2 SYSCALLS = fcmpnam.asm fprsnam.asm ALLOBJS = $(KERNEL) $(KERNELP2) all: $(ALLOBJS) $(KERNEL): krn.asm $(SYSCALLS) $(KERNELP2): krnp2.asm $(SYSCALLS) clean: $(RM) $(ALLOBJS) showobjs: @$(ECHO) $(ALLOBJS) showcopyobjs: @$(ECHO) $(COPYOBJS) identify: $(IDENT_SHORT) $(ALLOBJS)