1 # We need a unique module interfacing with the Win32 API for thread support. 2 LIB2ADDEH += $(srcdir)/config/i386/gthr-win32-thread.c 3 # We hide calls to the Win32 API needed for condition variable support here. 4 LIB2ADD_ST += $(srcdir)/config/i386/gthr-win32-cond.c 5 # We hide calls to the Win32 API needed for the rest here. 6 LIB2ADD_ST += $(srcdir)/config/i386/gthr-win32.c 7