X-Git-Url: http://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=NTMakefile;h=10b5544d15f208a2b0e7c02d579a21604e115f24;hp=97e687d54cf5ae692f49c85cb1a93de1e90c25d1;hb=81c2416d8e09987ccee9fa5194ab1801c44380df;hpb=e2b4fde0b5850e42cb0ed00852f581fb7d24f8ff diff --git a/NTMakefile b/NTMakefile index 97e687d..10b5544 100644 --- a/NTMakefile +++ b/NTMakefile @@ -110,7 +110,7 @@ pthread: hcrypto_headers $(NTMAKE) $(CD) ..\..\.. -util: procmgmt_headers afsreg_headers lwp_headers rx_headers pthread +util: procmgmt_headers afsreg_headers lwp_headers rx_headers hcrypto @echo ***** $@ $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ @@ -166,13 +166,6 @@ rxgen: lwp $(NTMAKE) $(CD) ..\.. -des: rxgen - @echo ***** $@ - $(DOCD) $(SRC)\des - $(CD) $(SRC)\des - $(NTMAKE) - $(CD) ..\.. - hcrypto: roken @echo ***** $@ $(DOCD) $(SRC)\crypto\hcrypto @@ -180,14 +173,14 @@ hcrypto: roken $(NTMAKE) $(CD) ..\..\.. -roken: des +roken: pthread @echo ***** $@ $(DOCD) $(SRC)\roken $(CD) $(SRC)\roken $(NTMAKE) $(CD) ..\.. -rx: hcrypto +rx: rxgen @echo ***** $@ $(DOCD) $(SRC)\$@ $(CD) $(SRC)\$@ @@ -375,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)\$@ @@ -487,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\$@ @@ -694,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