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

Makefile cleanup #25

Merged
merged 2 commits into from
May 26, 2024
Merged

Makefile cleanup #25

merged 2 commits into from
May 26, 2024

Conversation

mgates3
Copy link
Collaborator

@mgates3 mgates3 commented May 26, 2024

Cleanup to change $( ) to ${ }, which is consistent with shell (sh) and cmake. However, ${findstring ...} and ${filter ...} and ${filter-out ...} don't work. It complains about not finding the brace. Need to use $( ) syntax.

Update code for creating shared and static libraries, to have a generic rule. Also adds the soname needed on Linux.

Fix to use ${abs_prefix} for installing.

@mgates3 mgates3 merged commit edf78e9 into icl-utk-edu:master May 26, 2024
4 checks passed
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