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

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