Skip to content
Snippets Groups Projects
Commit dd6a97a9 authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Initial revision

parent f3bd8377
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
include $(FSLDIR)/etc/default.mk
PROJNAME = siena
LIBS = -lss_32R -lm
XFILES = siena_diff
SCRIPTS = siena siena_flirt siena_cal sienax siena_flow2tal
OPTFLAGS=
all: siena_diff docscripts
siena_diff: siena_diff.c
$(CC) $(CFLAGS) -DFDT="float" -o siena_diff siena_diff.c $(LDFLAGS) $(LIBS)
docscripts:
./makedoc
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