#smakefile for powerUP (TM) and SAS/C PPC
#written in 1998 by Andreas R. Kleinert

CC       = SCPPC
LDFLAGS  = -r -o
LDLIBS   = LIB:scppc.a
LN       = ppc-amigaos-ld
RM       = delete quiet
AR       = ppc-amigaos-ar
AR_FLAGS = cr
RANLIB   = ppc-amigaos-ranlib

LIBS = ../circlink/circlink.o ../lib/user.a ../lib/bool.a ../lib/geom.a ../lib/prsr.a        \
       ../lib/trim.a ../lib/triv.a ../lib/trng.a ../lib/symb.a ../lib/cagd.a ../lib/misc.a \
       ../lib/xtra.a ../lib/amg.a

OBJECTS	= illustrt.o intersct.o spltsort.o

illustrt: $(OBJECTS)

          ppc-amigaos-ld -r lib:c_ppc.o $(OBJECTS) $(LIBS) LIB:scppc.a lib:end.o -o illustrt
          Copy illustrt /bin
