20,741
edits
| Line 111: | Line 111: | ||
MXE's Makefile, does not build software by itself. or rather, it does not generate configuration for software. | MXE's Makefile, does not build software by itself. or rather, it does not generate configuration for software. | ||
For example, if you were to pass the name of a package to be cross-compiled to the GNU make utility in MXE, such as: | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
$ make fgfs | $ make fgfs | ||
</syntaxhighlight> | </syntaxhighlight> | ||
a file in the src/ directory will be invoked that matches the name of the package, followed by a | a file in the src/ directory will be invoked that matches the name of the package, followed by a suffix of "mk". | ||
=== *.MK file === | === *.MK file === | ||