/* Copyright (C) 1992, Digital Equipment Corporation                         */
/* All rights reserved.                                                      */
/* See the file COPYRIGHT for a full description.                            */

/* Last modified on Mon May 04 14:54:07 PDT 1992 by muller                   */
/*      modified on Sat Feb 29 10:14:18 PST 1992 by kalsow                   */

M3DEFPATH = -D../src/xvbtm3:../src/vbtm3:../src/splitm3:../src/trestlem3

LIBS = ../mips/libm3ui.a -lm3X11R4 $(XLIB)

/********************** testing **********************************************
PKGS   = /udir/kalsow/pkgs
LIBS0  = -nostd ../../libm3/mips/libm3.a  $(XLIB) -lm
LIBS   =  ../mips/libm3ui.a ../../X11R4/mips/libm3X11R4.a $(LIBS0)
M3INCL = -X1@-I$(PKGS)/Csupport/src/generic@$(PKGS)/Csupport/src/DS3100@
M3     = $(PKGS)/driver/mips/m3 -D/proj/m3/pkg/thread/src/generic -times
TEST_M3 = -Y0@$(PKGS)/compiler/mips/m3compiler@-times@
******************************************************************************/

#define mod(X) X.i3 X.m3

#define test_pgm(pgm, sources)                                              @@\
all:: pgm                                                                   @@\
clean:: FRC; rm -f pgm                                                      @@\
pgm: FRC ; $(DO_M3) -commands -o pgm pgm.m3 sources $(LIBS) $(TEST_M3)

import_lib (m3X11R4)

test_pgm (TypeInTest, )
test_pgm (Hello, )
test_pgm (Monster, )
test_pgm (ColorMonster, )
test_pgm (BadBricks, )
test_pgm (Argus, mod(EyesVBT))
test_pgm (Cards, mod(PlaidVBT) mod(EyesVBT) mod(BurmaShave))
test_pgm (ButtonTest, )
test_pgm (Draw, )
test_pgm (Sketch2, )
test_pgm (ButtonTest, )


