wouter
|
d089095d55
Various text-processing stuff
|
11 years ago |
Alex Wulms
|
80d78b6a37
Support build of shared library (preparation for Android port)
|
12 years ago |
Maarten ter Huurne
|
f878e465fd
Since openMSX does not use phtreads directly, the "-pthread" compile and link option should only be added if libraries we use require it.
|
15 years ago |
Maarten ter Huurne
|
5dfd2716c4
Support BSD ports using "distroRoot" (also used for supporting our home-grown 3rdparty system and for MacPorts and Fink) instead of appending compile and link flags directly.
|
15 years ago |
Maarten ter Huurne
|
1508a9a4cb
Use "g++" as default compiler on all platforms.
|
16 years ago |
Maarten ter Huurne
|
9ebb10830b
X11BASE is no longer needed. PKGBASE is needed, but is guaranteed to exist on every FreeBSD system.
|
16 years ago |
Maarten ter Huurne
|
2a8afe0023
Split "platform-*.mk" into generic platform info (same file) and probe overrides (new "probe-*.mk" file). This avoids evaluation of undefined variables, which is silently ignored by Make but treated as an error by "makeutils.py".
|
16 years ago |
Maarten ter Huurne
|
b1c0372475
FreeBSD6 has the "libpng-config" script, so moved the workaround to the FreeBSD4 Makefile.
|
18 years ago |
Maarten ter Huurne
|
c397b50a6e
On FreeBSD6, the SDL config script is called simply "sdl-config", so no need to make an exception anymore. Moved the override to freebsd4.mk.
|
18 years ago |
Maarten ter Huurne
|
bf9dba9af0
Be careful with "override" directive, since it makes the variable immutable without that directive from that point onward. This part is *not* in the manual.
|
18 years ago |
Maarten ter Huurne
|
57993732d1
Force ("override" directive) additions to CXXFLAGS, as it is likely openMSX will not compile without these.
|
18 years ago |
Maarten ter Huurne
|
7fb51c30a7
Added support for FreeBSD 6 by making FreeBSD 4 an exception (it has GCC 2.9x as default compiler) and using the same platform Makefile for all other FreeBSD versions. Also added support for CPU reported as "amd64".
|
19 years ago |