Mercurial > hg > Members > kono > nitros9-code
view level1/dalpha/modules/kernel/makefile @ 2101:56f966b82dc4
Update for new build system
author | afra |
---|---|
date | Sun, 24 Sep 2006 22:44:36 +0000 |
parents | 46aa4db8204e |
children | e4a0f58a5f9b |
line wrap: on
line source
PORT = dalpha 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)