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

  1. # Microsoft Developer Studio Generated NMAKE File, Based on isamchk.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=isamchk - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to isamchk - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "isamchk - Win32 Release" && "$(CFG)" != "isamchk - 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 "isamchk.mak" CFG="isamchk - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "isamchk - Win32 Release" (based on "Win32 (x86) Console Application")
  17. !MESSAGE "isamchk - 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)" == "isamchk - Win32 Release"
  32.  
  33. OUTDIR=.\release
  34. INTDIR=.\release
  35.  
  36. !IF "$(RECURSE)" == "0" 
  37.  
  38. ALL : "..\client_release\isamchk.exe"
  39.  
  40. !ELSE 
  41.  
  42. ALL : "dbug - Win32 Release" "strings - Win32 Release" "mysys - Win32 Release" "isam - Win32 Release" "..\client_release\isamchk.exe"
  43.  
  44. !ENDIF 
  45.  
  46. !IF "$(RECURSE)" == "1" 
  47. CLEAN :"isam - Win32 ReleaseCLEAN" "mysys - Win32 ReleaseCLEAN" "strings - Win32 ReleaseCLEAN" "dbug - Win32 ReleaseCLEAN" 
  48. !ELSE 
  49. CLEAN :
  50. !ENDIF 
  51.     -@erase "$(INTDIR)\isamchk.obj"
  52.     -@erase "$(INTDIR)\sort.obj"
  53.     -@erase "$(INTDIR)\vc60.idb"
  54.     -@erase "..\client_release\isamchk.exe"
  55.  
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58.  
  59. CPP_PROJ=/nologo /G6 /MT /W3 /O2 /I "../include" /I "../isam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  60. BSC32=bscmake.exe
  61. BSC32_FLAGS=/nologo /o"$(OUTDIR)\isamchk.bsc" 
  62. BSC32_SBRS= \
  63.     
  64. LINK32=link.exe
  65. 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)\isamchk.pdb" /machine:I386 /out:"../client_release/isamchk.exe" 
  66. LINK32_OBJS= \
  67.     "$(INTDIR)\isamchk.obj" \
  68.     "$(INTDIR)\sort.obj" \
  69.     "..\lib_release\isam.lib" \
  70.     "..\lib_release\mysys.lib" \
  71.     "..\lib_release\strings.lib" \
  72.     "..\lib_release\dbug.lib"
  73.  
  74. "..\client_release\isamchk.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  75.     $(LINK32) @<<
  76.   $(LINK32_FLAGS) $(LINK32_OBJS)
  77. <<
  78.  
  79. !ELSEIF  "$(CFG)" == "isamchk - Win32 Debug"
  80.  
  81. OUTDIR=.\debug
  82. INTDIR=.\debug
  83. # Begin Custom Macros
  84. OutDir=.\debug
  85. # End Custom Macros
  86.  
  87. !IF "$(RECURSE)" == "0" 
  88.  
  89. ALL : "..\client_debug\isamchk.exe" "$(OUTDIR)\isamchk.bsc"
  90.  
  91. !ELSE 
  92.  
  93. ALL : "dbug - Win32 Debug" "strings - Win32 Debug" "mysys - Win32 Debug" "isam - Win32 Debug" "..\client_debug\isamchk.exe" "$(OUTDIR)\isamchk.bsc"
  94.  
  95. !ENDIF 
  96.  
  97. !IF "$(RECURSE)" == "1" 
  98. CLEAN :"isam - Win32 DebugCLEAN" "mysys - Win32 DebugCLEAN" "strings - Win32 DebugCLEAN" "dbug - Win32 DebugCLEAN" 
  99. !ELSE 
  100. CLEAN :
  101. !ENDIF 
  102.     -@erase "$(INTDIR)\isamchk.obj"
  103.     -@erase "$(INTDIR)\isamchk.sbr"
  104.     -@erase "$(INTDIR)\sort.obj"
  105.     -@erase "$(INTDIR)\sort.sbr"
  106.     -@erase "$(INTDIR)\vc60.idb"
  107.     -@erase "$(INTDIR)\vc60.pdb"
  108.     -@erase "$(OUTDIR)\isamchk.bsc"
  109.     -@erase "$(OUTDIR)\isamchk.pdb"
  110.     -@erase "..\client_debug\isamchk.exe"
  111.  
  112. "$(OUTDIR)" :
  113.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  114.  
  115. CPP_PROJ=/nologo /G6 /MTd /W3 /Gm /ZI /Od /I "../include" /I "../isam" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  116. BSC32=bscmake.exe
  117. BSC32_FLAGS=/nologo /o"$(OUTDIR)\isamchk.bsc" 
  118. BSC32_SBRS= \
  119.     "$(INTDIR)\isamchk.sbr" \
  120.     "$(INTDIR)\sort.sbr"
  121.  
  122. "$(OUTDIR)\isamchk.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  123.     $(BSC32) @<<
  124.   $(BSC32_FLAGS) $(BSC32_SBRS)
  125. <<
  126.  
  127. LINK32=link.exe
  128. 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)\isamchk.pdb" /debug /machine:I386 /out:"../client_debug/isamchk.exe" /pdbtype:sept 
  129. LINK32_OBJS= \
  130.     "$(INTDIR)\isamchk.obj" \
  131.     "$(INTDIR)\sort.obj" \
  132.     "..\lib_Debug\isam.lib" \
  133.     "..\lib_debug\mysys.lib" \
  134.     "..\lib_debug\strings.lib" \
  135.     "..\lib_debug\dbug.lib"
  136.  
  137. "..\client_debug\isamchk.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  138.     $(LINK32) @<<
  139.   $(LINK32_FLAGS) $(LINK32_OBJS)
  140. <<
  141.  
  142. !ENDIF 
  143.  
  144. .c{$(INTDIR)}.obj::
  145.    $(CPP) @<<
  146.    $(CPP_PROJ) $< 
  147. <<
  148.  
  149. .cpp{$(INTDIR)}.obj::
  150.    $(CPP) @<<
  151.    $(CPP_PROJ) $< 
  152. <<
  153.  
  154. .cxx{$(INTDIR)}.obj::
  155.    $(CPP) @<<
  156.    $(CPP_PROJ) $< 
  157. <<
  158.  
  159. .c{$(INTDIR)}.sbr::
  160.    $(CPP) @<<
  161.    $(CPP_PROJ) $< 
  162. <<
  163.  
  164. .cpp{$(INTDIR)}.sbr::
  165.    $(CPP) @<<
  166.    $(CPP_PROJ) $< 
  167. <<
  168.  
  169. .cxx{$(INTDIR)}.sbr::
  170.    $(CPP) @<<
  171.    $(CPP_PROJ) $< 
  172. <<
  173.  
  174.  
  175. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  176. !IF EXISTS("isamchk.dep")
  177. !INCLUDE "isamchk.dep"
  178. !ELSE 
  179. !MESSAGE Warning: cannot find "isamchk.dep"
  180. !ENDIF 
  181. !ENDIF 
  182.  
  183.  
  184. !IF "$(CFG)" == "isamchk - Win32 Release" || "$(CFG)" == "isamchk - Win32 Debug"
  185.  
  186. !IF  "$(CFG)" == "isamchk - Win32 Release"
  187.  
  188. "isam - Win32 Release" : 
  189.    cd "\MYSQL-3.23\isam"
  190.    $(MAKE) /$(MAKEFLAGS) /F ".\isam.mak" CFG="isam - Win32 Release" 
  191.    cd "..\isamchk"
  192.  
  193. "isam - Win32 ReleaseCLEAN" : 
  194.    cd "\MYSQL-3.23\isam"
  195.    $(MAKE) /$(MAKEFLAGS) /F ".\isam.mak" CFG="isam - Win32 Release" RECURSE=1 CLEAN 
  196.    cd "..\isamchk"
  197.  
  198. !ELSEIF  "$(CFG)" == "isamchk - Win32 Debug"
  199.  
  200. "isam - Win32 Debug" : 
  201.    cd "\MYSQL-3.23\isam"
  202.    $(MAKE) /$(MAKEFLAGS) /F ".\isam.mak" CFG="isam - Win32 Debug" 
  203.    cd "..\isamchk"
  204.  
  205. "isam - Win32 DebugCLEAN" : 
  206.    cd "\MYSQL-3.23\isam"
  207.    $(MAKE) /$(MAKEFLAGS) /F ".\isam.mak" CFG="isam - Win32 Debug" RECURSE=1 CLEAN 
  208.    cd "..\isamchk"
  209.  
  210. !ENDIF 
  211.  
  212. !IF  "$(CFG)" == "isamchk - Win32 Release"
  213.  
  214. "mysys - Win32 Release" : 
  215.    cd "\MYSQL-3.23\mysys"
  216.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" 
  217.    cd "..\isamchk"
  218.  
  219. "mysys - Win32 ReleaseCLEAN" : 
  220.    cd "\MYSQL-3.23\mysys"
  221.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" RECURSE=1 CLEAN 
  222.    cd "..\isamchk"
  223.  
  224. !ELSEIF  "$(CFG)" == "isamchk - Win32 Debug"
  225.  
  226. "mysys - Win32 Debug" : 
  227.    cd "\MYSQL-3.23\mysys"
  228.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" 
  229.    cd "..\isamchk"
  230.  
  231. "mysys - Win32 DebugCLEAN" : 
  232.    cd "\MYSQL-3.23\mysys"
  233.    $(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" RECURSE=1 CLEAN 
  234.    cd "..\isamchk"
  235.  
  236. !ENDIF 
  237.  
  238. !IF  "$(CFG)" == "isamchk - Win32 Release"
  239.  
  240. "strings - Win32 Release" : 
  241.    cd "\MYSQL-3.23\strings"
  242.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" 
  243.    cd "..\isamchk"
  244.  
  245. "strings - Win32 ReleaseCLEAN" : 
  246.    cd "\MYSQL-3.23\strings"
  247.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" RECURSE=1 CLEAN 
  248.    cd "..\isamchk"
  249.  
  250. !ELSEIF  "$(CFG)" == "isamchk - Win32 Debug"
  251.  
  252. "strings - Win32 Debug" : 
  253.    cd "\MYSQL-3.23\strings"
  254.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" 
  255.    cd "..\isamchk"
  256.  
  257. "strings - Win32 DebugCLEAN" : 
  258.    cd "\MYSQL-3.23\strings"
  259.    $(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" RECURSE=1 CLEAN 
  260.    cd "..\isamchk"
  261.  
  262. !ENDIF 
  263.  
  264. !IF  "$(CFG)" == "isamchk - Win32 Release"
  265.  
  266. "dbug - Win32 Release" : 
  267.    cd "\MYSQL-3.23\dbug"
  268.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" 
  269.    cd "..\isamchk"
  270.  
  271. "dbug - Win32 ReleaseCLEAN" : 
  272.    cd "\MYSQL-3.23\dbug"
  273.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" RECURSE=1 CLEAN 
  274.    cd "..\isamchk"
  275.  
  276. !ELSEIF  "$(CFG)" == "isamchk - Win32 Debug"
  277.  
  278. "dbug - Win32 Debug" : 
  279.    cd "\MYSQL-3.23\dbug"
  280.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" 
  281.    cd "..\isamchk"
  282.  
  283. "dbug - Win32 DebugCLEAN" : 
  284.    cd "\MYSQL-3.23\dbug"
  285.    $(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" RECURSE=1 CLEAN 
  286.    cd "..\isamchk"
  287.  
  288. !ENDIF 
  289.  
  290. SOURCE=..\isam\isamchk.c
  291.  
  292. !IF  "$(CFG)" == "isamchk - Win32 Release"
  293.  
  294.  
  295. "$(INTDIR)\isamchk.obj" : $(SOURCE) "$(INTDIR)"
  296.     $(CPP) $(CPP_PROJ) $(SOURCE)
  297.  
  298.  
  299. !ELSEIF  "$(CFG)" == "isamchk - Win32 Debug"
  300.  
  301.  
  302. "$(INTDIR)\isamchk.obj"    "$(INTDIR)\isamchk.sbr" : $(SOURCE) "$(INTDIR)"
  303.     $(CPP) $(CPP_PROJ) $(SOURCE)
  304.  
  305.  
  306. !ENDIF 
  307.  
  308. SOURCE=..\isam\sort.c
  309.  
  310. !IF  "$(CFG)" == "isamchk - Win32 Release"
  311.  
  312.  
  313. "$(INTDIR)\sort.obj" : $(SOURCE) "$(INTDIR)"
  314.     $(CPP) $(CPP_PROJ) $(SOURCE)
  315.  
  316.  
  317. !ELSEIF  "$(CFG)" == "isamchk - Win32 Debug"
  318.  
  319.  
  320. "$(INTDIR)\sort.obj"    "$(INTDIR)\sort.sbr" : $(SOURCE) "$(INTDIR)"
  321.     $(CPP) $(CPP_PROJ) $(SOURCE)
  322.  
  323.  
  324. !ENDIF 
  325.  
  326.  
  327. !ENDIF 
  328.  
  329.