| # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20 |
| # ** DO NOT EDIT ** |
| |
| # TARGTYPE "Win32 (x86) Static Library" 0x0104 |
| |
| !IF "$(CFG)" == "" |
| CFG=jpeg - Win32 |
| !MESSAGE No configuration specified. Defaulting to jpeg - Win32. |
| !ENDIF |
| |
| !IF "$(CFG)" != "jpeg - Win32" |
| !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" |
| !MESSAGE |
| !MESSAGE Possible choices for configuration are: |
| !MESSAGE |
| !MESSAGE "jpeg - Win32" (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" |
| CPP=cl.exe |
| |
| !IF "$(CFG)" == "jpeg - Win32" |
| |
| # 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 0 |
| # 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 "$(INTDIR)\jcapimin.obj" |
| -@erase "$(INTDIR)\jcapistd.obj" |
| -@erase "$(INTDIR)\jctrans.obj" |
| -@erase "$(INTDIR)\jcparam.obj" |
| -@erase "$(INTDIR)\jdatadst.obj" |
| -@erase "$(INTDIR)\jcinit.obj" |
| -@erase "$(INTDIR)\jcmaster.obj" |
| -@erase "$(INTDIR)\jcmarker.obj" |
| -@erase "$(INTDIR)\jcmainct.obj" |
| -@erase "$(INTDIR)\jcprepct.obj" |
| -@erase "$(INTDIR)\jccoefct.obj" |
| -@erase "$(INTDIR)\jccolor.obj" |
| -@erase "$(INTDIR)\jcsample.obj" |
| -@erase "$(INTDIR)\jchuff.obj" |
| -@erase "$(INTDIR)\jcphuff.obj" |
| -@erase "$(INTDIR)\jcdctmgr.obj" |
| -@erase "$(INTDIR)\jfdctfst.obj" |
| -@erase "$(INTDIR)\jfdctflt.obj" |
| -@erase "$(INTDIR)\jfdctint.obj" |
| -@erase "$(INTDIR)\jdapimin.obj" |
| -@erase "$(INTDIR)\jdapistd.obj" |
| -@erase "$(INTDIR)\jdtrans.obj" |
| -@erase "$(INTDIR)\jdatasrc.obj" |
| -@erase "$(INTDIR)\jdmaster.obj" |
| -@erase "$(INTDIR)\jdinput.obj" |
| -@erase "$(INTDIR)\jdmarker.obj" |
| -@erase "$(INTDIR)\jdhuff.obj" |
| -@erase "$(INTDIR)\jdphuff.obj" |
| -@erase "$(INTDIR)\jdmainct.obj" |
| -@erase "$(INTDIR)\jdcoefct.obj" |
| -@erase "$(INTDIR)\jdpostct.obj" |
| -@erase "$(INTDIR)\jddctmgr.obj" |
| -@erase "$(INTDIR)\jidctfst.obj" |
| -@erase "$(INTDIR)\jidctflt.obj" |
| -@erase "$(INTDIR)\jidctint.obj" |
| -@erase "$(INTDIR)\jidctred.obj" |
| -@erase "$(INTDIR)\jdsample.obj" |
| -@erase "$(INTDIR)\jdcolor.obj" |
| -@erase "$(INTDIR)\jquant1.obj" |
| -@erase "$(INTDIR)\jquant2.obj" |
| -@erase "$(INTDIR)\jdmerge.obj" |
| -@erase "$(INTDIR)\jcomapi.obj" |
| -@erase "$(INTDIR)\jutils.obj" |
| -@erase "$(INTDIR)\jerror.obj" |
| -@erase "$(INTDIR)\jmemmgr.obj" |
| -@erase "$(INTDIR)\jmemnobs.obj" |
| -@erase "$(OUTDIR)\jpeg.lib" |
| |
| "$(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 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c |
| CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\ |
| /Fp"$(INTDIR)/jpeg.pch" /YX /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)\jcapimin.obj" \ |
| "$(INTDIR)\jcapistd.obj" \ |
| "$(INTDIR)\jctrans.obj" \ |
| "$(INTDIR)\jcparam.obj" \ |
| "$(INTDIR)\jdatadst.obj" \ |
| "$(INTDIR)\jcinit.obj" \ |
| "$(INTDIR)\jcmaster.obj" \ |
| "$(INTDIR)\jcmarker.obj" \ |
| "$(INTDIR)\jcmainct.obj" \ |
| "$(INTDIR)\jcprepct.obj" \ |
| "$(INTDIR)\jccoefct.obj" \ |
| "$(INTDIR)\jccolor.obj" \ |
| "$(INTDIR)\jcsample.obj" \ |
| "$(INTDIR)\jchuff.obj" \ |
| "$(INTDIR)\jcphuff.obj" \ |
| "$(INTDIR)\jcdctmgr.obj" \ |
| "$(INTDIR)\jfdctfst.obj" \ |
| "$(INTDIR)\jfdctflt.obj" \ |
| "$(INTDIR)\jfdctint.obj" \ |
| "$(INTDIR)\jdapimin.obj" \ |
| "$(INTDIR)\jdapistd.obj" \ |
| "$(INTDIR)\jdtrans.obj" \ |
| "$(INTDIR)\jdatasrc.obj" \ |
| "$(INTDIR)\jdmaster.obj" \ |
| "$(INTDIR)\jdinput.obj" \ |
| "$(INTDIR)\jdmarker.obj" \ |
| "$(INTDIR)\jdhuff.obj" \ |
| "$(INTDIR)\jdphuff.obj" \ |
| "$(INTDIR)\jdmainct.obj" \ |
| "$(INTDIR)\jdcoefct.obj" \ |
| "$(INTDIR)\jdpostct.obj" \ |
| "$(INTDIR)\jddctmgr.obj" \ |
| "$(INTDIR)\jidctfst.obj" \ |
| "$(INTDIR)\jidctflt.obj" \ |
| "$(INTDIR)\jidctint.obj" \ |
| "$(INTDIR)\jidctred.obj" \ |
| "$(INTDIR)\jdsample.obj" \ |
| "$(INTDIR)\jdcolor.obj" \ |
| "$(INTDIR)\jquant1.obj" \ |
| "$(INTDIR)\jquant2.obj" \ |
| "$(INTDIR)\jdmerge.obj" \ |
| "$(INTDIR)\jcomapi.obj" \ |
| "$(INTDIR)\jutils.obj" \ |
| "$(INTDIR)\jerror.obj" \ |
| "$(INTDIR)\jmemmgr.obj" \ |
| "$(INTDIR)\jmemnobs.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" |
| |
| !IF "$(CFG)" == "jpeg - Win32" |
| |
| !ENDIF |
| |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcapimin.c" |
| DEP_CPP_JCAPI=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcapimin.obj" : $(SOURCE) $(DEP_CPP_JCAPI) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcapistd.c" |
| DEP_CPP_JCAPIS=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcapistd.obj" : $(SOURCE) $(DEP_CPP_JCAPIS) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jccoefct.c" |
| DEP_CPP_JCCOE=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jccoefct.obj" : $(SOURCE) $(DEP_CPP_JCCOE) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jccolor.c" |
| DEP_CPP_JCCOL=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jccolor.obj" : $(SOURCE) $(DEP_CPP_JCCOL) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcdctmgr.c" |
| DEP_CPP_JCDCT=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jcdctmgr.obj" : $(SOURCE) $(DEP_CPP_JCDCT) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jchuff.c" |
| DEP_CPP_JCHUF=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jchuff.h"\ |
| |
| |
| "$(INTDIR)\jchuff.obj" : $(SOURCE) $(DEP_CPP_JCHUF) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcinit.c" |
| DEP_CPP_JCINI=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcinit.obj" : $(SOURCE) $(DEP_CPP_JCINI) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcmainct.c" |
| DEP_CPP_JCMAI=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcmainct.obj" : $(SOURCE) $(DEP_CPP_JCMAI) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcmarker.c" |
| DEP_CPP_JCMAR=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcmarker.obj" : $(SOURCE) $(DEP_CPP_JCMAR) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcmaster.c" |
| DEP_CPP_JCMAS=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcmaster.obj" : $(SOURCE) $(DEP_CPP_JCMAS) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcomapi.c" |
| DEP_CPP_JCOMA=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcomapi.obj" : $(SOURCE) $(DEP_CPP_JCOMA) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcparam.c" |
| DEP_CPP_JCPAR=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcparam.obj" : $(SOURCE) $(DEP_CPP_JCPAR) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcphuff.c" |
| DEP_CPP_JCPHU=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jchuff.h"\ |
| |
| |
| "$(INTDIR)\jcphuff.obj" : $(SOURCE) $(DEP_CPP_JCPHU) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcprepct.c" |
| DEP_CPP_JCPRE=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcprepct.obj" : $(SOURCE) $(DEP_CPP_JCPRE) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jcsample.c" |
| DEP_CPP_JCSAM=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jcsample.obj" : $(SOURCE) $(DEP_CPP_JCSAM) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jctrans.c" |
| DEP_CPP_JCTRA=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jctrans.obj" : $(SOURCE) $(DEP_CPP_JCTRA) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdapimin.c" |
| DEP_CPP_JDAPI=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdapimin.obj" : $(SOURCE) $(DEP_CPP_JDAPI) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdapistd.c" |
| DEP_CPP_JDAPIS=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdapistd.obj" : $(SOURCE) $(DEP_CPP_JDAPIS) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdatadst.c" |
| DEP_CPP_JDATA=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdatadst.obj" : $(SOURCE) $(DEP_CPP_JDATA) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdatasrc.c" |
| DEP_CPP_JDATAS=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdatasrc.obj" : $(SOURCE) $(DEP_CPP_JDATAS) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdcoefct.c" |
| DEP_CPP_JDCOE=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdcoefct.obj" : $(SOURCE) $(DEP_CPP_JDCOE) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdcolor.c" |
| DEP_CPP_JDCOL=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdcolor.obj" : $(SOURCE) $(DEP_CPP_JDCOL) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jddctmgr.c" |
| DEP_CPP_JDDCT=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jddctmgr.obj" : $(SOURCE) $(DEP_CPP_JDDCT) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdhuff.c" |
| DEP_CPP_JDHUF=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdhuff.h"\ |
| |
| |
| "$(INTDIR)\jdhuff.obj" : $(SOURCE) $(DEP_CPP_JDHUF) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdinput.c" |
| DEP_CPP_JDINP=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdinput.obj" : $(SOURCE) $(DEP_CPP_JDINP) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdmainct.c" |
| DEP_CPP_JDMAI=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdmainct.obj" : $(SOURCE) $(DEP_CPP_JDMAI) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdmarker.c" |
| DEP_CPP_JDMAR=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdmarker.obj" : $(SOURCE) $(DEP_CPP_JDMAR) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdmaster.c" |
| DEP_CPP_JDMAS=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdmaster.obj" : $(SOURCE) $(DEP_CPP_JDMAS) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdmerge.c" |
| DEP_CPP_JDMER=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdmerge.obj" : $(SOURCE) $(DEP_CPP_JDMER) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdphuff.c" |
| DEP_CPP_JDPHU=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdhuff.h"\ |
| |
| |
| "$(INTDIR)\jdphuff.obj" : $(SOURCE) $(DEP_CPP_JDPHU) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdpostct.c" |
| DEP_CPP_JDPOS=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdpostct.obj" : $(SOURCE) $(DEP_CPP_JDPOS) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdsample.c" |
| DEP_CPP_JDSAM=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdsample.obj" : $(SOURCE) $(DEP_CPP_JDSAM) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jdtrans.c" |
| DEP_CPP_JDTRA=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jdtrans.obj" : $(SOURCE) $(DEP_CPP_JDTRA) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jerror.c" |
| DEP_CPP_JERRO=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jversion.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jerror.obj" : $(SOURCE) $(DEP_CPP_JERRO) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jfdctflt.c" |
| DEP_CPP_JFDCT=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jfdctflt.obj" : $(SOURCE) $(DEP_CPP_JFDCT) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jfdctfst.c" |
| DEP_CPP_JFDCTF=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jfdctfst.obj" : $(SOURCE) $(DEP_CPP_JFDCTF) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jfdctint.c" |
| DEP_CPP_JFDCTI=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jfdctint.obj" : $(SOURCE) $(DEP_CPP_JFDCTI) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jidctflt.c" |
| DEP_CPP_JIDCT=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jidctflt.obj" : $(SOURCE) $(DEP_CPP_JIDCT) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jidctfst.c" |
| DEP_CPP_JIDCTF=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jidctfst.obj" : $(SOURCE) $(DEP_CPP_JIDCTF) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jidctint.c" |
| DEP_CPP_JIDCTI=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jidctint.obj" : $(SOURCE) $(DEP_CPP_JIDCTI) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jidctred.c" |
| DEP_CPP_JIDCTR=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jdct.h"\ |
| |
| |
| "$(INTDIR)\jidctred.obj" : $(SOURCE) $(DEP_CPP_JIDCTR) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jquant1.c" |
| DEP_CPP_JQUAN=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jquant1.obj" : $(SOURCE) $(DEP_CPP_JQUAN) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jquant2.c" |
| DEP_CPP_JQUANT=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jquant2.obj" : $(SOURCE) $(DEP_CPP_JQUANT) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jutils.c" |
| DEP_CPP_JUTIL=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| |
| |
| "$(INTDIR)\jutils.obj" : $(SOURCE) $(DEP_CPP_JUTIL) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jmemmgr.c" |
| DEP_CPP_JMEMM=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jmemsys.h"\ |
| |
| |
| "$(INTDIR)\jmemmgr.obj" : $(SOURCE) $(DEP_CPP_JMEMM) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| ################################################################################ |
| # Begin Source File |
| |
| SOURCE="jmemnobs.c" |
| DEP_CPP_JMEMN=\ |
| "jinclude.h"\ |
| "jconfig.h"\ |
| "jpeglib.h"\ |
| "jmorecfg.h"\ |
| "jpegint.h"\ |
| "jerror.h"\ |
| "jmemsys.h"\ |
| |
| |
| "$(INTDIR)\jmemnobs.obj" : $(SOURCE) $(DEP_CPP_JMEMN) "$(INTDIR)" |
| $(CPP) $(CPP_PROJ) $(SOURCE) |
| |
| |
| # End Source File |
| # End Target |
| # End Project |
| ################################################################################ |
| |