home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 January
/
Chip_2001-01_cd1.bin
/
tema
/
mysql
/
mysql-3.23.28g-win-source.exe
/
myisamchk
/
myisamchk.mak
< prev
Wrap
Text File
|
2000-10-16
|
9KB
|
302 lines
# Microsoft Developer Studio Generated NMAKE File, Based on myisamchk.dsp
!IF "$(CFG)" == ""
CFG=myisamchk - Win32 Debug
!MESSAGE No configuration specified. Defaulting to myisamchk - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "myisamchk - Win32 Release" && "$(CFG)" != "myisamchk - 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 "myisamchk.mak" CFG="myisamchk - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "myisamchk - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "myisamchk - 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)" == "myisamchk - Win32 Release"
OUTDIR=.\release
INTDIR=.\release
# Begin Custom Macros
OutDir=.\release
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "..\client_release\myisamchk.exe" "$(OUTDIR)\myisamchk.bsc"
!ELSE
ALL : "strings - Win32 Release" "mysys - Win32 Release" "myisam - Win32 Release" "dbug - Win32 Release" "..\client_release\myisamchk.exe" "$(OUTDIR)\myisamchk.bsc"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"dbug - Win32 ReleaseCLEAN" "myisam - Win32 ReleaseCLEAN" "mysys - Win32 ReleaseCLEAN" "strings - Win32 ReleaseCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\myisamchk.obj"
-@erase "$(INTDIR)\myisamchk.sbr"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(OUTDIR)\myisamchk.bsc"
-@erase "..\client_release\myisamchk.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MT /W3 /O2 /I "../include" /I "../myisam" /D "NDEBUG" /D "DBUG_OFF" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\myisamchk.bsc"
BSC32_SBRS= \
"$(INTDIR)\myisamchk.sbr"
"$(OUTDIR)\myisamchk.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
LINK32=link.exe
LINK32_FLAGS=wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\myisamchk.pdb" /machine:I386 /out:"../client_release/myisamchk.exe"
LINK32_OBJS= \
"$(INTDIR)\myisamchk.obj" \
"..\lib_release\dbug.lib" \
"..\lib_release\myisam.lib" \
"..\lib_release\mysys.lib" \
"..\lib_release\strings.lib"
"..\client_release\myisamchk.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "myisamchk - Win32 Debug"
OUTDIR=.\debug
INTDIR=.\debug
# Begin Custom Macros
OutDir=.\debug
# End Custom Macros
!IF "$(RECURSE)" == "0"
ALL : "..\client_debug\myisamchk.exe" "$(OUTDIR)\myisamchk.bsc"
!ELSE
ALL : "strings - Win32 Debug" "mysys - Win32 Debug" "myisam - Win32 Debug" "dbug - Win32 Debug" "..\client_debug\myisamchk.exe" "$(OUTDIR)\myisamchk.bsc"
!ENDIF
!IF "$(RECURSE)" == "1"
CLEAN :"dbug - Win32 DebugCLEAN" "myisam - Win32 DebugCLEAN" "mysys - Win32 DebugCLEAN" "strings - Win32 DebugCLEAN"
!ELSE
CLEAN :
!ENDIF
-@erase "$(INTDIR)\myisamchk.obj"
-@erase "$(INTDIR)\myisamchk.sbr"
-@erase "$(INTDIR)\vc60.idb"
-@erase "$(OUTDIR)\myisamchk.bsc"
-@erase "$(OUTDIR)\myisamchk.pdb"
-@erase "..\client_debug\myisamchk.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MTd /W3 /Z7 /Od /I "../include" /I "../myisam" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_CONSOLE" /D "_MBCS" /D "_WINDOWS" /FR"$(INTDIR)\\" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\myisamchk.bsc"
BSC32_SBRS= \
"$(INTDIR)\myisamchk.sbr"
"$(OUTDIR)\myisamchk.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
$(BSC32) @<<
$(BSC32_FLAGS) $(BSC32_SBRS)
<<
LINK32=link.exe
LINK32_FLAGS=kernel32.lib user32.lib wsock32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib setargv.obj /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\myisamchk.pdb" /debug /machine:I386 /out:"../client_debug/myisamchk.exe" /pdbtype:sept
LINK32_OBJS= \
"$(INTDIR)\myisamchk.obj" \
"..\lib_debug\dbug.lib" \
"..\lib_Debug\myisam.lib" \
"..\lib_debug\mysys.lib" \
"..\lib_debug\strings.lib"
"..\client_debug\myisamchk.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!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("myisamchk.dep")
!INCLUDE "myisamchk.dep"
!ELSE
!MESSAGE Warning: cannot find "myisamchk.dep"
!ENDIF
!ENDIF
!IF "$(CFG)" == "myisamchk - Win32 Release" || "$(CFG)" == "myisamchk - Win32 Debug"
SOURCE=..\myisam\myisamchk.c
"$(INTDIR)\myisamchk.obj" "$(INTDIR)\myisamchk.sbr" : $(SOURCE) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!IF "$(CFG)" == "myisamchk - Win32 Release"
"dbug - Win32 Release" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release"
cd "..\myisamchk"
"dbug - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamchk"
!ELSEIF "$(CFG)" == "myisamchk - Win32 Debug"
"dbug - Win32 Debug" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug"
cd "..\myisamchk"
"dbug - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\dbug"
$(MAKE) /$(MAKEFLAGS) /F ".\dbug.mak" CFG="dbug - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamchk"
!ENDIF
!IF "$(CFG)" == "myisamchk - Win32 Release"
"myisam - Win32 Release" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Release"
cd "..\myisamchk"
"myisam - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamchk"
!ELSEIF "$(CFG)" == "myisamchk - Win32 Debug"
"myisam - Win32 Debug" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Debug"
cd "..\myisamchk"
"myisam - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\myisam"
$(MAKE) /$(MAKEFLAGS) /F ".\myisam.mak" CFG="myisam - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamchk"
!ENDIF
!IF "$(CFG)" == "myisamchk - Win32 Release"
"mysys - Win32 Release" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release"
cd "..\myisamchk"
"mysys - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamchk"
!ELSEIF "$(CFG)" == "myisamchk - Win32 Debug"
"mysys - Win32 Debug" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug"
cd "..\myisamchk"
"mysys - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\mysys"
$(MAKE) /$(MAKEFLAGS) /F ".\mysys.mak" CFG="mysys - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamchk"
!ENDIF
!IF "$(CFG)" == "myisamchk - Win32 Release"
"strings - Win32 Release" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release"
cd "..\myisamchk"
"strings - Win32 ReleaseCLEAN" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Release" RECURSE=1 CLEAN
cd "..\myisamchk"
!ELSEIF "$(CFG)" == "myisamchk - Win32 Debug"
"strings - Win32 Debug" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug"
cd "..\myisamchk"
"strings - Win32 DebugCLEAN" :
cd "\MYSQL-3.23\strings"
$(MAKE) /$(MAKEFLAGS) /F ".\strings.mak" CFG="strings - Win32 Debug" RECURSE=1 CLEAN
cd "..\myisamchk"
!ENDIF
!ENDIF