1 # Copyright 2000, International Business Machines Corporation and others.
4 # This software has been released under the terms of the IBM Public
5 # License. For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
8 !INCLUDE ..\config\NTMakefile.$(SYS_NAME)
9 !INCLUDE ..\config\NTMakefile.version
12 # install include files
13 INCFILEDIR = $(DESTDIR)\include\afs
20 LIBFILE = $(DESTDIR)\lib\afs\afscmd.lib
23 $(OJT)\cmd_errors.obj \
25 $(OJT)\AFS_component_version_number.obj
27 $(LIBFILE): $(LIBOBJS)
31 $(COPY) $** $(INCFILEDIR)\.
33 cmd_errors.c cmd.h: cmd_errors.et cmd.p.h
34 $(DEL) cmd_errors.c cmd.h
35 $(COMPILE_ET) cmd_errors.et -h cmd
37 install: cmd.h $(LIBFILE) $(INCFILES)
42 $(DEL) cmd_errors.c cmd.h $(INCFILES)