summary refs log tree commit diff stats
path: root/tools/niminst/makefile.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* use more make conventions (#6789)Stephen2017-11-221-17/+14
| | | | | | | | * use more make conventions improves compatibility with cross compilation systems * use make implicit rule
* use make default linker naming convention (#6787)Stephen2017-11-221-5/+5
|
* Fix platform detection in makefile (#6751)Sergey Avseyev2017-11-161-8/+11
|
* Fix little endian PPC64 architecture detection (#6713)Sergey Avseyev2017-11-111-0/+3
|
* Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-0/+6
|
* Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-031-2/+5
|
* Minor fixes for makefile.tmpldef2017-06-201-2/+2
|
* makefile.tmpl: fix error handling and cleanupsJames Cowgill2017-05-181-59/+56
| | | | | | | | | | | | | | This changes the indentation of all non-recipe lines from tabs to 2 spaces. While this doesn't fix anything, it avoids either make or someone interpreting those lines as a make recipe. This also fixes the error handling by using make's $(error) function instead. Previously make gave this syntax error whenever it hit the error handling code: ``` *** recipe commences before first target. Stop. ```
* niminst updatesAndreas Rumpf2016-10-211-2/+2
|
* Fixes #2128. Based on @infinity0's commit.Dominik Picheta2016-06-051-3/+3
|
* Use new #? filter prefix in various placesAdam Strzelecki2015-09-301-1/+1
| | | | This silences deprecation warnings and prevent collision with UNIX shebang.
* Add makefile for csourcesdef2015-03-121-0/+168
This should speed up compilation of csources significantly, as it can be used with "make -j $NUMPROCS" Only tested on Linux so far