Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
slicetimer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
slicetimer
Commits
0377be56
Commit
0377be56
authored
4 years ago
by
Paul McCarthy
Browse files
Options
Downloads
Patches
Plain Diff
MNT: clean up makefile
parent
43d2ba75
No related branches found
No related tags found
1 merge request
!1
Mnt/conda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+6
-13
6 additions, 13 deletions
Makefile
branchname.log
+0
-1
0 additions, 1 deletion
branchname.log
with
6 additions
and
14 deletions
Makefile
+
6
−
13
View file @
0377be56
include
$(FSLCONFDIR)/default.mk
PROJNAME
=
slicetimer
XFILES
=
slicetimer
LIBS
=
-lfsl-newimage
-lfsl-miscmaths
-lfsl-NewNifti
\
-lfsl-znz
-lfsl-cprob
-lfsl-utils
USRINCFLAGS
=
-I
${
INC_NEWMAT
}
-I
${
INC_PROB
}
-I
${
INC_ZLIB
}
USRLDFLAGS
=
-L
${
LIB_NEWMAT
}
-L
${
LIB_PROB
}
-L
${
LIB_ZLIB
}
OBJS
=
slicetimer.o
LIBS
=
-lnewimage
-lmiscmaths
-lNewNifti
-lznz
-lnewmat
-lprob
-lm
-lutils
-lz
XFILES
=
slicetimer
all
:
${XFILES}
slicetimer
:
${OBJS}
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
${
OBJS
}
${
LIBS
}
all
:
${XFILES}
slicetimer
:
slicetimer.o
${
CXX
}
${
CXXFLAGS
}
-o
$@
$^
${
LDFLAGS
}
This diff is collapsed.
Click to expand it.
branchname.log
deleted
100644 → 0
+
0
−
1
View file @
43d2ba75
Initial creation of branchname log file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment