MODS TO MAKEFILE:
# NOTE: ip_init should be previosly compilied or compiled in the makefile.

# objs needed to run this demo.
PSS_APPOBJS= root.o xp_out.o gauge1.o fgauge_1.o ..\ip_init.o

# Libs that must be used.
PSS_COMPLIB= -l rglib40.lib -l rg79drv.lib  -l 68040/mcc68kab.lib 

# add to bottom of makefile.
gauge1.o: gauge1.c \
	$(CC) $(COPTS) -o gauge1.o gauge1.c

fgauge_1.o: fgauge_1.c \
            fgauge_1.h \
	$(CC) $(COPTS) -o fgauge_1.o fgauge_1.c
 
