]> granicus.if.org Git - graphviz/commitdiff
Fix tools windows .mak files to remove absolute path name.
authorerg <devnull@localhost>
Wed, 18 Jan 2006 19:30:02 +0000 (19:30 +0000)
committererg <devnull@localhost>
Wed, 18 Jan 2006 19:30:02 +0000 (19:30 +0000)
windows/cmd/tools/nop.mak

index 91174046a7a58c6ba8f0adfd1bed5453ba5c5be7..b6a77e53b018565f0dcec29516c58b76783ea0af 100644 (file)
@@ -36,21 +36,10 @@ INTDIR=.\Release
 OutDir=.\Release\r
 # End Custom Macros\r
 \r
-!IF "$(RECURSE)" == "0" \r
-\r
 ALL : "$(OUTDIR)\nop.exe"\r
 \r
-!ELSE \r
-\r
-ALL : "ingraphs - Win32 Release" "$(OUTDIR)\nop.exe"\r
 \r
-!ENDIF \r
-\r
-!IF "$(RECURSE)" == "1" \r
-CLEAN :"ingraphs - Win32 ReleaseCLEAN" \r
-!ELSE \r
 CLEAN :\r
-!ENDIF \r
        -@erase "$(INTDIR)\nop.obj"\r
        -@erase "$(INTDIR)\vc60.idb"\r
        -@erase "$(OUTDIR)\nop.exe"\r
@@ -66,8 +55,7 @@ BSC32_SBRS= \
 LINK32=link.exe\r
 LINK32_FLAGS=agraph.lib cdt.lib common.lib ingraphs.lib 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 /incremental:no /pdb:"$(OUTDIR)\nop.pdb" /machine:I386 /out:"$(OUTDIR)\nop.exe" /libpath:"../../lib/lib/Release" \r
 LINK32_OBJS= \\r
-       "$(INTDIR)\nop.obj" \\r
-       "..\..\lib\ingraphs\Release\ingraphs.lib"\r
+       "$(INTDIR)\nop.obj"\r
 \r
 "$(OUTDIR)\nop.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)\r
     $(LINK32) @<<\r
@@ -82,21 +70,10 @@ INTDIR=.\Debug
 OutDir=.\Debug\r
 # End Custom Macros\r
 \r
-!IF "$(RECURSE)" == "0" \r
-\r
 ALL : "$(OUTDIR)\nop.exe"\r
 \r
-!ELSE \r
-\r
-ALL : "ingraphs - Win32 Debug" "$(OUTDIR)\nop.exe"\r
-\r
-!ENDIF \r
 \r
-!IF "$(RECURSE)" == "1" \r
-CLEAN :"ingraphs - Win32 DebugCLEAN" \r
-!ELSE \r
 CLEAN :\r
-!ENDIF \r
        -@erase "$(INTDIR)\nop.obj"\r
        -@erase "$(INTDIR)\vc60.idb"\r
        -@erase "$(INTDIR)\vc60.pdb"\r
@@ -115,8 +92,7 @@ BSC32_SBRS= \
 LINK32=link.exe\r
 LINK32_FLAGS=agraph.lib cdt.lib common.lib ingraphs.lib 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 /incremental:yes /pdb:"$(OUTDIR)\nop.pdb" /debug /machine:I386 /out:"$(OUTDIR)\nop.exe" /pdbtype:sept /libpath:"../../lib/lib/Debug" \r
 LINK32_OBJS= \\r
-       "$(INTDIR)\nop.obj" \\r
-       "..\..\lib\ingraphs\Debug\ingraphs.lib"\r
+       "$(INTDIR)\nop.obj"\r
 \r
 "$(OUTDIR)\nop.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)\r
     $(LINK32) @<<\r
@@ -171,32 +147,6 @@ SOURCE=.\nop.c
 "$(INTDIR)\nop.obj" : $(SOURCE) "$(INTDIR)"\r
 \r
 \r
-!IF  "$(CFG)" == "nop - Win32 Release"\r
-\r
-"ingraphs - Win32 Release" : \r
-   cd "\graphvizCVS\builddaemon\graphviz-win\lib\ingraphs"\r
-   $(MAKE) /$(MAKEFLAGS) /F ".\ingraphs.mak" CFG="ingraphs - Win32 Release" \r
-   cd "..\..\cmd\tools"\r
-\r
-"ingraphs - Win32 ReleaseCLEAN" : \r
-   cd "\graphvizCVS\builddaemon\graphviz-win\lib\ingraphs"\r
-   $(MAKE) /$(MAKEFLAGS) /F ".\ingraphs.mak" CFG="ingraphs - Win32 Release" RECURSE=1 CLEAN \r
-   cd "..\..\cmd\tools"\r
-\r
-!ELSEIF  "$(CFG)" == "nop - Win32 Debug"\r
-\r
-"ingraphs - Win32 Debug" : \r
-   cd "\graphvizCVS\builddaemon\graphviz-win\lib\ingraphs"\r
-   $(MAKE) /$(MAKEFLAGS) /F ".\ingraphs.mak" CFG="ingraphs - Win32 Debug" \r
-   cd "..\..\cmd\tools"\r
-\r
-"ingraphs - Win32 DebugCLEAN" : \r
-   cd "\graphvizCVS\builddaemon\graphviz-win\lib\ingraphs"\r
-   $(MAKE) /$(MAKEFLAGS) /F ".\ingraphs.mak" CFG="ingraphs - Win32 Debug" RECURSE=1 CLEAN \r
-   cd "..\..\cmd\tools"\r
-\r
-!ENDIF \r
-\r
 \r
 !ENDIF \r
 \r