regex.mak 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. # Microsoft Developer Studio Generated NMAKE File, Based on regex.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=regex - Win32 Release
  4. !MESSAGE No configuration specified. Defaulting to regex - Win32 Release.
  5. !ENDIF
  6. !IF "$(CFG)" != "regex - Win32 Release" && "$(CFG)" != "regex - Win32 Debug"
  7. !MESSAGE Invalid configuration "$(CFG)" specified.
  8. !MESSAGE You can specify a configuration when running NMAKE
  9. !MESSAGE by defining the macro CFG on the command line. For example:
  10. !MESSAGE
  11. !MESSAGE NMAKE /f "regex.mak" CFG="regex - Win32 Release"
  12. !MESSAGE
  13. !MESSAGE Possible choices for configuration are:
  14. !MESSAGE
  15. !MESSAGE "regex - Win32 Release" (based on "Win32 (x86) Static Library")
  16. !MESSAGE "regex - Win32 Debug" (based on "Win32 (x86) Static Library")
  17. !MESSAGE
  18. !ERROR An invalid configuration is specified.
  19. !ENDIF
  20. !IF "$(OS)" == "Windows_NT"
  21. NULL=
  22. !ELSE
  23. NULL=nul
  24. !ENDIF
  25. CPP=cl.exe
  26. !IF "$(CFG)" == "regex - Win32 Release"
  27. OUTDIR=.\Release
  28. INTDIR=.\Release
  29. # Begin Custom Macros
  30. OutDir=.\.\Release
  31. # End Custom Macros
  32. !IF "$(RECURSE)" == "0"
  33. ALL : "$(OUTDIR)\regex.lib"
  34. !ELSE
  35. ALL : "$(OUTDIR)\regex.lib"
  36. !ENDIF
  37. CLEAN :
  38. -@erase "$(INTDIR)\regcomp.obj"
  39. -@erase "$(INTDIR)\regerror.obj"
  40. -@erase "$(INTDIR)\regexec.obj"
  41. -@erase "$(INTDIR)\regfree.obj"
  42. -@erase "$(INTDIR)\vc50.idb"
  43. -@erase "$(OUTDIR)\regex.lib"
  44. "$(OUTDIR)" :
  45. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  46. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "." /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  47. /Fp"$(INTDIR)\regex.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  48. CPP_OBJS=.\Release/
  49. CPP_SBRS=.
  50. BSC32=bscmake.exe
  51. BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc"
  52. BSC32_SBRS= \
  53. LIB32=link.exe -lib
  54. LIB32_FLAGS=/nologo /out:"$(OUTDIR)\regex.lib"
  55. LIB32_OBJS= \
  56. "$(INTDIR)\regcomp.obj" \
  57. "$(INTDIR)\regerror.obj" \
  58. "$(INTDIR)\regexec.obj" \
  59. "$(INTDIR)\regfree.obj"
  60. "$(OUTDIR)\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  61. $(LIB32) @<<
  62. $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  63. <<
  64. !ELSEIF "$(CFG)" == "regex - Win32 Debug"
  65. OUTDIR=.\Debug
  66. INTDIR=.\Debug
  67. # Begin Custom Macros
  68. OutDir=.\.\Debug
  69. # End Custom Macros
  70. !IF "$(RECURSE)" == "0"
  71. ALL : "$(OUTDIR)\regex.lib" "$(OUTDIR)\regex.bsc"
  72. !ELSE
  73. ALL : "$(OUTDIR)\regex.lib" "$(OUTDIR)\regex.bsc"
  74. !ENDIF
  75. CLEAN :
  76. -@erase "$(INTDIR)\regcomp.obj"
  77. -@erase "$(INTDIR)\regcomp.sbr"
  78. -@erase "$(INTDIR)\regerror.obj"
  79. -@erase "$(INTDIR)\regerror.sbr"
  80. -@erase "$(INTDIR)\regexec.obj"
  81. -@erase "$(INTDIR)\regexec.sbr"
  82. -@erase "$(INTDIR)\regfree.obj"
  83. -@erase "$(INTDIR)\regfree.sbr"
  84. -@erase "$(INTDIR)\vc50.idb"
  85. -@erase "$(OUTDIR)\regex.bsc"
  86. -@erase "$(OUTDIR)\regex.lib"
  87. "$(OUTDIR)" :
  88. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  89. CPP_PROJ=/nologo /MDd /W3 /GX /Z7 /Od /I "." /D "WIN32" /D "_DEBUG" /D\
  90. "_WINDOWS" /FR"$(INTDIR)\\" /Fp"$(INTDIR)\regex.pch" /YX /Fo"$(INTDIR)\\"\
  91. /Fd"$(INTDIR)\\" /FD /c
  92. CPP_OBJS=.\Debug/
  93. CPP_SBRS=.\Debug/
  94. BSC32=bscmake.exe
  95. BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc"
  96. BSC32_SBRS= \
  97. "$(INTDIR)\regcomp.sbr" \
  98. "$(INTDIR)\regerror.sbr" \
  99. "$(INTDIR)\regexec.sbr" \
  100. "$(INTDIR)\regfree.sbr"
  101. "$(OUTDIR)\regex.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  102. $(BSC32) @<<
  103. $(BSC32_FLAGS) $(BSC32_SBRS)
  104. <<
  105. LIB32=link.exe -lib
  106. LIB32_FLAGS=/nologo /out:"$(OUTDIR)\regex.lib"
  107. LIB32_OBJS= \
  108. "$(INTDIR)\regcomp.obj" \
  109. "$(INTDIR)\regerror.obj" \
  110. "$(INTDIR)\regexec.obj" \
  111. "$(INTDIR)\regfree.obj"
  112. "$(OUTDIR)\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
  113. $(LIB32) @<<
  114. $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
  115. <<
  116. !ENDIF
  117. .c{$(CPP_OBJS)}.obj::
  118. $(CPP) @<<
  119. $(CPP_PROJ) $<
  120. <<
  121. .cpp{$(CPP_OBJS)}.obj::
  122. $(CPP) @<<
  123. $(CPP_PROJ) $<
  124. <<
  125. .cxx{$(CPP_OBJS)}.obj::
  126. $(CPP) @<<
  127. $(CPP_PROJ) $<
  128. <<
  129. .c{$(CPP_SBRS)}.sbr::
  130. $(CPP) @<<
  131. $(CPP_PROJ) $<
  132. <<
  133. .cpp{$(CPP_SBRS)}.sbr::
  134. $(CPP) @<<
  135. $(CPP_PROJ) $<
  136. <<
  137. .cxx{$(CPP_SBRS)}.sbr::
  138. $(CPP) @<<
  139. $(CPP_PROJ) $<
  140. <<
  141. !IF "$(CFG)" == "regex - Win32 Release" || "$(CFG)" == "regex - Win32 Debug"
  142. SOURCE=.\regcomp.c
  143. !IF "$(CFG)" == "regex - Win32 Release"
  144. DEP_CPP_REGCO=\
  145. ".\cclass.h"\
  146. ".\cname.h"\
  147. ".\regcomp.ih"\
  148. ".\regex.h"\
  149. ".\regex2.h"\
  150. ".\utils.h"\
  151. "$(INTDIR)\regcomp.obj" : $(SOURCE) $(DEP_CPP_REGCO) "$(INTDIR)"
  152. !ELSEIF "$(CFG)" == "regex - Win32 Debug"
  153. DEP_CPP_REGCO=\
  154. ".\cclass.h"\
  155. ".\cname.h"\
  156. ".\regcomp.ih"\
  157. ".\regex.h"\
  158. ".\regex2.h"\
  159. ".\utils.h"\
  160. {$(INCLUDE)}"sys\types.h"\
  161. "$(INTDIR)\regcomp.obj" "$(INTDIR)\regcomp.sbr" : $(SOURCE) $(DEP_CPP_REGCO)\
  162. "$(INTDIR)"
  163. !ENDIF
  164. SOURCE=.\regerror.c
  165. !IF "$(CFG)" == "regex - Win32 Release"
  166. DEP_CPP_REGER=\
  167. ".\regerror.ih"\
  168. ".\regex.h"\
  169. ".\utils.h"\
  170. "$(INTDIR)\regerror.obj" : $(SOURCE) $(DEP_CPP_REGER) "$(INTDIR)"
  171. !ELSEIF "$(CFG)" == "regex - Win32 Debug"
  172. DEP_CPP_REGER=\
  173. ".\regerror.ih"\
  174. ".\regex.h"\
  175. ".\utils.h"\
  176. {$(INCLUDE)}"sys\types.h"\
  177. "$(INTDIR)\regerror.obj" "$(INTDIR)\regerror.sbr" : $(SOURCE) $(DEP_CPP_REGER)\
  178. "$(INTDIR)"
  179. !ENDIF
  180. SOURCE=.\regexec.c
  181. !IF "$(CFG)" == "regex - Win32 Release"
  182. DEP_CPP_REGEX=\
  183. ".\engine.c"\
  184. ".\engine.ih"\
  185. ".\regex.h"\
  186. ".\regex2.h"\
  187. ".\utils.h"\
  188. "$(INTDIR)\regexec.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"
  189. !ELSEIF "$(CFG)" == "regex - Win32 Debug"
  190. DEP_CPP_REGEX=\
  191. ".\engine.c"\
  192. ".\engine.ih"\
  193. ".\regex.h"\
  194. ".\regex2.h"\
  195. ".\utils.h"\
  196. {$(INCLUDE)}"sys\types.h"\
  197. "$(INTDIR)\regexec.obj" "$(INTDIR)\regexec.sbr" : $(SOURCE) $(DEP_CPP_REGEX)\
  198. "$(INTDIR)"
  199. !ENDIF
  200. SOURCE=.\regfree.c
  201. !IF "$(CFG)" == "regex - Win32 Release"
  202. DEP_CPP_REGFR=\
  203. ".\regex.h"\
  204. ".\regex2.h"\
  205. ".\utils.h"\
  206. "$(INTDIR)\regfree.obj" : $(SOURCE) $(DEP_CPP_REGFR) "$(INTDIR)"
  207. !ELSEIF "$(CFG)" == "regex - Win32 Debug"
  208. DEP_CPP_REGFR=\
  209. ".\regex.h"\
  210. ".\regex2.h"\
  211. ".\utils.h"\
  212. {$(INCLUDE)}"sys\types.h"\
  213. "$(INTDIR)\regfree.obj" "$(INTDIR)\regfree.sbr" : $(SOURCE) $(DEP_CPP_REGFR)\
  214. "$(INTDIR)"
  215. !ENDIF
  216. SOURCE=.\engine.c
  217. !ENDIF