diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 10:05:54 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-14 10:05:54 +0200 |
commit | 1013970853e6acfd60591a89ae08cc40c64bee06 (patch) | |
tree | 7ca081e6adcecebc41e68a659741e0cc0caf77eb /src/Makefile | |
parent | 0567dc0fc6da09467f65ee2f3c10ab68bb76832c (diff) | |
download | lanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.gz lanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.bz2 lanes-1013970853e6acfd60591a89ae08cc40c64bee06.zip |
Moved Lane tracking implementation in a separate file
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index bbe7b23..fddc45e 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -7,9 +7,9 @@ | |||
7 | 7 | ||
8 | MODULE=lanes | 8 | MODULE=lanes |
9 | 9 | ||
10 | SRC=lanes.c cancel.cpp compat.cpp threading.cpp tools.cpp state.cpp linda.cpp lindafactory.cpp deep.cpp keeper.cpp universe.cpp intercopycontext.cpp | 10 | SRC=cancel.cpp compat.cpp deep.cpp intercopycontext.cpp keeper.cpp lanes.cpp linda.cpp lindafactory.cpp state.cpp threading.cpp tools.cpp tracker.cpp universe.cpp |
11 | 11 | ||
12 | OBJ=$(SRC:.c=.o) | 12 | OBJ=$(SRC:.cpp=.o) |
13 | 13 | ||
14 | # LuaRocks gives 'LIBFLAG' from the outside | 14 | # LuaRocks gives 'LIBFLAG' from the outside |
15 | # | 15 | # |