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

#
# Buildfile for V punt server
#

HOSTS=shasta navajo
INCLUDE= ../../libc/include
HEADERS= Vpunt.h
SOURCES= puntserver.c
OBJECTS= puntserver.b

C68FLAGS= -I$(INCLUDE) -O -V -vx

# first, define the world of 68000s
.SUFFIXES: .b .ls .a68 .c

# how to compile a 68000 file
.c.b:
	cc68 $(C68FLAGS) -c $*.c 

# how to make an assembly file (Not deleting it or assembling it)
.c.s:
	cc68 $(C68FLAGS) -S $*.c

# how to make an assembly listing
.c.ls:
	cc68 $(C68FLAGS) -c -L $*.c

# END world of 68000's

# compile everything that needs it
all: $(OBJECTS)
	rm -f libVpunt.a
	ar rv libVpunt.a $(OBJECTS)

install:
	netinstall -x libVpunt.a /usr/sun/xlib

$(OBJECTS): $(HEADERS)

clean:
	rm -f *.o *.b *.s *.ls *CKP *BAK .emacs* *.a

backup:
	cd ..; cpdir punt ../../Vbackup/servers/punt

build:
	buildmake.sh

xbuild:
	buildmake.sh -DX=1
