Home | History | Annotate | Download | only in gas2masm
      1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
      2 # ** DO NOT EDIT **
      3 
      4 # TARGTYPE "Win32 (x86) Console Application" 0x0103
      5 
      6 !IF "$(CFG)" == ""
      7 CFG=gas2masm - Win32 Debug
      8 !MESSAGE No configuration specified.  Defaulting to gas2masm - Win32 Debug.
      9 !ENDIF 
     10 
     11 !IF "$(CFG)" != "gas2masm - Win32 Release" && "$(CFG)" !=\
     12  "gas2masm - 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 "gas2masm.mak" CFG="gas2masm - Win32 Debug"
     18 !MESSAGE 
     19 !MESSAGE Possible choices for configuration are:
     20 !MESSAGE 
     21 !MESSAGE "gas2masm - Win32 Release" (based on\
     22  "Win32 (x86) Console Application")
     23 !MESSAGE "gas2masm - Win32 Debug" (based on "Win32 (x86) Console Application")
     24 !MESSAGE 
     25 !ERROR An invalid configuration is specified.
     26 !ENDIF 
     27 
     28 !IF "$(OS)" == "Windows_NT"
     29 NULL=
     30 !ELSE 
     31 NULL=nul
     32 !ENDIF 
     33 ################################################################################
     34 # Begin Project
     35 # PROP Target_Last_Scanned "gas2masm - Win32 Debug"
     36 RSC=rc.exe
     37 CPP=cl.exe
     38 
     39 !IF  "$(CFG)" == "gas2masm - Win32 Release"
     40 
     41 # PROP BASE Use_MFC 0
     42 # PROP BASE Use_Debug_Libraries 0
     43 # PROP BASE Output_Dir "Release"
     44 # PROP BASE Intermediate_Dir "Release"
     45 # PROP BASE Target_Dir ""
     46 # PROP Use_MFC 0
     47 # PROP Use_Debug_Libraries 0
     48 # PROP Output_Dir "Release"
     49 # PROP Intermediate_Dir "Release"
     50 # PROP Target_Dir ""
     51 OUTDIR=.\Release
     52 INTDIR=.\Release
     53 
     54 ALL : "$(OUTDIR)\gas2masm.exe"
     55 
     56 CLEAN : 
     57 	-@erase "$(INTDIR)\gas2masm.obj"
     58 	-@erase "$(OUTDIR)\gas2masm.exe"
     59 
     60 "$(OUTDIR)" :
     61     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
     62 
     63 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
     64 # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
     65 CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
     66  /Fp"$(INTDIR)/gas2masm.pch" /YX /Fo"$(INTDIR)/" /c 
     67 CPP_OBJS=.\Release/
     68 CPP_SBRS=.\.
     69 # ADD BASE RSC /l 0x409 /d "NDEBUG"
     70 # ADD RSC /l 0x409 /d "NDEBUG"
     71 BSC32=bscmake.exe
     72 # ADD BASE BSC32 /nologo
     73 # ADD BSC32 /nologo
     74 BSC32_FLAGS=/nologo /o"$(OUTDIR)/gas2masm.bsc" 
     75 BSC32_SBRS= \
     76 	
     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 /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 /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:no\
     83  /pdb:"$(OUTDIR)/gas2masm.pdb" /machine:I386 /out:"$(OUTDIR)/gas2masm.exe" 
     84 LINK32_OBJS= \
     85 	"$(INTDIR)\gas2masm.obj"
     86 
     87 "$(OUTDIR)\gas2masm.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
     88     $(LINK32) @<<
     89   $(LINK32_FLAGS) $(LINK32_OBJS)
     90 <<
     91 
     92 !ELSEIF  "$(CFG)" == "gas2masm - Win32 Debug"
     93 
     94 # PROP BASE Use_MFC 0
     95 # PROP BASE Use_Debug_Libraries 1
     96 # PROP BASE Output_Dir "Debug"
     97 # PROP BASE Intermediate_Dir "Debug"
     98 # PROP BASE Target_Dir ""
     99 # PROP Use_MFC 0
    100 # PROP Use_Debug_Libraries 1
    101 # PROP Output_Dir "Debug"
    102 # PROP Intermediate_Dir "Debug"
    103 # PROP Target_Dir ""
    104 OUTDIR=.\Debug
    105 INTDIR=.\Debug
    106 
    107 ALL : "$(OUTDIR)\gas2masm.exe"
    108 
    109 CLEAN : 
    110 	-@erase "$(INTDIR)\gas2masm.obj"
    111 	-@erase "$(INTDIR)\vc40.idb"
    112 	-@erase "$(INTDIR)\vc40.pdb"
    113 	-@erase "$(OUTDIR)\gas2masm.exe"
    114 	-@erase "$(OUTDIR)\gas2masm.ilk"
    115 	-@erase "$(OUTDIR)\gas2masm.pdb"
    116 
    117 "$(OUTDIR)" :
    118     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
    119 
    120 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
    121 # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
    122 CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
    123  /Fp"$(INTDIR)/gas2masm.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
    124 CPP_OBJS=.\Debug/
    125 CPP_SBRS=.\.
    126 # ADD BASE RSC /l 0x409 /d "_DEBUG"
    127 # ADD RSC /l 0x409 /d "_DEBUG"
    128 BSC32=bscmake.exe
    129 # ADD BASE BSC32 /nologo
    130 # ADD BSC32 /nologo
    131 BSC32_FLAGS=/nologo /o"$(OUTDIR)/gas2masm.bsc" 
    132 BSC32_SBRS= \
    133 	
    134 LINK32=link.exe
    135 # 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
    136 # 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
    137 LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
    138  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
    139  odbccp32.lib /nologo /subsystem:console /incremental:yes\
    140  /pdb:"$(OUTDIR)/gas2masm.pdb" /debug /machine:I386\
    141  /out:"$(OUTDIR)/gas2masm.exe" 
    142 LINK32_OBJS= \
    143 	"$(INTDIR)\gas2masm.obj"
    144 
    145 "$(OUTDIR)\gas2masm.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    146     $(LINK32) @<<
    147   $(LINK32_FLAGS) $(LINK32_OBJS)
    148 <<
    149 
    150 !ENDIF 
    151 
    152 .c{$(CPP_OBJS)}.obj:
    153    $(CPP) $(CPP_PROJ) $<  
    154 
    155 .cpp{$(CPP_OBJS)}.obj:
    156    $(CPP) $(CPP_PROJ) $<  
    157 
    158 .cxx{$(CPP_OBJS)}.obj:
    159    $(CPP) $(CPP_PROJ) $<  
    160 
    161 .c{$(CPP_SBRS)}.sbr:
    162    $(CPP) $(CPP_PROJ) $<  
    163 
    164 .cpp{$(CPP_SBRS)}.sbr:
    165    $(CPP) $(CPP_PROJ) $<  
    166 
    167 .cxx{$(CPP_SBRS)}.sbr:
    168    $(CPP) $(CPP_PROJ) $<  
    169 
    170 ################################################################################
    171 # Begin Target
    172 
    173 # Name "gas2masm - Win32 Release"
    174 # Name "gas2masm - Win32 Debug"
    175 
    176 !IF  "$(CFG)" == "gas2masm - Win32 Release"
    177 
    178 !ELSEIF  "$(CFG)" == "gas2masm - Win32 Debug"
    179 
    180 !ENDIF 
    181 
    182 ################################################################################
    183 # Begin Source File
    184 
    185 SOURCE=.\gas2masm.c
    186 
    187 "$(INTDIR)\gas2masm.obj" : $(SOURCE) "$(INTDIR)"
    188 
    189 
    190 # End Source File
    191 # End Target
    192 # End Project
    193 ################################################################################
    194