Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hydra-image-processor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
OpenSource
hydra-image-processor
Commits
50376893
Commit
50376893
authored
6 years ago
by
Mark Winter
Browse files
Options
Downloads
Patches
Plain Diff
Makefile includes for new project structure
parent
562b47b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/c/makefile
+2
-2
2 additions, 2 deletions
src/c/makefile
with
2 additions
and
2 deletions
src/c/makefile
+
2
−
2
View file @
50376893
...
...
@@ -27,8 +27,8 @@ PY_CPP_OBJ = $(addprefix $(OBJ_DIR)/,$(notdir $(PY_CPP_FILES:.cpp=.o)))
TST_CPP_OBJ
=
$(
addprefix
$(
OBJ_DIR
)
/,
$(
notdir
$(
TST_CPP_FILES:.cpp
=
.o
)))
CUDA_INC
=
-I
.
-I
./Cuda
MEX_INC
=
-I
.
-I
./Mex
-I
./external
-I
$(
MATALAB_DIR
)
/extern/include
PY_INC
=
-I
.
-I
./Python
-I
./external
-I
$(
PYTHON3_INC
)
-I
$(
NUMPY3_INC
)
MEX_INC
=
-I
.
-I
./Mex
-I
./ScriptCmds
-I
./external
-I
$(
MATALAB_DIR
)
/extern/include
PY_INC
=
-I
.
-I
./Python
-I
./ScriptCmds
-I
./external
-I
$(
PYTHON3_INC
)
-I
$(
NUMPY3_INC
)
MEX_LIB
=
-L
$(
MATALAB_DIR
)
/bin/glnxa64
-lmx
-lmex
PY_LIB
=
-L
$(
PYTHON_LIB
)
-l
$(
PYTHON_VER
)
...
...
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