home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / componen / interact / demo / data.2 / samples / vc / EXPAND / EXPAND.MAK < prev    next >
Encoding:
NMAKE  |  1996-05-24  |  13.0 KB  |  458 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=expand - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to expand - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "expand - Win32 Release" && "$(CFG)" != "expand - 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 "expand.mak" CFG="expand - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "expand - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "expand - 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 "expand - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36. MTL=mktyplib.exe
  37.  
  38. !IF  "$(CFG)" == "expand - Win32 Release"
  39.  
  40. # PROP BASE Use_MFC 6
  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 6
  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)\expand.exe"
  54.  
  55. CLEAN : 
  56.     -@erase "$(INTDIR)\dorule.obj"
  57.     -@erase "$(INTDIR)\entity.obj"
  58.     -@erase "$(INTDIR)\expand.obj"
  59.     -@erase "$(INTDIR)\expand.pch"
  60.     -@erase "$(INTDIR)\expand.res"
  61.     -@erase "$(INTDIR)\expandDlg.obj"
  62.     -@erase "$(INTDIR)\font.obj"
  63.     -@erase "$(INTDIR)\ido.obj"
  64.     -@erase "$(INTDIR)\relation.obj"
  65.     -@erase "$(INTDIR)\StdAfx.obj"
  66.     -@erase "$(OUTDIR)\expand.exe"
  67.  
  68. "$(OUTDIR)" :
  69.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  70.  
  71. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  72. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  73. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  74.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/expand.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c\
  75.  
  76. CPP_OBJS=.\Release/
  77. CPP_SBRS=.\.
  78. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  79. # ADD MTL /nologo /D "NDEBUG" /win32
  80. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  81. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  82. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  83. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/expand.res" /d "NDEBUG" /d "_AFXDLL" 
  84. BSC32=bscmake.exe
  85. # ADD BASE BSC32 /nologo
  86. # ADD BSC32 /nologo
  87. BSC32_FLAGS=/nologo /o"$(OUTDIR)/expand.bsc" 
  88. BSC32_SBRS= \
  89.     
  90. LINK32=link.exe
  91. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  92. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  93. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  94.  /pdb:"$(OUTDIR)/expand.pdb" /machine:I386 /out:"$(OUTDIR)/expand.exe" 
  95. LINK32_OBJS= \
  96.     "$(INTDIR)\dorule.obj" \
  97.     "$(INTDIR)\entity.obj" \
  98.     "$(INTDIR)\expand.obj" \
  99.     "$(INTDIR)\expand.res" \
  100.     "$(INTDIR)\expandDlg.obj" \
  101.     "$(INTDIR)\font.obj" \
  102.     "$(INTDIR)\ido.obj" \
  103.     "$(INTDIR)\relation.obj" \
  104.     "$(INTDIR)\StdAfx.obj"
  105.  
  106. "$(OUTDIR)\expand.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  107.     $(LINK32) @<<
  108.   $(LINK32_FLAGS) $(LINK32_OBJS)
  109. <<
  110.  
  111. !ELSEIF  "$(CFG)" == "expand - Win32 Debug"
  112.  
  113. # PROP BASE Use_MFC 6
  114. # PROP BASE Use_Debug_Libraries 1
  115. # PROP BASE Output_Dir "Debug"
  116. # PROP BASE Intermediate_Dir "Debug"
  117. # PROP BASE Target_Dir ""
  118. # PROP Use_MFC 6
  119. # PROP Use_Debug_Libraries 1
  120. # PROP Output_Dir "Debug"
  121. # PROP Intermediate_Dir "Debug"
  122. # PROP Target_Dir ""
  123. OUTDIR=.\Debug
  124. INTDIR=.\Debug
  125.  
  126. ALL : "$(OUTDIR)\expand.exe"
  127.  
  128. CLEAN : 
  129.     -@erase "$(INTDIR)\dorule.obj"
  130.     -@erase "$(INTDIR)\entity.obj"
  131.     -@erase "$(INTDIR)\expand.obj"
  132.     -@erase "$(INTDIR)\expand.pch"
  133.     -@erase "$(INTDIR)\expand.res"
  134.     -@erase "$(INTDIR)\expandDlg.obj"
  135.     -@erase "$(INTDIR)\font.obj"
  136.     -@erase "$(INTDIR)\ido.obj"
  137.     -@erase "$(INTDIR)\relation.obj"
  138.     -@erase "$(INTDIR)\StdAfx.obj"
  139.     -@erase "$(INTDIR)\vc40.idb"
  140.     -@erase "$(INTDIR)\vc40.pdb"
  141.     -@erase "$(OUTDIR)\expand.exe"
  142.     -@erase "$(OUTDIR)\expand.ilk"
  143.     -@erase "$(OUTDIR)\expand.pdb"
  144.  
  145. "$(OUTDIR)" :
  146.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  147.  
  148. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  149. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  150. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  151.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/expand.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  152.  /Fd"$(INTDIR)/" /c 
  153. CPP_OBJS=.\Debug/
  154. CPP_SBRS=.\.
  155. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  156. # ADD MTL /nologo /D "_DEBUG" /win32
  157. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  158. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  159. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  160. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/expand.res" /d "_DEBUG" /d "_AFXDLL" 
  161. BSC32=bscmake.exe
  162. # ADD BASE BSC32 /nologo
  163. # ADD BSC32 /nologo
  164. BSC32_FLAGS=/nologo /o"$(OUTDIR)/expand.bsc" 
  165. BSC32_SBRS= \
  166.     
  167. LINK32=link.exe
  168. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  169. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  170. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  171.  /pdb:"$(OUTDIR)/expand.pdb" /debug /machine:I386 /out:"$(OUTDIR)/expand.exe" 
  172. LINK32_OBJS= \
  173.     "$(INTDIR)\dorule.obj" \
  174.     "$(INTDIR)\entity.obj" \
  175.     "$(INTDIR)\expand.obj" \
  176.     "$(INTDIR)\expand.res" \
  177.     "$(INTDIR)\expandDlg.obj" \
  178.     "$(INTDIR)\font.obj" \
  179.     "$(INTDIR)\ido.obj" \
  180.     "$(INTDIR)\relation.obj" \
  181.     "$(INTDIR)\StdAfx.obj"
  182.  
  183. "$(OUTDIR)\expand.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  184.     $(LINK32) @<<
  185.   $(LINK32_FLAGS) $(LINK32_OBJS)
  186. <<
  187.  
  188. !ENDIF 
  189.  
  190. .c{$(CPP_OBJS)}.obj:
  191.    $(CPP) $(CPP_PROJ) $<  
  192.  
  193. .cpp{$(CPP_OBJS)}.obj:
  194.    $(CPP) $(CPP_PROJ) $<  
  195.  
  196. .cxx{$(CPP_OBJS)}.obj:
  197.    $(CPP) $(CPP_PROJ) $<  
  198.  
  199. .c{$(CPP_SBRS)}.sbr:
  200.    $(CPP) $(CPP_PROJ) $<  
  201.  
  202. .cpp{$(CPP_SBRS)}.sbr:
  203.    $(CPP) $(CPP_PROJ) $<  
  204.  
  205. .cxx{$(CPP_SBRS)}.sbr:
  206.    $(CPP) $(CPP_PROJ) $<  
  207.  
  208. ################################################################################
  209. # Begin Target
  210.  
  211. # Name "expand - Win32 Release"
  212. # Name "expand - Win32 Debug"
  213.  
  214. !IF  "$(CFG)" == "expand - Win32 Release"
  215.  
  216. !ELSEIF  "$(CFG)" == "expand - Win32 Debug"
  217.  
  218. !ENDIF 
  219.  
  220. ################################################################################
  221. # Begin Source File
  222.  
  223. SOURCE=.\ReadMe.txt
  224.  
  225. !IF  "$(CFG)" == "expand - Win32 Release"
  226.  
  227. !ELSEIF  "$(CFG)" == "expand - Win32 Debug"
  228.  
  229. !ENDIF 
  230.  
  231. # End Source File
  232. ################################################################################
  233. # Begin Source File
  234.  
  235. SOURCE=.\expand.cpp
  236. DEP_CPP_EXPAN=\
  237.     ".\expand.h"\
  238.     ".\expandDlg.h"\
  239.     ".\ido.h"\
  240.     ".\StdAfx.h"\
  241.     
  242.  
  243. "$(INTDIR)\expand.obj" : $(SOURCE) $(DEP_CPP_EXPAN) "$(INTDIR)"\
  244.  "$(INTDIR)\expand.pch"
  245.  
  246.  
  247. # End Source File
  248. ################################################################################
  249. # Begin Source File
  250.  
  251. SOURCE=.\expandDlg.cpp
  252. DEP_CPP_EXPAND=\
  253.     ".\entity.h"\
  254.     ".\expand.h"\
  255.     ".\expandDlg.h"\
  256.     ".\ido.h"\
  257.     ".\relation.h"\
  258.     ".\StdAfx.h"\
  259.     
  260.  
  261. "$(INTDIR)\expandDlg.obj" : $(SOURCE) $(DEP_CPP_EXPAND) "$(INTDIR)"\
  262.  "$(INTDIR)\expand.pch"
  263.  
  264.  
  265. # End Source File
  266. ################################################################################
  267. # Begin Source File
  268.  
  269. SOURCE=.\StdAfx.cpp
  270. DEP_CPP_STDAF=\
  271.     ".\StdAfx.h"\
  272.     
  273.  
  274. !IF  "$(CFG)" == "expand - Win32 Release"
  275.  
  276. # ADD CPP /Yc"stdafx.h"
  277.  
  278. BuildCmds= \
  279.     $(CPP) /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\
  280.  "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/expand.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c\
  281.  $(SOURCE) \
  282.     
  283.  
  284. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  285.    $(BuildCmds)
  286.  
  287. "$(INTDIR)\expand.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  288.    $(BuildCmds)
  289.  
  290. !ELSEIF  "$(CFG)" == "expand - Win32 Debug"
  291.  
  292. # ADD CPP /Yc"stdafx.h"
  293.  
  294. BuildCmds= \
  295.     $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  296.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/expand.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  297.  /Fd"$(INTDIR)/" /c $(SOURCE) \
  298.     
  299.  
  300. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  301.    $(BuildCmds)
  302.  
  303. "$(INTDIR)\expand.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  304.    $(BuildCmds)
  305.  
  306. !ENDIF 
  307.  
  308. # End Source File
  309. ################################################################################
  310. # Begin Source File
  311.  
  312. SOURCE=.\expand.rc
  313. DEP_RSC_EXPAND_=\
  314.     ".\res\expand.ico"\
  315.     ".\res\expand.rc2"\
  316.     
  317.  
  318. "$(INTDIR)\expand.res" : $(SOURCE) $(DEP_RSC_EXPAND_) "$(INTDIR)"
  319.    $(RSC) $(RSC_PROJ) $(SOURCE)
  320.  
  321.  
  322. # End Source File
  323. ################################################################################
  324. # Begin Source File
  325.  
  326. SOURCE=.\ido.cpp
  327. DEP_CPP_IDO_C=\
  328.     ".\dorule.h"\
  329.     ".\entity.h"\
  330.     ".\ido.h"\
  331.     ".\relation.h"\
  332.     ".\StdAfx.h"\
  333.     
  334.  
  335. "$(INTDIR)\ido.obj" : $(SOURCE) $(DEP_CPP_IDO_C) "$(INTDIR)"\
  336.  "$(INTDIR)\expand.pch"
  337.  
  338.  
  339. # End Source File
  340. ################################################################################
  341. # Begin Source File
  342.  
  343. SOURCE=.\dorule.cpp
  344. DEP_CPP_DORUL=\
  345.     ".\dorule.h"\
  346.     ".\StdAfx.h"\
  347.     
  348.  
  349. "$(INTDIR)\dorule.obj" : $(SOURCE) $(DEP_CPP_DORUL) "$(INTDIR)"\
  350.  "$(INTDIR)\expand.pch"
  351.  
  352.  
  353. # End Source File
  354. ################################################################################
  355. # Begin Source File
  356.  
  357. SOURCE=.\entity.cpp
  358. DEP_CPP_ENTIT=\
  359.     ".\entity.h"\
  360.     ".\font.h"\
  361.     ".\StdAfx.h"\
  362.     
  363.  
  364. "$(INTDIR)\entity.obj" : $(SOURCE) $(DEP_CPP_ENTIT) "$(INTDIR)"\
  365.  "$(INTDIR)\expand.pch"
  366.  
  367.  
  368. # End Source File
  369. ################################################################################
  370. # Begin Source File
  371.  
  372. SOURCE=.\relation.cpp
  373. DEP_CPP_RELAT=\
  374.     ".\entity.h"\
  375.     ".\font.h"\
  376.     ".\relation.h"\
  377.     ".\StdAfx.h"\
  378.     
  379.  
  380. "$(INTDIR)\relation.obj" : $(SOURCE) $(DEP_CPP_RELAT) "$(INTDIR)"\
  381.  "$(INTDIR)\expand.pch"
  382.  
  383.  
  384. # End Source File
  385. ################################################################################
  386. # Begin Source File
  387.  
  388. SOURCE=.\font.cpp
  389. DEP_CPP_FONT_=\
  390.     ".\font.h"\
  391.     ".\StdAfx.h"\
  392.     
  393.  
  394. "$(INTDIR)\font.obj" : $(SOURCE) $(DEP_CPP_FONT_) "$(INTDIR)"\
  395.  "$(INTDIR)\expand.pch"
  396.  
  397.  
  398. # End Source File
  399. # End Target
  400. # End Project
  401. ################################################################################
  402. ################################################################################
  403. # Section expand : {9DCCD561-29B5-11CF-BDCB-0020A90B183A}
  404. #     2:5:Class:CIDO
  405. #     2:10:HeaderFile:ido.h
  406. #     2:8:ImplFile:ido.cpp
  407. # End Section
  408. ################################################################################
  409. ################################################################################
  410. # Section expand : {67434960-75BF-11CF-BDCB-0020A90B183A}
  411. #     2:5:Class:CDORule
  412. #     2:10:HeaderFile:dorule.h
  413. #     2:8:ImplFile:dorule.cpp
  414. # End Section
  415. ################################################################################
  416. ################################################################################
  417. # Section OLE Controls
  418. #     {9DCCD563-29B5-11CF-BDCB-0020A90B183A}
  419. # End Section
  420. ################################################################################
  421. ################################################################################
  422. # Section expand : {15B03D60-4685-11CF-BDCB-0020A90B183A}
  423. #     2:5:Class:CEntity
  424. #     2:10:HeaderFile:entity.h
  425. #     2:8:ImplFile:entity.cpp
  426. # End Section
  427. ################################################################################
  428. ################################################################################
  429. # Section expand : {9DCCD563-29B5-11CF-BDCB-0020A90B183A}
  430. #     0:8:Font.cpp:C:\SRC\IDO\samples\vc\expand\Font.cpp
  431. #     0:10:Entity.cpp:C:\SRC\IDO\samples\vc\expand\Entity.cpp
  432. #     0:6:Font.h:C:\SRC\IDO\samples\vc\expand\Font.h
  433. #     0:12:Relation.cpp:C:\SRC\IDO\samples\vc\expand\Relation.cpp
  434. #     0:8:Entity.h:C:\SRC\IDO\samples\vc\expand\Entity.h
  435. #     0:5:IDO.h:C:\SRC\IDO\samples\vc\expand\IDO.h
  436. #     0:8:DORule.h:C:\SRC\IDO\samples\vc\expand\DORule.h
  437. #     0:10:DORule.cpp:C:\SRC\IDO\samples\vc\expand\DORule.cpp
  438. #     0:7:IDO.cpp:C:\SRC\IDO\samples\vc\expand\IDO.cpp
  439. #     0:10:Relation.h:C:\SRC\IDO\samples\vc\expand\Relation.h
  440. #     2:21:DefaultSinkHeaderFile:ido.h
  441. #     2:16:DefaultSinkClass:CIDO
  442. # End Section
  443. ################################################################################
  444. ################################################################################
  445. # Section expand : {44713560-4A76-11CF-BDCB-0020A90B183A}
  446. #     2:5:Class:CRelation
  447. #     2:10:HeaderFile:relation.h
  448. #     2:8:ImplFile:relation.cpp
  449. # End Section
  450. ################################################################################
  451. ################################################################################
  452. # Section expand : {BEF6E003-A874-101A-8BBA-00AA00300CAB}
  453. #     2:5:Class:COleFont
  454. #     2:10:HeaderFile:font.h
  455. #     2:8:ImplFile:font.cpp
  456. # End Section
  457. ################################################################################
  458.