home *** CD-ROM | disk | FTP | other *** search
/ Using Visual C++ 4 (Special Edition) / Using_Visual_C_4_Special_Edition_QUE_1996.iso / ch13 / expsum / expsum.mak < prev    next >
Encoding:
Text File  |  1995-09-26  |  14.4 KB  |  486 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 40001
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=ExpSum2 - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to ExpSum2 - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "ExpSum - Win32 Debug" && "$(CFG)" != "ExpMaker - Win32 Debug"\
  12.  && "$(CFG)" != "ExpSum1 - Win32 Debug" && "$(CFG)" != "ExpSum2 - 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 "ExpSum.mak" CFG="ExpSum2 - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "ExpSum - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "ExpMaker - Win32 Debug" (based on "Win32 (x86) Console Application")
  23. !MESSAGE "ExpSum1 - Win32 Debug" (based on "Win32 (x86) Console Application")
  24. !MESSAGE "ExpSum2 - Win32 Debug" (based on "Win32 (x86) Console Application")
  25. !MESSAGE 
  26. !ERROR An invalid configuration is specified.
  27. !ENDIF 
  28.  
  29. !IF "$(OS)" == "Windows_NT"
  30. NULL=
  31. !ELSE 
  32. NULL=nul
  33. !ENDIF 
  34. ################################################################################
  35. # Begin Project
  36. # PROP Target_Last_Scanned "ExpSum2 - Win32 Debug"
  37. RSC=rc.exe
  38. CPP=cl.exe
  39.  
  40. !IF  "$(CFG)" == "ExpSum - Win32 Debug"
  41.  
  42. # PROP BASE Use_MFC 0
  43. # PROP BASE Use_Debug_Libraries 1
  44. # PROP BASE Output_Dir "Debug"
  45. # PROP BASE Intermediate_Dir "Debug"
  46. # PROP BASE Target_Dir ""
  47. # PROP Use_MFC 0
  48. # PROP Use_Debug_Libraries 1
  49. # PROP Output_Dir "Debug"
  50. # PROP Intermediate_Dir "Debug"
  51. # PROP Target_Dir ""
  52. OUTDIR=.\Debug
  53. INTDIR=.\Debug
  54.  
  55. ALL : "ExpSum2 - Win32 Debug" "ExpSum1 - Win32 Debug" "ExpMaker - Win32 Debug" 
  56.  
  57. CLEAN : 
  58.     -@erase 
  59.  
  60. "$(OUTDIR)" :
  61.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  62.  
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  64. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c
  65. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  66.  /FR"$(INTDIR)/" /Fp"$(INTDIR)/ExpSum.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/"\
  67.  /c 
  68. CPP_OBJS=.\Debug/
  69. CPP_SBRS=.\Debug/
  70. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  71. # ADD RSC /l 0x409 /d "_DEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. BSC32_FLAGS=/nologo /o"$(OUTDIR)/ExpSum.bsc" 
  76. BSC32_SBRS=
  77. LINK32=link.exe
  78. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  79. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  80. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  81.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  82.  odbccp32.lib /nologo /subsystem:console /incremental:yes\
  83.  /pdb:"$(OUTDIR)/ExpSum.pdb" /debug /machine:I386 /out:"$(OUTDIR)/ExpSum.exe" 
  84. LINK32_OBJS=
  85.  
  86. !ELSEIF  "$(CFG)" == "ExpMaker - Win32 Debug"
  87.  
  88. # PROP BASE Use_MFC 0
  89. # PROP BASE Use_Debug_Libraries 1
  90. # PROP BASE Output_Dir "\ExpMaker\Debug"
  91. # PROP BASE Intermediate_Dir "\ExpMaker\Debug"
  92. # PROP BASE Target_Dir "\ExpMaker"
  93. # PROP Use_MFC 2
  94. # PROP Use_Debug_Libraries 1
  95. # PROP Output_Dir "ExpMaker\Debug"
  96. # PROP Intermediate_Dir "ExpMaker\Debug"
  97. # PROP Target_Dir "\ExpMaker"
  98. OUTDIR=.\ExpMaker\Debug
  99. INTDIR=.\ExpMaker\Debug
  100.  
  101. ALL : "$(OUTDIR)\.exe"
  102.  
  103. CLEAN : 
  104.     -@erase ".\ExpMaker\Debug\vc40.pdb"
  105.     -@erase ".\ExpMaker\Debug\.exe"
  106.     -@erase ".\ExpMaker\Debug\Employee.obj"
  107.     -@erase ".\ExpMaker\Debug\ExpMaker.obj"
  108.     -@erase ".\ExpMaker\Debug\Expense.obj"
  109.     -@erase ".\ExpMaker\Debug\.ilk"
  110.     -@erase ".\ExpMaker\Debug\.pdb"
  111.  
  112. "$(OUTDIR)" :
  113.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  114.  
  115. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  116. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /YX /c
  117. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "." /D "WIN32" /D "_DEBUG"\
  118.  /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/.pch" /YX /Fo"$(INTDIR)/"\
  119.  /Fd"$(INTDIR)/" /c 
  120. CPP_OBJS=.\ExpMaker\Debug/
  121. CPP_SBRS=
  122. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  123. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  124. BSC32=bscmake.exe
  125. # ADD BASE BSC32 /nologo
  126. # ADD BSC32 /nologo
  127. BSC32_FLAGS=/nologo /o"$(OUTDIR)/.bsc" 
  128. BSC32_SBRS=
  129. LINK32=link.exe
  130. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  131. # ADD LINK32 /nologo /subsystem:console /debug /machine:I386
  132. LINK32_FLAGS=/nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/.pdb"\
  133.  /debug /machine:I386 /out:"$(OUTDIR)/.exe" 
  134. LINK32_OBJS= \
  135.     "$(INTDIR)/Employee.obj" \
  136.     "$(INTDIR)/ExpMaker.obj" \
  137.     "$(INTDIR)/Expense.obj"
  138.  
  139. "$(OUTDIR)\.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  140.     $(LINK32) @<<
  141.   $(LINK32_FLAGS) $(LINK32_OBJS)
  142. <<
  143.  
  144. !ELSEIF  "$(CFG)" == "ExpSum1 - Win32 Debug"
  145.  
  146. # PROP BASE Use_MFC 0
  147. # PROP BASE Use_Debug_Libraries 1
  148. # PROP BASE Output_Dir "\ExpSum1\Debug"
  149. # PROP BASE Intermediate_Dir "\ExpSum1\Debug"
  150. # PROP BASE Target_Dir "\ExpSum1"
  151. # PROP Use_MFC 2
  152. # PROP Use_Debug_Libraries 1
  153. # PROP Output_Dir "ExpSum1\Debug"
  154. # PROP Intermediate_Dir "ExpSum1\Debug"
  155. # PROP Target_Dir "\ExpSum1"
  156. OUTDIR=.\ExpSum1\Debug
  157. INTDIR=.\ExpSum1\Debug
  158.  
  159. ALL : "$(OUTDIR)\.exe"
  160.  
  161. CLEAN : 
  162.     -@erase ".\ExpSum1\Debug\vc40.pdb"
  163.     -@erase ".\ExpSum1\Debug\.exe"
  164.     -@erase ".\ExpSum1\Debug\Expense.obj"
  165.     -@erase ".\ExpSum1\Debug\ExpSum1.obj"
  166.     -@erase ".\ExpSum1\Debug\Employee.obj"
  167.     -@erase ".\ExpSum1\Debug\.ilk"
  168.     -@erase ".\ExpSum1\Debug\.pdb"
  169.  
  170. "$(OUTDIR)" :
  171.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  172.  
  173. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  174. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /YX /c
  175. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "." /D "WIN32" /D "_DEBUG"\
  176.  /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/.pch" /YX /Fo"$(INTDIR)/"\
  177.  /Fd"$(INTDIR)/" /c 
  178. CPP_OBJS=.\ExpSum1\Debug/
  179. CPP_SBRS=
  180. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  181. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  182. BSC32=bscmake.exe
  183. # ADD BASE BSC32 /nologo
  184. # ADD BSC32 /nologo
  185. BSC32_FLAGS=/nologo /o"$(OUTDIR)/.bsc" 
  186. BSC32_SBRS=
  187. LINK32=link.exe
  188. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  189. # ADD LINK32 /nologo /subsystem:console /debug /machine:I386
  190. LINK32_FLAGS=/nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/.pdb"\
  191.  /debug /machine:I386 /out:"$(OUTDIR)/.exe" 
  192. LINK32_OBJS= \
  193.     "$(INTDIR)/Expense.obj" \
  194.     "$(INTDIR)/ExpSum1.obj" \
  195.     "$(INTDIR)/Employee.obj"
  196.  
  197. "$(OUTDIR)\.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  198.     $(LINK32) @<<
  199.   $(LINK32_FLAGS) $(LINK32_OBJS)
  200. <<
  201.  
  202. !ELSEIF  "$(CFG)" == "ExpSum2 - Win32 Debug"
  203.  
  204. # PROP BASE Use_MFC 0
  205. # PROP BASE Use_Debug_Libraries 1
  206. # PROP BASE Output_Dir "\ExpSum2\Debug"
  207. # PROP BASE Intermediate_Dir "\ExpSum2\Debug"
  208. # PROP BASE Target_Dir "\ExpSum2"
  209. # PROP Use_MFC 2
  210. # PROP Use_Debug_Libraries 1
  211. # PROP Output_Dir "ExpSum2\Debug"
  212. # PROP Intermediate_Dir "ExpSum2\Debug"
  213. # PROP Target_Dir "\ExpSum2"
  214. OUTDIR=.\ExpSum2\Debug
  215. INTDIR=.\ExpSum2\Debug
  216.  
  217. ALL : "$(OUTDIR)\.exe"
  218.  
  219. CLEAN : 
  220.     -@erase ".\ExpSum2\Debug\vc40.pdb"
  221.     -@erase ".\ExpSum2\Debug\.exe"
  222.     -@erase ".\ExpSum2\Debug\Expense.obj"
  223.     -@erase ".\ExpSum2\Debug\Employee.obj"
  224.     -@erase ".\ExpSum2\Debug\ExpSum2.obj"
  225.     -@erase ".\ExpSum2\Debug\.ilk"
  226.     -@erase ".\ExpSum2\Debug\.pdb"
  227.  
  228. "$(OUTDIR)" :
  229.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  230.  
  231. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  232. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /YX /c
  233. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I ".." /I "." /D "WIN32" /D "_DEBUG"\
  234.  /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/.pch" /YX /Fo"$(INTDIR)/"\
  235.  /Fd"$(INTDIR)/" /c 
  236. CPP_OBJS=.\ExpSum2\Debug/
  237. CPP_SBRS=
  238. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  239. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  240. BSC32=bscmake.exe
  241. # ADD BASE BSC32 /nologo
  242. # ADD BSC32 /nologo
  243. BSC32_FLAGS=/nologo /o"$(OUTDIR)/.bsc" 
  244. BSC32_SBRS=
  245. LINK32=link.exe
  246. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  247. # ADD LINK32 /nologo /subsystem:console /debug /machine:I386
  248. LINK32_FLAGS=/nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/.pdb"\
  249.  /debug /machine:I386 /out:"$(OUTDIR)/.exe" 
  250. LINK32_OBJS= \
  251.     "$(INTDIR)/Expense.obj" \
  252.     "$(INTDIR)/Employee.obj" \
  253.     "$(INTDIR)/ExpSum2.obj"
  254.  
  255. "$(OUTDIR)\.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  256.     $(LINK32) @<<
  257.   $(LINK32_FLAGS) $(LINK32_OBJS)
  258. <<
  259.  
  260. !ENDIF 
  261.  
  262. .c{$(CPP_OBJS)}.obj:
  263.    $(CPP) $(CPP_PROJ) $<  
  264.  
  265. .cpp{$(CPP_OBJS)}.obj:
  266.    $(CPP) $(CPP_PROJ) $<  
  267.  
  268. .cxx{$(CPP_OBJS)}.obj:
  269.    $(CPP) $(CPP_PROJ) $<  
  270.  
  271. .c{$(CPP_SBRS)}.sbr:
  272.    $(CPP) $(CPP_PROJ) $<  
  273.  
  274. .cpp{$(CPP_SBRS)}.sbr:
  275.    $(CPP) $(CPP_PROJ) $<  
  276.  
  277. .cxx{$(CPP_SBRS)}.sbr:
  278.    $(CPP) $(CPP_PROJ) $<  
  279.  
  280. ################################################################################
  281. # Begin Target
  282.  
  283. # Name "ExpSum - Win32 Debug"
  284. ################################################################################
  285. # Begin Project Dependency
  286.  
  287. # Project_Dep_Name "ExpMaker"
  288.  
  289. !IF  "$(CFG)" == "ExpSum - Win32 Debug"
  290.  
  291. "ExpMaker - Win32 Debug" : 
  292.    $(MAKE) /$(MAKEFLAGS) /F .\ExpSum.mak CFG="ExpMaker - Win32 Debug" 
  293.  
  294. !ENDIF 
  295.  
  296. # End Project Dependency
  297. ################################################################################
  298. # Begin Project Dependency
  299.  
  300. # Project_Dep_Name "ExpSum1"
  301.  
  302. !IF  "$(CFG)" == "ExpSum - Win32 Debug"
  303.  
  304. "ExpSum1 - Win32 Debug" : 
  305.    $(MAKE) /$(MAKEFLAGS) /F .\ExpSum.mak CFG="ExpSum1 - Win32 Debug" 
  306.  
  307. !ENDIF 
  308.  
  309. # End Project Dependency
  310. ################################################################################
  311. # Begin Project Dependency
  312.  
  313. # Project_Dep_Name "ExpSum2"
  314.  
  315. !IF  "$(CFG)" == "ExpSum - Win32 Debug"
  316.  
  317. "ExpSum2 - Win32 Debug" : 
  318.    $(MAKE) /$(MAKEFLAGS) /F .\ExpSum.mak CFG="ExpSum2 - Win32 Debug" 
  319.  
  320. !ENDIF 
  321.  
  322. # End Project Dependency
  323. # End Target
  324. ################################################################################
  325. # Begin Target
  326.  
  327. # Name "ExpMaker - Win32 Debug"
  328. ################################################################################
  329. # Begin Source File
  330.  
  331. SOURCE=.\Expense.cpp
  332. DEP_CPP_EXPEN=\
  333.     ".\expense.h"\
  334.     
  335.  
  336. "$(INTDIR)\Expense.obj" : $(SOURCE) $(DEP_CPP_EXPEN) "$(INTDIR)"
  337.  
  338. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EXPEN) "$(INTDIR)"
  339.  
  340.  
  341. # End Source File
  342. ################################################################################
  343. # Begin Source File
  344.  
  345. SOURCE=.\Employee.cpp
  346. DEP_CPP_EMPLO=\
  347.     ".\employee.h"\
  348.     
  349.  
  350. "$(INTDIR)\Employee.obj" : $(SOURCE) $(DEP_CPP_EMPLO) "$(INTDIR)"
  351.  
  352. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EMPLO) "$(INTDIR)"
  353.  
  354.  
  355. # End Source File
  356. ################################################################################
  357. # Begin Source File
  358.  
  359. SOURCE=.\ExpMaker\ExpMaker.cpp
  360. DEP_CPP_EXPMA=\
  361.     ".\employee.h"\
  362.     ".\expense.h"\
  363.     
  364.  
  365. BuildCmds= \
  366.     $(CPP) $(CPP_PROJ) $(SOURCE) \
  367.     
  368.  
  369. "$(INTDIR)\ExpMaker.obj" : $(SOURCE) $(DEP_CPP_EXPMA) "$(INTDIR)"
  370.    $(BuildCmds)
  371.  
  372. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EXPMA) "$(INTDIR)"
  373.    $(BuildCmds)
  374.  
  375. # End Source File
  376. # End Target
  377. ################################################################################
  378. # Begin Target
  379.  
  380. # Name "ExpSum1 - Win32 Debug"
  381. ################################################################################
  382. # Begin Source File
  383.  
  384. SOURCE=.\Expense.cpp
  385. DEP_CPP_EXPEN=\
  386.     ".\expense.h"\
  387.     
  388.  
  389. "$(INTDIR)\Expense.obj" : $(SOURCE) $(DEP_CPP_EXPEN) "$(INTDIR)"
  390.  
  391. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EXPEN) "$(INTDIR)"
  392.  
  393.  
  394. # End Source File
  395. ################################################################################
  396. # Begin Source File
  397.  
  398. SOURCE=.\Employee.cpp
  399. DEP_CPP_EMPLO=\
  400.     ".\employee.h"\
  401.     
  402.  
  403. "$(INTDIR)\Employee.obj" : $(SOURCE) $(DEP_CPP_EMPLO) "$(INTDIR)"
  404.  
  405. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EMPLO) "$(INTDIR)"
  406.  
  407.  
  408. # End Source File
  409. ################################################################################
  410. # Begin Source File
  411.  
  412. SOURCE=.\ExpSum1\ExpSum1.cpp
  413. DEP_CPP_EXPSU=\
  414.     ".\employee.h"\
  415.     ".\expense.h"\
  416.     
  417.  
  418. BuildCmds= \
  419.     $(CPP) $(CPP_PROJ) $(SOURCE) \
  420.     
  421.  
  422. "$(INTDIR)\ExpSum1.obj" : $(SOURCE) $(DEP_CPP_EXPSU) "$(INTDIR)"
  423.    $(BuildCmds)
  424.  
  425. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EXPSU) "$(INTDIR)"
  426.    $(BuildCmds)
  427.  
  428. # End Source File
  429. # End Target
  430. ################################################################################
  431. # Begin Target
  432.  
  433. # Name "ExpSum2 - Win32 Debug"
  434. ################################################################################
  435. # Begin Source File
  436.  
  437. SOURCE=.\Expense.cpp
  438. DEP_CPP_EXPEN=\
  439.     ".\expense.h"\
  440.     
  441.  
  442. "$(INTDIR)\Expense.obj" : $(SOURCE) $(DEP_CPP_EXPEN) "$(INTDIR)"
  443.  
  444. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EXPEN) "$(INTDIR)"
  445.  
  446.  
  447. # End Source File
  448. ################################################################################
  449. # Begin Source File
  450.  
  451. SOURCE=.\Employee.cpp
  452. DEP_CPP_EMPLO=\
  453.     ".\employee.h"\
  454.     
  455.  
  456. "$(INTDIR)\Employee.obj" : $(SOURCE) $(DEP_CPP_EMPLO) "$(INTDIR)"
  457.  
  458. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EMPLO) "$(INTDIR)"
  459.  
  460.  
  461. # End Source File
  462. ################################################################################
  463. # Begin Source File
  464.  
  465. SOURCE=.\ExpSum2\ExpSum2.cpp
  466. DEP_CPP_EXPSUM=\
  467.     ".\employee.h"\
  468.     ".\expense.h"\
  469.     ".\ExpSum2\Except.h"\
  470.     
  471.  
  472. BuildCmds= \
  473.     $(CPP) $(CPP_PROJ) $(SOURCE) \
  474.     
  475.  
  476. "$(INTDIR)\ExpSum2.obj" : $(SOURCE) $(DEP_CPP_EXPSUM) "$(INTDIR)"
  477.    $(BuildCmds)
  478.  
  479. "$(INTDIR)\vc40.pdb" : $(SOURCE) $(DEP_CPP_EXPSUM) "$(INTDIR)"
  480.    $(BuildCmds)
  481.  
  482. # End Source File
  483. # End Target
  484. # End Project
  485. ################################################################################
  486.