Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/cohomolo/   (GAP Algebra Version 4.15.1©)  Datei vom 17.9.2025 mit Größe 1 kB image not shown  

Quelle  Makefile.in

  Sprache: C
 

Spracherkennung für: .in vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# General makefile for GAP4 cohomolo package -
# all executables are put into the bin directory.
BIN = bin/@GAPARCH@
GAPPATH = @GAPPATH@

CC ?= gcc
CFLAGS ?= -O2 -g

# many cohomolo symbols (e.g. 'exp') clash with C builtins,
# so we disable them to avoid spurious warnings and errors
EXTRA_CFLAGS += -fno-builtin

# evil HACK: disable some warnings, to prevent an overflowing build
# log on Travis.
# FIXME: these warnings really should be fixed instead, but that's
# very hard and unrewarding word on this old code base. It's more
# tempting to reimplement this all in scratch in a modern C or C++,
# or a radically different language (Ruse, Go, Julia, ...)
EXTRA_CFLAGS += -Wno-implicit-function-declaration
EXTRA_CFLAGS += -Wno-unused-result

all:
 mkdir -p bin/@GAPARCH@;
 cd standalone/progs.d;\
 $(MAKE) CC="$(CC)" BIN="..//..//$(BIN)" CFLAGS="$(CFLAGS) $(EXTRA_CFLAGS)" LDFLAGS="$(LDFLAGS)"

clean:
 cd standalone/progs.d; $(MAKE) clean

distclean:
 cd standalone/progs.d; $(MAKE) clean
 rm -rf bin htm

doc:
 cd doc && ./make_doc

Makefile: configure Makefile.in $(GAPPATH)/sysinfo.gap
 ./configure $(GAPPATH)

.PHONY: all clean distclean doc

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.