Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / install / InstallShield5 / NTMakefile
1 # Copyright (C)  1998  Transarc Corporation.  All rights reserved.
2
3
4 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
5 !INCLUDE ..\..\..\config\NTMakefile.version
6
7 ############################################################################
8
9 CELLSERVDB = $(DESTDIR)\root.client\usr\vice\etc\afsdcell.ini
10
11 $(CELLSERVDB): afsdcell.ini
12     copy $** $@
13
14 prep: $(CELLSERVDB) AFS_component_version_number.txt
15     CreateISDirTree.bat
16     ScatterFiles.bat
17     CreateGeneratedFiles.bat
18     CompileScript.bat
19
20 build:
21     BuildSetup.bat
22     xcopy/s/e "Media\Transarc AFS\Disk Images\disk1\*.*" $(DESTDIR)\WinInstall
23     copy AFS_component_version_number.txt $(DESTDIR)\WinInstall\Version.txt
24     del /q "Media\Transarc AFS\Disk Images\disk1\*.*"
25
26 install: prep build