Mercurial > hg > Members > kono > nitros9-code
view level1/atari/modules/kernel/makefile @ 2710:ab3a2531c000 lwtools-port
Fixed makefiles and assembly for ATARI port
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Tue, 24 Jul 2012 10:00:38 -0500 |
parents | 53c42701f680 |
children | 28ed72477814 |
line wrap: on
line source
PORT = atari include $(NITROS9DIR)/rules.mak vpath %.asm $(LEVEL1)/modules/kernel DEPENDS = ./makefile KERNEL = krn KERNELP2 = krnp2 SYSCALLS = fcmpnam.asm fprsnam.asm AFLAGS += -I$(LEVEL1)/modules/kernel 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)