-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
1 changed file
with
74 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters