X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=NTMakefile;h=9222668ed0d7e3bf61bc33014dbcbb016e9f21ee;hp=a46dec226ab192011ad5c35db7313e8f45fa0bd9;hb=a4b8823950d0d7f3806fe9e7aed22502b72a79e4;hpb=5fce5754cee4f466f99681fcd7f42e5735e9776d diff --git a/NTMakefile b/NTMakefile index a46dec2..9222668 100644 --- a/NTMakefile +++ b/NTMakefile @@ -82,13 +82,20 @@ rx_headers: $(NTMAKE_HEADERS) $(CD) ..\.. -util_headers: +util_headers: roken_headers @echo ***** $@ $(DOCD) $(SRC)\util $(CD) $(SRC)\util $(NTMAKE_HEADERS) $(CD) ..\.. +roken_headers: + @echo ***** $@ + $(DOCD) $(SRC)\roken + $(CD) $(SRC)\roken + $(NTMAKE_HEADERS) + $(CD) ..\.. + hcrypto_headers: util_headers @echo ***** $@ $(DOCD) $(SRC)\crypto\hcrypto @@ -159,20 +166,20 @@ rxgen: lwp $(NTMAKE) $(CD) ..\.. -des: rxgen - @echo ***** $@ - $(DOCD) $(SRC)\des - $(CD) $(SRC)\des - $(NTMAKE) - $(CD) ..\.. - -hcrypto: des +hcrypto: roken @echo ***** $@ $(DOCD) $(SRC)\crypto\hcrypto $(CD) $(SRC)\crypto\hcrypto $(NTMAKE) $(CD) ..\..\.. +roken: rxgen + @echo ***** $@ + $(DOCD) $(SRC)\roken + $(CD) $(SRC)\roken + $(NTMAKE) + $(CD) ..\.. + rx: hcrypto @echo ***** $@ $(DOCD) $(SRC)\$@ @@ -361,7 +368,14 @@ libafsrpc: dir $(NTMAKE) $(CD) ..\.. -vol: libafsrpc +rxtests: libafsrpc + @echo ***** $@ + $(DOCD) $(SRC)\rx\test + $(CD) $(SRC)\rx\test + $(NTMAKE) + $(CD) ..\..\.. + +vol: rxtests @echo ***** $@ $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ @@ -473,7 +487,14 @@ talocale: tbutc $(NTMAKE) $(CD) ..\..\.. -license: talocale +talocale_unicode: talocale + @echo ***** $@ + $(DOCD) $(SRC)\WINNT\$@ + $(CD) $(SRC)\WINNT\$@ + $(NTMAKE) + $(CD) ..\..\.. + +license: talocale_unicode @echo ***** $@ $(DOCD) $(SRC)\WINNT\$@ $(CD) $(SRC)\WINNT\$@ @@ -680,11 +701,11 @@ install: finale # Clean target for obj tree clean: $(CD) $(SRC)\config - nmake /nologo /f ntmakefile version + nmake /nologo /f ntmakefile version langsetup $(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 + nmake /nologo /f ntmakefile clean_final $(CD) ..\.. # Language-only build target