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

# Makefile for libc/time (MC68000) Vkernel version
#	by Andrew I. Shore, David Cheriton
.SUFFIXES: .b .c .s

OBJS = ctime.b timezone.b sleep.b remotetime.b
C68FLAGS =  -V -I../include

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

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

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

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

build:
	buildmake.sh

xbuild:
	buildmake.sh -DX=1
