gxl2dot.mak   [plain text]


# Microsoft Developer Studio Generated NMAKE File, Based on gxl2dot.dsp
!IF "$(CFG)" == ""
CFG=gxl2dot - Win32 Debug
!MESSAGE No configuration specified. Defaulting to gxl2dot - Win32 Debug.
!ENDIF 

!IF "$(CFG)" != "gxl2dot - Win32 Release" && "$(CFG)" != "gxl2dot - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "gxl2dot.mak" CFG="gxl2dot - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "gxl2dot - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "gxl2dot - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE 
!ERROR An invalid configuration is specified.
!ENDIF 

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 

CPP=cl.exe
RSC=rc.exe

!IF  "$(CFG)" == "gxl2dot - Win32 Release"

OUTDIR=.\Release
INTDIR=.\Release
# Begin Custom Macros
OutDir=.\Release
# End Custom Macros

ALL : "$(OUTDIR)\gxl2dot.exe"


CLEAN :
	-@erase "$(INTDIR)\cvtgxl.obj"
	-@erase "$(INTDIR)\dot2gxl.obj"
	-@erase "$(INTDIR)\gxl2dot.obj"
	-@erase "$(INTDIR)\vc60.idb"
	-@erase "$(OUTDIR)\gxl2dot.exe"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "../.." /I "../src" /I "../../agraph" /I "../../cdt" /I "../../graph" /I "../../third-party/include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_LIBEXPAT" /Fp"$(INTDIR)\gxl2dot.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\gxl2dot.bsc" 
BSC32_SBRS= \
	
LINK32=link.exe
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib agraph.lib cdt.lib common.lib graph.lib ToolsSupport.lib libexpat.lib libexpatw.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\gxl2dot.pdb" /machine:I386 /out:"$(OUTDIR)\gxl2dot.exe" /libpath:"../../third-party/lib" /libpath:"../../makearch/win32/static/release" 
LINK32_OBJS= \
	"$(INTDIR)\cvtgxl.obj" \
	"$(INTDIR)\dot2gxl.obj" \
	"$(INTDIR)\gxl2dot.obj"

"$(OUTDIR)\gxl2dot.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

SOURCE="$(InputPath)"
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep

ALL : $(DS_POSTBUILD_DEP)

# Begin Custom Macros
OutDir=.\Release
# End Custom Macros

$(DS_POSTBUILD_DEP) : "$(OUTDIR)\gxl2dot.exe"
   copy .\Release\gxl2dot.exe ..\..\makearch\win32\static\Release\gxl2dot.exe
	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"

!ELSEIF  "$(CFG)" == "gxl2dot - Win32 Debug"

OUTDIR=.\Debug
INTDIR=.\Debug
# Begin Custom Macros
OutDir=.\Debug
# End Custom Macros

ALL : "$(OUTDIR)\gxl2dot.exe"


CLEAN :
	-@erase "$(INTDIR)\cvtgxl.obj"
	-@erase "$(INTDIR)\dot2gxl.obj"
	-@erase "$(INTDIR)\gxl2dot.obj"
	-@erase "$(INTDIR)\vc60.idb"
	-@erase "$(INTDIR)\vc60.pdb"
	-@erase "$(OUTDIR)\gxl2dot.exe"
	-@erase "$(OUTDIR)\gxl2dot.ilk"
	-@erase "$(OUTDIR)\gxl2dot.pdb"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

CPP_PROJ=/nologo /MLd /W3 /Gm /GX /ZI /Od /I "../.." /I "../src" /I "../../agraph" /I "../../cdt" /I "../../graph" /I "../../third-party/include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_LIBEXPAT" /Fp"$(INTDIR)\gxl2dot.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c 
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\gxl2dot.bsc" 
BSC32_SBRS= \
	
LINK32=link.exe
LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib agraph.lib cdt.lib common.lib graph.lib ToolsSupport.lib libexpat.lib libexpatw.lib /nologo /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\gxl2dot.pdb" /debug /machine:I386 /out:"$(OUTDIR)\gxl2dot.exe" /pdbtype:sept /libpath:"../../third-party/lib" /libpath:"../../makearch/win32/static/debug" 
LINK32_OBJS= \
	"$(INTDIR)\cvtgxl.obj" \
	"$(INTDIR)\dot2gxl.obj" \
	"$(INTDIR)\gxl2dot.obj"

"$(OUTDIR)\gxl2dot.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

SOURCE="$(InputPath)"
DS_POSTBUILD_DEP=$(INTDIR)\postbld.dep

ALL : $(DS_POSTBUILD_DEP)

# Begin Custom Macros
OutDir=.\Debug
# End Custom Macros

$(DS_POSTBUILD_DEP) : "$(OUTDIR)\gxl2dot.exe"
   copy .\Debug\gxl2dot.exe ..\..\makearch\win32\static\Debug\gxl2dot.exe
	echo Helper for Post-build step > "$(DS_POSTBUILD_DEP)"

!ENDIF 

.c{$(INTDIR)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cpp{$(INTDIR)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cxx{$(INTDIR)}.obj::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.c{$(INTDIR)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cpp{$(INTDIR)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<

.cxx{$(INTDIR)}.sbr::
   $(CPP) @<<
   $(CPP_PROJ) $< 
<<


!IF "$(NO_EXTERNAL_DEPS)" != "1"
!IF EXISTS("gxl2dot.dep")
!INCLUDE "gxl2dot.dep"
!ELSE 
!MESSAGE Warning: cannot find "gxl2dot.dep"
!ENDIF 
!ENDIF 


!IF "$(CFG)" == "gxl2dot - Win32 Release" || "$(CFG)" == "gxl2dot - Win32 Debug"
SOURCE=..\src\cvtgxl.c

"$(INTDIR)\cvtgxl.obj" : $(SOURCE) "$(INTDIR)"
	$(CPP) $(CPP_PROJ) $(SOURCE)


SOURCE=..\src\dot2gxl.c

"$(INTDIR)\dot2gxl.obj" : $(SOURCE) "$(INTDIR)"
	$(CPP) $(CPP_PROJ) $(SOURCE)


SOURCE=..\src\gxl2dot.c

"$(INTDIR)\gxl2dot.obj" : $(SOURCE) "$(INTDIR)"
	$(CPP) $(CPP_PROJ) $(SOURCE)



!ENDIF