Defining Macros on the Command Line Macros can…


http://alicespringsmariage.com/?tampon=histoire-rencontre-amoureuse-internet&c29=5b Defining Macros on the Command Line

http://livingfor.com.br/?plov=ficar-serio-%C3%A9-namoro&ef4=2d Macros can be defined on the Make command line. For example:

make CFLAGS=–ms
would start up Make and define the macro CFLAGS with the value “–ms”. Macros defined on the command line take precedence over macros of the same name defined in the makefile.

If a command-line macro contains spaces, it must be enclosed in double quotes as in:

make “CFLAGS=-ms -z -p”

http://www.opussoftware.com/tutorial/TutMakefile.htm


Leave a Reply

Your email address will not be published. Required fields are marked *