util: Remove itc.h
[openafs.git] / src / util / NTMakefile
index ee81f09..9901442 100644 (file)
@@ -14,12 +14,11 @@ RELDIR=util
 INCFILEDIR = $(DESTDIR)\include\afs  # header file install directory
 
 INCFILES =\
+       $(DESTDIR)\include\dirent.h \
+       $(DESTDIR)\include\opr\queue.h \
        $(INCFILEDIR)\afsutil.h \
-       $(INCFILEDIR)\assert.h \
-       $(DESTDIR)\include\util\base64.h \
-       $(INCFILEDIR)\dirent.h \
+       $(INCFILEDIR)\afs_assert.h \
        $(INCFILEDIR)\errors.h \
-       $(INCFILEDIR)\itc.h \
        $(INCFILEDIR)\vice.h \
         $(INCFILEDIR)\netutils.h \
        $(INCFILEDIR)\pthread_glock.h \
@@ -33,15 +32,12 @@ INCFILES =\
        $(INCFILEDIR)\secutil_nt.h \
         $(INCFILEDIR)\softsig.h
 
-$(DESTDIR)\include\afs\dirent.h: dirent_nt.h
+$(DESTDIR)\include\dirent.h: dirent_nt.h
        $(COPY) $** $@
 
 $(DESTDIR)\include\afs\dirpath.h: dirpath_nt.h
        $(COPY) $** $@
 
-$(DESTDIR)\include\util\base64.h: base64.h
-       $(COPY) $** $@
-
 LIBFILE = $(DESTDIR)\lib\afs\afsutil.lib
 
 MT_LIBFILE = $(DESTDIR)\lib\afs\mtafsutil.lib
@@ -49,11 +45,9 @@ MT_LIBFILE = $(DESTDIR)\lib\afs\mtafsutil.lib
 LIBOBJS = \
        $(OUT)\assert.obj \
        $(OUT)\base32.obj \
-       $(OUT)\base64.obj \
        $(OUT)\casestrcpy.obj \
        $(OUT)\get_krbrlm.obj \
        $(OUT)\hostparse.obj \
-       $(OUT)\isathing.obj \
         $(OUT)\krb5_nt.obj \
        $(OUT)\kreltime.obj \
        $(OUT)\ktime.obj \
@@ -62,25 +56,20 @@ LIBOBJS = \
        $(OUT)\readdir_nt.obj \
        $(OUT)\serverLog.obj \
        $(OUT)\snprintf.obj \
-       $(OUT)\strlcat.obj \
        $(OUT)\uuid.obj \
        $(OUT)\volparse.obj \
        $(OUT)\winsock_nt.obj \
        $(OUT)\errmap_nt.obj \
        $(OUT)\dirpath.obj \
-       $(OUT)\strnlen.obj \
-       $(OUT)\strlcpy.obj \
        $(OUT)\fileutil.obj \
        $(OUT)\secutil_nt.obj
 
 MT_LIBOBJS = \
        $(OUT)\assert.obj \
        $(OUT)\base32.obj \
-       $(OUT)\base64.obj \
        $(OUT)\casestrcpy.obj \
        $(OUT)\get_krbrlm.obj \
        $(OUT)\hostparse.obj \
-       $(OUT)\isathing.obj \
         $(OUT)\krb5_nt.obj \
        $(OUT)\kreltime.obj \
        $(OUT)\ktime.obj \
@@ -89,14 +78,11 @@ MT_LIBOBJS = \
        $(OUT)\readdir_nt.obj \
        $(OUT)\serverLog_mt.obj \
        $(OUT)\snprintf.obj \
-       $(OUT)\strlcat.obj \
        $(OUT)\uuid.obj \
        $(OUT)\volparse.obj \
        $(OUT)\winsock_nt.obj \
        $(OUT)\errmap_nt.obj \
        $(OUT)\dirpath_mt.obj \
-       $(OUT)\strnlen.obj \
-       $(OUT)\strlcpy.obj \
        $(OUT)\fileutil.obj \
        $(OUT)\secutil_nt.obj