# makefile for garmin.fx
# make by LSI C-86 for WonderWitch
# 
# author: nak@pluto.dti.ne.jp
# date:   2001/01/10
#

include ../makefile.inc

all: gar2ws.fx

gar2ws.fx: gar2ws.bin
	mkfent gar2ws.cf

gar2ws.bin: garmin.obj filer.obj rxdint.obj
	lcc86 -k-M -o gar2ws.bin garmin.obj filer.obj rxdint.obj

garmin.obj: garmin.c
	lcc86 -c -o garmin.obj garmin.c

filer.obj: filer.c
	lcc86 -c -o filer.obj filer.c

rxdint.obj: rxdint.c
	lcc86 -c -o rxdint.obj rxdint.c

#end of file
