272
edits
Hamzaalloush (talk | contribs) |
Hamzaalloush (talk | contribs) |
||
| Line 126: | Line 126: | ||
</pre> | </pre> | ||
an installed/$(1) file, is a file indicating what MXE thought was a successful build, so a $(PREFIX)/$(3)/installed/fgfs, is an empty file generated for this purpose. | |||
$(PREFIX): returns the absolute path of ${mxe_dir}/usr | |||
$(3): is the triplet name, in the form of ${triplet}.${linker_configuration}. see: https://sourceforge.net/p/mingw-w64/wiki2/TypeTriplets/ | |||
to obtain a cross-compilation of a useful software, MXE refers to a file that contains | to obtain a cross-compilation of a useful software, MXE refers to a file in the ${mxe_dir}/src/ directory that contains a file with string $(1), suffixed by ".mk" (example, fgfs.mk), this file is used for configuration and Makefile generation of software. | ||
=== *.MK file === | === *.MK file === | ||
edits