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 # Top level nmake NTMakefile driver for building AFS.
10 # This file simply imposes a reasonable total ordering on the set of
11 # directories to build; this ordering is of course more strict than the
12 # partial ordering established by the actual directory dependencies.
14 # When porting a new directory, simply add the directory into the
15 # dependence chain at the earliest point possible, updating its successor
16 # appropriately; if the new directory is the last in the chain, then
17 # update the 'finale' dependency to be the new directory.
19 # These three macros define the source, object, and destination folders
22 TESTS=$(AFSROOT)\tests
24 #If AFS_OBJDIR is not defined then use obj as relative obj folder
26 AFS_OBJDIR=$(AFSROOT)\obj\$(SYS_NAME)
30 DESTDIR=$(AFSROOT)\dest\$(SYS_NAME)
34 WIXCYGOPT=-dCygwinArchives
42 NTMAKE = nmake /nologo /f ntmakefile install
43 NTMAKELANG = nmake /nologo /f ntmakefile en_US
44 NTMAKE_HEADERS = nmake /nologo /f ntmakefile install_headers
45 NTMAKE_OBJS = nmake /nologo /f ntmakefile install_objs
47 #debug statement support jumping to last known error
48 DOCD=$(SRC)\DOLASTCMP.BAT
57 procmgmt_headers: config
59 $(DOCD) $(SRC)\procmgmt
66 $(DOCD) $(SRC)\WINNT\afsreg
67 $(CD) $(SRC)\WINNT\afsreg
73 $(DOCD) $(SRC)\libafscp
101 $(DOCD) $(SRC)\WINNT\$@
102 $(CD) $(SRC)\WINNT\$@
106 util: procmgmt_headers afsreg_headers lwp_headers rx_headers pthread
136 $(DOCD) $(SRC)\WINNT\$@
137 $(CD) $(SRC)\WINNT\$@
143 $(DOCD) $(SRC)\WINNT\$@
144 $(CD) $(SRC)\WINNT\$@
183 ubik_headers: rxdebug
227 $(DOCD) $(SRC)\WINNT\client_osi
228 $(CD) $(SRC)\WINNT\client_osi
232 libacl_headers: osi_headers
234 $(DOCD) $(SRC)\libacl
239 cm_headers: libacl_headers
241 $(DOCD) $(SRC)\WINNT\afsd
242 $(CD) $(SRC)\WINNT\afsd
246 auth_headers: cm_headers
253 vlserver_headers: auth_headers
255 $(DOCD) $(SRC)\vlserver
256 $(CD) $(SRC)\vlserver
260 afsdobjs: vlserver_headers
262 $(DOCD) $(SRC)\WINNT\afsd
263 $(CD) $(SRC)\WINNT\afsd
408 $(DOCD) $(SRC)\WINNT\$@
409 $(CD) $(SRC)\WINNT\$@
420 libafsauthent: bu_utils
427 tviced: libafsauthent
464 $(DOCD) $(SRC)\WINNT\$@
465 $(CD) $(SRC)\WINNT\$@
469 talocale_unicode: talocale
471 $(DOCD) $(SRC)\WINNT\$@
472 $(CD) $(SRC)\WINNT\$@
476 license: talocale_unicode
478 $(DOCD) $(SRC)\WINNT\$@
479 $(CD) $(SRC)\WINNT\$@
485 $(DOCD) $(SRC)\WINNT\$@
486 $(CD) $(SRC)\WINNT\$@
490 afsd: client_osi libafscp
492 $(DOCD) $(SRC)\WINNT\$@
493 $(CD) $(SRC)\WINNT\$@
506 $(DOCD) $(SRC)\libadmin\$@
507 $(CD) $(SRC)\libadmin\$@
513 $(DOCD) $(SRC)\libadmin\$@
514 $(CD) $(SRC)\libadmin\$@
520 $(DOCD) $(SRC)\libadmin\$@
521 $(CD) $(SRC)\libadmin\$@
527 $(DOCD) $(SRC)\libadmin\$@
528 $(CD) $(SRC)\libadmin\$@
534 $(DOCD) $(SRC)\libadmin\$@
535 $(CD) $(SRC)\libadmin\$@
541 $(DOCD) $(SRC)\libadmin\$@
542 $(CD) $(SRC)\libadmin\$@
548 $(DOCD) $(SRC)\libadmin\$@
549 $(CD) $(SRC)\libadmin\$@
555 $(DOCD) $(SRC)\libadmin\test
556 $(CD) $(SRC)\libadmin\test
562 $(DOCD) $(SRC)\WINNT\$@
563 $(CD) $(SRC)\WINNT\$@
569 $(DOCD) $(SRC)\WINNT\$@
570 $(CD) $(SRC)\WINNT\$@
576 $(DOCD) $(SRC)\WINNT\$@
577 $(CD) $(SRC)\WINNT\$@
583 $(DOCD) $(SRC)\WINNT\$@
584 $(CD) $(SRC)\WINNT\$@
590 $(DOCD) $(SRC)\WINNT\$@
591 $(CD) $(SRC)\WINNT\$@
595 client_talocale: afssvrcpa
597 $(DOCD) $(SRC)\WINNT\talocale
598 $(CD) $(SRC)\WINNT\talocale
602 client_cpa: client_talocale
604 $(DOCD) $(SRC)\WINNT\$@
605 $(CD) $(SRC)\WINNT\$@
609 client_config: client_cpa
611 $(DOCD) $(SRC)\WINNT\$@
612 $(CD) $(SRC)\WINNT\$@
616 client_exp: client_config
618 $(DOCD) $(SRC)\WINNT\$@
619 $(CD) $(SRC)\WINNT\$@
623 client_creds: client_exp
625 $(DOCD) $(SRC)\WINNT\$@
626 $(CD) $(SRC)\WINNT\$@
632 $(DOCD) $(SRC)\WINNT\$@
633 $(CD) $(SRC)\WINNT\$@
644 netidmgr_plugin: xstat
646 $(DOCD) $(SRC)\WINNT\$@
647 $(CD) $(SRC)\WINNT\$@
651 rpctestlib: fsint libafsrpc
658 libafscp: libafscp_headers util afs volser vlserver rx auth fsint afsdobjs
665 extra: netidmgr_plugin rpctestlib
666 ! IF EXIST($(SRC)\WINNT\extra) && EXIST($(SRC)\WINNT\extra\NTMakefile)
668 $(DOCD) $(SRC)\WINNT\$@
669 $(CD) $(SRC)\WINNT\$@
673 @echo ***** Skipping $@ ***** Not found.
684 @echo Build Finished Successfully
687 # Clean target for obj tree
690 nmake /nologo /f ntmakefile version langsetup
692 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
694 nmake /nologo /f ntmakefile clean_final
697 # Language-only build target
699 nmake /nologo /f ntmakefile "NTMAKE = nmake /nologo /f ntmakefile lang" "NTMAKE_HEADERS = nmake /nologo /f ntmakefile lang" install
704 -mkdir $(AFS_OBJDIR)\checked
705 -mkdir $(AFS_OBJDIR)\free
706 -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\checked\
707 -xcopy /q /t /e $(SRC)\*.* $(AFS_OBJDIR)\free\
708 -mkdir $(DESTDIR)\checked
709 -mkdir $(DESTDIR)\free
710 -mkdir $(DESTDIR)\checked\bin
711 -mkdir $(DESTDIR)\free\bin
712 -@copy $(SRC)\config\NTLANG.BAT .
715 @echo ***** Making Loopback Adapter Utility DLL
716 $(DOCD) $(SRC)\WINNT\install\$@
717 $(CD) $(SRC)\WINNT\install\$@
723 $(DOCD) $(DOC)\man-pages
724 $(CD) $(DOC)\man-pages
728 documentation: config
730 $(DOCD) $(DOC)\xml\ReleaseNotesWindows
731 $(CD) $(DOC)\xml\ReleaseNotesWindows
736 $(DOCD) ..\AdminGuide
742 NSIS.i386: loopback man-pages documentation
743 @echo ***** Making NSIS Installer
744 $(DOCD) $(SRC)\WINNT\install\NSIS
745 $(CD) $(SRC)\WINNT\install\NSIS
750 @echo Skipping NSIS Installer on non-x86 platforms; not implemented
754 wix: loopback man-pages documentation
755 @echo ***** Making Wix MSI Installer
756 $(DOCD) $(SRC)\WINNT\install\$@
757 $(CD) $(SRC)\WINNT\install\$@
761 wix-lite: loopback man-pages documentation
762 @echo ***** Making Wix MSI Installer (Lite)
763 $(DOCD) $(SRC)\WINNT\install\wix
764 $(CD) $(SRC)\WINNT\install\wix
765 $(NTMAKE) LITECLIENT=1
768 media: install NSIS wix
770 install-nsis: install NSIS
772 install-wix: install wix
774 install-wix-lite: install wix-lite