Skip to content
Snippets Groups Projects
Commit 0ac68f4b authored by Stephen Smith's avatar Stephen Smith
Browse files

CVS: ----------------------------------------------------------------------

parent 270b77de
No related branches found
No related tags found
No related merge requests found
...@@ -16,13 +16,11 @@ XFILES = siena_diff surface_norm cylsamp groupttest ...@@ -16,13 +16,11 @@ XFILES = siena_diff surface_norm cylsamp groupttest
SCRIPTS = siena siena_flirt siena_cal sienax siena_flow2tal SCRIPTS = siena siena_flirt siena_cal sienax siena_flow2tal
# DON'T REMOVE THIS!!!! siena_diff doesn't work with optimisation
OPTFLAGS=
all: ${XFILES} docscripts all: ${XFILES} docscripts
# DON'T REMOVE THE -O0!!!! siena_diff doesn't work with optimisation
siena_diff: siena_diff.c siena_diff: siena_diff.c
$(CC) $(CFLAGS) -DFDT="float" -o siena_diff siena_diff.c $(LDFLAGS) $(LIBS) $(CC) $(CFLAGS) -O0 -DFDT="float" -o siena_diff siena_diff.c $(LDFLAGS) $(LIBS)
surface_norm: ${SN_OBJS} surface_norm: ${SN_OBJS}
${CXX} ${LDFLAGS} -o $@ ${SN_OBJS} ${LIBCC} ${CXX} ${LDFLAGS} -o $@ ${SN_OBJS} ${LIBCC}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment