Blame bin/confgen/win32/ddnsconfgen.mak.in

Packit Service ae04f2
# Microsoft Developer Studio Generated NMAKE File, Based on ddnsconfgen.dsp
Packit Service ae04f2
!IF "$(CFG)" == ""
Packit Service ae04f2
CFG=ddnsconfgen - @PLATFORM@ Debug
Packit Service ae04f2
!MESSAGE No configuration specified. Defaulting to ddnsconfgen - @PLATFORM@ Debug.
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
!IF "$(CFG)" != "ddnsconfgen - @PLATFORM@ Release" && "$(CFG)" != "ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
!MESSAGE Invalid configuration "$(CFG)" specified.
Packit Service ae04f2
!MESSAGE You can specify a configuration when running NMAKE
Packit Service ae04f2
!MESSAGE by defining the macro CFG on the command line. For example:
Packit Service ae04f2
!MESSAGE 
Packit Service ae04f2
!MESSAGE NMAKE /f "ddnsconfgen.mak" CFG="ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
!MESSAGE 
Packit Service ae04f2
!MESSAGE Possible choices for configuration are:
Packit Service ae04f2
!MESSAGE 
Packit Service ae04f2
!MESSAGE "ddnsconfgen - @PLATFORM@ Release" (based on "@PLATFORM@ (x86) Console Application")
Packit Service ae04f2
!MESSAGE "ddnsconfgen - @PLATFORM@ Debug" (based on "@PLATFORM@ (x86) Console Application")
Packit Service ae04f2
!MESSAGE 
Packit Service ae04f2
!ERROR An invalid configuration is specified.
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
!IF "$(OS)" == "Windows_NT"
Packit Service ae04f2
NULL=
Packit Service ae04f2
!ELSE 
Packit Service ae04f2
NULL=nul
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
CPP=cl.exe
Packit Service ae04f2
RSC=rc.exe
Packit Service ae04f2
Packit Service ae04f2
!IF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Release"
Packit Service ae04f2
_VC_MANIFEST_INC=0
Packit Service ae04f2
_VC_MANIFEST_BASENAME=__VC80
Packit Service ae04f2
!ELSE
Packit Service ae04f2
_VC_MANIFEST_INC=1
Packit Service ae04f2
_VC_MANIFEST_BASENAME=__VC80.Debug
Packit Service ae04f2
!ENDIF
Packit Service ae04f2
Packit Service ae04f2
####################################################
Packit Service ae04f2
# Specifying name of temporary resource file used only in incremental builds:
Packit Service ae04f2
Packit Service ae04f2
!if "$(_VC_MANIFEST_INC)" == "1"
Packit Service ae04f2
_VC_MANIFEST_AUTO_RES=$(_VC_MANIFEST_BASENAME).auto.res
Packit Service ae04f2
!else
Packit Service ae04f2
_VC_MANIFEST_AUTO_RES=
Packit Service ae04f2
!endif
Packit Service ae04f2
Packit Service ae04f2
####################################################
Packit Service ae04f2
# _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
Packit Service ae04f2
Packit Service ae04f2
!if "$(_VC_MANIFEST_INC)" == "1"
Packit Service ae04f2
Packit Service ae04f2
#MT_SPECIAL_RETURN=1090650113
Packit Service ae04f2
#MT_SPECIAL_SWITCH=-notify_resource_update
Packit Service ae04f2
MT_SPECIAL_RETURN=0
Packit Service ae04f2
MT_SPECIAL_SWITCH=
Packit Service ae04f2
_VC_MANIFEST_EMBED_EXE= \
Packit Service ae04f2
if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
Packit Service ae04f2
if "%ERRORLEVEL%" == "$(MT_SPECIAL_RETURN)" \
Packit Service ae04f2
rc /r $(_VC_MANIFEST_BASENAME).auto.rc & \
Packit Service ae04f2
link $** /out:$@ $(LFLAGS)
Packit Service ae04f2
Packit Service ae04f2
!else
Packit Service ae04f2
Packit Service ae04f2
_VC_MANIFEST_EMBED_EXE= \
Packit Service ae04f2
if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
Packit Service ae04f2
Packit Service ae04f2
!endif
Packit Service ae04f2
Packit Service ae04f2
####################################################
Packit Service ae04f2
# _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
Packit Service ae04f2
Packit Service ae04f2
!if "$(_VC_MANIFEST_INC)" == "1"
Packit Service ae04f2
Packit Service ae04f2
#MT_SPECIAL_RETURN=1090650113
Packit Service ae04f2
#MT_SPECIAL_SWITCH=-notify_resource_update
Packit Service ae04f2
MT_SPECIAL_RETURN=0
Packit Service ae04f2
MT_SPECIAL_SWITCH=
Packit Service ae04f2
_VC_MANIFEST_EMBED_EXE= \
Packit Service ae04f2
if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
Packit Service ae04f2
if "%ERRORLEVEL%" == "$(MT_SPECIAL_RETURN)" \
Packit Service ae04f2
rc /r $(_VC_MANIFEST_BASENAME).auto.rc & \
Packit Service ae04f2
link $** /out:$@ $(LFLAGS)
Packit Service ae04f2
Packit Service ae04f2
!else
Packit Service ae04f2
Packit Service ae04f2
_VC_MANIFEST_EMBED_EXE= \
Packit Service ae04f2
if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;2
Packit Service ae04f2
Packit Service ae04f2
!endif
Packit Service ae04f2
####################################################
Packit Service ae04f2
# _VC_MANIFEST_CLEAN - command to clean resources files generated temporarily:
Packit Service ae04f2
Packit Service ae04f2
!if "$(_VC_MANIFEST_INC)" == "1"
Packit Service ae04f2
Packit Service ae04f2
_VC_MANIFEST_CLEAN=-del $(_VC_MANIFEST_BASENAME).auto.res \
Packit Service ae04f2
    $(_VC_MANIFEST_BASENAME).auto.rc \
Packit Service ae04f2
    $(_VC_MANIFEST_BASENAME).auto.manifest
Packit Service ae04f2
Packit Service ae04f2
!else
Packit Service ae04f2
Packit Service ae04f2
_VC_MANIFEST_CLEAN=
Packit Service ae04f2
Packit Service ae04f2
!endif
Packit Service ae04f2
Packit Service ae04f2
!IF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Release"
Packit Service ae04f2
Packit Service ae04f2
OUTDIR=.\Release
Packit Service ae04f2
INTDIR=.\Release
Packit Service ae04f2
Packit Service ae04f2
ALL : "..\..\..\Build\Release\ddns-confgen.exe"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
CLEAN :
Packit Service ae04f2
	-@erase "$(INTDIR)\os.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\ddns-confgen.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\keygen.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\util.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\vc60.idb"
Packit Service ae04f2
	-@erase "..\..\..\Build\Release\ddns-confgen.exe"
Packit Service ae04f2
	-@$(_VC_MANIFEST_CLEAN)
Packit Service ae04f2
Packit Service ae04f2
"$(OUTDIR)" :
Packit Service ae04f2
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
Packit Service ae04f2
Packit Service ae04f2
CPP_PROJ=/nologo /MD /W3 @COPTX@ @COPTI@ /O2 /I "./" /I "../../../" @LIBXML2_INC@ /I "../include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/win32/include" /I "../../../lib/dns/include" /I "../../../lib/isccc/include" /I "../../../lib/isccfg/include" /D "WIN32" /D "NDEBUG" /D "__STDC__" /D "_CONSOLE" /D "_MBCS" /Fp"$(INTDIR)\ddnsconfgen.pch" @COPTY@ /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
Packit Service ae04f2
BSC32=bscmake.exe
Packit Service ae04f2
BSC32_FLAGS=/nologo /o"$(OUTDIR)\ddnsconfgen.bsc" 
Packit Service ae04f2
BSC32_SBRS= \
Packit Service ae04f2
	
Packit Service ae04f2
LINK32=link.exe
Packit Service ae04f2
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Release/libisc.lib ../../../lib/dns/win32/Release/libdns.lib ../../../lib/isccfg/win32/Release/libisccfg.lib ../../../lib/isccc/win32/Release/libisccc.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\ddns-confgen.pdb" @MACHINE@ /out:"../../../Build/Release/ddns-confgen.exe" 
Packit Service ae04f2
LINK32_OBJS= \
Packit Service ae04f2
	"$(INTDIR)\os.obj" \
Packit Service ae04f2
	"$(INTDIR)\ddns-confgen.obj" \
Packit Service ae04f2
	"$(INTDIR)\keygen.obj" \
Packit Service ae04f2
	"$(INTDIR)\util.obj"
Packit Service ae04f2
Packit Service ae04f2
"..\..\..\Build\Release\ddns-confgen.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
Packit Service ae04f2
    $(LINK32) @<<
Packit Service ae04f2
  $(LINK32_FLAGS) $(LINK32_OBJS)
Packit Service ae04f2
<<
Packit Service ae04f2
    $(_VC_MANIFEST_EMBED_EXE)
Packit Service ae04f2
Packit Service ae04f2
!ELSEIF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
Packit Service ae04f2
OUTDIR=.\Debug
Packit Service ae04f2
INTDIR=.\Debug
Packit Service ae04f2
# Begin Custom Macros
Packit Service ae04f2
OutDir=.\Debug
Packit Service ae04f2
# End Custom Macros
Packit Service ae04f2
Packit Service ae04f2
ALL : "..\..\..\Build\Debug\ddns-confgen.exe" "$(OUTDIR)\ddnsconfgen.bsc"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
CLEAN :
Packit Service ae04f2
	-@erase "$(INTDIR)\os.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\os.sbr"
Packit Service ae04f2
	-@erase "$(INTDIR)\ddns-confgen.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\ddns-confgen.sbr"
Packit Service ae04f2
	-@erase "$(INTDIR)\keygen.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\keygen.sbr"
Packit Service ae04f2
	-@erase "$(INTDIR)\util.obj"
Packit Service ae04f2
	-@erase "$(INTDIR)\util.sbr"
Packit Service ae04f2
	-@erase "$(INTDIR)\vc60.idb"
Packit Service ae04f2
	-@erase "$(INTDIR)\vc60.pdb"
Packit Service ae04f2
	-@erase "$(OUTDIR)\ddnsconfgen.bsc"
Packit Service ae04f2
	-@erase "$(OUTDIR)\ddns-confgen.pdb"
Packit Service ae04f2
	-@erase "..\..\..\Build\Debug\ddns-confgen.exe"
Packit Service ae04f2
	-@erase "..\..\..\Build\Debug\ddns-confgen.ilk"
Packit Service ae04f2
	-@$(_VC_MANIFEST_CLEAN)
Packit Service ae04f2
Packit Service ae04f2
"$(OUTDIR)" :
Packit Service ae04f2
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
Packit Service ae04f2
Packit Service ae04f2
CPP_PROJ=/nologo /MDd /W3 /Gm @COPTX@ @COPTI@ /ZI /Od /I "./" /I "../../../" @LIBXML2_INC@ /I "../include" /I "../../../lib/isc/win32" /I "../../../lib/isc/win32/include" /I "../../../lib/isc/include" /I "../../../lib/dns/win32/include" /I "../../../lib/dns/include" /I "../../../lib/isccc/include" /I "../../../lib/isccfg/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
Packit Service ae04f2
BSC32=bscmake.exe
Packit Service ae04f2
BSC32_FLAGS=/nologo /o"$(OUTDIR)\ddnsconfgen.bsc" 
Packit Service ae04f2
BSC32_SBRS= \
Packit Service ae04f2
	"$(INTDIR)\os.sbr" \
Packit Service ae04f2
	"$(INTDIR)\ddns-confgen.sbr" \
Packit Service ae04f2
	"$(INTDIR)\keygen.sbr" \
Packit Service ae04f2
	"$(INTDIR)\util.sbr"
Packit Service ae04f2
Packit Service ae04f2
"$(OUTDIR)\ddnsconfgen.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
Packit Service ae04f2
    $(BSC32) @<<
Packit Service ae04f2
  $(BSC32_FLAGS) $(BSC32_SBRS)
Packit Service ae04f2
<<
Packit Service ae04f2
Packit Service ae04f2
LINK32=link.exe
Packit Service ae04f2
LINK32_FLAGS=user32.lib advapi32.lib ws2_32.lib ../../../lib/isc/win32/Debug/libisc.lib ../../../lib/dns/win32/Debug/libdns.lib ../../../lib/isccfg/win32/Debug/libisccfg.lib ../../../lib/isccc/win32/Debug/libisccc.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\ddns-confgen.pdb" /debug @MACHINE@ /out:"../../../Build/Debug/ddns-confgen.exe" /pdbtype:sept 
Packit Service ae04f2
LINK32_OBJS= \
Packit Service ae04f2
	"$(INTDIR)\os.obj" \
Packit Service ae04f2
	"$(INTDIR)\ddns-confgen.obj" \
Packit Service ae04f2
	"$(INTDIR)\keygen.obj" \
Packit Service ae04f2
	"$(INTDIR)\util.obj"
Packit Service ae04f2
Packit Service ae04f2
"..\..\..\Build\Debug\ddns-confgen.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
Packit Service ae04f2
    $(LINK32) @<<
Packit Service ae04f2
  $(LINK32_FLAGS) $(LINK32_OBJS)
Packit Service ae04f2
<<
Packit Service ae04f2
    $(_VC_MANIFEST_EMBED_EXE)
Packit Service ae04f2
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
.c{$(INTDIR)}.obj::
Packit Service ae04f2
   $(CPP) @<<
Packit Service ae04f2
   $(CPP_PROJ) $< 
Packit Service ae04f2
<<
Packit Service ae04f2
Packit Service ae04f2
.cpp{$(INTDIR)}.obj::
Packit Service ae04f2
   $(CPP) @<<
Packit Service ae04f2
   $(CPP_PROJ) $< 
Packit Service ae04f2
<<
Packit Service ae04f2
Packit Service ae04f2
.cxx{$(INTDIR)}.obj::
Packit Service ae04f2
   $(CPP) @<<
Packit Service ae04f2
   $(CPP_PROJ) $< 
Packit Service ae04f2
<<
Packit Service ae04f2
Packit Service ae04f2
.c{$(INTDIR)}.sbr::
Packit Service ae04f2
   $(CPP) @<<
Packit Service ae04f2
   $(CPP_PROJ) $< 
Packit Service ae04f2
<<
Packit Service ae04f2
Packit Service ae04f2
.cpp{$(INTDIR)}.sbr::
Packit Service ae04f2
   $(CPP) @<<
Packit Service ae04f2
   $(CPP_PROJ) $< 
Packit Service ae04f2
<<
Packit Service ae04f2
Packit Service ae04f2
.cxx{$(INTDIR)}.sbr::
Packit Service ae04f2
   $(CPP) @<<
Packit Service ae04f2
   $(CPP_PROJ) $< 
Packit Service ae04f2
<<
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!IF "$(NO_EXTERNAL_DEPS)" != "1"
Packit Service ae04f2
!IF EXISTS("ddnsconfgen.dep")
Packit Service ae04f2
!INCLUDE "ddnsconfgen.dep"
Packit Service ae04f2
!ELSE 
Packit Service ae04f2
!MESSAGE Warning: cannot find "ddnsconfgen.dep"
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!IF "$(CFG)" == "ddnsconfgen - @PLATFORM@ Release" || "$(CFG)" == "ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
SOURCE=.\os.c
Packit Service ae04f2
Packit Service ae04f2
!IF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Release"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\os.obj" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ELSEIF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\os.obj"	"$(INTDIR)\os.sbr" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
SOURCE="..\ddns-confgen.c"
Packit Service ae04f2
Packit Service ae04f2
!IF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Release"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\ddns-confgen.obj" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
	$(CPP) $(CPP_PROJ) $(SOURCE)
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ELSEIF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\ddns-confgen.obj"	"$(INTDIR)\ddns-confgen.sbr" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
	$(CPP) $(CPP_PROJ) $(SOURCE)
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
SOURCE=..\keygen.c
Packit Service ae04f2
Packit Service ae04f2
!IF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Release"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\keygen.obj" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
	$(CPP) $(CPP_PROJ) $(SOURCE)
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ELSEIF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\keygen.obj"	"$(INTDIR)\keygen.sbr" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
	$(CPP) $(CPP_PROJ) $(SOURCE)
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
SOURCE=..\util.c
Packit Service ae04f2
Packit Service ae04f2
!IF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Release"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\util.obj" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
	$(CPP) $(CPP_PROJ) $(SOURCE)
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ELSEIF  "$(CFG)" == "ddnsconfgen - @PLATFORM@ Debug"
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
"$(INTDIR)\util.obj"	"$(INTDIR)\util.sbr" : $(SOURCE) "$(INTDIR)"
Packit Service ae04f2
	$(CPP) $(CPP_PROJ) $(SOURCE)
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
Packit Service ae04f2
!ENDIF 
Packit Service ae04f2
Packit Service ae04f2
####################################################
Packit Service ae04f2
# Commands to generate initial empty manifest file and the RC file
Packit Service ae04f2
# that references it, and for generating the .res file:
Packit Service ae04f2
Packit Service ae04f2
$(_VC_MANIFEST_BASENAME).auto.res : $(_VC_MANIFEST_BASENAME).auto.rc
Packit Service ae04f2
Packit Service ae04f2
$(_VC_MANIFEST_BASENAME).auto.rc : $(_VC_MANIFEST_BASENAME).auto.manifest
Packit Service ae04f2
    type <<$@
Packit Service ae04f2
#include <winuser.h>
Packit Service ae04f2
1RT_MANIFEST"$(_VC_MANIFEST_BASENAME).auto.manifest"
Packit Service ae04f2
<< KEEP
Packit Service ae04f2
Packit Service ae04f2
$(_VC_MANIFEST_BASENAME).auto.manifest :
Packit Service ae04f2
    type <<$@
Packit Service ae04f2
Packit Service ae04f2
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
Packit Service ae04f2
</assembly>
Packit Service ae04f2
<< KEEP