# WARNING: DO NOT EDIT.
# THIS FILE WAS AUTOMATICALLY GENERATED USING THE
# BUILDMAKE PROGRAM.

# Buildfile for libc/naming (MC68000)

.SUFFIXES: .b .c .s

OBJS = creatsession.b termsession.b addctxname.b delctxname.b \
       aliasctxname.b getctxname.b getfilename.b getcontextid.b \
       directcurctx.b

C68FLAGS =  -V

all: $(OBJS)

# how to make a .b file from a .s file
.s.b:
	cc68 $(C68FLAGS) -c  $*.s

# how to make a .b file from a .c file
.c.b:
	cc68 $(C68FLAGS) -O -c  $*.c

clean:
	rm -f *.b *CKP *BAK

backup:
	cd ..; cpdir naming ../../Vbackup/libc/naming

build:
	buildmake.sh

xbuild:
	buildmake.sh -DX=1
