JPEG.MAK
资源名称:Cimage.zip [点击查看]
上传用户:wep9318
上传日期:2007-01-07
资源大小:893k
文件大小:23k
源码类别:
图片显示
开发平台:
Visual C++
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
- # ** DO NOT EDIT **
- # TARGTYPE "Win32 (x86) Static Library" 0x0104
- !IF "$(CFG)" == ""
- CFG=jpeg - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to jpeg - Win32 Debug.
- !ENDIF
- !IF "$(CFG)" != "jpeg - Win32 Release" && "$(CFG)" != "jpeg - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE on this makefile
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "jpeg.mak" CFG="jpeg - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "jpeg - Win32 Release" (based on "Win32 (x86) Static Library")
- !MESSAGE "jpeg - Win32 Debug" (based on "Win32 (x86) Static Library")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- # PROP Target_Last_Scanned "jpeg - Win32 Debug"
- CPP=cl.exe
- !IF "$(CFG)" == "jpeg - Win32 Release"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 2
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.Release
- INTDIR=.Release
- ALL : "$(OUTDIR)jpeg.lib"
- CLEAN :
- -@erase ".Releasejpeg.lib"
- -@erase ".ReleaseJchuff.obj"
- -@erase ".ReleaseJdcoefct.obj"
- -@erase ".ReleaseJfdctflt.obj"
- -@erase ".ReleaseJfdctfst.obj"
- -@erase ".ReleaseJquant2.obj"
- -@erase ".ReleaseJidctflt.obj"
- -@erase ".ReleaseJutils.obj"
- -@erase ".ReleaseJidctfst.obj"
- -@erase ".ReleaseJdsample.obj"
- -@erase ".ReleaseJdatasrc.obj"
- -@erase ".ReleaseJccoefct.obj"
- -@erase ".ReleaseJcprepct.obj"
- -@erase ".ReleaseJfdctint.obj"
- -@erase ".ReleaseJdhuff.obj"
- -@erase ".ReleaseJidctint.obj"
- -@erase ".ReleaseJquant1.obj"
- -@erase ".ReleaseJcapi.obj"
- -@erase ".ReleaseJmemnobs.obj"
- -@erase ".ReleaseJdmainct.obj"
- -@erase ".ReleaseJcmainct.obj"
- -@erase ".ReleaseJdpostct.obj"
- -@erase ".ReleaseJidctred.obj"
- -@erase ".ReleaseJcdctmgr.obj"
- -@erase ".ReleaseJdmerge.obj"
- -@erase ".ReleaseJerror.obj"
- -@erase ".ReleaseJccolor.obj"
- -@erase ".ReleaseJcmarker.obj"
- -@erase ".ReleaseJmemmgr.obj"
- -@erase ".ReleaseJcomapi.obj"
- -@erase ".ReleaseJcparam.obj"
- -@erase ".ReleaseJdmaster.obj"
- -@erase ".ReleaseJcsample.obj"
- -@erase ".ReleaseJcmaster.obj"
- -@erase ".ReleaseJdcolor.obj"
- -@erase ".ReleaseJdapi.obj"
- -@erase ".ReleaseJddctmgr.obj"
- -@erase ".ReleaseJdmarker.obj"
- -@erase ".ReleaseJdatadst.obj"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /c
- # SUBTRACT CPP /YX
- CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D
- "_AFXDLL" /D "_MBCS" /Fo"$(INTDIR)/" /c
- CPP_OBJS=.Release/
- CPP_SBRS=
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/jpeg.bsc"
- BSC32_SBRS=
- LIB32=link.exe -lib
- # ADD BASE LIB32 /nologo
- # ADD LIB32 /nologo
- LIB32_FLAGS=/nologo /out:"$(OUTDIR)/jpeg.lib"
- LIB32_OBJS=
- "$(INTDIR)/Jchuff.obj"
- "$(INTDIR)/Jdcoefct.obj"
- "$(INTDIR)/Jfdctflt.obj"
- "$(INTDIR)/Jfdctfst.obj"
- "$(INTDIR)/Jquant2.obj"
- "$(INTDIR)/Jidctflt.obj"
- "$(INTDIR)/Jutils.obj"
- "$(INTDIR)/Jidctfst.obj"
- "$(INTDIR)/Jdsample.obj"
- "$(INTDIR)/Jdatasrc.obj"
- "$(INTDIR)/Jccoefct.obj"
- "$(INTDIR)/Jcprepct.obj"
- "$(INTDIR)/Jfdctint.obj"
- "$(INTDIR)/Jdhuff.obj"
- "$(INTDIR)/Jidctint.obj"
- "$(INTDIR)/Jquant1.obj"
- "$(INTDIR)/Jcapi.obj"
- "$(INTDIR)/Jmemnobs.obj"
- "$(INTDIR)/Jdmainct.obj"
- "$(INTDIR)/Jcmainct.obj"
- "$(INTDIR)/Jdpostct.obj"
- "$(INTDIR)/Jidctred.obj"
- "$(INTDIR)/Jcdctmgr.obj"
- "$(INTDIR)/Jdmerge.obj"
- "$(INTDIR)/Jerror.obj"
- "$(INTDIR)/Jccolor.obj"
- "$(INTDIR)/Jcmarker.obj"
- "$(INTDIR)/Jmemmgr.obj"
- "$(INTDIR)/Jcomapi.obj"
- "$(INTDIR)/Jcparam.obj"
- "$(INTDIR)/Jdmaster.obj"
- "$(INTDIR)/Jcsample.obj"
- "$(INTDIR)/Jcmaster.obj"
- "$(INTDIR)/Jdcolor.obj"
- "$(INTDIR)/Jdapi.obj"
- "$(INTDIR)/Jddctmgr.obj"
- "$(INTDIR)/Jdmarker.obj"
- "$(INTDIR)/Jdatadst.obj"
- "$(OUTDIR)jpeg.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
- $(LIB32) @<<
- $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
- <<
- !ELSEIF "$(CFG)" == "jpeg - Win32 Debug"
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 2
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.Debug
- INTDIR=.Debug
- ALL : "$(OUTDIR)jpeg.lib"
- CLEAN :
- -@erase ".Debugjpeg.lib"
- -@erase ".DebugJcsample.obj"
- -@erase ".DebugJquant1.obj"
- -@erase ".DebugJidctint.obj"
- -@erase ".DebugJdmainct.obj"
- -@erase ".DebugJdapi.obj"
- -@erase ".DebugJcmainct.obj"
- -@erase ".DebugJdpostct.obj"
- -@erase ".DebugJdmerge.obj"
- -@erase ".DebugJcdctmgr.obj"
- -@erase ".DebugJccolor.obj"
- -@erase ".DebugJchuff.obj"
- -@erase ".DebugJmemmgr.obj"
- -@erase ".DebugJcomapi.obj"
- -@erase ".DebugJerror.obj"
- -@erase ".DebugJutils.obj"
- -@erase ".DebugJdmaster.obj"
- -@erase ".DebugJmemnobs.obj"
- -@erase ".DebugJdcolor.obj"
- -@erase ".DebugJcmaster.obj"
- -@erase ".DebugJdhuff.obj"
- -@erase ".DebugJcapi.obj"
- -@erase ".DebugJddctmgr.obj"
- -@erase ".DebugJdmarker.obj"
- -@erase ".DebugJdatadst.obj"
- -@erase ".DebugJidctred.obj"
- -@erase ".DebugJdcoefct.obj"
- -@erase ".DebugJfdctflt.obj"
- -@erase ".DebugJquant2.obj"
- -@erase ".DebugJcmarker.obj"
- -@erase ".DebugJfdctfst.obj"
- -@erase ".DebugJidctflt.obj"
- -@erase ".DebugJidctfst.obj"
- -@erase ".DebugJdsample.obj"
- -@erase ".DebugJdatasrc.obj"
- -@erase ".DebugJccoefct.obj"
- -@erase ".DebugJcprepct.obj"
- -@erase ".DebugJfdctint.obj"
- -@erase ".DebugJcparam.obj"
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
- # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /c
- # SUBTRACT CPP /YX
- CPP_PROJ=/nologo /MDd /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D
- "_AFXDLL" /D "_MBCS" /Fo"$(INTDIR)/" /c
- CPP_OBJS=.Debug/
- CPP_SBRS=
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/jpeg.bsc"
- BSC32_SBRS=
- LIB32=link.exe -lib
- # ADD BASE LIB32 /nologo
- # ADD LIB32 /nologo
- LIB32_FLAGS=/nologo /out:"$(OUTDIR)/jpeg.lib"
- LIB32_OBJS=
- "$(INTDIR)/Jcsample.obj"
- "$(INTDIR)/Jquant1.obj"
- "$(INTDIR)/Jidctint.obj"
- "$(INTDIR)/Jdmainct.obj"
- "$(INTDIR)/Jdapi.obj"
- "$(INTDIR)/Jcmainct.obj"
- "$(INTDIR)/Jdpostct.obj"
- "$(INTDIR)/Jdmerge.obj"
- "$(INTDIR)/Jcdctmgr.obj"
- "$(INTDIR)/Jccolor.obj"
- "$(INTDIR)/Jchuff.obj"
- "$(INTDIR)/Jmemmgr.obj"
- "$(INTDIR)/Jcomapi.obj"
- "$(INTDIR)/Jerror.obj"
- "$(INTDIR)/Jutils.obj"
- "$(INTDIR)/Jdmaster.obj"
- "$(INTDIR)/Jmemnobs.obj"
- "$(INTDIR)/Jdcolor.obj"
- "$(INTDIR)/Jcmaster.obj"
- "$(INTDIR)/Jdhuff.obj"
- "$(INTDIR)/Jcapi.obj"
- "$(INTDIR)/Jddctmgr.obj"
- "$(INTDIR)/Jdmarker.obj"
- "$(INTDIR)/Jdatadst.obj"
- "$(INTDIR)/Jidctred.obj"
- "$(INTDIR)/Jdcoefct.obj"
- "$(INTDIR)/Jfdctflt.obj"
- "$(INTDIR)/Jquant2.obj"
- "$(INTDIR)/Jcmarker.obj"
- "$(INTDIR)/Jfdctfst.obj"
- "$(INTDIR)/Jidctflt.obj"
- "$(INTDIR)/Jidctfst.obj"
- "$(INTDIR)/Jdsample.obj"
- "$(INTDIR)/Jdatasrc.obj"
- "$(INTDIR)/Jccoefct.obj"
- "$(INTDIR)/Jcprepct.obj"
- "$(INTDIR)/Jfdctint.obj"
- "$(INTDIR)/Jcparam.obj"
- "$(OUTDIR)jpeg.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
- $(LIB32) @<<
- $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
- <<
- !ENDIF
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
- .c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- .cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
- ################################################################################
- # Begin Target
- # Name "jpeg - Win32 Release"
- # Name "jpeg - Win32 Debug"
- !IF "$(CFG)" == "jpeg - Win32 Release"
- !ELSEIF "$(CFG)" == "jpeg - Win32 Debug"
- !ENDIF
- ################################################################################
- # Begin Source File
- SOURCE=.Jfdctint.c
- DEP_CPP_JFDCT=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jfdctint.obj" : $(SOURCE) $(DEP_CPP_JFDCT) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jccoefct.c
- DEP_CPP_JCCOE=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jccoefct.obj" : $(SOURCE) $(DEP_CPP_JCCOE) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jccolor.c
- DEP_CPP_JCCOL=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jccolor.obj" : $(SOURCE) $(DEP_CPP_JCCOL) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcdctmgr.c
- DEP_CPP_JCDCT=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcdctmgr.obj" : $(SOURCE) $(DEP_CPP_JCDCT) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jchuff.c
- DEP_CPP_JCHUF=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jchuff.obj" : $(SOURCE) $(DEP_CPP_JCHUF) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcmarker.c
- DEP_CPP_JCMAR=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcmarker.obj" : $(SOURCE) $(DEP_CPP_JCMAR) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcmaster.c
- DEP_CPP_JCMAS=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcmaster.obj" : $(SOURCE) $(DEP_CPP_JCMAS) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcomapi.c
- DEP_CPP_JCOMA=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcomapi.obj" : $(SOURCE) $(DEP_CPP_JCOMA) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcparam.c
- DEP_CPP_JCPAR=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcparam.obj" : $(SOURCE) $(DEP_CPP_JCPAR) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcprepct.c
- DEP_CPP_JCPRE=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcprepct.obj" : $(SOURCE) $(DEP_CPP_JCPRE) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcsample.c
- DEP_CPP_JCSAM=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcsample.obj" : $(SOURCE) $(DEP_CPP_JCSAM) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdatadst.c
- DEP_CPP_JDATA=
- ".jinclude.h"
- ".jpeglib.h"
- ".jerror.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- "$(INTDIR)Jdatadst.obj" : $(SOURCE) $(DEP_CPP_JDATA) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdmainct.c
- DEP_CPP_JDMAI=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdmainct.obj" : $(SOURCE) $(DEP_CPP_JDMAI) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jerror.c
- DEP_CPP_JERRO=
- ".jinclude.h"
- ".jpeglib.h"
- ".jversion.h"
- ".jerror.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- "$(INTDIR)Jerror.obj" : $(SOURCE) $(DEP_CPP_JERRO) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jfdctfst.c
- DEP_CPP_JFDCTF=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jfdctfst.obj" : $(SOURCE) $(DEP_CPP_JFDCTF) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcapi.c
- DEP_CPP_JCAPI=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcapi.obj" : $(SOURCE) $(DEP_CPP_JCAPI) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jidctflt.c
- DEP_CPP_JIDCT=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jidctflt.obj" : $(SOURCE) $(DEP_CPP_JIDCT) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jmemmgr.c
- DEP_CPP_JMEMM=
- ".jinclude.h"
- ".jpeglib.h"
- ".jmemsys.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jmemmgr.obj" : $(SOURCE) $(DEP_CPP_JMEMM) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jmemnobs.c
- DEP_CPP_JMEMN=
- ".jinclude.h"
- ".jpeglib.h"
- ".jmemsys.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jmemnobs.obj" : $(SOURCE) $(DEP_CPP_JMEMN) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jutils.c
- DEP_CPP_JUTIL=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jutils.obj" : $(SOURCE) $(DEP_CPP_JUTIL) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdmerge.c
- DEP_CPP_JDMER=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdmerge.obj" : $(SOURCE) $(DEP_CPP_JDMER) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdatasrc.c
- DEP_CPP_JDATAS=
- ".jinclude.h"
- ".jpeglib.h"
- ".jerror.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- "$(INTDIR)Jdatasrc.obj" : $(SOURCE) $(DEP_CPP_JDATAS) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdcoefct.c
- DEP_CPP_JDCOE=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdcoefct.obj" : $(SOURCE) $(DEP_CPP_JDCOE) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdcolor.c
- DEP_CPP_JDCOL=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdcolor.obj" : $(SOURCE) $(DEP_CPP_JDCOL) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jddctmgr.c
- DEP_CPP_JDDCT=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jddctmgr.obj" : $(SOURCE) $(DEP_CPP_JDDCT) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdhuff.c
- DEP_CPP_JDHUF=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdhuff.obj" : $(SOURCE) $(DEP_CPP_JDHUF) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdmarker.c
- DEP_CPP_JDMAR=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdmarker.obj" : $(SOURCE) $(DEP_CPP_JDMAR) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdmaster.c
- DEP_CPP_JDMAS=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdmaster.obj" : $(SOURCE) $(DEP_CPP_JDMAS) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdapi.c
- DEP_CPP_JDAPI=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdapi.obj" : $(SOURCE) $(DEP_CPP_JDAPI) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdpostct.c
- DEP_CPP_JDPOS=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdpostct.obj" : $(SOURCE) $(DEP_CPP_JDPOS) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jdsample.c
- DEP_CPP_JDSAM=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jdsample.obj" : $(SOURCE) $(DEP_CPP_JDSAM) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jidctfst.c
- DEP_CPP_JIDCTF=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jidctfst.obj" : $(SOURCE) $(DEP_CPP_JIDCTF) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jidctint.c
- DEP_CPP_JIDCTI=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jidctint.obj" : $(SOURCE) $(DEP_CPP_JIDCTI) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jidctred.c
- DEP_CPP_JIDCTR=
- ".jinclude.h"
- ".jpeglib.h"
- ".jdct.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jidctred.obj" : $(SOURCE) $(DEP_CPP_JIDCTR) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jquant1.c
- DEP_CPP_JQUAN=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jquant1.obj" : $(SOURCE) $(DEP_CPP_JQUAN) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jquant2.c
- DEP_CPP_JQUANT=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jquant2.obj" : $(SOURCE) $(DEP_CPP_JQUANT) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jcmainct.c
- DEP_CPP_JCMAI=
- ".jinclude.h"
- ".jpeglib.h"
- ".jconfig.h"
- {$(INCLUDE)}"sysTypes.h"
- ".jmorecfg.h"
- ".jpegint.h"
- ".jerror.h"
- "$(INTDIR)Jcmainct.obj" : $(SOURCE) $(DEP_CPP_JCMAI) "$(INTDIR)"
- # End Source File
- ################################################################################
- # Begin Source File
- SOURCE=.Jfdctflt.c
- "$(INTDIR)Jfdctflt.obj" : $(SOURCE) "$(INTDIR)"
- # End Source File
- # End Target
- # End Project
- ################################################################################