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

etc/Makefile.gappkg: various improvements #4016

Merged
merged 1 commit into from
May 12, 2020

Commits on May 7, 2020

  1. etc/Makefile.gappkg: various improvements

    - built-in autoconf support for packages that need a complex configure script;
      this adds rules which re-run autoconf or autoheader as needed, and to regenerate
      various files automatically; sometimes this can be undesired, then it can be
      turned off by setting the (environment) variable MAINTAINER_MODE to "no"
    - support assembler ".s" source files (via C compiler)
    - honor user supplied CFLAGS, CXXFLAGS, LDFLAGS
    - little hack to ensure that when using GAP 4.9, the GAP src directory is in
      the list of include paths (as it is automatically with GAP 4.10 and later),
      so that `#include "compiled.h"` works
    fingolfin committed May 7, 2020
    Configuration menu
    Copy the full SHA
    a34f002 View commit details
    Browse the repository at this point in the history