-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6948ff
commit 61d19bb
Showing
721 changed files
with
38,557 additions
and
15,419 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
#!/usr/bin/env make -f | ||
# GIfTI Makefile called by {SPM}/src/Makefile | ||
# | ||
# Copyright (C) 2015 Wellcome Trust Centre for Neuroimaging | ||
# | ||
# $Id: Makefile 6402 2015-04-09 18:11:06Z guillaume $ | ||
|
||
include ../../src/Makefile.var | ||
|
||
SPMMEX = zstream.$(SUF) | ||
|
||
ifeq (mex,$(SUF)) | ||
export CFLAGS = $(shell $(MEX) -p CFLAGS) -std=c99 | ||
else | ||
MEXOPTS += CFLAGS='$$CFLAGS -std=c99' | ||
endif | ||
|
||
all: $(SPMMEX) | ||
@: | ||
|
||
clean: | ||
@: | ||
|
||
distclean: clean | ||
$(DEL) $(SPMMEX) | ||
|
||
install: | ||
@: | ||
|
||
tarball: all | ||
$(TAR) cf spm_mex.tar $(SPMMEX) | ||
|
||
%.$(SUF) : %.c | ||
$(MEX) $< $(MEXEND) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.