Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>make.exe</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
MAKE.EXE

Usage

    MAKE {target} {macro=text} {-dilnqst} [-fmakefile] {@file}

Description

    target      What targets to make

    macro=text  Define macro to be text

    @file       Get command args from environment or file

    Switches:

        -d      Output debugging info
        -ffile  Use file instead of makefile
        -f-     Read makefile from stdin
        -i      Ignore errors from executing make rules
        -l      List macro expansions
        -n      Just echo rules that would be executed
        -q      If rules would be executed
        -s      Do not echo make rules then exit with errorlevel 1
        -t      Just touch files

    Predefined macros:

        $$  Expand to $
        $@  Full target name
        $?  List of dependencies that are newer than target
        $** Full list of dependencies
        $*  Name of current target without extension
        $<  From name of current target, if made using an implicit rule

    Rule flags:

        +   Force use of COMMAND.COM to execute rule
        -   Ignore exit status
        @   Do not echo rule
        *   Can handle environment response files





Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson