Code Monkey home page Code Monkey logo

makefile_template's Introduction

说明

一个常用的makefile示例,涵盖了中小工程大部分需求,如多个代码路径、多个头文件路径、多个动态库链接路径等等。

示例目录结构

默认目录结构如下,也支持通过修改makefile配置来自定义目录结构.

.
├── 3rd
│   └── thrdpool
│       ├── list.h
│       └── thrdpool.h
├── include
│   └── thread_entry.h
├── libs
│   └── libthrdpool.so
├── source
│   └── thread_entry.cc
├── main.cc
├── makefile
└── readme.md

参考

《跟我一起写 Makefile》
通过实例学Makefile

makefile_template's People

Watchers

Joy 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.