tabular_output: enable compilation on Windows
[openafs.git] / src / util / NTMakefile
index 71a068f..1b4c4e5 100644 (file)
@@ -14,20 +14,19 @@ INCFILEDIR = $(DESTDIR)\include\afs  # header file install directory
 
 INCFILES =\
        $(DESTDIR)\include\dirent.h \
-       $(DESTDIR)\include\opr\queue.h \
        $(INCFILEDIR)\afsutil.h \
        $(INCFILEDIR)\errors.h \
        $(INCFILEDIR)\vice.h \
-        $(INCFILEDIR)\netutils.h \
        $(INCFILEDIR)\pthread_glock.h \
        $(INCFILEDIR)\pthread_nosigs.h \
        $(INCFILEDIR)\errmap_nt.h \
        $(INCFILEDIR)\dirpath.h \
+        $(INCFILEDIR)\krb5_nt.h \
        $(INCFILEDIR)\ktime.h \
        $(INCFILEDIR)\fileutil.h \
        $(INCFILEDIR)\afsutil_prototypes.h \
        $(INCFILEDIR)\secutil_nt.h \
-        $(INCFILEDIR)\softsig.h
+       $(INCFILEDIR)\tabular_output.h
 
 $(DESTDIR)\include\dirent.h: dirent_nt.h
        $(COPY) $** $@
@@ -41,11 +40,10 @@ MT_LIBFILE = $(DESTDIR)\lib\afs\mtafsutil.lib
 
 LIBOBJS = \
        $(OUT)\base32.obj \
-       $(OUT)\get_krbrlm.obj \
        $(OUT)\hostparse.obj \
+        $(OUT)\krb5_nt.obj \
        $(OUT)\kreltime.obj \
        $(OUT)\ktime.obj \
-        $(OUT)\netutils.obj \
        $(OUT)\regex.obj \
        $(OUT)\readdir_nt.obj \
        $(OUT)\serverLog.obj \
@@ -55,15 +53,15 @@ LIBOBJS = \
        $(OUT)\errmap_nt.obj \
        $(OUT)\dirpath.obj \
        $(OUT)\fileutil.obj \
-       $(OUT)\secutil_nt.obj
+       $(OUT)\secutil_nt.obj \
+       $(OUT)\tabular_output.obj
 
 MT_LIBOBJS = \
        $(OUT)\base32.obj \
-       $(OUT)\get_krbrlm.obj \
        $(OUT)\hostparse.obj \
+        $(OUT)\krb5_nt.obj \
        $(OUT)\kreltime.obj \
        $(OUT)\ktime.obj \
-        $(OUT)\netutils.obj \
        $(OUT)\regex.obj \
        $(OUT)\readdir_nt.obj \
        $(OUT)\serverLog_mt.obj \
@@ -73,7 +71,8 @@ MT_LIBOBJS = \
        $(OUT)\errmap_nt.obj \
        $(OUT)\dirpath_mt.obj \
        $(OUT)\fileutil.obj \
-       $(OUT)\secutil_nt.obj
+       $(OUT)\secutil_nt.obj \
+       $(OUT)\tabular_output.obj
 
 $(LIBOBJS): $$(@B).c
     $(C2OBJ) $**
@@ -94,8 +93,6 @@ install_headers: $(INCFILES)
 
 install: install_headers $(LIBOBJS) $(LIBFILE) $(MT_LIBFILE)
 
-install9x: install
-
 clean::
        $(DEL) $(LIBFILE)