home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / mysql / mysql-3.23.28g-win-source.exe / replace / replace.mak < prev   
Text File  |  2000-10-16  |  7KB  |  253 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Based on replace.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=replace - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to replace - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "replace - Win32 Release" && "$(CFG)" != "replace - Win32 Debug"
  8. !MESSAGE Invalid configuration "$(CFG)" specified.
  9. !MESSAGE You can specify a configuration when running NMAKE
  10. !MESSAGE by defining the macro CFG on the command line. For example:
  11. !MESSAGE 
  12. !MESSAGE NMAKE /f "replace.mak" CFG="replace - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "replace - Win32 Release" (based on "Win32 (x86) Console Application")
  17. !MESSAGE "replace - Win32 Debug" (based on "Win32 (x86) Console Application")
  18. !MESSAGE 
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF 
  21.  
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27.  
  28. CPP=cl.exe
  29. RSC=rc.exe
  30.  
  31. !IF  "$(CFG)" == "replace - Win32 Release"
  32.  
  33. OUTDIR=.\release
  34. INTDIR=.\release
  35.  
  36. !IF "$(RECURSE)" == "0" 
  37.  
  38. ALL : "..\client_release\replace.exe"
  39.  
  40. !ELSE 
  41.  
  42. ALL : "strings - Win32 Release" "mysys - Win32 Release" "dbug - Win32 Release" "..\client_release\replace.exe"
  43.  
  44. !ENDIF 
  45.  
  46. !IF "$(RECURSE)" == "1" 
  47. CLEAN :"dbug - Win32 ReleaseCLEAN" "mysys - Win32 ReleaseCLEAN" "strings - Win32 ReleaseCLEAN" 
  48. !ELSE 
  49. CLEAN :
  50. !ENDIF 
  51.     -@erase "$(INTDIR)\replace.obj"
  52.     -@erase "$(INTDIR)\vc60.idb"
  53.     -@erase "..\client_release\replace.exe"
  54.  
  55. "$(OUTDIR)" :
  56.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  57.  
  58. CPP_PROJ=/nologo /G6 /MT /W3 /O2 /I "../include" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  59. BSC32=bscmake.exe
  60. BSC32_FLAGS=/nologo /o"$(OUTDIR)\replace.bsc" 
  61. BSC32_SBRS= \
  62.     
  63. LINK32=link.exe
  64. LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\replace.pdb" /machine:I386 /out:"../client_release/replace.exe" 
  65. LINK32_OBJS= \
  66.     "$(INTDIR)\replace.obj" \
  67.     "..\lib_release\dbug.lib" \
  68.     "..\lib_release\mysys.lib" \
  69.     "..\lib_release\strings.lib"
  70.  
  71. "..\client_release\replace.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  72.     $(LINK32) @<<
  73.   $(LINK32_FLAGS) $(LINK32_OBJS)
  74. <<
  75.  
  76. !ELSEIF  "$(CFG)" == "replace - Win32 Debug"
  77.  
  78. OUTDIR=.\debug
  79. INTDIR=.\debug
  80.  
  81. !IF "$(RECURSE)" == "0" 
  82.  
  83. ALL : "..\client_debug\replace.exe"
  84.  
  85. !ELSE 
  86.  
  87. ALL : "strings - Win32 Debug" "mysys - Win32 Debug" "dbug - Win32 Debug" "..\client_debug\replace.exe"
  88.  
  89. !ENDIF 
  90.  
  91. !IF "$(RECURSE)" == "1" 
  92. CLEAN :"dbug - Win32 DebugCLEAN" "mysys - Win32 DebugCLEAN" "strings - Win32 DebugCLEAN" 
  93. !ELSE 
  94. CLEAN :
  95. !ENDIF 
  96.     -@erase "$(INTDIR)\replace.obj"
  97.     -@erase "$(INTDIR)\vc60.idb"
  98.     -@erase "$(INTDIR)\vc60.pdb"
  99.     -@erase "..\client_debug\replace.exe"
  100.  
  101. "$(OUTDIR)" :
  102.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  103.  
  104. CPP_PROJ=/nologo /G6 /MTd /W3 /Gm /ZI /Od /I "../include" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  105. BSC32=bscmake.exe
  106. BSC32_FLAGS=/nologo /o"$(OUTDIR)\replace.bsc" 
  107. BSC32_SBRS= \
  108.     
  109. LINK32=link.exe
  110. LINK32_FLAGS=kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\replace.pdb" /machine:I386 /out:"../client_debug/replace.exe" /pdbtype:sept 
  111. LINK32_OBJS= \
  112.     "$(INTDIR)\replace.obj" \
  113.     "..\lib_debug\dbug.lib" \
  114.     "..\lib_debug\mysys.lib" \
  115.     "..\lib_debug\strings.lib"
  116.  
  117. "..\client_debug\replace.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  118.     $(LINK32) @<<
  119.   $(LINK32_FLAGS) $(LINK32_OBJS)
  120. <<
  121.  
  122. !ENDIF 
  123.  
  124. .c{$(INTDIR)}.obj::
  125.    $(CPP) @<<
  126.    $(CPP_PROJ) $< 
  127. <<
  128.  
  129. .cpp{$(INTDIR)}.obj::
  130.    $(CPP) @<<
  131.    $(CPP_PROJ) $< 
  132. <<
  133.  
  134. .cxx{$(INTDIR)}.obj::
  135.    $(CPP) @<<
  136.    $(CPP_PROJ) $< 
  137. <<
  138.  
  139. .c{$(INTDIR)}.sbr::
  140.    $(CPP) @<<
  141.    $(CPP_PROJ) $< 
  142. <<
  143.  
  144. .cpp{$(INTDIR)}.sbr::
  145.    $(CPP) @<<
  146.    $(CPP_PROJ) $< 
  147. <<
  148.  
  149. .cxx{$(INTDIR)}.sbr::
  150.    $(CPP) @<<
  151.    $(CPP_PROJ) $< 
  152. <<
  153.  
  154.  
  155. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  156. !IF EXISTS("replace.dep")
  157. !INCLUDE "replace.dep"
  158. !ELSE 
  159. !MESSAGE Warning: cannot find "replace.dep"
  160. !ENDIF 
  161. !ENDIF 
  162.  
  163.  
  164. !IF "$(CFG)" == "replace - Win32 Release" || "$(CFG)" == "replace - Win32 Debug"
  165.  
  166. !IF  "$(CFG)" == "replace - Win32 Release"
  167.  
  168. "dbug - Win32 Release" : 
  169.    cd "\MYSQL-3.23\dbug"
  170.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" 
  171.    cd "..\replace"
  172.  
  173. "dbug - Win32 ReleaseCLEAN" : 
  174.    cd "\MYSQL-3.23\dbug"
  175.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" RECURSE=1 CLEAN 
  176.    cd "..\replace"
  177.  
  178. !ELSEIF  "$(CFG)" == "replace - Win32 Debug"
  179.  
  180. "dbug - Win32 Debug" : 
  181.    cd "\MYSQL-3.23\dbug"
  182.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" 
  183.    cd "..\replace"
  184.  
  185. "dbug - Win32 DebugCLEAN" : 
  186.    cd "\MYSQL-3.23\dbug"
  187.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" RECURSE=1 CLEAN 
  188.    cd "..\replace"
  189.  
  190. !ENDIF 
  191.  
  192. !IF  "$(CFG)" == "replace - Win32 Release"
  193.  
  194. "mysys - Win32 Release" : 
  195.    cd "\MYSQL-3.23\mysys"
  196.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" 
  197.    cd "..\replace"
  198.  
  199. "mysys - Win32 ReleaseCLEAN" : 
  200.    cd "\MYSQL-3.23\mysys"
  201.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" RECURSE=1 CLEAN 
  202.    cd "..\replace"
  203.  
  204. !ELSEIF  "$(CFG)" == "replace - Win32 Debug"
  205.  
  206. "mysys - Win32 Debug" : 
  207.    cd "\MYSQL-3.23\mysys"
  208.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" 
  209.    cd "..\replace"
  210.  
  211. "mysys - Win32 DebugCLEAN" : 
  212.    cd "\MYSQL-3.23\mysys"
  213.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" RECURSE=1 CLEAN 
  214.    cd "..\replace"
  215.  
  216. !ENDIF 
  217.  
  218. !IF  "$(CFG)" == "replace - Win32 Release"
  219.  
  220. "strings - Win32 Release" : 
  221.    cd "\MYSQL-3.23\strings"
  222.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" 
  223.    cd "..\replace"
  224.  
  225. "strings - Win32 ReleaseCLEAN" : 
  226.    cd "\MYSQL-3.23\strings"
  227.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" RECURSE=1 CLEAN 
  228.    cd "..\replace"
  229.  
  230. !ELSEIF  "$(CFG)" == "replace - Win32 Debug"
  231.  
  232. "strings - Win32 Debug" : 
  233.    cd "\MYSQL-3.23\strings"
  234.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" 
  235.    cd "..\replace"
  236.  
  237. "strings - Win32 DebugCLEAN" : 
  238.    cd "\MYSQL-3.23\strings"
  239.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" RECURSE=1 CLEAN 
  240.    cd "..\replace"
  241.  
  242. !ENDIF 
  243.  
  244. SOURCE=..\extra\replace.c
  245.  
  246. "$(INTDIR)\replace.obj" : $(SOURCE) "$(INTDIR)"
  247.     $(CPP) $(CPP_PROJ) $(SOURCE)
  248.  
  249.  
  250.  
  251. !ENDIF 
  252.  
  253.