Giter VIP home page Giter VIP logo

msmf's Introduction

M-Simple Makefile Framework Readme
====================================

	M-Simple Makefile Framework is easy makefile for developer who build product 
with fixed compiler and system. This framework didn't consider any problem about 
migrating code from different platform, you need fix your tool-chain. This tool
only valid for GNU tool-chain and run under bash shell.

	There is 3 makefiles in this framework, the rule.mk is core makefile which 
contain the real rules for make. The common.mk is global configure for the whole
project. Makefile include these 2 files and it's the "worker" makefile.

How To
====================================

	Most of time, rule.mk and common.mk should put on the top directory of the 
project. And every sub directory should put a Makefile in it. After copy the 
Makefile to all sub directory you should correct the TOPDIR in every Makefile.
It must direct to the top directory and using releative path.
	There are 2 shell scripts to help deploy makfile and correct the TOPDIR in
them.
	You can get more information in common.mk and Makefile, read the comment and 
learn how to configure your Makefile.
	Enjoy it!

License
====================================
There is no license here, you can use it as your wish. BUT YOU MUST KEEP THIS LINE 
BELOW DON'T BEING REMOVED OR MODIFIED.
Author: [email protected]		Date:	2014/12/16

msmf's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.