https://github.com/simpcomp-team/simpcomp
Raw File
Tip revision: 39e54c01fd37d532046dc8d38c9757056d9da769 authored by Jonathan Spreer on 03 June 2015, 23:54:10 UTC
SIMPDEPLOY: Version 2.1.1
Tip revision: 39e54c0
Makefile.am
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
back to top