home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / quake106 / utils / texmake / texmake.mak < prev    next >
Text File  |  1996-09-12  |  8KB  |  270 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=texmake - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to texmake - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "texmake - Win32 Release" && "$(CFG)" !=\
  12.  "texmake - 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 "texmake.mak" CFG="texmake - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "texmake - Win32 Release" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "texmake - Win32 Debug" (based on "Win32 (x86) Console Application")
  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 "texmake - Win32 Debug"
  35. CPP=cl.exe
  36. RSC=rc.exe
  37.  
  38. !IF  "$(CFG)" == "texmake - 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)\texmake.exe"
  54.  
  55. CLEAN : 
  56.     -@erase ".\Release\texmake.exe"
  57.     -@erase ".\Release\mathlib.obj"
  58.     -@erase ".\Release\cmdlib.obj"
  59.     -@erase ".\Release\lbmlib.obj"
  60.     -@erase ".\Release\trilib.obj"
  61.     -@erase ".\Release\texmake.obj"
  62.  
  63. "$(OUTDIR)" :
  64.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  65.  
  66. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  67. # ADD CPP /nologo /GX /O2 /I "..\common" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  68. CPP_PROJ=/nologo /ML /GX /O2 /I "..\common" /D "WIN32" /D "NDEBUG" /D\
  69.  "_CONSOLE" /Fp"$(INTDIR)/texmake.pch" /YX /Fo"$(INTDIR)/" /c 
  70. CPP_OBJS=.\Release/
  71. CPP_SBRS=
  72. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  73. # ADD RSC /l 0x409 /d "NDEBUG"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. BSC32_FLAGS=/nologo /o"$(OUTDIR)/texmake.bsc" 
  78. BSC32_SBRS=
  79. LINK32=link.exe
  80. # 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
  81. # 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
  82. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  83.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  84.  odbccp32.lib /nologo /subsystem:console /incremental:no\
  85.  /pdb:"$(OUTDIR)/texmake.pdb" /machine:I386 /out:"$(OUTDIR)/texmake.exe" 
  86. LINK32_OBJS= \
  87.     ".\Release\mathlib.obj" \
  88.     ".\Release\cmdlib.obj" \
  89.     ".\Release\lbmlib.obj" \
  90.     ".\Release\trilib.obj" \
  91.     ".\Release\texmake.obj"
  92.  
  93. "$(OUTDIR)\texmake.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  94.     $(LINK32) @<<
  95.   $(LINK32_FLAGS) $(LINK32_OBJS)
  96. <<
  97.  
  98. !ELSEIF  "$(CFG)" == "texmake - Win32 Debug"
  99.  
  100. # PROP BASE Use_MFC 0
  101. # PROP BASE Use_Debug_Libraries 1
  102. # PROP BASE Output_Dir "Debug"
  103. # PROP BASE Intermediate_Dir "Debug"
  104. # PROP BASE Target_Dir ""
  105. # PROP Use_MFC 0
  106. # PROP Use_Debug_Libraries 1
  107. # PROP Output_Dir "Debug"
  108. # PROP Intermediate_Dir "Debug"
  109. # PROP Target_Dir ""
  110. OUTDIR=.\Debug
  111. INTDIR=.\Debug
  112.  
  113. ALL : "$(OUTDIR)\texmake.exe"
  114.  
  115. CLEAN : 
  116.     -@erase ".\Debug\vc40.pdb"
  117.     -@erase ".\Debug\vc40.idb"
  118.     -@erase ".\Debug\texmake.exe"
  119.     -@erase ".\Debug\cmdlib.obj"
  120.     -@erase ".\Debug\lbmlib.obj"
  121.     -@erase ".\Debug\trilib.obj"
  122.     -@erase ".\Debug\mathlib.obj"
  123.     -@erase ".\Debug\texmake.obj"
  124.     -@erase ".\Debug\texmake.ilk"
  125.     -@erase ".\Debug\texmake.pdb"
  126.  
  127. "$(OUTDIR)" :
  128.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  129.  
  130. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  131. # ADD CPP /nologo /Gm /GX /Zi /Od /I "..\common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  132. CPP_PROJ=/nologo /MLd /Gm /GX /Zi /Od /I "..\common" /D "WIN32" /D "_DEBUG" /D\
  133.  "_CONSOLE" /Fp"$(INTDIR)/texmake.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  134. CPP_OBJS=.\Debug/
  135. CPP_SBRS=
  136. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  137. # ADD RSC /l 0x409 /d "_DEBUG"
  138. BSC32=bscmake.exe
  139. # ADD BASE BSC32 /nologo
  140. # ADD BSC32 /nologo
  141. BSC32_FLAGS=/nologo /o"$(OUTDIR)/texmake.bsc" 
  142. BSC32_SBRS=
  143. LINK32=link.exe
  144. # 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
  145. # 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
  146. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  147.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  148.  odbccp32.lib /nologo /subsystem:console /incremental:yes\
  149.  /pdb:"$(OUTDIR)/texmake.pdb" /debug /machine:I386 /out:"$(OUTDIR)/texmake.exe" 
  150. LINK32_OBJS= \
  151.     ".\Debug\cmdlib.obj" \
  152.     ".\Debug\lbmlib.obj" \
  153.     ".\Debug\trilib.obj" \
  154.     ".\Debug\mathlib.obj" \
  155.     ".\Debug\texmake.obj"
  156.  
  157. "$(OUTDIR)\texmake.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  158.     $(LINK32) @<<
  159.   $(LINK32_FLAGS) $(LINK32_OBJS)
  160. <<
  161.  
  162. !ENDIF 
  163.  
  164. .c{$(CPP_OBJS)}.obj:
  165.    $(CPP) $(CPP_PROJ) $<  
  166.  
  167. .cpp{$(CPP_OBJS)}.obj:
  168.    $(CPP) $(CPP_PROJ) $<  
  169.  
  170. .cxx{$(CPP_OBJS)}.obj:
  171.    $(CPP) $(CPP_PROJ) $<  
  172.  
  173. .c{$(CPP_SBRS)}.sbr:
  174.    $(CPP) $(CPP_PROJ) $<  
  175.  
  176. .cpp{$(CPP_SBRS)}.sbr:
  177.    $(CPP) $(CPP_PROJ) $<  
  178.  
  179. .cxx{$(CPP_SBRS)}.sbr:
  180.    $(CPP) $(CPP_PROJ) $<  
  181.  
  182. ################################################################################
  183. # Begin Target
  184.  
  185. # Name "texmake - Win32 Release"
  186. # Name "texmake - Win32 Debug"
  187.  
  188. !IF  "$(CFG)" == "texmake - Win32 Release"
  189.  
  190. !ELSEIF  "$(CFG)" == "texmake - Win32 Debug"
  191.  
  192. !ENDIF 
  193.  
  194. ################################################################################
  195. # Begin Source File
  196.  
  197. SOURCE=.\texmake.c
  198. DEP_CPP_TEXMA=\
  199.     ".\..\common\cmdlib.h"\
  200.     ".\..\common\mathlib.h"\
  201.     ".\..\common\lbmlib.h"\
  202.     ".\..\common\trilib.h"\
  203.     
  204.  
  205. "$(INTDIR)\texmake.obj" : $(SOURCE) $(DEP_CPP_TEXMA) "$(INTDIR)"
  206.  
  207.  
  208. # End Source File
  209. ################################################################################
  210. # Begin Source File
  211.  
  212. SOURCE=\quake\utils2\common\mathlib.c
  213. DEP_CPP_MATHL=\
  214.     ".\..\common\cmdlib.h"\
  215.     ".\..\common\mathlib.h"\
  216.     
  217.  
  218. "$(INTDIR)\mathlib.obj" : $(SOURCE) $(DEP_CPP_MATHL) "$(INTDIR)"
  219.    $(CPP) $(CPP_PROJ) $(SOURCE)
  220.  
  221.  
  222. # End Source File
  223. ################################################################################
  224. # Begin Source File
  225.  
  226. SOURCE=\quake\utils2\common\lbmlib.c
  227. DEP_CPP_LBMLI=\
  228.     ".\..\common\cmdlib.h"\
  229.     ".\..\common\lbmlib.h"\
  230.     
  231.  
  232. "$(INTDIR)\lbmlib.obj" : $(SOURCE) $(DEP_CPP_LBMLI) "$(INTDIR)"
  233.    $(CPP) $(CPP_PROJ) $(SOURCE)
  234.  
  235.  
  236. # End Source File
  237. ################################################################################
  238. # Begin Source File
  239.  
  240. SOURCE=\quake\utils2\common\cmdlib.c
  241. DEP_CPP_CMDLI=\
  242.     ".\..\common\cmdlib.h"\
  243.     {$(INCLUDE)}"\sys\TYPES.H"\
  244.     {$(INCLUDE)}"\sys\STAT.H"\
  245.     
  246.  
  247. "$(INTDIR)\cmdlib.obj" : $(SOURCE) $(DEP_CPP_CMDLI) "$(INTDIR)"
  248.    $(CPP) $(CPP_PROJ) $(SOURCE)
  249.  
  250.  
  251. # End Source File
  252. ################################################################################
  253. # Begin Source File
  254.  
  255. SOURCE=\quake\utils2\common\trilib.c
  256. DEP_CPP_TRILI=\
  257.     ".\..\common\cmdlib.h"\
  258.     ".\..\common\mathlib.h"\
  259.     ".\..\common\trilib.h"\
  260.     
  261.  
  262. "$(INTDIR)\trilib.obj" : $(SOURCE) $(DEP_CPP_TRILI) "$(INTDIR)"
  263.    $(CPP) $(CPP_PROJ) $(SOURCE)
  264.  
  265.  
  266. # End Source File
  267. # End Target
  268. # End Project
  269. ################################################################################
  270.