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

/* Last modified on Mon Oct 19 14:42:09 1992 by rustan                       */

/*--------------------------------------------------------------- sources ---*/

source_dir (../Csupport/src/generic)
source_dir (../Csupport/src/Mosaic)
source_dir (../runtime/src/generic)
source_dir (../runtime/src/Mosaic)
source_dir (../float/src/Mosaic)
source_dir (../thread/src)
source_dir (../system/src)
source_dir (../smallio/src)
source_dir (../main/src)
source_dir (../text/src)
source_dir (../word/src)

/*----------------------------------------------------------- the library ---*/

#ifdef VERBOSE
VERBOSE = -verbose
#else
VERBOSE =
#endif

M3 = M3

M3OPT =
M3FLAGS = -w1 -make -why -nostd -times $(VERBOSE) -keep

Library (m3)

all::
	chmod 644 libm3.a libm3.ax
