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

Add shared library version (make and cmake) #187

Merged
merged 6 commits into from
May 31, 2024

Commits on May 30, 2024

  1. make: remove old settings

    mgates3 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    d3dfd11 View commit details
    Browse the repository at this point in the history
  2. make: change $() to ${} for consistency with sh and cmake. Using ${} …

    …for function in 1st argument of ifneq causes error; seems like GNU make bug. Move it to 2nd argument.
    mgates3 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    72c9640 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. make: Add shared library version. Shorten some variable names. Merge …

    …LDFLAGS, LIBS into rule-specific LDFLAGS, LIBS.
    mgates3 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    cd7fa33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b9906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c4e90a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d897e1 View commit details
    Browse the repository at this point in the history