~ubuntu-branches/ubuntu/natty/clamav/natty-security

« back to all changes in this revision

Viewing changes to win32/3rdparty/pthreads/Nmakefile

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2011-11-08 10:28:26 UTC
  • mfrom: (105.2.3 natty-proposed)
  • Revision ID: package-import@ubuntu.com-20111108102826-aj6ukrmm6t9kyh56
Tags: 0.97.3+dfsg-1ubuntu0.11.04.1
* SECURITY UPDATE: no change rebuild for security pocket
  - CVE-2011-3627

Show diffs side-by-side

added added

removed removed

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