/* Copyright (C) 1992, Digital Equipment Corporation                         */
/* All rights reserved.                                                      */
/* See the file COPYRIGHT for a full description.                            */
/*                                                                           */
/* Last modified on Thu Sep 24 17:20:13 PDT 1992 by mhb                      */
/*      modified on Mon Jul  6 23:39:08 PDT 1992 by meehan                   */
/*      modified on Tue Jun 16 16:24:58 PDT 1992 by muller                   */
/*      modified on Thu Apr  2 23:22:42 1992 by steveg                       */

/* Note: To build the m3vbtkit library with a private version of package
   foo, type "m3make -Dfoo" (e.g., "m3make -DLEGO -DMTEXT")
*/

#ifdef LEGO
source_dir (../../lego/src)
#else
source_dir (../lego/src)
#endif

#ifdef VBTKITUTILS
source_dir (../../vbtkitutils/src)
#else
source_dir (../vbtkitutils/src)
#endif

#ifdef VBTKITRESOURCES
source_dir (../../vbtkitresources/src)
#else
source_dir (../vbtkitresources/src)
#endif

#ifdef VTEXT
source_dir (../../vtext/src)
#else
source_dir (../vtext/src)
#endif

#ifdef MTEXT
source_dir (../../mtext/src)
#else
source_dir (../mtext/src)
#endif

import_obj ($(UILIB))

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

Library (m3vbtkit)


