Nmakefile 773 B

123456789101112131415161718192021222324
  1. /*
  2. * nmake file for uwin pthread library
  3. */
  4. VERSION = -
  5. CCFLAGS = -V -g $(CC.DLL)
  6. HAVE_PTW32_CONFIG_H == 1
  7. _MT == 1
  8. _timeb == timeb
  9. _ftime == ftime
  10. _errno == _ast_errno
  11. $(INCLUDEDIR) :INSTALLDIR: pthread.h sched.h
  12. pthread $(VERSION) :LIBRARY: attr.c barrier.c cancel.c cleanup.c condvar.c \
  13. create.c dll.c exit.c fork.c global.c misc.c mutex.c private.c \
  14. rwlock.c sched.c semaphore.c spin.c sync.c tsd.c nonportable.c
  15. :: ANNOUNCE CONTRIBUTORS COPYING.LIB ChangeLog FAQ GNUmakefile MAINTAINERS \
  16. Makefile Makefile.in Makefile.vc NEWS PROGRESS README README.WinCE \
  17. TODO WinCE-PORT install-sh errno.c tests tests.mk acconfig.h \
  18. config.guess config.h.in config.sub configure configure.in signal.c \
  19. README.CV README.NONPORTABLE pthread.dsp pthread.dsw