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

  1. # Microsoft Developer Studio Generated NMAKE File, Based on regex.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=regex - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to regex - Win32 Debug.
  5. !ENDIF 
  6.  
  7. !IF "$(CFG)" != "regex - Win32 Release" && "$(CFG)" != "regex - 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 "regex.mak" CFG="regex - Win32 Debug"
  13. !MESSAGE 
  14. !MESSAGE Possible choices for configuration are:
  15. !MESSAGE 
  16. !MESSAGE "regex - Win32 Release" (based on "Win32 (x86) Static Library")
  17. !MESSAGE "regex - Win32 Debug" (based on "Win32 (x86) Static Library")
  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)" == "regex - Win32 Release"
  32.  
  33. OUTDIR=.\release
  34. INTDIR=.\release
  35.  
  36. ALL : "..\lib_release\regex.lib"
  37.  
  38.  
  39. CLEAN :
  40.     -@erase "$(INTDIR)\debug.obj"
  41.     -@erase "$(INTDIR)\regcomp.obj"
  42.     -@erase "$(INTDIR)\regerror.obj"
  43.     -@erase "$(INTDIR)\regexec.obj"
  44.     -@erase "$(INTDIR)\regfree.obj"
  45.     -@erase "$(INTDIR)\reginit.obj"
  46.     -@erase "$(INTDIR)\split.obj"
  47.     -@erase "$(INTDIR)\vc60.idb"
  48.     -@erase "..\lib_release\regex.lib"
  49.  
  50. "$(OUTDIR)" :
  51.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  52.  
  53. CPP_PROJ=/nologo /G6 /MT /W3 /O2 /I "../include" /I "./" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  54. BSC32=bscmake.exe
  55. BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc" 
  56. BSC32_SBRS= \
  57.     
  58. LIB32=link.exe -lib
  59. LIB32_FLAGS=/nologo /out:"..\lib_release\regex.lib" 
  60. LIB32_OBJS= \
  61.     "$(INTDIR)\debug.obj" \
  62.     "$(INTDIR)\regcomp.obj" \
  63.     "$(INTDIR)\regerror.obj" \
  64.     "$(INTDIR)\regexec.obj" \
  65.     "$(INTDIR)\regfree.obj" \
  66.     "$(INTDIR)\reginit.obj" \
  67.     "$(INTDIR)\split.obj"
  68.  
  69. "..\lib_release\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  70.     $(LIB32) @<<
  71.   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  72. <<
  73.  
  74. !ELSEIF  "$(CFG)" == "regex - Win32 Debug"
  75.  
  76. OUTDIR=.\debug
  77. INTDIR=.\debug
  78.  
  79. ALL : "..\lib_debug\regex.lib"
  80.  
  81.  
  82. CLEAN :
  83.     -@erase "$(INTDIR)\debug.obj"
  84.     -@erase "$(INTDIR)\regcomp.obj"
  85.     -@erase "$(INTDIR)\regerror.obj"
  86.     -@erase "$(INTDIR)\regexec.obj"
  87.     -@erase "$(INTDIR)\regfree.obj"
  88.     -@erase "$(INTDIR)\reginit.obj"
  89.     -@erase "$(INTDIR)\split.obj"
  90.     -@erase "$(INTDIR)\vc60.idb"
  91.     -@erase "..\lib_debug\regex.lib"
  92.  
  93. "$(OUTDIR)" :
  94.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  95.  
  96. CPP_PROJ=/nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /I "./" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
  97. BSC32=bscmake.exe
  98. BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc" 
  99. BSC32_SBRS= \
  100.     
  101. LIB32=link.exe -lib
  102. LIB32_FLAGS=/nologo /out:"..\lib_debug\regex.lib" 
  103. LIB32_OBJS= \
  104.     "$(INTDIR)\debug.obj" \
  105.     "$(INTDIR)\regcomp.obj" \
  106.     "$(INTDIR)\regerror.obj" \
  107.     "$(INTDIR)\regexec.obj" \
  108.     "$(INTDIR)\regfree.obj" \
  109.     "$(INTDIR)\reginit.obj" \
  110.     "$(INTDIR)\split.obj"
  111.  
  112. "..\lib_debug\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  113.     $(LIB32) @<<
  114.   $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  115. <<
  116.  
  117. !ENDIF 
  118.  
  119. .c{$(INTDIR)}.obj::
  120.    $(CPP) @<<
  121.    $(CPP_PROJ) $< 
  122. <<
  123.  
  124. .cpp{$(INTDIR)}.obj::
  125.    $(CPP) @<<
  126.    $(CPP_PROJ) $< 
  127. <<
  128.  
  129. .cxx{$(INTDIR)}.obj::
  130.    $(CPP) @<<
  131.    $(CPP_PROJ) $< 
  132. <<
  133.  
  134. .c{$(INTDIR)}.sbr::
  135.    $(CPP) @<<
  136.    $(CPP_PROJ) $< 
  137. <<
  138.  
  139. .cpp{$(INTDIR)}.sbr::
  140.    $(CPP) @<<
  141.    $(CPP_PROJ) $< 
  142. <<
  143.  
  144. .cxx{$(INTDIR)}.sbr::
  145.    $(CPP) @<<
  146.    $(CPP_PROJ) $< 
  147. <<
  148.  
  149.  
  150. !IF "$(NO_EXTERNAL_DEPS)" != "1"
  151. !IF EXISTS("regex.dep")
  152. !INCLUDE "regex.dep"
  153. !ELSE 
  154. !MESSAGE Warning: cannot find "regex.dep"
  155. !ENDIF 
  156. !ENDIF 
  157.  
  158.  
  159. !IF "$(CFG)" == "regex - Win32 Release" || "$(CFG)" == "regex - Win32 Debug"
  160. SOURCE=.\debug.c
  161.  
  162. "$(INTDIR)\debug.obj" : $(SOURCE) "$(INTDIR)"
  163.  
  164.  
  165. SOURCE=.\regcomp.c
  166.  
  167. "$(INTDIR)\regcomp.obj" : $(SOURCE) "$(INTDIR)"
  168.  
  169.  
  170. SOURCE=.\regerror.c
  171.  
  172. "$(INTDIR)\regerror.obj" : $(SOURCE) "$(INTDIR)"
  173.  
  174.  
  175. SOURCE=.\regexec.c
  176.  
  177. "$(INTDIR)\regexec.obj" : $(SOURCE) "$(INTDIR)"
  178.  
  179.  
  180. SOURCE=.\regfree.c
  181.  
  182. "$(INTDIR)\regfree.obj" : $(SOURCE) "$(INTDIR)"
  183.  
  184.  
  185. SOURCE=.\reginit.c
  186.  
  187. "$(INTDIR)\reginit.obj" : $(SOURCE) "$(INTDIR)"
  188.  
  189.  
  190. SOURCE=.\split.c
  191.  
  192. "$(INTDIR)\split.obj" : $(SOURCE) "$(INTDIR)"
  193.  
  194.  
  195.  
  196. !ENDIF 
  197.  
  198.