]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Updated dependencies to include lwres
authorDanny Mayer <source@isc.org>
Mon, 12 Aug 2002 18:22:55 +0000 (18:22 +0000)
committerDanny Mayer <source@isc.org>
Mon, 12 Aug 2002 18:22:55 +0000 (18:22 +0000)
bin/dig/win32/host.mak
bin/dig/win32/nslookup.mak

index febb701b98d0c6a91a111280cef0859198dc3d68..a359e24288e7b2af6b5316a877f1c59071a3b9e6 100644 (file)
@@ -39,12 +39,12 @@ ALL : "..\..\..\Build\Release\host.exe"
 
 !ELSE 
 
-ALL : "libbind9 - Win32 Release" "libisc - Win32 Release" "libdns - Win32 Release" "..\..\..\Build\Release\host.exe"
+ALL : "liblwres - Win32 Release" "libbind9 - Win32 Release" "libisc - Win32 Release" "libdns - Win32 Release" "..\..\..\Build\Release\host.exe"
 
 !ENDIF 
 
 !IF "$(RECURSE)" == "1" 
-CLEAN :"libdns - Win32 ReleaseCLEAN" "libisc - Win32 ReleaseCLEAN" "libbind9 - Win32 ReleaseCLEAN" 
+CLEAN :"libdns - Win32 ReleaseCLEAN" "libisc - Win32 ReleaseCLEAN" "libbind9 - Win32 ReleaseCLEAN" "liblwres - Win32 ReleaseCLEAN" 
 !ELSE 
 CLEAN :
 !ENDIF 
@@ -68,7 +68,8 @@ LINK32_OBJS= \
        "$(INTDIR)\host.obj" \
        "..\..\..\lib\dns\win32\Release\libdns.lib" \
        "..\..\..\lib\isc\win32\Release\libisc.lib" \
-       "..\..\..\lib\bind9\win32\Release\libbind9.lib"
+       "..\..\..\lib\bind9\win32\Release\libbind9.lib" \
+       "..\..\..\lib\lwres\win32\Release\liblwres.lib"
 
 "..\..\..\Build\Release\host.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
     $(LINK32) @<<
@@ -89,12 +90,12 @@ ALL : "..\..\..\Build\Debug\host.exe" "$(OUTDIR)\host.bsc"
 
 !ELSE 
 
-ALL : "libbind9 - Win32 Debug" "libisc - Win32 Debug" "libdns - Win32 Debug" "..\..\..\Build\Debug\host.exe" "$(OUTDIR)\host.bsc"
+ALL : "liblwres - Win32 Debug" "libbind9 - Win32 Debug" "libisc - Win32 Debug" "libdns - Win32 Debug" "..\..\..\Build\Debug\host.exe" "$(OUTDIR)\host.bsc"
 
 !ENDIF 
 
 !IF "$(RECURSE)" == "1" 
-CLEAN :"libdns - Win32 DebugCLEAN" "libisc - Win32 DebugCLEAN" "libbind9 - Win32 DebugCLEAN" 
+CLEAN :"libdns - Win32 DebugCLEAN" "libisc - Win32 DebugCLEAN" "libbind9 - Win32 DebugCLEAN" "liblwres - Win32 DebugCLEAN" 
 !ELSE 
 CLEAN :
 !ENDIF 
@@ -131,7 +132,8 @@ LINK32_OBJS= \
        "$(INTDIR)\host.obj" \
        "..\..\..\lib\dns\win32\Debug\libdns.lib" \
        "..\..\..\lib\isc\win32\Debug\libisc.lib" \
-       "..\..\..\lib\bind9\win32\Debug\libbind9.lib"
+       "..\..\..\lib\bind9\win32\Debug\libbind9.lib" \
+       "..\..\..\lib\lwres\win32\Debug\liblwres.lib"
 
 "..\..\..\Build\Debug\host.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
     $(LINK32) @<<
@@ -295,6 +297,32 @@ SOURCE=..\host.c
 
 !ENDIF 
 
+!IF  "$(CFG)" == "host - Win32 Release"
+
+"liblwres - Win32 Release" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Release" 
+   cd "..\..\..\bin\dig\win32"
+
+"liblwres - Win32 ReleaseCLEAN" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Release" RECURSE=1 CLEAN 
+   cd "..\..\..\bin\dig\win32"
+
+!ELSEIF  "$(CFG)" == "host - Win32 Debug"
+
+"liblwres - Win32 Debug" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Debug" 
+   cd "..\..\..\bin\dig\win32"
+
+"liblwres - Win32 DebugCLEAN" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Debug" RECURSE=1 CLEAN 
+   cd "..\..\..\bin\dig\win32"
+
+!ENDIF 
+
 
 !ENDIF 
 
index 4ff4a440cc30dbf2b5fa69372476334c9f55d287..3cdcb5ac4d39bad3eadf4e0785583e929756549f 100644 (file)
@@ -39,12 +39,12 @@ ALL : "..\..\..\Build\Release\nslookup.exe"
 
 !ELSE 
 
-ALL : "libbind9 - Win32 Release" "libisc - Win32 Release" "libdns - Win32 Release" "..\..\..\Build\Release\nslookup.exe"
+ALL : "liblwres - Win32 Release" "libbind9 - Win32 Release" "libisc - Win32 Release" "libdns - Win32 Release" "..\..\..\Build\Release\nslookup.exe"
 
 !ENDIF 
 
 !IF "$(RECURSE)" == "1" 
-CLEAN :"libdns - Win32 ReleaseCLEAN" "libisc - Win32 ReleaseCLEAN" "libbind9 - Win32 ReleaseCLEAN" 
+CLEAN :"libdns - Win32 ReleaseCLEAN" "libisc - Win32 ReleaseCLEAN" "libbind9 - Win32 ReleaseCLEAN" "liblwres - Win32 ReleaseCLEAN" 
 !ELSE 
 CLEAN :
 !ENDIF 
@@ -68,7 +68,8 @@ LINK32_OBJS= \
        "$(INTDIR)\nslookup.obj" \
        "..\..\..\lib\dns\win32\Release\libdns.lib" \
        "..\..\..\lib\isc\win32\Release\libisc.lib" \
-       "..\..\..\lib\bind9\win32\Release\libbind9.lib"
+       "..\..\..\lib\bind9\win32\Release\libbind9.lib" \
+       "..\..\..\lib\lwres\win32\Release\liblwres.lib"
 
 "..\..\..\Build\Release\nslookup.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
     $(LINK32) @<<
@@ -89,12 +90,12 @@ ALL : "..\..\..\Build\Debug\nslookup.exe" "$(OUTDIR)\nslookup.bsc"
 
 !ELSE 
 
-ALL : "libbind9 - Win32 Debug" "libisc - Win32 Debug" "libdns - Win32 Debug" "..\..\..\Build\Debug\nslookup.exe" "$(OUTDIR)\nslookup.bsc"
+ALL : "liblwres - Win32 Debug" "libbind9 - Win32 Debug" "libisc - Win32 Debug" "libdns - Win32 Debug" "..\..\..\Build\Debug\nslookup.exe" "$(OUTDIR)\nslookup.bsc"
 
 !ENDIF 
 
 !IF "$(RECURSE)" == "1" 
-CLEAN :"libdns - Win32 DebugCLEAN" "libisc - Win32 DebugCLEAN" "libbind9 - Win32 DebugCLEAN" 
+CLEAN :"libdns - Win32 DebugCLEAN" "libisc - Win32 DebugCLEAN" "libbind9 - Win32 DebugCLEAN" "liblwres - Win32 DebugCLEAN" 
 !ELSE 
 CLEAN :
 !ENDIF 
@@ -131,7 +132,8 @@ LINK32_OBJS= \
        "$(INTDIR)\nslookup.obj" \
        "..\..\..\lib\dns\win32\Debug\libdns.lib" \
        "..\..\..\lib\isc\win32\Debug\libisc.lib" \
-       "..\..\..\lib\bind9\win32\Debug\libbind9.lib"
+       "..\..\..\lib\bind9\win32\Debug\libbind9.lib" \
+       "..\..\..\lib\lwres\win32\Debug\liblwres.lib"
 
 "..\..\..\Build\Debug\nslookup.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
     $(LINK32) @<<
@@ -295,6 +297,32 @@ SOURCE=..\nslookup.c
 
 !ENDIF 
 
+!IF  "$(CFG)" == "nslookup - Win32 Release"
+
+"liblwres - Win32 Release" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Release" 
+   cd "..\..\..\bin\dig\win32"
+
+"liblwres - Win32 ReleaseCLEAN" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Release" RECURSE=1 CLEAN 
+   cd "..\..\..\bin\dig\win32"
+
+!ELSEIF  "$(CFG)" == "nslookup - Win32 Debug"
+
+"liblwres - Win32 Debug" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Debug" 
+   cd "..\..\..\bin\dig\win32"
+
+"liblwres - Win32 DebugCLEAN" : 
+   cd "\bind-9.3.0a04\lib\lwres\win32"
+   $(MAKE) /$(MAKEFLAGS) /F ".\liblwres.mak" CFG="liblwres - Win32 Debug" RECURSE=1 CLEAN 
+   cd "..\..\..\bin\dig\win32"
+
+!ENDIF 
+
 
 !ENDIF