windows-aklog-cleanup-20080321
[openafs.git] / src / WINNT / pthread / NTMakefile
index 0dc1f8d..9fd78a7 100644 (file)
@@ -1,9 +1,14 @@
-# Copyright (C)  1998  Transarc Corporation.  All rights reserved.
-
+# Copyright 2000, International Business Machines Corporation and others.
+# All Rights Reserved.
+# 
+# This software has been released under the terms of the IBM Public
+# License.  For details, see the LICENSE file in the top-level source
+# directory or online at http://www.openafs.org/dl/license10.html
+
+RELDIR=WINNT\pthread
 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
 !INCLUDE ..\..\config\NTMakefile.version
 
-
 ############################################################################
 # Export header files
 
@@ -11,39 +16,27 @@ LIBINCLUDES = \
        $(DESTDIR)\include\pthread.h
 
 ############################################################################
-# Build standard pthread.dll
+# Build standard afspthread.dll
+
+PTHR_DLLFILE = $(DESTDIR)\lib\afspthread.dll
 
-PTHR_DLLFILE = $(DESTDIR)\lib\pthread.dll
+$(OUT)\pthread.res: pthread.rc AFS_component_version_number.h
+       $(RC) /fo$*.res $(*F).rc 
 
 PTHR_DLLOBJS = \
-       pthread.obj \
-       pthread.res
+       $(OUT)\pthread.obj \
+       $(OUT)\pthread.res
 
 $(PTHR_DLLFILE): $(PTHR_DLLOBJS)
        $(DLLCONLINK) /DEF:pthread.def
+        $(_VC_MANIFEST_EMBED_DLL)
        $(DLLPREP)
 
-############################################################################
-# Build Windows 95 version of pthread.dll
-
-PTHR95_DLLFILE = $(DESTDIR)\lib\win95\pthread.dll
-
-PTHR95_DLLOBJS = \
-       pthread_95.obj \
-       pthread95.res
-
-$(PTHR95_DLLFILE): $(PTHR95_DLLOBJS)
-       $(DLLCONLINK) /DEF:pthread.def
-       $(DLLPREP)
-
-pthread_95.obj: pthread.c
-       $(C2OBJ) pthread.c -DAFS_WIN95_ENV /Fopthread_95.obj
-
+install: $(PTHR_DLLFILE) $(LIBINCLUDES)
 
-install: $(PTHR_DLLFILE) $(PTHR95_DLLFILE) $(LIBINCLUDES)
+install9x: install
 
-pthread.res: pthread.rc AFS_component_version_number.h
-       $(RC) $*.rc
+clean::
 
-pthread95.res: pthread95.rc AFS_component_version_number.h
-       $(RC) $*.rc
+mkdir:
+