https://github.com/simpcomp-team/simpcomp
Revision ff9f9df956b8c10347ffcb17af902b892fc8855b authored by Jonathan on 12 December 2013, 01:03:06 UTC, committed by Jonathan on 12 December 2013, 01:03:06 UTC
1 parent e8562c1
Raw File
Tip revision: ff9f9df956b8c10347ffcb17af902b892fc8855b authored by Jonathan on 12 December 2013, 01:03:06 UTC
SIMPDEPLOY: Version 2.0.0
Tip revision: ff9f9df
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