+ wx/unix/stackwalk.h
+</set>
+
+<!--
+ Files used on all Unix systems, including Darwin with any port but wxMac
+ (this is really an aberration, we should also use these files for wxMac,
+ it's not done because of some OS 9 support leftovers only now)
+ -->
+<set var="BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC" hints="files">
+ $(BASE_UNIX_AND_DARWIN_SRC)
+ src/unix/dir.cpp
+ src/unix/mimetype.cpp
+ src/unix/threadpsx.cpp
+</set>
+
+<set var="BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR" hints="files">
+ $(BASE_UNIX_AND_DARWIN_HDR)
+ wx/unix/execute.h
+ wx/unix/mimetype.h
+ wx/unix/private.h
+</set>
+
+<!--
+ Files used on all non-Darwin Unix systems (because Darwin provides other,
+ better, native equivalents of the functionality they implement (e.g.
+ CFSocket instead of BSD sockets) or doesn't provide it at all (epoll,
+ backtrace())
+ -->
+<set var="BASE_UNIX_SRC" hints="files">
+ $(BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC)
+ src/common/gsocketiohandler.cpp
+</set>
+<set var="BASE_AND_GUI_UNIX_SRC" hints="files">
+ src/unix/utilsunx.cpp
+</set>
+<set var="BASE_UNIX_HDR" hints="files">
+ $(BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR)
+ wx/private/gsocketiohandler.h