Makefile writing or skills

Source: Internet
Author: User

1. Transfer macro definitions

For example, add a debug macro and add it directly to cflags in makefile.

Cflags =-g-wall-ddebug

 

2. determine whether an environment variable definition exists. If no error exists, stop.

Ifndef sdk_path
$ (Warning)
$ (Error error: 'sdk _ path' not defined .)
Endif

3. Generate the environment variable file in makefile and use make SDK. env to generate this file. You can use source SDK. env to set the environment variable;

SDK. env:
@ Echo creating $ @...
@ Echo "#! /Bin/sh ">$ @
@ Echo "# source this script to compile your modules, create by command" >>$ @
@ Echo "# Make SDK. env app_name = app;" >>$ @
@ Echo "# Don't edit it" >> @
@ Echo "sdk_path = $ (shell PWD)" >> @
@ Echo "Export sdk_path" >> @
Chmod + x $ @

 

4. Put the compilation information into the file

SH/bash can make &> 1.txt
CSH/tcsh is make> & 1.txt

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.