Skip to content
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 #18

Closed
elfring opened this issue Apr 26, 2016 · 3 comments
Closed

Addition of a build system generator #18

elfring opened this issue Apr 26, 2016 · 3 comments

Comments

@elfring
Copy link

elfring commented Apr 26, 2016

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.

@trufae
Copy link
Member

trufae commented Apr 26, 2016

both are crap imho

its just 2 C files and it doesn’t really compensates shipping 1MB of scripts to build this

On 26 Apr 2016, at 18:03, Markus Elfring notifications@github.com wrote:

I suggest to reuse a higher level build system than your current small make file

ARCHS=armv7 arm64
so that powerful checks for software features will become easier.

CMake https://cmake.org/
Autotools http://www.gnu.org/software/autoconf/#TOCintroduction

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #18

@elfring
Copy link
Author

elfring commented Apr 26, 2016

@trufae
Copy link
Member

trufae commented Apr 26, 2016

there are no software dependencies in fsmon. only target ones. none of those tools is able to detecti if you have an NDK installed or if the target kernel supports fanotify.

adding supoport for other build systems is also useless, because make is available everywhere, even on windows, and this tool only works on unix systems for now. so it doesn't solves any problem.

15 years ago i wrote ACR, and that's the sofware i use instead of autoconf, which is much smaller, equally portable, compatible at script level and easier to maintain. and that's what i use in most of my projects when they really need this.

A single makefile is much better option for 99% of projects and 100% if the target is that simple

@trufae trufae closed this as completed Apr 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants