Giter Site home page Giter Site logo

makefilecreator's Introduction

MFC - makefilecreator

mfc is a programm, that searches for all codefiles in the current (or a given) directory and creates a valid makefile, that contains all dependencies.

##Background

Anyone who develops C or C++ without an IDE is forced to create his own makefiles and even though there are tools that make this process easier (mostly by checking dependencies), you still have to add every file you write manually. While this is a pretty flexible way to create makefiles, you are using relativly strict conventions in reality nevertheless: Usually implementations are put in one kind of files (.c/.cpp/…) and include headers (.h/.hpp/…). In rare cases (mostly when using templates) you might consider to include an implementation-file from a header and therefore not compile it. Anything else is extremly untypical and usualy bad style.

This tool is developed to create makefiles for projects that have a structure like the one discribed above much more simple.

##State of development

Although mfc is in an early state, it should work on most projects, that follow the described organisation. However, improvements will be done in the future, as there are still several possible features, that aren't implemented yet.

##Installation and Requirements

To build mfc you need a compiler that supports C++11 and boost. If these requirements are fullfilled, just execute the makefile.

For installation just move the executable to a directory in $PATH.

makefilecreator's People

Contributors

fiona-j-w avatar

Watchers

 avatar  avatar James Cloos 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.