home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual C++ 4 (2nd Edition) / VisualC4.ISO / mandel / mandel.mak < prev    next >
Encoding:
NMAKE  |  1995-11-30  |  8.9 KB  |  340 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Mandel - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Mandel - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Mandel - Win32 Release" && "$(CFG)" != "Mandel - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Mandel.mak" CFG="Mandel - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Mandel - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "Mandel - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "Mandel - Win32 Debug"
  34. MTL=mktyplib.exe
  35. RSC=rc.exe
  36. CPP=cl.exe
  37.  
  38. !IF  "$(CFG)" == "Mandel - Win32 Release"
  39.  
  40. # PROP BASE Use_MFC 5
  41. # PROP BASE Use_Debug_Libraries 0
  42. # PROP BASE Output_Dir "Release"
  43. # PROP BASE Intermediate_Dir "Release"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 5
  46. # PROP Use_Debug_Libraries 0
  47. # PROP Output_Dir "Release"
  48. # PROP Intermediate_Dir "Release"
  49. # PROP Target_Dir ""
  50. OUTDIR=.\Release
  51. INTDIR=.\Release
  52.  
  53. ALL : "$(OUTDIR)\Mandel.exe"
  54.  
  55. CLEAN : 
  56.     -@erase ".\Release\Mandel.exe"
  57.     -@erase ".\Release\MainFrm.obj"
  58.     -@erase ".\Release\Mandel.pch"
  59.     -@erase ".\Release\StdAfx.obj"
  60.     -@erase ".\Release\Mandel.obj"
  61.     -@erase ".\Release\Mandel.res"
  62.     -@erase ".\Release\MandView.obj"
  63.     -@erase ".\Release\MandDoc.obj"
  64.  
  65. "$(OUTDIR)" :
  66.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  67.  
  68. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  69. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  70. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  71.  "_MBCS" /Fp"$(INTDIR)/Mandel.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c 
  72. CPP_OBJS=.\Release/
  73. CPP_SBRS=
  74. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  75. # ADD MTL /nologo /D "NDEBUG" /win32
  76. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  77. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  78. # ADD RSC /l 0x409 /d "NDEBUG"
  79. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Mandel.res" /d "NDEBUG" 
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Mandel.bsc" 
  84. BSC32_SBRS=
  85. LINK32=link.exe
  86. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  87. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  88. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  89.  /pdb:"$(OUTDIR)/Mandel.pdb" /machine:I386 /out:"$(OUTDIR)/Mandel.exe" 
  90. LINK32_OBJS= \
  91.     ".\Release\MainFrm.obj" \
  92.     ".\Release\StdAfx.obj" \
  93.     ".\Release\Mandel.obj" \
  94.     ".\Release\MandView.obj" \
  95.     ".\Release\MandDoc.obj" \
  96.     ".\Release\Mandel.res"
  97.  
  98. "$(OUTDIR)\Mandel.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  99.     $(LINK32) @<<
  100.   $(LINK32_FLAGS) $(LINK32_OBJS)
  101. <<
  102.  
  103. !ELSEIF  "$(CFG)" == "Mandel - Win32 Debug"
  104.  
  105. # PROP BASE Use_MFC 5
  106. # PROP BASE Use_Debug_Libraries 1
  107. # PROP BASE Output_Dir "Debug"
  108. # PROP BASE Intermediate_Dir "Debug"
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 5
  111. # PROP Use_Debug_Libraries 1
  112. # PROP Output_Dir "Debug"
  113. # PROP Intermediate_Dir "Debug"
  114. # PROP Target_Dir ""
  115. OUTDIR=.\Debug
  116. INTDIR=.\Debug
  117.  
  118. ALL : "$(OUTDIR)\Mandel.exe"
  119.  
  120. CLEAN : 
  121.     -@erase ".\Debug\vc40.pdb"
  122.     -@erase ".\Debug\Mandel.pch"
  123.     -@erase ".\Debug\vc40.idb"
  124.     -@erase ".\Debug\Mandel.exe"
  125.     -@erase ".\Debug\Mandel.obj"
  126.     -@erase ".\Debug\MainFrm.obj"
  127.     -@erase ".\Debug\StdAfx.obj"
  128.     -@erase ".\Debug\Mandel.res"
  129.     -@erase ".\Debug\MandView.obj"
  130.     -@erase ".\Debug\MandDoc.obj"
  131.     -@erase ".\Debug\Mandel.ilk"
  132.     -@erase ".\Debug\Mandel.pdb"
  133.  
  134. "$(OUTDIR)" :
  135.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  136.  
  137. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  138. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  139. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  140.  /D "_MBCS" /Fp"$(INTDIR)/Mandel.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  141.  /Fd"$(INTDIR)/" /c 
  142. CPP_OBJS=.\Debug/
  143. CPP_SBRS=
  144. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  145. # ADD MTL /nologo /D "_DEBUG" /win32
  146. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  147. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  148. # ADD RSC /l 0x409 /d "_DEBUG"
  149. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/Mandel.res" /d "_DEBUG" 
  150. BSC32=bscmake.exe
  151. # ADD BASE BSC32 /nologo
  152. # ADD BSC32 /nologo
  153. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Mandel.bsc" 
  154. BSC32_SBRS=
  155. LINK32=link.exe
  156. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  157. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  158. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  159.  /pdb:"$(OUTDIR)/Mandel.pdb" /debug /machine:I386 /out:"$(OUTDIR)/Mandel.exe" 
  160. LINK32_OBJS= \
  161.     ".\Debug\Mandel.obj" \
  162.     ".\Debug\MainFrm.obj" \
  163.     ".\Debug\StdAfx.obj" \
  164.     ".\Debug\MandView.obj" \
  165.     ".\Debug\MandDoc.obj" \
  166.     ".\Debug\Mandel.res"
  167.  
  168. "$(OUTDIR)\Mandel.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  169.     $(LINK32) @<<
  170.   $(LINK32_FLAGS) $(LINK32_OBJS)
  171. <<
  172.  
  173. !ENDIF 
  174.  
  175. .c{$(CPP_OBJS)}.obj:
  176.    $(CPP) $(CPP_PROJ) $<  
  177.  
  178. .cpp{$(CPP_OBJS)}.obj:
  179.    $(CPP) $(CPP_PROJ) $<  
  180.  
  181. .cxx{$(CPP_OBJS)}.obj:
  182.    $(CPP) $(CPP_PROJ) $<  
  183.  
  184. .c{$(CPP_SBRS)}.sbr:
  185.    $(CPP) $(CPP_PROJ) $<  
  186.  
  187. .cpp{$(CPP_SBRS)}.sbr:
  188.    $(CPP) $(CPP_PROJ) $<  
  189.  
  190. .cxx{$(CPP_SBRS)}.sbr:
  191.    $(CPP) $(CPP_PROJ) $<  
  192.  
  193. ################################################################################
  194. # Begin Target
  195.  
  196. # Name "Mandel - Win32 Release"
  197. # Name "Mandel - Win32 Debug"
  198.  
  199. !IF  "$(CFG)" == "Mandel - Win32 Release"
  200.  
  201. !ELSEIF  "$(CFG)" == "Mandel - Win32 Debug"
  202.  
  203. !ENDIF 
  204.  
  205. ################################################################################
  206. # Begin Source File
  207.  
  208. SOURCE=.\ReadMe.txt
  209.  
  210. !IF  "$(CFG)" == "Mandel - Win32 Release"
  211.  
  212. !ELSEIF  "$(CFG)" == "Mandel - Win32 Debug"
  213.  
  214. !ENDIF 
  215.  
  216. # End Source File
  217. ################################################################################
  218. # Begin Source File
  219.  
  220. SOURCE=.\Mandel.cpp
  221. DEP_CPP_MANDE=\
  222.     ".\StdAfx.h"\
  223.     ".\Mandel.h"\
  224.     ".\MainFrm.h"\
  225.     ".\MandDoc.h"\
  226.     ".\MandView.h"\
  227.     
  228.  
  229. "$(INTDIR)\Mandel.obj" : $(SOURCE) $(DEP_CPP_MANDE) "$(INTDIR)"\
  230.  "$(INTDIR)\Mandel.pch"
  231.  
  232.  
  233. # End Source File
  234. ################################################################################
  235. # Begin Source File
  236.  
  237. SOURCE=.\StdAfx.cpp
  238. DEP_CPP_STDAF=\
  239.     ".\StdAfx.h"\
  240.     
  241.  
  242. !IF  "$(CFG)" == "Mandel - Win32 Release"
  243.  
  244. # ADD CPP /Yc"stdafx.h"
  245.  
  246. BuildCmds= \
  247.     $(CPP) /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS"\
  248.  /Fp"$(INTDIR)/Mandel.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
  249.     
  250.  
  251. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  252.    $(BuildCmds)
  253.  
  254. "$(INTDIR)\Mandel.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  255.    $(BuildCmds)
  256.  
  257. !ELSEIF  "$(CFG)" == "Mandel - Win32 Debug"
  258.  
  259. # ADD CPP /Yc"stdafx.h"
  260.  
  261. BuildCmds= \
  262.     $(CPP) /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  263.  /D "_MBCS" /Fp"$(INTDIR)/Mandel.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  264.  /Fd"$(INTDIR)/" /c $(SOURCE) \
  265.     
  266.  
  267. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  268.    $(BuildCmds)
  269.  
  270. "$(INTDIR)\Mandel.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  271.    $(BuildCmds)
  272.  
  273. !ENDIF 
  274.  
  275. # End Source File
  276. ################################################################################
  277. # Begin Source File
  278.  
  279. SOURCE=.\MainFrm.cpp
  280. DEP_CPP_MAINF=\
  281.     ".\MainFrm.h"\
  282.     ".\Mandel.h"\
  283.     ".\StdAfx.h"\
  284.     
  285.  
  286. "$(INTDIR)\MainFrm.obj" : $(SOURCE) $(DEP_CPP_MAINF) "$(INTDIR)"\
  287.  "$(INTDIR)\Mandel.pch"
  288.  
  289.  
  290. # End Source File
  291. ################################################################################
  292. # Begin Source File
  293.  
  294. SOURCE=.\Mandel.rc
  295. DEP_RSC_MANDEL=\
  296.     ".\res\Mandel.ico"\
  297.     ".\res\MandDoc.ico"\
  298.     ".\res\Mandel.rc2"\
  299.     
  300.  
  301. "$(INTDIR)\Mandel.res" : $(SOURCE) $(DEP_RSC_MANDEL) "$(INTDIR)"
  302.    $(RSC) $(RSC_PROJ) $(SOURCE)
  303.  
  304.  
  305. # End Source File
  306. ################################################################################
  307. # Begin Source File
  308.  
  309. SOURCE=.\MandView.cpp
  310. DEP_CPP_MANDV=\
  311.     ".\StdAfx.h"\
  312.     ".\Mandel.h"\
  313.     ".\MandDoc.h"\
  314.     ".\MandView.h"\
  315.     
  316.  
  317. "$(INTDIR)\MandView.obj" : $(SOURCE) $(DEP_CPP_MANDV) "$(INTDIR)"\
  318.  "$(INTDIR)\Mandel.pch"
  319.  
  320.  
  321. # End Source File
  322. ################################################################################
  323. # Begin Source File
  324.  
  325. SOURCE=.\MandDoc.cpp
  326. DEP_CPP_MANDD=\
  327.     ".\StdAfx.h"\
  328.     ".\Mandel.h"\
  329.     ".\MandDoc.h"\
  330.     
  331.  
  332. "$(INTDIR)\MandDoc.obj" : $(SOURCE) $(DEP_CPP_MANDD) "$(INTDIR)"\
  333.  "$(INTDIR)\Mandel.pch"
  334.  
  335.  
  336. # End Source File
  337. # End Target
  338. # End Project
  339. ################################################################################
  340.