Giter Site home page Giter Site logo

joergboe / makeitsimple Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 104 KB

The repository contains easy to use make-files

Home Page: https://joergboe.de/makeitsimple.html

License: Apache License 2.0

Makefile 44.19% C++ 3.65% C 2.18% Shell 49.01% Assembly 0.96%
makefile make cpp

makeitsimple's Introduction

MakeItSimple - Makefiles for C++ Projects

This github repository has a set of simple makefiles that may be useful for small or medium sized C++ projects without any further build system. These makefiles only use functions that are available in a standard GNU Linux installation and do not require any additional build tools to be installed. They are therefore ideally suited to get a quick introduction to the C++ world.

The variant ProjectOutPlaceBuild2 allows the linkage of C and assembler modules along with C++ source files to the target executable.

For maximum performance, all make scripts support parallel build and ensure that the first level goals are executed in the designated order.

The scripts come with a comprehensive set of warning compiler options for the GNU C++ compiler and clang. These options can be controlled in 4 levels.

All make files support 2 build modes run and debug. In build mode run an optimized executable without debug information is built. In build mode debug the executable contains debug information.

All compiler options are valid for GNU C++ compiler and clang, if you use an alternative compiler adapt the options and warning flags accordingly.

If you have any suggestions or bug reports please write a Github Issue.

Learn more about MakeItSimple here.

makeitsimple's People

Contributors

joergboe avatar

Watchers

 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.