Revision 46471486 Makefile
| Makefile | ||
|---|---|---|
| 3 | 3 |
# applications. It was developed as part of the software habitat for the # |
| 4 | 4 |
# Autonomous Mini Robot [1] (AMiRo) but can be used for other purposes as # |
| 5 | 5 |
# well. # |
| 6 |
# Copyright (C) 2018..2019 Thomas Schöpping et al. #
|
|
| 6 |
# Copyright (C) 2018..2020 Thomas Schöpping et al. #
|
|
| 7 | 7 |
# # |
| 8 | 8 |
# This program is free software: you can redistribute it and/or modify # |
| 9 | 9 |
# it under the terms of the GNU General Public License as published by # |
| ... | ... | |
| 32 | 32 |
URTWARE_INC = $(URTWARE_DIR:/=) \ |
| 33 | 33 |
$(URTWARE_DIR)inc |
| 34 | 34 |
|
| 35 |
URTWARE_SRCDIR = $(URTWARE_DIR)src |
|
| 36 |
|
|
| 37 | 35 |
# C sources |
| 38 | 36 |
URTWARE_CSRC = |
| 39 | 37 |
|
| 40 | 38 |
# C++ sources |
| 41 | 39 |
URTWARE_CPPSRC = |
| 42 |
|
|
Also available in: Unified diff