home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stl453up.zip / stl453fx / test / regression / stl_test.mak < prev    next >
Text File  |  2002-04-29  |  8KB  |  371 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) External Target" 0x0106
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=stl_test - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to stl_test - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "stl_test - Win32 Release" && "$(CFG)" !=\
  12.  "stl_test - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "stl_test.mak" CFG="stl_test - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "stl_test - Win32 Release" (based on "Win32 (x86) External Target")
  22. !MESSAGE "stl_test - Win32 Debug" (based on "Win32 (x86) External Target")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "stl_test - Win32 Debug"
  35.  
  36. !IF  "$(CFG)" == "stl_test - Win32 Release"
  37.  
  38. # PROP BASE Use_Debug_Libraries 0
  39. # PROP BASE Output_Dir "Release"
  40. # PROP BASE Intermediate_Dir "Release"
  41. # PROP BASE Target_Dir ""
  42. # PROP BASE Cmd_Line "NMAKE /f stl_test.mak"
  43. # PROP BASE Rebuild_Opt "/a"
  44. # PROP BASE Target_File "stl_test.exe"
  45. # PROP BASE Bsc_Name "stl_test.bsc"
  46. # PROP Use_Debug_Libraries 0
  47. # PROP Output_Dir "Release"
  48. # PROP Intermediate_Dir "Release"
  49. # PROP Target_Dir ""
  50. # PROP Cmd_Line "NMAKE /f stl_test.mak"
  51. # PROP Rebuild_Opt "/a"
  52. # PROP Target_File "stl_test.exe"
  53. # PROP Bsc_Name "stl_test.bsc"
  54. OUTDIR=.\Release
  55. INTDIR=.\Release
  56.  
  57. ALL : 
  58.  
  59. CLEAN : 
  60.     -@erase 
  61.  
  62. "$(OUTDIR)" :
  63.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  64.  
  65. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  66.  
  67. # PROP BASE Use_Debug_Libraries 1
  68. # PROP BASE Output_Dir "Debug"
  69. # PROP BASE Intermediate_Dir "Debug"
  70. # PROP BASE Target_Dir ""
  71. # PROP BASE Cmd_Line "NMAKE /f stl_test.mak"
  72. # PROP BASE Rebuild_Opt "/a"
  73. # PROP BASE Target_File "stl_test.exe"
  74. # PROP BASE Bsc_Name "stl_test.bsc"
  75. # PROP Use_Debug_Libraries 1
  76. # PROP Output_Dir "Debug"
  77. # PROP Intermediate_Dir "Debug"
  78. # PROP Target_Dir ""
  79. # PROP Cmd_Line "NMAKE /f stl_test.mak"
  80. # PROP Rebuild_Opt "/a"
  81. # PROP Target_File "stl_test.exe"
  82. # PROP Bsc_Name "stl_test.bsc"
  83. OUTDIR=.\Debug
  84. INTDIR=.\Debug
  85.  
  86. ALL : 
  87.  
  88. CLEAN : 
  89.     -@erase 
  90.  
  91. "$(OUTDIR)" :
  92.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  93.  
  94. !ENDIF 
  95.  
  96. ################################################################################
  97. # Begin Target
  98.  
  99. # Name "stl_test - Win32 Release"
  100. # Name "stl_test - Win32 Debug"
  101.  
  102. !IF  "$(CFG)" == "stl_test - Win32 Release"
  103.  
  104. ".\stl_test.exe" : 
  105.    CD c:\home\fbp\stl\test\os
  106.    NMAKE /f stl_test.mak
  107.  
  108. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  109.  
  110. ".\stl_test.exe" : 
  111.    CD c:\home\fbp\stl\test\os
  112.    NMAKE /f stl_test.mak
  113.  
  114. !ENDIF 
  115.  
  116. ################################################################################
  117. # Begin Source File
  118.  
  119. SOURCE=.\binsert2.cpp
  120.  
  121. !IF  "$(CFG)" == "stl_test - Win32 Release"
  122.  
  123. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  124.  
  125. !ENDIF 
  126.  
  127. # End Source File
  128. ################################################################################
  129. # Begin Source File
  130.  
  131. SOURCE=.\accum2.cpp
  132.  
  133. !IF  "$(CFG)" == "stl_test - Win32 Release"
  134.  
  135. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  136.  
  137. !ENDIF 
  138.  
  139. # End Source File
  140. ################################################################################
  141. # Begin Source File
  142.  
  143. SOURCE=.\adjdiff0.cpp
  144.  
  145. !IF  "$(CFG)" == "stl_test - Win32 Release"
  146.  
  147. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  148.  
  149. !ENDIF 
  150.  
  151. # End Source File
  152. ################################################################################
  153. # Begin Source File
  154.  
  155. SOURCE=.\adjdiff1.cpp
  156.  
  157. !IF  "$(CFG)" == "stl_test - Win32 Release"
  158.  
  159. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  160.  
  161. !ENDIF 
  162.  
  163. # End Source File
  164. ################################################################################
  165. # Begin Source File
  166.  
  167. SOURCE=.\adjdiff2.cpp
  168.  
  169. !IF  "$(CFG)" == "stl_test - Win32 Release"
  170.  
  171. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  172.  
  173. !ENDIF 
  174.  
  175. # End Source File
  176. ################################################################################
  177. # Begin Source File
  178.  
  179. SOURCE=.\adjfind0.cpp
  180.  
  181. !IF  "$(CFG)" == "stl_test - Win32 Release"
  182.  
  183. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  184.  
  185. !ENDIF 
  186.  
  187. # End Source File
  188. ################################################################################
  189. # Begin Source File
  190.  
  191. SOURCE=.\adjfind1.cpp
  192.  
  193. !IF  "$(CFG)" == "stl_test - Win32 Release"
  194.  
  195. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  196.  
  197. !ENDIF 
  198.  
  199. # End Source File
  200. ################################################################################
  201. # Begin Source File
  202.  
  203. SOURCE=.\adjfind2.cpp
  204.  
  205. !IF  "$(CFG)" == "stl_test - Win32 Release"
  206.  
  207. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  208.  
  209. !ENDIF 
  210.  
  211. # End Source File
  212. ################################################################################
  213. # Begin Source File
  214.  
  215. SOURCE=.\advance.cpp
  216.  
  217. !IF  "$(CFG)" == "stl_test - Win32 Release"
  218.  
  219. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  220.  
  221. !ENDIF 
  222.  
  223. # End Source File
  224. ################################################################################
  225. # Begin Source File
  226.  
  227. SOURCE=.\alg1.cpp
  228.  
  229. !IF  "$(CFG)" == "stl_test - Win32 Release"
  230.  
  231. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  232.  
  233. !ENDIF 
  234.  
  235. # End Source File
  236. ################################################################################
  237. # Begin Source File
  238.  
  239. SOURCE=.\alg2.cpp
  240.  
  241. !IF  "$(CFG)" == "stl_test - Win32 Release"
  242.  
  243. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  244.  
  245. !ENDIF 
  246.  
  247. # End Source File
  248. ################################################################################
  249. # Begin Source File
  250.  
  251. SOURCE=.\alg3.cpp
  252.  
  253. !IF  "$(CFG)" == "stl_test - Win32 Release"
  254.  
  255. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  256.  
  257. !ENDIF 
  258.  
  259. # End Source File
  260. ################################################################################
  261. # Begin Source File
  262.  
  263. SOURCE=.\alg4.cpp
  264.  
  265. !IF  "$(CFG)" == "stl_test - Win32 Release"
  266.  
  267. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  268.  
  269. !ENDIF 
  270.  
  271. # End Source File
  272. ################################################################################
  273. # Begin Source File
  274.  
  275. SOURCE=.\alg5.cpp
  276.  
  277. !IF  "$(CFG)" == "stl_test - Win32 Release"
  278.  
  279. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  280.  
  281. !ENDIF 
  282.  
  283. # End Source File
  284. ################################################################################
  285. # Begin Source File
  286.  
  287. SOURCE=.\bcompos1.cpp
  288.  
  289. !IF  "$(CFG)" == "stl_test - Win32 Release"
  290.  
  291. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  292.  
  293. !ENDIF 
  294.  
  295. # End Source File
  296. ################################################################################
  297. # Begin Source File
  298.  
  299. SOURCE=.\bcompos2.cpp
  300.  
  301. !IF  "$(CFG)" == "stl_test - Win32 Release"
  302.  
  303. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  304.  
  305. !ENDIF 
  306.  
  307. # End Source File
  308. ################################################################################
  309. # Begin Source File
  310.  
  311. SOURCE=.\bind1st2.cpp
  312.  
  313. !IF  "$(CFG)" == "stl_test - Win32 Release"
  314.  
  315. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  316.  
  317. !ENDIF 
  318.  
  319. # End Source File
  320. ################################################################################
  321. # Begin Source File
  322.  
  323. SOURCE=.\bind2nd1.cpp
  324.  
  325. !IF  "$(CFG)" == "stl_test - Win32 Release"
  326.  
  327. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  328.  
  329. !ENDIF 
  330.  
  331. # End Source File
  332. ################################################################################
  333. # Begin Source File
  334.  
  335. SOURCE=.\bind2nd2.cpp
  336.  
  337. !IF  "$(CFG)" == "stl_test - Win32 Release"
  338.  
  339. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  340.  
  341. !ENDIF 
  342.  
  343. # End Source File
  344. ################################################################################
  345. # Begin Source File
  346.  
  347. SOURCE=.\binsert1.cpp
  348.  
  349. !IF  "$(CFG)" == "stl_test - Win32 Release"
  350.  
  351. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  352.  
  353. !ENDIF 
  354.  
  355. # End Source File
  356. ################################################################################
  357. # Begin Source File
  358.  
  359. SOURCE=.\accum1.cpp
  360.  
  361. !IF  "$(CFG)" == "stl_test - Win32 Release"
  362.  
  363. !ELSEIF  "$(CFG)" == "stl_test - Win32 Debug"
  364.  
  365. !ENDIF 
  366.  
  367. # End Source File
  368. # End Target
  369. # End Project
  370. ################################################################################
  371.