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

buildsys: integrate autotools in the build system #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gcongiu
Copy link
Owner

@gcongiu gcongiu commented Feb 21, 2023

Autotools allows a number of improvements over the current build system. The most notable are:

  • Native support for out-of-tree builds. This easily simplifies building multiple versions of the library for different systems and/or configurations of hardware;
  • Native supports for all the MAKE targets;
  • Integrates better with other autotools projects;
  • Simplicity (no need to run make hierarchically and write complex rules)

@gcongiu gcongiu force-pushed the buildsys-refactor branch 3 times, most recently from be11b52 to 5fd37e1 Compare February 22, 2023 13:02
Autotools allows a number of improvements over the current build system.
The most notable are:

 - Native support for out-of-tree builds. This easily simplifies
   building multiple versions of the library for different systems
   and/or configurations of hardware;
 - Native supports for all the MAKE targets;
 - Integrates better with other autotools projects;
 - Simplicity (no need to run make hierarchically and write complex
   rules)
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

Successfully merging this pull request may close these issues.

1 participant