Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prolog mlpack Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Analyze
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
general
stups
Prolog mlpack Library
Commits
9058fcc1
Commit
9058fcc1
authored
2 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Ensure that helper files are built as part of make all
parent
60084191
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+10
-2
10 additions, 2 deletions
Makefile
with
10 additions
and
2 deletions
Makefile
+
10
−
2
View file @
9058fcc1
...
@@ -35,13 +35,21 @@ clean_methods := $(methods:%=clean-%)
...
@@ -35,13 +35,21 @@ clean_methods := $(methods:%=clean-%)
.PHONY
:
all
.PHONY
:
all
all
:
$(methods)
all
:
$(methods)
.PHONY
:
helper
helper
:
$(
MAKE
)
-C
src/helper_files
.PHONY
:
methods
.PHONY
:
methods
$(methods)
:
$(methods)
:
helper
$(
MAKE
)
-C
src/methods/
$@
$(
MAKE
)
-C
src/methods/
$@
.PHONY
:
clean_helper
clean_helper
:
$(
MAKE
)
-C
src/helper_files
.PHONY
:
$(clean_methods)
.PHONY
:
$(clean_methods)
$(clean_methods)
:
$(clean_methods)
:
$(
MAKE
)
-C
src/methods/
$(
@:clean-%
=
%
)
clean
$(
MAKE
)
-C
src/methods/
$(
@:clean-%
=
%
)
clean
.PHONY
:
clean
.PHONY
:
clean
clean
:
$(clean_methods)
clean
:
clean_helper
$(clean_methods)
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