-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of a build system generator #8
Comments
The Makefile is already more complicated than I want it to be, actually. I'd like to get rid of the pkg-config stuff and just say -lpng if I could get away with it. |
Are you interested in portable make files? |
No, I would in general like to depend only on facilities that exist on any reasonably modern Unix system. |
There are some variations to consider for implementation details to be safe ... |
As far as I know, everything I am doing is platform-neutral for the platforms I am targeting. |
Does a tool like "autoscan" show any software dependencies that you find worth for further considerations? |
I suggest to reuse a higher level build system than your current small make file so that powerful checks for software features will become easier.
The text was updated successfully, but these errors were encountered: