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

ml-makedepend - makefile dependency generator for SML/NJ programs

Author

ml-makedepend(1) was written by Matthias Blume.

Copying

       Copyright © 2014 The Fellowship of SML/NJ

       This is free software; see the source for copying conditions. There is NO warranty; not even for
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Description

ml-makedepend is a tool for generating dependency information to allow the Unix make(1) program to be
       used to build SML/NJ programs.

Name

       ml-makedepend - makefile dependency generator for SML/NJ programs

Options

-fmakefile
           Specify the name of the makefile to which the dependency information is appended. If this option is
           not given, then the output is appended to the end of the file makefile (or Makefile). It is an error
           if neither file exists and the -f option is not specified.

       -aarch
           specifies the name a make variable for architecture-specific filenames and paths (the default is
           ARCH).

       -oos
           specifies the name a make variable for operating-system-specific filenames and paths (the default is
           OPSYS).

       -n
           generates full filenames and paths with any architecture or operating-system-specific parts expanded
           out to their definition for the host system. If this option is specified, then any -a and -o options
           are ignored.

       -Cctl=value
           set the control ctl to value.

       -Dname=value
           define the CM variable name to have the given value.

       -D'name
           define the CM variable name to have the value 1.

       -Uname
           remove any definition of the CM variable name.

See-Also

ml-build(1), sml(1), smlnj(7)

SML/NJ 110.79                                      10/04/2015                                   ML-MAKEDEPEND(1)

Synopsis

ml-makedepend [OPTIONS] project.cmtarget

See Also