Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DOUAR WSMP
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
HUGG
DOUAR WSMP
Commits
24839675
Commit
24839675
authored
15 years ago
by
Douglas Guptill
Browse files
Options
Downloads
Patches
Plain Diff
name of the included file ->Makefile.inc
parent
8242ecc0
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CASCADE/Makefile
+1
-1
1 addition, 1 deletion
CASCADE/Makefile
NN/Makefile
+1
-1
1 addition, 1 deletion
NN/Makefile
OCTREE/Makefile
+1
-1
1 addition, 1 deletion
OCTREE/Makefile
RESAMPLE/Makefile
+1
-1
1 addition, 1 deletion
RESAMPLE/Makefile
with
4 additions
and
4 deletions
CASCADE/Makefile
+
1
−
1
View file @
24839675
...
...
@@ -8,7 +8,7 @@
# email: Jean.Braun@anu.edu.au
NAME
=
cascade
include
../Makefile.
deps
include
../Makefile.
inc
LIBFILE
=
lib
$(
NAME
)$(
BITS
)
.a
# object (all the interesting bits to do the erosion/sedimentation
...
...
This diff is collapsed.
Click to expand it.
NN/Makefile
+
1
−
1
View file @
24839675
NAME
=
nn
include
../Makefile.
deps
include
../Makefile.
inc
LIBFILE_f
=
lib
$(
NAME
)
_f
$(
BITS
)
.a
LIBFILE_c
=
lib
$(
NAME
)
_c
$(
BITS
)
.a
...
...
This diff is collapsed.
Click to expand it.
OCTREE/Makefile
+
1
−
1
View file @
24839675
NAME
=
Octree
include
../Makefile.
deps
include
../Makefile.
inc
LIBFILE
=
lib
$(
NAME
)$(
BITS
)
.a
OBJECTS_OCTREE
=
\
...
...
This diff is collapsed.
Click to expand it.
RESAMPLE/Makefile
+
1
−
1
View file @
24839675
NAME
=
resample
include
../Makefile.
deps
include
../Makefile.
inc
LIBFILE
=
lib
$(
NAME
)$(
BITS
)
.a
OBJECTS
=
\
...
...
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