aboutsummaryrefslogtreecommitdiff
path: root/Makefile.all
Commit message (Collapse)AuthorAgeFilesLines
* Add TARGETBIN and TARGETLIB rulesaqua2023-03-051-2/+3
|
* Rename host and target tool namesaqua2023-02-211-13/+15
| | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_
* Generate dependency files for source codeaqua2023-02-121-3/+2
| | | | | | Use the compiler to generate dependency files for all C, C++ and .S assembly source code files. These are included in the makefiles where the files are used.
* Split Makefileaqua2023-02-051-0/+59
- Makefile: configure, doc and test targets - Makefile.all: info, build and run targets - rules.mk: add base test targets