Skip to content
Snippets Groups Projects
Commit 24839675 authored by Douglas Guptill's avatar Douglas Guptill
Browse files

name of the included file ->Makefile.inc

parent 8242ecc0
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# email: Jean.Braun@anu.edu.au # email: Jean.Braun@anu.edu.au
NAME=cascade NAME=cascade
include ../Makefile.deps include ../Makefile.inc
LIBFILE=lib$(NAME)$(BITS).a LIBFILE=lib$(NAME)$(BITS).a
# object (all the interesting bits to do the erosion/sedimentation # object (all the interesting bits to do the erosion/sedimentation
......
NAME=nn NAME=nn
include ../Makefile.deps include ../Makefile.inc
LIBFILE_f=lib$(NAME)_f$(BITS).a LIBFILE_f=lib$(NAME)_f$(BITS).a
LIBFILE_c=lib$(NAME)_c$(BITS).a LIBFILE_c=lib$(NAME)_c$(BITS).a
......
NAME=Octree NAME=Octree
include ../Makefile.deps include ../Makefile.inc
LIBFILE=lib$(NAME)$(BITS).a LIBFILE=lib$(NAME)$(BITS).a
OBJECTS_OCTREE = \ OBJECTS_OCTREE = \
......
NAME=resample NAME=resample
include ../Makefile.deps include ../Makefile.inc
LIBFILE=lib$(NAME)$(BITS).a LIBFILE=lib$(NAME)$(BITS).a
OBJECTS = \ OBJECTS = \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment