# Buildtemplate for the timekernel subdirectory

timekernel.$(MACHINE) :  timekernel.c 
	$(CC) $(MIFLAGS) $(MDFLAGS) -o timekernel.$(MACHINE)\
              timekernel.c $(LIBRARIES) 

install: timekernel.$(MACHINE)
	$(NETINSTALL) -p timekernel.$(MACHINE) $(VSYS)/bin

clean:
	rm -f *.CKP *.BAK  timekernel.$(MACHINE)

backup:
	cd ..; cpdir timekernel ../../Vbackup/cmds/timekernel



relink:
	rm -f *.$(MACHINE)
