X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=NTMakefile;h=65c7f1f425d035551b39653915ba05329a4d7e9f;hp=b7f34d911e9d8d922a09233bf71a097c90bdef8b;hb=2221b61eff513c61cac765d8e72cd06e769610fc;hpb=10b4833d29025c01e8eeea1c5b3411bda9a4cbc5 diff --git a/NTMakefile b/NTMakefile index b7f34d9..65c7f1f 100644 --- a/NTMakefile +++ b/NTMakefile @@ -19,6 +19,7 @@ # These three macros define the source, object, and destination folders SRC=$(AFSROOT)\src DOC=$(AFSROOT)\doc +TESTS=$(AFSROOT)\tests #If AFS_OBJDIR is not defined then use obj as relative obj folder !IFNDEF AFS_OBJDIR @@ -153,17 +154,10 @@ rxgen: lwp des: rxgen @echo ***** $@ -! IF (EXIST($(SRC)\des\NTMakefile)) - $(DOCD) $(SRC)\des - $(CD) $(SRC)\des - $(NTMAKE) - $(CD) ..\.. -! ELSE - $(DOCD) $(SRC)\des_stub - $(CD) $(SRC)\des_stub - $(NTMAKE) - $(CD) ..\.. -! ENDIF + $(DOCD) $(SRC)\des + $(CD) $(SRC)\des + $(NTMAKE) + $(CD) ..\.. rx: des @echo ***** $@ @@ -289,7 +283,7 @@ ptserver: ubik $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ $(NTMAKE) - $(CD) ..\.. + $(CD) ..\.. libacl: ptserver @echo ***** $@ @@ -437,7 +431,21 @@ tvolser: tviced $(NTMAKE) $(CD) ..\.. -tbutc: tvolser +dviced: tvolser + @echo ***** $@ + $(DOCD) $(SRC)\$@ + $(CD) $(SRC)\$@ + $(NTMAKE) + $(CD) ..\.. + +dvolser: dviced + @echo ***** $@ + $(DOCD) $(SRC)\$@ + $(CD) $(SRC)\$@ + $(NTMAKE) + $(CD) ..\.. + +tbutc: dvolser @echo ***** $@ $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ @@ -626,7 +634,14 @@ netidmgr_plugin: xstat $(NTMAKE) $(CD) ..\..\.. -extra: netidmgr_plugin +rpctestlib: fsint libafsrpc + @echo ***** $@ + $(DOCD) $(TESTS)\$@ + $(CD) $(TESTS)\$@ + $(NTMAKE) + $(CD) ..\.. + +extra: netidmgr_plugin rpctestlib ! IF EXIST($(SRC)\WINNT\extra) && EXIST($(SRC)\WINNT\extra\NTMakefile) @echo ***** $@ $(DOCD) $(SRC)\WINNT\$@ @@ -650,7 +665,9 @@ install: finale # Clean target for obj tree clean: - nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile clean" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile clean" "NTMAKE_OBJS = nmake /nologo /f ntmakefile clean" install + $(CD) $(SRC)\config + nmake /nologo /f ntmakefile version + $(CD) ..\.. nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile clean" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile clean" "NTMAKE_OBJS = nmake /nologo /f ntmakefile clean" media $(CD) $(SRC)\config nmake /nologo /f ntmakefile clean_version @@ -720,10 +737,18 @@ wix: loopback man-pages documentation $(NTMAKE) $(CD) ..\..\..\.. +wix-lite: loopback man-pages documentation + @echo ***** Making Wix MSI Installer (Lite) + $(DOCD) $(SRC)\WINNT\install\wix + $(CD) $(SRC)\WINNT\install\wix + $(NTMAKE) LITECLIENT=1 + $(CD) ..\..\..\.. + media: install NSIS wix install-nsis: install NSIS install-wix: install wix +install-wix-lite: install wix-lite