home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 March / VPR9803A.ISO / OLS / Windows / TAR32023 / TAR32023.EXE / SRC / TAR32DOS / TAR32DOS.MAK next >
Text File  |  1997-09-02  |  27KB  |  1,055 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** 編集しないでください **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=tar32dos - Win32 Debug
  8. !MESSAGE 構成が指定されていません。デフォルトの tar32dos - Win32 Debug を設定します。
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "tar32dos - Win32 Release" && "$(CFG)" !=\
  12.  "tar32dos - Win32 Debug"
  13. !MESSAGE 指定された ビルド モード "$(CFG)" は正しくありません。
  14. !MESSAGE コマンド ライン上でマクロ 'CFG' を定義することによって
  15. !MESSAGE NMAKE 実行時にビルド モードを指定できます。例えば:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "tar32dos.mak" CFG="tar32dos - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE 選択可能なビルド モード:
  20. !MESSAGE 
  21. !MESSAGE "tar32dos - Win32 Release" ("Win32 (x86) Console Application" 用)
  22. !MESSAGE "tar32dos - Win32 Debug" ("Win32 (x86) Console Application" 用)
  23. !MESSAGE 
  24. !ERROR 無効な構成が指定されています。
  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 "tar32dos - Win32 Debug"
  35. RSC=rc.exe
  36. CPP=cl.exe
  37.  
  38. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  39.  
  40. # PROP BASE Use_MFC 0
  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 0
  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)\tar32dos.exe"
  54.  
  55. CLEAN : 
  56.     -@erase ".\Release\tar32dos.exe"
  57.     -@erase ".\Release\Tar32.obj"
  58.     -@erase ".\Release\Compress.obj"
  59.     -@erase ".\Release\Util.obj"
  60.     -@erase ".\Release\Setarg.obj"
  61.     -@erase ".\Release\Chkfname.obj"
  62.     -@erase ".\Release\Unzip.obj"
  63.     -@erase ".\Release\Compapi.obj"
  64.     -@erase ".\Release\Nt_secu.obj"
  65.     -@erase ".\Release\Mainmain.obj"
  66.     -@erase ".\Release\Deflate.obj"
  67.     -@erase ".\Release\Getdir.obj"
  68.     -@erase ".\Release\Bits.obj"
  69.     -@erase ".\Release\Gzip.obj"
  70.     -@erase ".\Release\nkf.obj"
  71.     -@erase ".\Release\Inflate.obj"
  72.     -@erase ".\Release\Archio.obj"
  73.     -@erase ".\Release\Main.obj"
  74.     -@erase ".\Release\Misc.obj"
  75.     -@erase ".\Release\Tardir.obj"
  76.     -@erase ".\Release\Ioctrl.obj"
  77.     -@erase ".\Release\Fdio.obj"
  78.     -@erase ".\Release\Zip.obj"
  79.     -@erase ".\Release\Version.obj"
  80.     -@erase ".\Release\Trees.obj"
  81.     -@erase ".\Release\Tar32.res"
  82.     -@erase ".\Release\Tarwin.obj"
  83.  
  84. "$(OUTDIR)" :
  85.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  86.  
  87. # ADD BASE CPP /nologo /W3 /GX /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  88. # ADD CPP /nologo /W3 /GX /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D IO_TEST=2 /D "DLL_TEST" /YX /c
  89. CPP_PROJ=/nologo /ML /W3 /GX /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D IO_TEST=2\
  90.  /D "DLL_TEST" /Fp"$(INTDIR)/tar32dos.pch" /YX /Fo"$(INTDIR)/" /c 
  91. CPP_OBJS=.\Release/
  92. CPP_SBRS=
  93. # ADD BASE RSC /l 0x411 /d "NDEBUG"
  94. # ADD RSC /l 0x411 /d "NDEBUG"
  95. RSC_PROJ=/l 0x411 /fo"$(INTDIR)/Tar32.res" /d "NDEBUG" 
  96. BSC32=bscmake.exe
  97. # ADD BASE BSC32 /nologo
  98. # ADD BSC32 /nologo
  99. BSC32_FLAGS=/nologo /o"$(OUTDIR)/tar32dos.bsc" 
  100. BSC32_SBRS=
  101. LINK32=link.exe
  102. # 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 /machine:I386
  103. # 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 /machine:I386
  104. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  105.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  106.  odbccp32.lib /nologo /subsystem:console /incremental:no\
  107.  /pdb:"$(OUTDIR)/tar32dos.pdb" /machine:I386 /out:"$(OUTDIR)/tar32dos.exe" 
  108. LINK32_OBJS= \
  109.     "$(INTDIR)/Tar32.obj" \
  110.     "$(INTDIR)/Compress.obj" \
  111.     "$(INTDIR)/Util.obj" \
  112.     "$(INTDIR)/Setarg.obj" \
  113.     "$(INTDIR)/Chkfname.obj" \
  114.     "$(INTDIR)/Unzip.obj" \
  115.     "$(INTDIR)/Compapi.obj" \
  116.     "$(INTDIR)/Nt_secu.obj" \
  117.     "$(INTDIR)/Mainmain.obj" \
  118.     "$(INTDIR)/Deflate.obj" \
  119.     "$(INTDIR)/Getdir.obj" \
  120.     "$(INTDIR)/Bits.obj" \
  121.     "$(INTDIR)/Gzip.obj" \
  122.     "$(INTDIR)/nkf.obj" \
  123.     "$(INTDIR)/Inflate.obj" \
  124.     "$(INTDIR)/Archio.obj" \
  125.     "$(INTDIR)/Main.obj" \
  126.     "$(INTDIR)/Misc.obj" \
  127.     "$(INTDIR)/Tardir.obj" \
  128.     "$(INTDIR)/Ioctrl.obj" \
  129.     "$(INTDIR)/Fdio.obj" \
  130.     "$(INTDIR)/Zip.obj" \
  131.     "$(INTDIR)/Version.obj" \
  132.     "$(INTDIR)/Trees.obj" \
  133.     "$(INTDIR)/Tarwin.obj" \
  134.     "$(INTDIR)/Tar32.res"
  135.  
  136. "$(OUTDIR)\tar32dos.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  137.     $(LINK32) @<<
  138.   $(LINK32_FLAGS) $(LINK32_OBJS)
  139. <<
  140.  
  141. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  142.  
  143. # PROP BASE Use_MFC 0
  144. # PROP BASE Use_Debug_Libraries 1
  145. # PROP BASE Output_Dir "Debug"
  146. # PROP BASE Intermediate_Dir "Debug"
  147. # PROP BASE Target_Dir ""
  148. # PROP Use_MFC 0
  149. # PROP Use_Debug_Libraries 1
  150. # PROP Output_Dir "Debug"
  151. # PROP Intermediate_Dir "Debug"
  152. # PROP Target_Dir ""
  153. OUTDIR=.\Debug
  154. INTDIR=.\Debug
  155.  
  156. ALL : "$(OUTDIR)\tar32dos.exe"
  157.  
  158. CLEAN : 
  159.     -@erase ".\Debug\vc40.pdb"
  160.     -@erase ".\Debug\vc40.idb"
  161.     -@erase ".\Debug\tar32dos.exe"
  162.     -@erase ".\Debug\Mainmain.obj"
  163.     -@erase ".\Debug\Setarg.obj"
  164.     -@erase ".\Debug\Compapi.obj"
  165.     -@erase ".\Debug\nkf.obj"
  166.     -@erase ".\Debug\Bits.obj"
  167.     -@erase ".\Debug\Deflate.obj"
  168.     -@erase ".\Debug\Getdir.obj"
  169.     -@erase ".\Debug\Gzip.obj"
  170.     -@erase ".\Debug\Main.obj"
  171.     -@erase ".\Debug\Zip.obj"
  172.     -@erase ".\Debug\Inflate.obj"
  173.     -@erase ".\Debug\Archio.obj"
  174.     -@erase ".\Debug\Misc.obj"
  175.     -@erase ".\Debug\Nt_secu.obj"
  176.     -@erase ".\Debug\Fdio.obj"
  177.     -@erase ".\Debug\Tardir.obj"
  178.     -@erase ".\Debug\Ioctrl.obj"
  179.     -@erase ".\Debug\Trees.obj"
  180.     -@erase ".\Debug\Version.obj"
  181.     -@erase ".\Debug\Tar32.obj"
  182.     -@erase ".\Debug\Compress.obj"
  183.     -@erase ".\Debug\Chkfname.obj"
  184.     -@erase ".\Debug\Util.obj"
  185.     -@erase ".\Debug\Unzip.obj"
  186.     -@erase ".\Debug\Tar32.res"
  187.     -@erase ".\Debug\Tarwin.obj"
  188.     -@erase ".\Debug\tar32dos.ilk"
  189.     -@erase ".\Debug\tar32dos.pdb"
  190.  
  191. "$(OUTDIR)" :
  192.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  193.  
  194. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  195. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D IO_TEST=2 /D "DLL_TEST" /YX /c
  196. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE"\
  197.  /D IO_TEST=2 /D "DLL_TEST" /Fp"$(INTDIR)/tar32dos.pch" /YX /Fo"$(INTDIR)/"\
  198.  /Fd"$(INTDIR)/" /c 
  199. CPP_OBJS=.\Debug/
  200. CPP_SBRS=
  201. # ADD BASE RSC /l 0x411 /d "_DEBUG"
  202. # ADD RSC /l 0x411 /d "_DEBUG"
  203. RSC_PROJ=/l 0x411 /fo"$(INTDIR)/Tar32.res" /d "_DEBUG" 
  204. BSC32=bscmake.exe
  205. # ADD BASE BSC32 /nologo
  206. # ADD BSC32 /nologo
  207. BSC32_FLAGS=/nologo /o"$(OUTDIR)/tar32dos.bsc" 
  208. BSC32_SBRS=
  209. LINK32=link.exe
  210. # 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
  211. # 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
  212. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  213.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  214.  odbccp32.lib /nologo /subsystem:console /incremental:yes\
  215.  /pdb:"$(OUTDIR)/tar32dos.pdb" /debug /machine:I386\
  216.  /out:"$(OUTDIR)/tar32dos.exe" 
  217. LINK32_OBJS= \
  218.     "$(INTDIR)/Mainmain.obj" \
  219.     "$(INTDIR)/Setarg.obj" \
  220.     "$(INTDIR)/Compapi.obj" \
  221.     "$(INTDIR)/nkf.obj" \
  222.     "$(INTDIR)/Bits.obj" \
  223.     "$(INTDIR)/Deflate.obj" \
  224.     "$(INTDIR)/Getdir.obj" \
  225.     "$(INTDIR)/Gzip.obj" \
  226.     "$(INTDIR)/Main.obj" \
  227.     "$(INTDIR)/Zip.obj" \
  228.     "$(INTDIR)/Inflate.obj" \
  229.     "$(INTDIR)/Archio.obj" \
  230.     "$(INTDIR)/Misc.obj" \
  231.     "$(INTDIR)/Nt_secu.obj" \
  232.     "$(INTDIR)/Fdio.obj" \
  233.     "$(INTDIR)/Tardir.obj" \
  234.     "$(INTDIR)/Ioctrl.obj" \
  235.     "$(INTDIR)/Trees.obj" \
  236.     "$(INTDIR)/Version.obj" \
  237.     "$(INTDIR)/Tar32.obj" \
  238.     "$(INTDIR)/Compress.obj" \
  239.     "$(INTDIR)/Chkfname.obj" \
  240.     "$(INTDIR)/Util.obj" \
  241.     "$(INTDIR)/Unzip.obj" \
  242.     "$(INTDIR)/Tarwin.obj" \
  243.     "$(INTDIR)/Tar32.res"
  244.  
  245. "$(OUTDIR)\tar32dos.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  246.     $(LINK32) @<<
  247.   $(LINK32_FLAGS) $(LINK32_OBJS)
  248. <<
  249.  
  250. !ENDIF 
  251.  
  252. .c{$(CPP_OBJS)}.obj:
  253.    $(CPP) $(CPP_PROJ) $<  
  254.  
  255. .cpp{$(CPP_OBJS)}.obj:
  256.    $(CPP) $(CPP_PROJ) $<  
  257.  
  258. .cxx{$(CPP_OBJS)}.obj:
  259.    $(CPP) $(CPP_PROJ) $<  
  260.  
  261. .c{$(CPP_SBRS)}.sbr:
  262.    $(CPP) $(CPP_PROJ) $<  
  263.  
  264. .cpp{$(CPP_SBRS)}.sbr:
  265.    $(CPP) $(CPP_PROJ) $<  
  266.  
  267. .cxx{$(CPP_SBRS)}.sbr:
  268.    $(CPP) $(CPP_PROJ) $<  
  269.  
  270. ################################################################################
  271. # Begin Target
  272.  
  273. # Name "tar32dos - Win32 Release"
  274. # Name "tar32dos - Win32 Debug"
  275.  
  276. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  277.  
  278. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  279.  
  280. !ENDIF 
  281.  
  282. ################################################################################
  283. # Begin Source File
  284.  
  285. SOURCE=\Home\Lang\vc\Tar32\Src\Archio.c
  286. DEP_CPP_ARCHI=\
  287.     ".\..\Src\Defconf.h"\
  288.     {$(INCLUDE)}"\sys\Types.h"\
  289.     {$(INCLUDE)}"\sys\Stat.h"\
  290.     ".\..\Src\Defs.h"\
  291.     ".\..\Src\Tar.h"\
  292.     ".\..\Src\Main.h"\
  293.     ".\..\Src\Misc.h"\
  294.     ".\..\Src\Archio.h"\
  295.     ".\..\Src\Tapeio.h"\
  296.     ".\..\Src\Tardir.h"\
  297.     ".\..\Src\Gzip.h"\
  298.     ".\..\Src\Tar32.h"\
  299.     ".\..\Src\Ioctrl.h"\
  300.     
  301.  
  302. "$(INTDIR)\Archio.obj" : $(SOURCE) $(DEP_CPP_ARCHI) "$(INTDIR)"
  303.    $(CPP) $(CPP_PROJ) $(SOURCE)
  304.  
  305.  
  306. # End Source File
  307. ################################################################################
  308. # Begin Source File
  309.  
  310. SOURCE=\Home\Lang\vc\Tar32\Src\Archio.h
  311.  
  312. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  313.  
  314. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  315.  
  316. !ENDIF 
  317.  
  318. # End Source File
  319. ################################################################################
  320. # Begin Source File
  321.  
  322. SOURCE=\Home\Lang\vc\Tar32\Src\Bits.c
  323. DEP_CPP_BITS_=\
  324.     ".\..\Src\Defconf.h"\
  325.     ".\..\Src\Tailor.h"\
  326.     ".\..\Src\Gzip.h"\
  327.     ".\..\Src\Crypt.h"\
  328.     ".\..\Src\Ioctrl.h"\
  329.     
  330.  
  331. "$(INTDIR)\Bits.obj" : $(SOURCE) $(DEP_CPP_BITS_) "$(INTDIR)"
  332.    $(CPP) $(CPP_PROJ) $(SOURCE)
  333.  
  334.  
  335. # End Source File
  336. ################################################################################
  337. # Begin Source File
  338.  
  339. SOURCE=\Home\Lang\vc\Tar32\Src\Chkfname.c
  340. DEP_CPP_CHKFN=\
  341.     ".\..\Src\Defconf.h"\
  342.     {$(INCLUDE)}"\sys\Types.h"\
  343.     {$(INCLUDE)}"\sys\Stat.h"\
  344.     ".\..\Src\Defs.h"\
  345.     ".\..\Src\Chkfname.h"\
  346.     ".\..\Src\Misc.h"\
  347.     ".\..\Src\Main.h"\
  348.     ".\..\Src\Ioctrl.h"\
  349.     
  350.  
  351. "$(INTDIR)\Chkfname.obj" : $(SOURCE) $(DEP_CPP_CHKFN) "$(INTDIR)"
  352.    $(CPP) $(CPP_PROJ) $(SOURCE)
  353.  
  354.  
  355. # End Source File
  356. ################################################################################
  357. # Begin Source File
  358.  
  359. SOURCE=\Home\Lang\vc\Tar32\Src\Chkfname.h
  360.  
  361. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  362.  
  363. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  364.  
  365. !ENDIF 
  366.  
  367. # End Source File
  368. ################################################################################
  369. # Begin Source File
  370.  
  371. SOURCE=\Home\Lang\vc\Tar32\Src\Compapi.c
  372. DEP_CPP_COMPA=\
  373.     ".\..\Src\Defconf.h"\
  374.     ".\..\Src\Compress.h"\
  375.     ".\..\Src\Defs.h"\
  376.     ".\..\Src\Ioctrl.h"\
  377.     {$(INCLUDE)}"\sys\Types.h"\
  378.     {$(INCLUDE)}"\sys\Stat.h"\
  379.     {$(INCLUDE)}"\sys\Utime.h"\
  380.     
  381.  
  382. "$(INTDIR)\Compapi.obj" : $(SOURCE) $(DEP_CPP_COMPA) "$(INTDIR)"
  383.    $(CPP) $(CPP_PROJ) $(SOURCE)
  384.  
  385.  
  386. # End Source File
  387. ################################################################################
  388. # Begin Source File
  389.  
  390. SOURCE=\Home\Lang\vc\Tar32\Src\Compress.c
  391. DEP_CPP_COMPR=\
  392.     ".\..\Src\Defconf.h"\
  393.     ".\..\Src\Compress.h"\
  394.     ".\..\Src\Misc.h"\
  395.     ".\..\Src\Gzip.h"\
  396.     ".\..\Src\Ioctrl.h"\
  397.     {$(INCLUDE)}"\sys\Types.h"\
  398.     {$(INCLUDE)}"\sys\Stat.h"\
  399.     {$(INCLUDE)}"\sys\Utime.h"\
  400.     
  401.  
  402. "$(INTDIR)\Compress.obj" : $(SOURCE) $(DEP_CPP_COMPR) "$(INTDIR)"
  403.    $(CPP) $(CPP_PROJ) $(SOURCE)
  404.  
  405.  
  406. # End Source File
  407. ################################################################################
  408. # Begin Source File
  409.  
  410. SOURCE=\Home\Lang\vc\Tar32\Src\Compress.h
  411.  
  412. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  413.  
  414. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  415.  
  416. !ENDIF 
  417.  
  418. # End Source File
  419. ################################################################################
  420. # Begin Source File
  421.  
  422. SOURCE=\Home\Lang\vc\Tar32\Src\Config.h
  423.  
  424. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  425.  
  426. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  427.  
  428. !ENDIF 
  429.  
  430. # End Source File
  431. ################################################################################
  432. # Begin Source File
  433.  
  434. SOURCE=\Home\Lang\vc\Tar32\Src\Crypt.h
  435.  
  436. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  437.  
  438. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  439.  
  440. !ENDIF 
  441.  
  442. # End Source File
  443. ################################################################################
  444. # Begin Source File
  445.  
  446. SOURCE=\Home\Lang\vc\Tar32\Src\Defconf.h
  447.  
  448. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  449.  
  450. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  451.  
  452. !ENDIF 
  453.  
  454. # End Source File
  455. ################################################################################
  456. # Begin Source File
  457.  
  458. SOURCE=\Home\Lang\vc\Tar32\Src\Deflate.c
  459. DEP_CPP_DEFLA=\
  460.     ".\..\Src\Defconf.h"\
  461.     ".\..\Src\Tailor.h"\
  462.     ".\..\Src\Gzip.h"\
  463.     ".\..\Src\Lzw.h"\
  464.     ".\..\Src\Misc.h"\
  465.     ".\..\Src\Ioctrl.h"\
  466.     
  467.  
  468. "$(INTDIR)\Deflate.obj" : $(SOURCE) $(DEP_CPP_DEFLA) "$(INTDIR)"
  469.    $(CPP) $(CPP_PROJ) $(SOURCE)
  470.  
  471.  
  472. # End Source File
  473. ################################################################################
  474. # Begin Source File
  475.  
  476. SOURCE=\Home\Lang\vc\Tar32\Src\Defs.h
  477.  
  478. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  479.  
  480. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  481.  
  482. !ENDIF 
  483.  
  484. # End Source File
  485. ################################################################################
  486. # Begin Source File
  487.  
  488. SOURCE=\Home\Lang\vc\Tar32\Src\Fdio.c
  489. DEP_CPP_FDIO_=\
  490.     ".\..\Src\Defconf.h"\
  491.     ".\..\Src\Defs.h"\
  492.     ".\..\Src\Misc.h"\
  493.     ".\..\Src\Ioctrl.h"\
  494.     
  495.  
  496. "$(INTDIR)\Fdio.obj" : $(SOURCE) $(DEP_CPP_FDIO_) "$(INTDIR)"
  497.    $(CPP) $(CPP_PROJ) $(SOURCE)
  498.  
  499.  
  500. # End Source File
  501. ################################################################################
  502. # Begin Source File
  503.  
  504. SOURCE=\Home\Lang\vc\Tar32\Src\Getdir.c
  505. DEP_CPP_GETDI=\
  506.     ".\..\Src\Defconf.h"\
  507.     {$(INCLUDE)}"\sys\Types.h"\
  508.     ".\..\Src\Defs.h"\
  509.     ".\..\Src\Misc.h"\
  510.     ".\..\Src\Getdir.h"\
  511.     ".\..\Src\Ioctrl.h"\
  512.     
  513.  
  514. "$(INTDIR)\Getdir.obj" : $(SOURCE) $(DEP_CPP_GETDI) "$(INTDIR)"
  515.    $(CPP) $(CPP_PROJ) $(SOURCE)
  516.  
  517.  
  518. # End Source File
  519. ################################################################################
  520. # Begin Source File
  521.  
  522. SOURCE=\Home\Lang\vc\Tar32\Src\Getdir.h
  523.  
  524. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  525.  
  526. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  527.  
  528. !ENDIF 
  529.  
  530. # End Source File
  531. ################################################################################
  532. # Begin Source File
  533.  
  534. SOURCE=\Home\Lang\vc\Tar32\Src\Getopt.h
  535.  
  536. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  537.  
  538. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  539.  
  540. !ENDIF 
  541.  
  542. # End Source File
  543. ################################################################################
  544. # Begin Source File
  545.  
  546. SOURCE=\Home\Lang\vc\Tar32\Src\Gzip.c
  547. DEP_CPP_GZIP_=\
  548.     ".\..\Src\Defconf.h"\
  549.     ".\..\Src\Gzip.h"\
  550.     ".\..\Src\Lzw.h"\
  551.     ".\..\Src\Tailor.h"\
  552.     ".\..\Src\Archio.h"\
  553.     ".\..\Src\Misc.h"\
  554.     ".\..\Src\Compress.h"\
  555.     ".\..\Src\Ioctrl.h"\
  556.     {$(INCLUDE)}"\sys\Types.h"\
  557.     {$(INCLUDE)}"\sys\Stat.h"\
  558.     {$(INCLUDE)}"\sys\Utime.h"\
  559.     
  560.  
  561. "$(INTDIR)\Gzip.obj" : $(SOURCE) $(DEP_CPP_GZIP_) "$(INTDIR)"
  562.    $(CPP) $(CPP_PROJ) $(SOURCE)
  563.  
  564.  
  565. # End Source File
  566. ################################################################################
  567. # Begin Source File
  568.  
  569. SOURCE=\Home\Lang\vc\Tar32\Src\Gzip.h
  570.  
  571. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  572.  
  573. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  574.  
  575. !ENDIF 
  576.  
  577. # End Source File
  578. ################################################################################
  579. # Begin Source File
  580.  
  581. SOURCE=\Home\Lang\vc\Tar32\Src\Inflate.c
  582. DEP_CPP_INFLA=\
  583.     ".\..\Src\Defconf.h"\
  584.     {$(INCLUDE)}"\sys\Types.h"\
  585.     ".\..\Src\Tailor.h"\
  586.     ".\..\Src\Gzip.h"\
  587.     ".\..\Src\Chkfname.h"\
  588.     ".\..\Src\Ioctrl.h"\
  589.     
  590.  
  591. "$(INTDIR)\Inflate.obj" : $(SOURCE) $(DEP_CPP_INFLA) "$(INTDIR)"
  592.    $(CPP) $(CPP_PROJ) $(SOURCE)
  593.  
  594.  
  595. # End Source File
  596. ################################################################################
  597. # Begin Source File
  598.  
  599. SOURCE=\Home\Lang\vc\Tar32\Src\Ioctrl.c
  600. DEP_CPP_IOCTR=\
  601.     ".\..\Src\Defconf.h"\
  602.     ".\..\Src\Ioctrl.h"\
  603.     
  604.  
  605. "$(INTDIR)\Ioctrl.obj" : $(SOURCE) $(DEP_CPP_IOCTR) "$(INTDIR)"
  606.    $(CPP) $(CPP_PROJ) $(SOURCE)
  607.  
  608.  
  609. # End Source File
  610. ################################################################################
  611. # Begin Source File
  612.  
  613. SOURCE=\Home\Lang\vc\Tar32\Src\Ioctrl.h
  614.  
  615. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  616.  
  617. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  618.  
  619. !ENDIF 
  620.  
  621. # End Source File
  622. ################################################################################
  623. # Begin Source File
  624.  
  625. SOURCE=\Home\Lang\vc\Tar32\Src\Lzw.h
  626.  
  627. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  628.  
  629. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  630.  
  631. !ENDIF 
  632.  
  633. # End Source File
  634. ################################################################################
  635. # Begin Source File
  636.  
  637. SOURCE=\Home\Lang\vc\Tar32\Src\Main.c
  638. DEP_CPP_MAIN_=\
  639.     ".\..\Src\Defconf.h"\
  640.     {$(INCLUDE)}"\sys\Types.h"\
  641.     {$(INCLUDE)}"\sys\Stat.h"\
  642.     ".\..\Src\Defs.h"\
  643.     ".\..\Src\Tar.h"\
  644.     ".\..\Src\Getdir.h"\
  645.     ".\..\Src\Archio.h"\
  646.     ".\..\Src\Tapeio.h"\
  647.     ".\..\Src\Misc.h"\
  648.     ".\..\Src\Tardir.h"\
  649.     ".\..\Src\Version.h"\
  650.     ".\..\Src\Chkfname.h"\
  651.     ".\..\Src\zip.h"\
  652.     ".\..\Src\Setarg.h"\
  653.     ".\..\Src\Main.h"\
  654.     ".\..\Src\Tar32.h"\
  655.     "..\Src\Tarwin.h"\
  656.     ".\..\Src\Ioctrl.h"\
  657.     
  658.  
  659. "$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
  660.    $(CPP) $(CPP_PROJ) $(SOURCE)
  661.  
  662.  
  663. # End Source File
  664. ################################################################################
  665. # Begin Source File
  666.  
  667. SOURCE=\Home\Lang\vc\Tar32\Src\Main.h
  668.  
  669. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  670.  
  671. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  672.  
  673. !ENDIF 
  674.  
  675. # End Source File
  676. ################################################################################
  677. # Begin Source File
  678.  
  679. SOURCE=\Home\Lang\vc\Tar32\Src\Mainmain.c
  680. DEP_CPP_MAINM=\
  681.     ".\..\Src\Defconf.h"\
  682.     ".\..\Src\Tar32.h"\
  683.     ".\..\Src\Ioctrl.h"\
  684.     
  685.  
  686. "$(INTDIR)\Mainmain.obj" : $(SOURCE) $(DEP_CPP_MAINM) "$(INTDIR)"
  687.    $(CPP) $(CPP_PROJ) $(SOURCE)
  688.  
  689.  
  690. # End Source File
  691. ################################################################################
  692. # Begin Source File
  693.  
  694. SOURCE=\Home\Lang\vc\Tar32\Src\Misc.c
  695. DEP_CPP_MISC_=\
  696.     ".\..\Src\Defconf.h"\
  697.     ".\..\Src\Defs.h"\
  698.     ".\..\Src\Main.h"\
  699.     ".\..\Src\Misc.h"\
  700.     {$(INCLUDE)}"\sys\Stat.h"\
  701.     ".\..\Src\Archio.h"\
  702.     ".\..\Src\Ioctrl.h"\
  703.     {$(INCLUDE)}"\sys\Types.h"\
  704.     
  705.  
  706. "$(INTDIR)\Misc.obj" : $(SOURCE) $(DEP_CPP_MISC_) "$(INTDIR)"
  707.    $(CPP) $(CPP_PROJ) $(SOURCE)
  708.  
  709.  
  710. # End Source File
  711. ################################################################################
  712. # Begin Source File
  713.  
  714. SOURCE=\Home\Lang\vc\Tar32\Src\Misc.h
  715.  
  716. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  717.  
  718. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  719.  
  720. !ENDIF 
  721.  
  722. # End Source File
  723. ################################################################################
  724. # Begin Source File
  725.  
  726. SOURCE=\Home\Lang\vc\Tar32\Src\Nt_secu.c
  727. DEP_CPP_NT_SE=\
  728.     ".\..\Src\Defconf.h"\
  729.     ".\..\Src\Ioctrl.h"\
  730.     
  731.  
  732. "$(INTDIR)\Nt_secu.obj" : $(SOURCE) $(DEP_CPP_NT_SE) "$(INTDIR)"
  733.    $(CPP) $(CPP_PROJ) $(SOURCE)
  734.  
  735.  
  736. # End Source File
  737. ################################################################################
  738. # Begin Source File
  739.  
  740. SOURCE=\Home\Lang\vc\Tar32\Src\Tailor.h
  741.  
  742. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  743.  
  744. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  745.  
  746. !ENDIF 
  747.  
  748. # End Source File
  749. ################################################################################
  750. # Begin Source File
  751.  
  752. SOURCE=\Home\Lang\vc\Tar32\Src\Tar.h
  753.  
  754. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  755.  
  756. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  757.  
  758. !ENDIF 
  759.  
  760. # End Source File
  761. ################################################################################
  762. # Begin Source File
  763.  
  764. SOURCE=\Home\Lang\vc\Tar32\Src\Tar32.cpp
  765. DEP_CPP_TAR32=\
  766.     ".\..\Src\Defconf.h"\
  767.     ".\..\Src\Tar32.h"\
  768.     ".\..\Src\Version.h"\
  769.     ".\..\Src\Ioctrl.h"\
  770.     ".\..\Src\Defs.h"\
  771.     ".\..\Src\Main.h"\
  772.     ".\..\Src\Tar.h"\
  773.     ".\..\Src\Misc.h"\
  774.     ".\..\Src\Archio.h"\
  775.     {$(INCLUDE)}"\sys\Stat.h"\
  776.     ".\..\Src\Tardir.h"\
  777.     ".\..\Src\nkf.h"\
  778.     "..\Src\Tarwin.h"\
  779.     {$(INCLUDE)}"\sys\Types.h"\
  780.     
  781.  
  782. "$(INTDIR)\Tar32.obj" : $(SOURCE) $(DEP_CPP_TAR32) "$(INTDIR)"
  783.    $(CPP) $(CPP_PROJ) $(SOURCE)
  784.  
  785.  
  786. # End Source File
  787. ################################################################################
  788. # Begin Source File
  789.  
  790. SOURCE=\Home\Lang\vc\Tar32\Src\Tar32.h
  791.  
  792. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  793.  
  794. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  795.  
  796. !ENDIF 
  797.  
  798. # End Source File
  799. ################################################################################
  800. # Begin Source File
  801.  
  802. SOURCE=\Home\Lang\vc\Tar32\Src\Tardir.c
  803. DEP_CPP_TARDI=\
  804.     ".\..\Src\Defconf.h"\
  805.     {$(INCLUDE)}"\sys\Types.h"\
  806.     {$(INCLUDE)}"\sys\Stat.h"\
  807.     ".\..\Src\Defs.h"\
  808.     ".\..\Src\Tar.h"\
  809.     ".\..\Src\Tardir.h"\
  810.     ".\..\Src\Main.h"\
  811.     ".\..\Src\Misc.h"\
  812.     ".\..\Src\nkf.h"\
  813.     ".\..\Src\Ioctrl.h"\
  814.     
  815.  
  816. "$(INTDIR)\Tardir.obj" : $(SOURCE) $(DEP_CPP_TARDI) "$(INTDIR)"
  817.    $(CPP) $(CPP_PROJ) $(SOURCE)
  818.  
  819.  
  820. # End Source File
  821. ################################################################################
  822. # Begin Source File
  823.  
  824. SOURCE=\Home\Lang\vc\Tar32\Src\Tardir.h
  825.  
  826. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  827.  
  828. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  829.  
  830. !ENDIF 
  831.  
  832. # End Source File
  833. ################################################################################
  834. # Begin Source File
  835.  
  836. SOURCE=\Home\Lang\vc\Tar32\Src\Trees.c
  837. DEP_CPP_TREES=\
  838.     ".\..\Src\Defconf.h"\
  839.     ".\..\Src\Tailor.h"\
  840.     ".\..\Src\Gzip.h"\
  841.     ".\..\Src\Misc.h"\
  842.     ".\..\Src\Ioctrl.h"\
  843.     
  844.  
  845. "$(INTDIR)\Trees.obj" : $(SOURCE) $(DEP_CPP_TREES) "$(INTDIR)"
  846.    $(CPP) $(CPP_PROJ) $(SOURCE)
  847.  
  848.  
  849. # End Source File
  850. ################################################################################
  851. # Begin Source File
  852.  
  853. SOURCE=\Home\Lang\vc\Tar32\Src\Unzip.c
  854. DEP_CPP_UNZIP=\
  855.     ".\..\Src\Defconf.h"\
  856.     ".\..\Src\Tailor.h"\
  857.     ".\..\Src\Gzip.h"\
  858.     ".\..\Src\Misc.h"\
  859.     ".\..\Src\Ioctrl.h"\
  860.     
  861.  
  862. "$(INTDIR)\Unzip.obj" : $(SOURCE) $(DEP_CPP_UNZIP) "$(INTDIR)"
  863.    $(CPP) $(CPP_PROJ) $(SOURCE)
  864.  
  865.  
  866. # End Source File
  867. ################################################################################
  868. # Begin Source File
  869.  
  870. SOURCE=\Home\Lang\vc\Tar32\Src\Util.c
  871. DEP_CPP_UTIL_=\
  872.     ".\..\Src\Defconf.h"\
  873.     {$(INCLUDE)}"\sys\Types.h"\
  874.     ".\..\Src\Tailor.h"\
  875.     ".\..\Src\Misc.h"\
  876.     ".\..\Src\Gzip.h"\
  877.     ".\..\Src\Ioctrl.h"\
  878.     
  879.  
  880. "$(INTDIR)\Util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  881.    $(CPP) $(CPP_PROJ) $(SOURCE)
  882.  
  883.  
  884. # End Source File
  885. ################################################################################
  886. # Begin Source File
  887.  
  888. SOURCE=\Home\Lang\vc\Tar32\Src\Version.c
  889. DEP_CPP_VERSI=\
  890.     ".\..\Src\Defconf.h"\
  891.     ".\..\Src\Defs.h"\
  892.     ".\..\Src\Version.h"\
  893.     ".\..\Src\Ioctrl.h"\
  894.     
  895.  
  896. "$(INTDIR)\Version.obj" : $(SOURCE) $(DEP_CPP_VERSI) "$(INTDIR)"
  897.    $(CPP) $(CPP_PROJ) $(SOURCE)
  898.  
  899.  
  900. # End Source File
  901. ################################################################################
  902. # Begin Source File
  903.  
  904. SOURCE=\Home\Lang\vc\Tar32\Src\Version.h
  905.  
  906. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  907.  
  908. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  909.  
  910. !ENDIF 
  911.  
  912. # End Source File
  913. ################################################################################
  914. # Begin Source File
  915.  
  916. SOURCE=\Home\Lang\vc\Tar32\Src\Zip.c
  917. DEP_CPP_ZIP_C=\
  918.     ".\..\Src\Defconf.h"\
  919.     {$(INCLUDE)}"\sys\Types.h"\
  920.     ".\..\Src\Tailor.h"\
  921.     ".\..\Src\Gzip.h"\
  922.     ".\..\Src\Crypt.h"\
  923.     ".\..\Src\Lzw.h"\
  924.     ".\..\Src\Misc.h"\
  925.     ".\..\Src\Ioctrl.h"\
  926.     
  927.  
  928. "$(INTDIR)\Zip.obj" : $(SOURCE) $(DEP_CPP_ZIP_C) "$(INTDIR)"
  929.    $(CPP) $(CPP_PROJ) $(SOURCE)
  930.  
  931.  
  932. # End Source File
  933. ################################################################################
  934. # Begin Source File
  935.  
  936. SOURCE=\Home\Lang\vc\Tar32\Src\zip.h
  937.  
  938. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  939.  
  940. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  941.  
  942. !ENDIF 
  943.  
  944. # End Source File
  945. ################################################################################
  946. # Begin Source File
  947.  
  948. SOURCE=\Home\Lang\vc\Tar32\Src\Setarg.c
  949. DEP_CPP_SETAR=\
  950.     ".\..\Src\Defconf.h"\
  951.     ".\..\Src\Defs.h"\
  952.     ".\..\Src\Ioctrl.h"\
  953.     
  954.  
  955. "$(INTDIR)\Setarg.obj" : $(SOURCE) $(DEP_CPP_SETAR) "$(INTDIR)"
  956.    $(CPP) $(CPP_PROJ) $(SOURCE)
  957.  
  958.  
  959. # End Source File
  960. ################################################################################
  961. # Begin Source File
  962.  
  963. SOURCE=\Home\Lang\vc\Tar32\Src\Setarg.h
  964.  
  965. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  966.  
  967. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  968.  
  969. !ENDIF 
  970.  
  971. # End Source File
  972. ################################################################################
  973. # Begin Source File
  974.  
  975. SOURCE=\Home\Lang\vc\Tar32\Src\nkf.c
  976. DEP_CPP_NKF_C=\
  977.     ".\..\Src\Defconf.h"\
  978.     ".\..\Src\nkf.h"\
  979.     ".\..\Src\Ioctrl.h"\
  980.     
  981.  
  982. "$(INTDIR)\nkf.obj" : $(SOURCE) $(DEP_CPP_NKF_C) "$(INTDIR)"
  983.    $(CPP) $(CPP_PROJ) $(SOURCE)
  984.  
  985.  
  986. # End Source File
  987. ################################################################################
  988. # Begin Source File
  989.  
  990. SOURCE=\Home\Lang\vc\Tar32\Src\nkf.h
  991.  
  992. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  993.  
  994. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  995.  
  996. !ENDIF 
  997.  
  998. # End Source File
  999. ################################################################################
  1000. # Begin Source File
  1001.  
  1002. SOURCE=\Home\Lang\vc\Tar32\Src\Tar32.rc
  1003.  
  1004. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  1005.  
  1006.  
  1007. "$(INTDIR)\Tar32.res" : $(SOURCE) "$(INTDIR)"
  1008.    $(RSC) /l 0x411 /fo"$(INTDIR)/Tar32.res" /i "\Home\Lang\vc\Tar32\Src" /d\
  1009.  "NDEBUG" $(SOURCE)
  1010.  
  1011.  
  1012. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  1013.  
  1014.  
  1015. "$(INTDIR)\Tar32.res" : $(SOURCE) "$(INTDIR)"
  1016.    $(RSC) /l 0x411 /fo"$(INTDIR)/Tar32.res" /i "\Home\Lang\vc\Tar32\Src" /d\
  1017.  "_DEBUG" $(SOURCE)
  1018.  
  1019.  
  1020. !ENDIF 
  1021.  
  1022. # End Source File
  1023. ################################################################################
  1024. # Begin Source File
  1025.  
  1026. SOURCE=\Home\Lang\vc\Tar32\Src\Tarwin.c
  1027. DEP_CPP_TARWI=\
  1028.     ".\..\Src\Defconf.h"\
  1029.     ".\..\Src\Main.h"\
  1030.     ".\..\Src\Archio.h"\
  1031.     ".\..\Src\Ioctrl.h"\
  1032.     ".\..\Src\Defs.h"\
  1033.     
  1034.  
  1035. "$(INTDIR)\Tarwin.obj" : $(SOURCE) $(DEP_CPP_TARWI) "$(INTDIR)"
  1036.    $(CPP) $(CPP_PROJ) $(SOURCE)
  1037.  
  1038.  
  1039. # End Source File
  1040. ################################################################################
  1041. # Begin Source File
  1042.  
  1043. SOURCE=\Home\Lang\vc\Tar32\Src\Tarwin.h
  1044.  
  1045. !IF  "$(CFG)" == "tar32dos - Win32 Release"
  1046.  
  1047. !ELSEIF  "$(CFG)" == "tar32dos - Win32 Debug"
  1048.  
  1049. !ENDIF 
  1050.  
  1051. # End Source File
  1052. # End Target
  1053. # End Project
  1054. ################################################################################
  1055.