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