/* Last modified on Thu Sep 24 13:04:48 PDT 1992 by mhb     */
/*      modified on Wed Aug  5 00:30:03 PDT 1992 by broder  */
/*      modified on Tue Aug  4 20:03:18 PDT 1992 by guarino */

zume           (StringSearch)

module         (AlgsBase)
module         (BruteForce)
module         (KMP)
module         (BM) 

module         (ViewsBase)
module         (TouchView)
module         (TextView)
module         (SliderView)
module         (AutoView)
module         (PrefixView)

resource       (stringsearchinput.fv)
resource       (stringsearchtextview.fv)
resource       (stringsearchautoview.fv)

#ifndef MENTOR_UMBRELLA
import_obj     ($(ZEUSLIB))
implementation (Main)
bundle         (StringSearchBundle)
program        (stringsearch)
#endif








