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

Make the top-level Makefile build/install all of ld-decode #387

Merged
merged 3 commits into from
Dec 27, 2019

Commits on Dec 26, 2019

  1. Don't install testfilter.

    atsampson committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    3430e95 View commit details
    Browse the repository at this point in the history
  2. Configurable installation prefix for the tools.

    There's no standard for this in qmake, but PREFIX seems to be a common
    name in other projects.
    atsampson committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    0a2a934 View commit details
    Browse the repository at this point in the history
  3. Make the top-level Makefile build/install all of ld-decode.

    This tries to cover building and installation for typical users, and
    supports GNU-style prefix and DESTDIR variables for installing in custom
    prefixes and package staging dirs.
    
    Variables are provided to override qmake and python3 because some
    systems have different names for these (qmake-5, python3.7, ...).
    atsampson committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    e0c2787 View commit details
    Browse the repository at this point in the history