|
Revision tags: v3.14.0, v3.13.0, v3.12.0, v3.11.1, v3.11.0 |
|
| #
d314d0bf |
| 18-Feb-2024 |
Martin Mares <[email protected]> |
Gitignore: Add pcilmr
|
|
Revision tags: v3.10.0, v3.9.0, v3.8.0 |
|
| #
ec1fe05c |
| 26-Dec-2021 |
Pali Rohár <[email protected]> |
Makefile: Append EXEEXT variable to executable filename rules
If x86_64-w64-mingw32-gcc compiler is called with -o filename option without any file extension then compiler automatically appends suff
Makefile: Append EXEEXT variable to executable filename rules
If x86_64-w64-mingw32-gcc compiler is called with -o filename option without any file extension then compiler automatically appends suffix ".exe" to output filename.
This behavior of x86_64-w64-mingw32-gcc compiler basically breaks pattern rule of type '%: %.o' as x86_64-w64-mingw32-gcc compiler cannot generate arbitrary output file via -o option just by stripping .o extension from filename.
When generating executables by x86_64-w64-mingw32-gcc compiler it is really the best option to specify .exe suffix in -o option.
So introduce a new makefile variable EXEEXT which will be automatically appended to any executable filename. For Windows and DOS systems set it to ".exe". For other systems set it just to empty string "".
GNU automake uses same makefile variable for same purpose.
show more ...
|
|
Revision tags: v3.7.0, v3.6.4, v3.6.3, v3.6.2, v3.6.1, v3.6.0, v3.5.6, v3.5.5, v3.5.4, v3.5.3, v3.5.2, v3.5.1, v3.5.0, v3.4.1, v3.4.0, v3.3.1, v3.3.0, v3.2.1, v3.2.0, v3.1.10, v3.1.9, v3.1.8, v3.1.7, v3.1.6, v3.1.5, v3.1.4, v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.1-alpha3, v3.1-alpha2, v3.1-alpha1, v3.0.3, v3.0.2, v3.0.1, v3.0.0 |
|
| #
85b751f3 |
| 17-Feb-2008 |
Martin Mares <[email protected]> |
Added example to .gitignore.
|
| #
d7ea742c |
| 17-Feb-2008 |
Martin Mares <[email protected]> |
Added infrastructure for building libpci as a shared library.
Use `make SHARED=yes' or `make SHARED=local' to enable this feature. Restriction of symbol exports and symbol versioning will come soon.
|
| #
2bf31338 |
| 13-Feb-2008 |
Martin Mares <[email protected]> |
Added man pages to .gitignore.
|
| #
a7295a04 |
| 09-Sep-2006 |
Martin Mares <[email protected]> |
Ignore pci.ids.gz.
|
| #
16e37012 |
| 09-Sep-2006 |
Martin Mares <[email protected]> |
Added .gitignore files.
|