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 #112

Merged
merged 22 commits into from
Jan 21, 2017
Merged

Makefile cleanup #112

merged 22 commits into from
Jan 21, 2017

Commits on Nov 7, 2016

  1. Configuration menu
    Copy the full SHA
    070d2a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30fddd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5a9309 View commit details
    Browse the repository at this point in the history
  4. Fix a typo

    turboencabulator committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    a364ab1 View commit details
    Browse the repository at this point in the history
  5. Fix a typo

    turboencabulator committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    6fb7711 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9083bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a55ce4b View commit details
    Browse the repository at this point in the history
  8. Use $(LOADOPTS)

    turboencabulator committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    70ec734 View commit details
    Browse the repository at this point in the history
  9. Use $(MAKE)

    turboencabulator committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    bfabec8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c940825 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53494dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    52f530b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ae1202 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    26a49ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b0b7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43fc590 View commit details
    Browse the repository at this point in the history
  4. Fix Makefile/CMakeLists.txt differences

    Consists of rearranging linebreaks, moving the following files to
    conditionally-compiled sections, and adding the equivalent files for
    USEXBLAS.
    
    ?errvx
    ?drvsy
    ?drvhe
    ?errsy
    ?errhe
    ?errpo
    turboencabulator committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    dcbc9e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

  1. Update comments

    Fix missing $(errhand) on the all3 Makefile target.
    turboencabulator committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    bd5cd65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3db00a View commit details
    Browse the repository at this point in the history
  3. Add a missing file

    turboencabulator committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    8b69b0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f897ea5 View commit details
    Browse the repository at this point in the history
  5. Switch spelling of USE_XBLAS

    All other CMakeLists are using "USE_XBLAS" with the underscore.
    All Makefiles are using "USEXBLAS" with no underscore.
    Should probably make this consistent in the future.
    turboencabulator committed Jan 21, 2017
    Configuration menu
    Copy the full SHA
    49a21bf View commit details
    Browse the repository at this point in the history