logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

malmake - compile a Malaga project

Authors

       Malaga has been developed by Bjoern Beutel.  Numerous other people distributed to it.  This  manpage  was
       originally written for the Debian distribution by Antti-Juhani Kaijanaho.

Description

       Malaga  is  a development environment for natural-language grammars based on the Left-Associative Grammar
       formalism.  Malaga grammars can be used for automatic morphological and/or syntactic analysis.

       The program malmake reads a project file, checks if all grammar files needed do exist, and translates all
       grammar files that have not yet been translated or whose source files have changed since they  have  been
       translated.  It  calls  the  programs  malsym(1),  mallex(1) and malrul(1) if needed.  It is in essence a
       make(1) for the Malaga programming language.

       See infoMalaga for details.

Name

       malmake - compile a Malaga project

Options

-h[elp]
              Print a help text about malmake's command line arguments and exit.

       -n[ew] (Re)compile all files, even if their sources have not changed meanwhile.

       -v[ersion]
              Print malmake's version number and exit.

See Also

malaga(1), mallex(1), malrul(1), malshow(1), malsym(1)

       ``Malaga  7,  User's and Programmer's Manual''.  Available in Debian systems via infoMalaga, and, if the
       malaga-doc  package  is  installed,   in   various   formats   (DVI,   Postscript,   PDF,   HTML)   under
       /usr/share/doc/malaga-doc/.

Malaga                                          26 September 2006                                     MALMAKE(1)

Synopsis

malmake [-new] project-file

See Also