Skip to content

Comments

buildsys: integrate autotools in the build system#1

Open
gcongiu wants to merge 1 commit intomasterfrom
buildsys-refactor
Open

buildsys: integrate autotools in the build system#1
gcongiu wants to merge 1 commit intomasterfrom
buildsys-refactor

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