At the moment there is no attempt to make Unix makefiles and PC makefiles compatible, i.e. one makefile is required for each environment. wxGTK has its own configure system which can also be used with wxMotif, although wxMotif has a simple makefile system of its own.
Sample makefiles for Unix (suffix .UNX), MS C++ (suffix .DOS and .NT), Borland C++ (.BCC and .B32) and Symantec C++ (.SC) are included for the library, demos and utilities.
The controlling makefile for wxWindows is in the platform-specific directory, such as src/msw or src/motif.
Please see the platform-specific install.txt file for further details.