# This file is the part of the GAP build system. It is the first file # processed by GNU make when build GAP. If you want to understand the # build system, you can begin tracing it from here.
java.lang.NullPointerException # To learn more about the GAP build system, see README.buildsys.md
java.lang.NullPointerException # Set lots of variables to values computed by the configure script
java.lang.NullPointerException
# GAP specific
ABI = @ABI@
ABI_CFLAGS = @ABI_CFLAGS@
# GAP version and release date
GAP_VERSION = @GAP_VERSION@
GAP_RELEASEDAY = @GAP_RELEASEDAY@
# GAP kernel version
GAP_KERNEL_MINOR_VERSION = @gap_kernel_minor_version@
GAP_KERNEL_MAJOR_VERSION = @gap_kernel_major_version@
# autoconf host system information (= system *for* which we are compiling)
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
# autoconf build system information (= system *on* which we are compiling)
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
# for compatibility: top_builddir is used by libtool for LIBTOOL variable; # keeping the others makes it easier to "git bisect" back and forth
top_builddir = @builddir@
top_srcdir = @srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
java.lang.NullPointerException # Set vpath values to make GNU make read source files from $(srcdir).
java.lang.NullPointerException # The vpath directives below ensure that if we reference src/foo.c, then if it # is not found in the build dir (e.g. because we are doing an out-of-tree # build), GNU make automatically looks for $(srcdir)/src/foo.c # java.lang.NullPointerException # Note that `vpath' is a GNU make extension. Unlike VPATH, it can be # restricted to certain file extensions. This way, we can mix in-tree and # out-of-tree builds without accidentally picking up e.g. *.o files from the # wrong tree. We still have to be careful about build/config.h, though.
java.lang.NullPointerException
vpath src/%.h $(srcdir)
vpath src/%.c $(srcdir)
vpath src/%.cc $(srcdir)
vpath src/%.s $(srcdir)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.