Skip to content

posva/configure.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

configure.py

configure script for C/C++ project. Generates Makefiles

This is quite the python3 version of this

img

#Usage

You should have a configure file as in the repo that pass the right options to the script so you only have to do ./configure and then make run

I'll add a full example here later

#TODO List

  • Cache file
  • Use dates instead of hash
  • factorize some coe

#Knows Issues

  • The script cannot detect multi lines comments or process any #ifdef. Therefore any of these includes will be treated as if they were valid and will try to find them.
  • Recursive include: if you include one file inside itself you'll have a RuntimeError. This may happen if the include is used as a comment

#Help

Do ./configure.py -h to display help about options.

#Contact

You can contact me at i@posva.net

About

⚡ configure script for C/C++ project. Generates Makefiles

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages