Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/simpcomp/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.2.2022 mit Größe 544 B image not shown  

Quelle  Makefile.am   Sprache: unbekannt

 
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

bindir = bin
bin_PROGRAMS = bistellar

bistellar_SOURCES = src/bistellar_move.cpp src/bistellar_move.h \
     src/face.cpp src/face.h src/main.cpp \
     src/movable_complex.cpp src/movable_complex.h \
     src/randomize_complex.cpp src/randomize_complex.h \
     src/reduce_complex.cpp src/reduce_complex.h \
     src/types.cpp src/types.h src/util.cpp src/util.h


all-local: bistellar
 mkdir -p bin
 cp bistellar bin/bistellar
 rm -f bistellar
 rm -f *.o
 rm -f src/*.o


[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]