feat(clusterApp): initial version run in Ubuntu.
change fb to DRM
This commit is contained in:
508
clusterApp/3psw/lpng1634/build_win/CMakeCache.txt
Normal file
508
clusterApp/3psw/lpng1634/build_win/CMakeCache.txt
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,17 @@
|
||||
set(CMAKE_ASM_COMPILER "D:/CodeBlocks/MinGW/bin/gcc.exe")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "D:/CodeBlocks/MinGW/bin/ar.exe")
|
||||
set(CMAKE_ASM_COMPILER_AR "D:/CodeBlocks/MinGW/bin/gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "D:/CodeBlocks/MinGW/bin/ranlib.exe")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "D:/CodeBlocks/MinGW/bin/gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "D:/CodeBlocks/MinGW/bin/ld.exe")
|
||||
set(CMAKE_ASM_COMPILER_LOADED 1)
|
||||
set(CMAKE_ASM_COMPILER_ID "GNU")
|
||||
set(CMAKE_ASM_COMPILER_VERSION "")
|
||||
set(CMAKE_ASM_COMPILER_ENV_VAR "ASM")
|
||||
|
||||
|
||||
set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_ASM_LINKER_PREFERENCE 0)
|
||||
|
||||
|
||||
@@ -0,0 +1,73 @@
|
||||
set(CMAKE_C_COMPILER "D:/CodeBlocks/MinGW/bin/gcc.exe")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "5.1.0")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "MinGW")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_AR "D:/CodeBlocks/MinGW/bin/ar.exe")
|
||||
set(CMAKE_C_COMPILER_AR "D:/CodeBlocks/MinGW/bin/gcc-ar.exe")
|
||||
set(CMAKE_RANLIB "D:/CodeBlocks/MinGW/bin/ranlib.exe")
|
||||
set(CMAKE_C_COMPILER_RANLIB "D:/CodeBlocks/MinGW/bin/gcc-ranlib.exe")
|
||||
set(CMAKE_LINKER "D:/CodeBlocks/MinGW/bin/ld.exe")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
set(CMAKE_COMPILER_IS_MINGW 1)
|
||||
set(CMAKE_COMPILER_IS_CYGWIN )
|
||||
if(CMAKE_COMPILER_IS_CYGWIN)
|
||||
set(CYGWIN 1)
|
||||
set(UNIX 1)
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
if(CMAKE_COMPILER_IS_MINGW)
|
||||
set(MINGW 1)
|
||||
endif()
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "4")
|
||||
set(CMAKE_C_COMPILER_ABI "")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "mingw32;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;mingw32;gcc;moldname;mingwex")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "D:/CodeBlocks/MinGW/lib/gcc/mingw32/5.1.0;D:/CodeBlocks/MinGW/lib/gcc;D:/CodeBlocks/MinGW/mingw32/lib;D:/CodeBlocks/MinGW/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
set(CMAKE_RC_COMPILER "D:/CodeBlocks/MinGW/bin/windres.exe")
|
||||
set(CMAKE_RC_COMPILER_ARG1 "")
|
||||
set(CMAKE_RC_COMPILER_LOADED 1)
|
||||
set(CMAKE_RC_SOURCE_FILE_EXTENSIONS rc;RC)
|
||||
set(CMAKE_RC_OUTPUT_EXTENSION .obj)
|
||||
set(CMAKE_RC_COMPILER_ENV_VAR "RC")
|
||||
@@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Windows-10.0.15063")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Windows")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "10.0.15063")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64")
|
||||
|
||||
|
||||
|
||||
set(CMAKE_SYSTEM "Windows-10.0.15063")
|
||||
set(CMAKE_SYSTEM_NAME "Windows")
|
||||
set(CMAKE_SYSTEM_VERSION "10.0.15063")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "AMD64")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "FALSE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
||||
@@ -0,0 +1,598 @@
|
||||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VISUALDSPVERSION__)
|
||||
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
|
||||
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__ARMCC_VERSION)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
|
||||
# define COMPILER_ID "MIPSpro"
|
||||
# if defined(_SGI_COMPILER_VERSION)
|
||||
/* _SGI_COMPILER_VERSION = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
|
||||
# else
|
||||
/* _COMPILER_VERSION = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__sgi)
|
||||
# define COMPILER_ID "MIPSpro"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXE) || defined(__CRAYXC)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
|
||||
# define PLATFORM_ID "IRIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
|
||||
#if !defined(__STDC__)
|
||||
# if defined(_MSC_VER) && !defined(__clang__)
|
||||
# define C_DIALECT "90"
|
||||
# else
|
||||
# define C_DIALECT
|
||||
# endif
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_DIALECT "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_DIALECT "99"
|
||||
#else
|
||||
# define C_DIALECT "90"
|
||||
#endif
|
||||
const char* info_language_dialect_default =
|
||||
"INFO" ":" "dialect_default[" C_DIALECT "]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXE) || defined(__CRAYXC)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_dialect_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
||||
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# Relative path conversion top directories.
|
||||
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "D:/DevBuild/lpng1634")
|
||||
set(CMAKE_RELATIVE_PATH_TOP_BINARY "D:/DevBuild/lpng1634/build_win")
|
||||
|
||||
# Force unix paths in dependencies.
|
||||
set(CMAKE_FORCE_UNIX_PATHS 1)
|
||||
|
||||
|
||||
# The C and CXX include file regular expressions for this directory.
|
||||
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
||||
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
||||
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
||||
53
clusterApp/3psw/lpng1634/build_win/CMakeFiles/CMakeError.log
Normal file
53
clusterApp/3psw/lpng1634/build_win/CMakeFiles/CMakeError.log
Normal file
@@ -0,0 +1,53 @@
|
||||
Performing C SOURCE FILE Test HAVE_LD_VERSION_SCRIPT failed with the following output:
|
||||
Change Dir: D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"D:/CodeBlocks/MinGW/bin/mingw32-make.exe" "cmTC_4b2ac/fast"
|
||||
D:/CodeBlocks/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_4b2ac.dir\build.make CMakeFiles/cmTC_4b2ac.dir/build
|
||||
|
||||
mingw32-make.exe[1]: Entering directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
Building C object CMakeFiles/cmTC_4b2ac.dir/src.c.obj
|
||||
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -DHAVE_LD_VERSION_SCRIPT -Wl,--version-script='D:/DevBuild/lpng1634/build_win/conftest.map' -o CMakeFiles\cmTC_4b2ac.dir\src.c.obj -c D:\DevBuild\lpng1634\build_win\CMakeFiles\CMakeTmp\src.c
|
||||
|
||||
Linking C executable cmTC_4b2ac.exe
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_4b2ac.dir\link.txt --verbose=1
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_4b2ac.dir/objects.a
|
||||
D:\CodeBlocks\MinGW\bin\ar.exe cr CMakeFiles\cmTC_4b2ac.dir/objects.a @CMakeFiles\cmTC_4b2ac.dir\objects1.rsp
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -DHAVE_LD_VERSION_SCRIPT -Wl,--version-script='D:/DevBuild/lpng1634/build_win/conftest.map' -Wl,--whole-archive CMakeFiles\cmTC_4b2ac.dir/objects.a -Wl,--no-whole-archive -o cmTC_4b2ac.exe -Wl,--out-implib,libcmTC_4b2ac.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_4b2ac.dir\linklibs.rsp
|
||||
D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/bin/ld.exe: cannot open linker script file 'D:/DevBuild/lpng1634/build_win/conftest.map': Invalid argument
|
||||
|
||||
collect2.exe: error: ld returned 1 exit status
|
||||
|
||||
CMakeFiles\cmTC_4b2ac.dir\build.make:98: recipe for target 'cmTC_4b2ac.exe' failed
|
||||
|
||||
mingw32-make.exe[1]: *** [cmTC_4b2ac.exe] Error 1
|
||||
|
||||
mingw32-make.exe[1]: Leaving directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
Makefile:125: recipe for target 'cmTC_4b2ac/fast' failed
|
||||
|
||||
mingw32-make.exe: *** [cmTC_4b2ac/fast] Error 2
|
||||
|
||||
|
||||
Source file was:
|
||||
void sym(void) {}
|
||||
void sym2(void) {}
|
||||
int main(void) {return 0;}
|
||||
|
||||
Performing C SOURCE FILE Test HAVE_SOLARIS_LD_VERSION_SCRIPT failed with the following output:
|
||||
Change Dir: D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"D:/CodeBlocks/MinGW/bin/mingw32-make.exe" "cmTC_12577/fast"
|
||||
D:/CodeBlocks/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_12577.dir\build.make CMakeFiles/cmTC_12577.dir/build
|
||||
|
||||
mingw32-make.exe[1]: Entering directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
Building C object CMakeFiles/cmTC_12577.dir/src.c.obj
|
||||
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -DHAVE_SOLARIS_LD_VERSION_SCRIPT -Wl,-M -Wl,D:/DevBuild/lpng1634/build_win/conftest.map -o CMakeFiles\cmTC_12577.dir\src.c.obj -c D:\DevBuild\lpng1634\build_win\CMakeFiles\CMakeTmp\src.c
|
||||
|
||||
Linking C executable cmTC_12577.exe
|
||||
|
||||
225
clusterApp/3psw/lpng1634/build_win/CMakeFiles/CMakeOutput.log
Normal file
225
clusterApp/3psw/lpng1634/build_win/CMakeFiles/CMakeOutput.log
Normal file
@@ -0,0 +1,225 @@
|
||||
The system is: Windows - 10.0.15063 - AMD64
|
||||
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
|
||||
gcc.exe (tdm-1) 5.1.0
|
||||
Copyright (C) 2015 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: D:/CodeBlocks/MinGW/bin/gcc.exe
|
||||
Build flags:
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.exe"
|
||||
|
||||
The C compiler identification is GNU, found in "D:/DevBuild/lpng1634/build_win/CMakeFiles/3.10.2/CompilerIdC/a.exe"
|
||||
|
||||
Determining if the C compiler works passed with the following output:
|
||||
Change Dir: D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"D:/CodeBlocks/MinGW/bin/mingw32-make.exe" "cmTC_ccb6f/fast"
|
||||
D:/CodeBlocks/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_ccb6f.dir\build.make CMakeFiles/cmTC_ccb6f.dir/build
|
||||
|
||||
mingw32-make.exe[1]: Entering directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
Building C object CMakeFiles/cmTC_ccb6f.dir/testCCompiler.c.obj
|
||||
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_ccb6f.dir\testCCompiler.c.obj -c D:\DevBuild\lpng1634\build_win\CMakeFiles\CMakeTmp\testCCompiler.c
|
||||
|
||||
Linking C executable cmTC_ccb6f.exe
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_ccb6f.dir\link.txt --verbose=1
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_ccb6f.dir/objects.a
|
||||
D:\CodeBlocks\MinGW\bin\ar.exe cr CMakeFiles\cmTC_ccb6f.dir/objects.a @CMakeFiles\cmTC_ccb6f.dir\objects1.rsp
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -Wl,--whole-archive CMakeFiles\cmTC_ccb6f.dir/objects.a -Wl,--no-whole-archive -o cmTC_ccb6f.exe -Wl,--out-implib,libcmTC_ccb6f.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_ccb6f.dir\linklibs.rsp
|
||||
mingw32-make.exe[1]: Leaving directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"D:/CodeBlocks/MinGW/bin/mingw32-make.exe" "cmTC_e4cd2/fast"
|
||||
D:/CodeBlocks/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_e4cd2.dir\build.make CMakeFiles/cmTC_e4cd2.dir/build
|
||||
|
||||
mingw32-make.exe[1]: Entering directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
Building C object CMakeFiles/cmTC_e4cd2.dir/CMakeCCompilerABI.c.obj
|
||||
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_e4cd2.dir\CMakeCCompilerABI.c.obj -c "C:\Program Files\CMake\share\cmake-3.10\Modules\CMakeCCompilerABI.c"
|
||||
|
||||
Linking C executable cmTC_e4cd2.exe
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_e4cd2.dir\link.txt --verbose=1
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_e4cd2.dir/objects.a
|
||||
D:\CodeBlocks\MinGW\bin\ar.exe cr CMakeFiles\cmTC_e4cd2.dir/objects.a @CMakeFiles\cmTC_e4cd2.dir\objects1.rsp
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -v -Wl,--whole-archive CMakeFiles\cmTC_e4cd2.dir/objects.a -Wl,--no-whole-archive -o cmTC_e4cd2.exe -Wl,--out-implib,libcmTC_e4cd2.dll.a -Wl,--major-image-version,0,--minor-image-version,0
|
||||
Using built-in specs.
|
||||
|
||||
COLLECT_GCC=D:\CodeBlocks\MinGW\bin\gcc.exe
|
||||
|
||||
COLLECT_LTO_WRAPPER=D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/lto-wrapper.exe
|
||||
|
||||
Target: mingw32
|
||||
|
||||
Configured with: ../../../src/gcc-5.1.0/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs
|
||||
|
||||
Thread model: posix
|
||||
|
||||
gcc version 5.1.0 (tdm-1)
|
||||
|
||||
COMPILER_PATH=D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/;D:/CodeBlocks/MinGW/bin/../libexec/gcc/;D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/bin/
|
||||
|
||||
LIBRARY_PATH=D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/;D:/CodeBlocks/MinGW/bin/../lib/gcc/;D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/lib/;D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../
|
||||
|
||||
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e4cd2.exe' '-mtune=generic' '-march=pentiumpro'
|
||||
|
||||
D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/collect2.exe -plugin D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/liblto_plugin-0.dll -plugin-opt=D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\XP-PC-~1\AppData\Local\Temp\ccFxWkUC.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --exclude-libs=libpthread.a -Bdynamic -o cmTC_e4cd2.exe D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../crt2.o D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/crtbegin.o -LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0 -LD:/CodeBlocks/MinGW/bin/../lib/gcc -LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/lib -LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../.. --whole-archive CMakeFiles\cmTC_e4cd2.dir/objects.a --no-whole-archive --out-implib libcmTC_e4cd2.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/crtend.o
|
||||
|
||||
mingw32-make.exe[1]: Leaving directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(ld\.exe|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command:"D:/CodeBlocks/MinGW/bin/mingw32-make.exe" "cmTC_e4cd2/fast"]
|
||||
ignore line: [D:/CodeBlocks/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_e4cd2.dir\build.make CMakeFiles/cmTC_e4cd2.dir/build]
|
||||
ignore line: [mingw32-make.exe[1]: Entering directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp']
|
||||
ignore line: [Building C object CMakeFiles/cmTC_e4cd2.dir/CMakeCCompilerABI.c.obj]
|
||||
ignore line: [D:\CodeBlocks\MinGW\bin\gcc.exe -o CMakeFiles\cmTC_e4cd2.dir\CMakeCCompilerABI.c.obj -c "C:\Program Files\CMake\share\cmake-3.10\Modules\CMakeCCompilerABI.c"]
|
||||
ignore line: [Linking C executable cmTC_e4cd2.exe]
|
||||
ignore line: ["C:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_e4cd2.dir\link.txt --verbose=1]
|
||||
ignore line: ["C:\Program Files\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_e4cd2.dir/objects.a]
|
||||
ignore line: [D:\CodeBlocks\MinGW\bin\ar.exe cr CMakeFiles\cmTC_e4cd2.dir/objects.a @CMakeFiles\cmTC_e4cd2.dir\objects1.rsp]
|
||||
ignore line: [D:\CodeBlocks\MinGW\bin\gcc.exe -v -Wl,--whole-archive CMakeFiles\cmTC_e4cd2.dir/objects.a -Wl,--no-whole-archive -o cmTC_e4cd2.exe -Wl,--out-implib,libcmTC_e4cd2.dll.a -Wl,--major-image-version,0,--minor-image-version,0 ]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=D:\CodeBlocks\MinGW\bin\gcc.exe]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/lto-wrapper.exe]
|
||||
ignore line: [Target: mingw32]
|
||||
ignore line: [Configured with: ../../../src/gcc-5.1.0/configure --build=mingw32 --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-libgomp --enable-lto --enable-graphite --enable-libstdcxx-debug --enable-threads=posix --enable-version-specific-runtime-libs --enable-fully-dynamic-string --enable-libstdcxx-threads --enable-libstdcxx-time --with-gnu-ld --disable-werror --disable-nls --disable-win32-registry --disable-symvers --enable-cxx-flags='-fno-function-sections -fno-data-sections -DWINPTHREAD_STATIC' --prefix=/mingw32tdm --with-local-prefix=/mingw32tdm --with-pkgversion=tdm-1 --enable-sjlj-exceptions --with-bugurl=http://tdm-gcc.tdragon.net/bugs]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [gcc version 5.1.0 (tdm-1) ]
|
||||
ignore line: [COMPILER_PATH=D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/]
|
||||
ignore line: [D:/CodeBlocks/MinGW/bin/../libexec/gcc/]
|
||||
ignore line: [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/bin/]
|
||||
ignore line: [LIBRARY_PATH=D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/]
|
||||
ignore line: [D:/CodeBlocks/MinGW/bin/../lib/gcc/]
|
||||
ignore line: [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/lib/]
|
||||
ignore line: [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e4cd2.exe' '-mtune=generic' '-march=pentiumpro']
|
||||
link line: [ D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/collect2.exe -plugin D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/liblto_plugin-0.dll -plugin-opt=D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/lto-wrapper.exe -plugin-opt=-fresolution=C:\Users\XP-PC-~1\AppData\Local\Temp\ccFxWkUC.res -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt -plugin-opt=-pass-through=-lpthread -plugin-opt=-pass-through=-ladvapi32 -plugin-opt=-pass-through=-lshell32 -plugin-opt=-pass-through=-luser32 -plugin-opt=-pass-through=-lkernel32 -plugin-opt=-pass-through=-lmingw32 -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lmoldname -plugin-opt=-pass-through=-lmingwex -plugin-opt=-pass-through=-lmsvcrt --exclude-libs=libpthread.a -Bdynamic -o cmTC_e4cd2.exe D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../crt2.o D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/crtbegin.o -LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0 -LD:/CodeBlocks/MinGW/bin/../lib/gcc -LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/lib -LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../.. --whole-archive CMakeFiles\cmTC_e4cd2.dir/objects.a --no-whole-archive --out-implib libcmTC_e4cd2.dll.a --major-image-version 0 --minor-image-version 0 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcrt D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/crtend.o]
|
||||
arg [D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/collect2.exe] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/liblto_plugin-0.dll] ==> ignore
|
||||
arg [-plugin-opt=D:/CodeBlocks/MinGW/bin/../libexec/gcc/mingw32/5.1.0/lto-wrapper.exe] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=C:\Users\XP-PC-~1\AppData\Local\Temp\ccFxWkUC.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lpthread] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-ladvapi32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lshell32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-luser32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lkernel32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingw32] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmoldname] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmingwex] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lmsvcrt] ==> ignore
|
||||
arg [--exclude-libs=libpthread.a] ==> ignore
|
||||
arg [-Bdynamic] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_e4cd2.exe] ==> ignore
|
||||
arg [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../crt2.o] ==> ignore
|
||||
arg [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/crtbegin.o] ==> ignore
|
||||
arg [-LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0] ==> dir [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0]
|
||||
arg [-LD:/CodeBlocks/MinGW/bin/../lib/gcc] ==> dir [D:/CodeBlocks/MinGW/bin/../lib/gcc]
|
||||
arg [-LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/lib] ==> dir [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/lib]
|
||||
arg [-LD:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../..] ==> dir [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../..]
|
||||
arg [--whole-archive] ==> ignore
|
||||
arg [CMakeFiles\cmTC_e4cd2.dir/objects.a] ==> ignore
|
||||
arg [--no-whole-archive] ==> ignore
|
||||
arg [--out-implib] ==> ignore
|
||||
arg [libcmTC_e4cd2.dll.a] ==> ignore
|
||||
arg [--major-image-version] ==> ignore
|
||||
arg [0] ==> ignore
|
||||
arg [--minor-image-version] ==> ignore
|
||||
arg [0] ==> ignore
|
||||
arg [-lmingw32] ==> lib [mingw32]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lmoldname] ==> lib [moldname]
|
||||
arg [-lmingwex] ==> lib [mingwex]
|
||||
arg [-lmsvcrt] ==> lib [msvcrt]
|
||||
arg [-lpthread] ==> lib [pthread]
|
||||
arg [-ladvapi32] ==> lib [advapi32]
|
||||
arg [-lshell32] ==> lib [shell32]
|
||||
arg [-luser32] ==> lib [user32]
|
||||
arg [-lkernel32] ==> lib [kernel32]
|
||||
arg [-lmingw32] ==> lib [mingw32]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lmoldname] ==> lib [moldname]
|
||||
arg [-lmingwex] ==> lib [mingwex]
|
||||
arg [-lmsvcrt] ==> lib [msvcrt]
|
||||
arg [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/crtend.o] ==> ignore
|
||||
remove lib [msvcrt]
|
||||
remove lib [msvcrt]
|
||||
collapse library dir [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0] ==> [D:/CodeBlocks/MinGW/lib/gcc/mingw32/5.1.0]
|
||||
collapse library dir [D:/CodeBlocks/MinGW/bin/../lib/gcc] ==> [D:/CodeBlocks/MinGW/lib/gcc]
|
||||
collapse library dir [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../../../mingw32/lib] ==> [D:/CodeBlocks/MinGW/mingw32/lib]
|
||||
collapse library dir [D:/CodeBlocks/MinGW/bin/../lib/gcc/mingw32/5.1.0/../../..] ==> [D:/CodeBlocks/MinGW/lib]
|
||||
implicit libs: [mingw32;gcc;moldname;mingwex;pthread;advapi32;shell32;user32;kernel32;mingw32;gcc;moldname;mingwex]
|
||||
implicit dirs: [D:/CodeBlocks/MinGW/lib/gcc/mingw32/5.1.0;D:/CodeBlocks/MinGW/lib/gcc;D:/CodeBlocks/MinGW/mingw32/lib;D:/CodeBlocks/MinGW/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
|
||||
|
||||
Detecting C [-std=c11] compiler features compiled with the following output:
|
||||
Change Dir: D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"D:/CodeBlocks/MinGW/bin/mingw32-make.exe" "cmTC_6f65a/fast"
|
||||
D:/CodeBlocks/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_6f65a.dir\build.make CMakeFiles/cmTC_6f65a.dir/build
|
||||
|
||||
mingw32-make.exe[1]: Entering directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
Building C object CMakeFiles/cmTC_6f65a.dir/feature_tests.c.obj
|
||||
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -std=c11 -o CMakeFiles\cmTC_6f65a.dir\feature_tests.c.obj -c D:\DevBuild\lpng1634\build_win\CMakeFiles\feature_tests.c
|
||||
|
||||
Linking C executable cmTC_6f65a.exe
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E cmake_link_script CMakeFiles\cmTC_6f65a.dir\link.txt --verbose=1
|
||||
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E remove -f CMakeFiles\cmTC_6f65a.dir/objects.a
|
||||
D:\CodeBlocks\MinGW\bin\ar.exe cr CMakeFiles\cmTC_6f65a.dir/objects.a @CMakeFiles\cmTC_6f65a.dir\objects1.rsp
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -Wl,--whole-archive CMakeFiles\cmTC_6f65a.dir/objects.a -Wl,--no-whole-archive -o cmTC_6f65a.exe -Wl,--out-implib,libcmTC_6f65a.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\cmTC_6f65a.dir\linklibs.rsp
|
||||
mingw32-make.exe[1]: Leaving directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
|
||||
|
||||
Feature record: C_FEATURE:1c_function_prototypes
|
||||
Feature record: C_FEATURE:1c_restrict
|
||||
Feature record: C_FEATURE:1c_static_assert
|
||||
Feature record: C_FEATURE:1c_variadic_macros
|
||||
|
||||
|
||||
Detecting C [-std=c99] compiler features compiled with the following output:
|
||||
Change Dir: D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp
|
||||
|
||||
Run Build Command:"D:/CodeBlocks/MinGW/bin/mingw32-make.exe" "cmTC_781c9/fast"
|
||||
D:/CodeBlocks/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_781c9.dir\build.make CMakeFiles/cmTC_781c9.dir/build
|
||||
|
||||
mingw32-make.exe[1]: Entering directory 'D:/DevBuild/lpng1634/build_win/CMakeFiles/CMakeTmp'
|
||||
|
||||
Building C object CMakeFiles/cmTC_781c9.dir/feature_tests.c.obj
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file for configuration "Release".
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Import target "png" for configuration "Release"
|
||||
set_property(TARGET png APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(png PROPERTIES
|
||||
IMPORTED_IMPLIB_RELEASE "${_IMPORT_PREFIX}/lib/libpng16.dll.a"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/libpng16.dll"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS png )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_png "${_IMPORT_PREFIX}/lib/libpng16.dll.a" "${_IMPORT_PREFIX}/bin/libpng16.dll" )
|
||||
|
||||
# Import target "png_static" for configuration "Release"
|
||||
set_property(TARGET png_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(png_static PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C"
|
||||
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libpng16.a"
|
||||
)
|
||||
|
||||
list(APPEND _IMPORT_CHECK_TARGETS png_static )
|
||||
list(APPEND _IMPORT_CHECK_FILES_FOR_png_static "${_IMPORT_PREFIX}/lib/libpng16.a" )
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
@@ -0,0 +1,104 @@
|
||||
# Generated by CMake
|
||||
|
||||
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
|
||||
message(FATAL_ERROR "CMake >= 2.6.0 required")
|
||||
endif()
|
||||
cmake_policy(PUSH)
|
||||
cmake_policy(VERSION 2.6)
|
||||
#----------------------------------------------------------------
|
||||
# Generated CMake target import file.
|
||||
#----------------------------------------------------------------
|
||||
|
||||
# Commands may need to know the format version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||||
|
||||
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
||||
set(_targetsDefined)
|
||||
set(_targetsNotDefined)
|
||||
set(_expectedTargets)
|
||||
foreach(_expectedTarget png png_static)
|
||||
list(APPEND _expectedTargets ${_expectedTarget})
|
||||
if(NOT TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsNotDefined ${_expectedTarget})
|
||||
endif()
|
||||
if(TARGET ${_expectedTarget})
|
||||
list(APPEND _targetsDefined ${_expectedTarget})
|
||||
endif()
|
||||
endforeach()
|
||||
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
return()
|
||||
endif()
|
||||
if(NOT "${_targetsDefined}" STREQUAL "")
|
||||
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
|
||||
endif()
|
||||
unset(_targetsDefined)
|
||||
unset(_targetsNotDefined)
|
||||
unset(_expectedTargets)
|
||||
|
||||
|
||||
# Compute the installation prefix relative to this file.
|
||||
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||||
if(_IMPORT_PREFIX STREQUAL "/")
|
||||
set(_IMPORT_PREFIX "")
|
||||
endif()
|
||||
|
||||
# Create imported target png
|
||||
add_library(png SHARED IMPORTED)
|
||||
|
||||
set_target_properties(png PROPERTIES
|
||||
INTERFACE_LINK_LIBRARIES "D:/DevBuild/zlib-1.2.11/zlib_built/libzlib.dll"
|
||||
)
|
||||
|
||||
# Create imported target png_static
|
||||
add_library(png_static STATIC IMPORTED)
|
||||
|
||||
set_target_properties(png_static PROPERTIES
|
||||
INTERFACE_LINK_LIBRARIES "D:/DevBuild/zlib-1.2.11/zlib_built/libzlib.dll"
|
||||
)
|
||||
|
||||
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
||||
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
|
||||
endif()
|
||||
|
||||
# Load information for each installed configuration.
|
||||
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
file(GLOB CONFIG_FILES "${_DIR}/libpng16-*.cmake")
|
||||
foreach(f ${CONFIG_FILES})
|
||||
include(${f})
|
||||
endforeach()
|
||||
|
||||
# Cleanup temporary variables.
|
||||
set(_IMPORT_PREFIX)
|
||||
|
||||
# Loop over all imported files and verify that they actually exist
|
||||
foreach(target ${_IMPORT_CHECK_TARGETS} )
|
||||
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
|
||||
if(NOT EXISTS "${file}" )
|
||||
message(FATAL_ERROR "The imported target \"${target}\" references the file
|
||||
\"${file}\"
|
||||
but this file does not exist. Possible reasons include:
|
||||
* The file was deleted, renamed, or moved to another location.
|
||||
* An install or uninstall procedure did not complete successfully.
|
||||
* The installation package was faulty and contained
|
||||
\"${CMAKE_CURRENT_LIST_FILE}\"
|
||||
but not all the files it references.
|
||||
")
|
||||
endif()
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_FILES_FOR_${target})
|
||||
endforeach()
|
||||
unset(_IMPORT_CHECK_TARGETS)
|
||||
|
||||
# This file does not depend on other imported targets which have
|
||||
# been exported from the same project but in a separate export set.
|
||||
|
||||
# Commands beyond this point should not need to know the version.
|
||||
set(CMAKE_IMPORT_FILE_VERSION)
|
||||
cmake_policy(POP)
|
||||
112
clusterApp/3psw/lpng1634/build_win/CMakeFiles/Makefile.cmake
Normal file
112
clusterApp/3psw/lpng1634/build_win/CMakeFiles/Makefile.cmake
Normal file
@@ -0,0 +1,112 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# The generator used is:
|
||||
set(CMAKE_DEPENDS_GENERATOR "MinGW Makefiles")
|
||||
|
||||
# The top level Makefile was generated from the following files:
|
||||
set(CMAKE_MAKEFILE_DEPENDS
|
||||
"CMakeCache.txt"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeASMInformation.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeCInformation.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeCommonLanguageInclude.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeFindCodeBlocks.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeGenericSystem.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeLanguageInformation.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeParseArguments.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeRCInformation.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeSystemSpecificInformation.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CMakeSystemSpecificInitialize.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/CheckCSourceCompiles.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Compiler/GNU-ASM.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Compiler/GNU-C.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Compiler/GNU.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/FindPackageMessage.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/FindZLIB.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/GNUInstallDirs.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Platform/Windows-GNU-C-ABI.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Platform/Windows-GNU-C.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Platform/Windows-GNU.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Platform/Windows-windres.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Platform/Windows.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/Platform/WindowsPaths.cmake"
|
||||
"C:/Program Files/CMake/share/cmake-3.10/Modules/ProcessorCount.cmake"
|
||||
"../CMakeLists.txt"
|
||||
"CMakeFiles/3.10.2/CMakeASMCompiler.cmake"
|
||||
"CMakeFiles/3.10.2/CMakeCCompiler.cmake"
|
||||
"CMakeFiles/3.10.2/CMakeRCCompiler.cmake"
|
||||
"CMakeFiles/3.10.2/CMakeSystem.cmake"
|
||||
"../libpng-config.in"
|
||||
"../libpng.pc.in"
|
||||
"../scripts/genchk.cmake.in"
|
||||
"../scripts/genout.cmake.in"
|
||||
"../scripts/gensrc.cmake.in"
|
||||
"../scripts/pnglibconf.h.prebuilt"
|
||||
"../scripts/test.cmake.in"
|
||||
)
|
||||
|
||||
# The corresponding makefile is:
|
||||
set(CMAKE_MAKEFILE_OUTPUTS
|
||||
"Makefile"
|
||||
"CMakeFiles/cmake.check_cache"
|
||||
)
|
||||
|
||||
# Byproducts of CMake generate step:
|
||||
set(CMAKE_MAKEFILE_PRODUCTS
|
||||
"pnglibconf.h"
|
||||
"tests/pngtest.cmake"
|
||||
"tests/pngvalid-gamma-16-to-8.cmake"
|
||||
"tests/pngvalid-gamma-alpha-mode.cmake"
|
||||
"tests/pngvalid-gamma-background.cmake"
|
||||
"tests/pngvalid-gamma-expand16-alpha-mode.cmake"
|
||||
"tests/pngvalid-gamma-expand16-background.cmake"
|
||||
"tests/pngvalid-gamma-expand16-transform.cmake"
|
||||
"tests/pngvalid-gamma-sbit.cmake"
|
||||
"tests/pngvalid-gamma-threshold.cmake"
|
||||
"tests/pngvalid-gamma-transform.cmake"
|
||||
"tests/pngvalid-progressive-interlace-standard.cmake"
|
||||
"tests/pngvalid-progressive-size.cmake"
|
||||
"tests/pngvalid-progressive-standard.cmake"
|
||||
"tests/pngvalid-standard.cmake"
|
||||
"tests/pngvalid-transform.cmake"
|
||||
"tests/pngstest-1.8-none.cmake"
|
||||
"tests/pngstest-1.8-alpha.cmake"
|
||||
"tests/pngstest-linear-none.cmake"
|
||||
"tests/pngstest-linear-alpha.cmake"
|
||||
"tests/pngstest-none-none.cmake"
|
||||
"tests/pngstest-none-alpha.cmake"
|
||||
"tests/pngstest-sRGB-none.cmake"
|
||||
"tests/pngstest-sRGB-alpha.cmake"
|
||||
"tests/pngunknown-discard.cmake"
|
||||
"tests/pngunknown-IDAT.cmake"
|
||||
"tests/pngunknown-if-safe.cmake"
|
||||
"tests/pngunknown-sAPI.cmake"
|
||||
"tests/pngunknown-save.cmake"
|
||||
"tests/pngunknown-sTER.cmake"
|
||||
"tests/pngunknown-vpAg.cmake"
|
||||
"tests/pngimage-quick.cmake"
|
||||
"tests/pngimage-full.cmake"
|
||||
"scripts/genchk.cmake"
|
||||
"scripts/genout.cmake"
|
||||
"scripts/gensrc.cmake"
|
||||
"libpng16.pc"
|
||||
"libpng16-config"
|
||||
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
||||
)
|
||||
|
||||
# Dependency information for all targets:
|
||||
set(CMAKE_DEPEND_INFO_FILES
|
||||
"CMakeFiles/png-fix-itxt.dir/DependInfo.cmake"
|
||||
"CMakeFiles/pngtest.dir/DependInfo.cmake"
|
||||
"CMakeFiles/genfiles.dir/DependInfo.cmake"
|
||||
"CMakeFiles/png.dir/DependInfo.cmake"
|
||||
"CMakeFiles/pngfix.dir/DependInfo.cmake"
|
||||
"CMakeFiles/png_static.dir/DependInfo.cmake"
|
||||
"CMakeFiles/pngvalid.dir/DependInfo.cmake"
|
||||
"CMakeFiles/pngunknown.dir/DependInfo.cmake"
|
||||
"CMakeFiles/pngstest.dir/DependInfo.cmake"
|
||||
"CMakeFiles/pngimage.dir/DependInfo.cmake"
|
||||
)
|
||||
435
clusterApp/3psw/lpng1634/build_win/CMakeFiles/Makefile2
Normal file
435
clusterApp/3psw/lpng1634/build_win/CMakeFiles/Makefile2
Normal file
@@ -0,0 +1,435 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# Default target executed when no arguments are given to make.
|
||||
default_target: all
|
||||
|
||||
.PHONY : default_target
|
||||
|
||||
# The main recursive all target
|
||||
all:
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# The main recursive preinstall target
|
||||
preinstall:
|
||||
|
||||
.PHONY : preinstall
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = D:\DevBuild\lpng1634
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = D:\DevBuild\lpng1634\build_win
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/png-fix-itxt.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/png-fix-itxt.dir/all:
|
||||
$(MAKE) -f CMakeFiles\png-fix-itxt.dir\build.make CMakeFiles/png-fix-itxt.dir/depend
|
||||
$(MAKE) -f CMakeFiles\png-fix-itxt.dir\build.make CMakeFiles/png-fix-itxt.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=17,18 "Built target png-fix-itxt"
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/png-fix-itxt.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/png-fix-itxt.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 2
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/png-fix-itxt.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
png-fix-itxt: CMakeFiles/png-fix-itxt.dir/rule
|
||||
|
||||
.PHONY : png-fix-itxt
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/png-fix-itxt.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\png-fix-itxt.dir\build.make CMakeFiles/png-fix-itxt.dir/clean
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/png-fix-itxt.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/pngtest.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/pngtest.dir/all: CMakeFiles/png.dir/all
|
||||
$(MAKE) -f CMakeFiles\pngtest.dir\build.make CMakeFiles/pngtest.dir/depend
|
||||
$(MAKE) -f CMakeFiles\pngtest.dir\build.make CMakeFiles/pngtest.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=41,42 "Built target pngtest"
|
||||
.PHONY : CMakeFiles/pngtest.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/pngtest.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/pngtest.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 18
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/pngtest.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/pngtest.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
pngtest: CMakeFiles/pngtest.dir/rule
|
||||
|
||||
.PHONY : pngtest
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/pngtest.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\pngtest.dir\build.make CMakeFiles/pngtest.dir/clean
|
||||
.PHONY : CMakeFiles/pngtest.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/pngtest.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/genfiles.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/genfiles.dir/all:
|
||||
$(MAKE) -f CMakeFiles\genfiles.dir\build.make CMakeFiles/genfiles.dir/depend
|
||||
$(MAKE) -f CMakeFiles\genfiles.dir\build.make CMakeFiles/genfiles.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num= "Built target genfiles"
|
||||
.PHONY : CMakeFiles/genfiles.dir/all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/genfiles.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/genfiles.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/genfiles.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
genfiles: CMakeFiles/genfiles.dir/rule
|
||||
|
||||
.PHONY : genfiles
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/genfiles.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\genfiles.dir\build.make CMakeFiles/genfiles.dir/clean
|
||||
.PHONY : CMakeFiles/genfiles.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/genfiles.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/png.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/png.dir/all: CMakeFiles/genfiles.dir/all
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/depend
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 "Built target png"
|
||||
.PHONY : CMakeFiles/png.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/png.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/png.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 16
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/png.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/png.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
png: CMakeFiles/png.dir/rule
|
||||
|
||||
.PHONY : png
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/png.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/clean
|
||||
.PHONY : CMakeFiles/png.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/png.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/pngfix.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/pngfix.dir/all: CMakeFiles/png.dir/all
|
||||
$(MAKE) -f CMakeFiles\pngfix.dir\build.make CMakeFiles/pngfix.dir/depend
|
||||
$(MAKE) -f CMakeFiles\pngfix.dir\build.make CMakeFiles/pngfix.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=35,36 "Built target pngfix"
|
||||
.PHONY : CMakeFiles/pngfix.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/pngfix.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/pngfix.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 18
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/pngfix.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/pngfix.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
pngfix: CMakeFiles/pngfix.dir/rule
|
||||
|
||||
.PHONY : pngfix
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/pngfix.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\pngfix.dir\build.make CMakeFiles/pngfix.dir/clean
|
||||
.PHONY : CMakeFiles/pngfix.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/pngfix.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/png_static.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/png_static.dir/all: CMakeFiles/genfiles.dir/all
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/depend
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34 "Built target png_static"
|
||||
.PHONY : CMakeFiles/png_static.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/png_static.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/png_static.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 16
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/png_static.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/png_static.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
png_static: CMakeFiles/png_static.dir/rule
|
||||
|
||||
.PHONY : png_static
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/png_static.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/clean
|
||||
.PHONY : CMakeFiles/png_static.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/png_static.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/pngvalid.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/pngvalid.dir/all: CMakeFiles/png.dir/all
|
||||
$(MAKE) -f CMakeFiles\pngvalid.dir\build.make CMakeFiles/pngvalid.dir/depend
|
||||
$(MAKE) -f CMakeFiles\pngvalid.dir\build.make CMakeFiles/pngvalid.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=45,46 "Built target pngvalid"
|
||||
.PHONY : CMakeFiles/pngvalid.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/pngvalid.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/pngvalid.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 18
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/pngvalid.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/pngvalid.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
pngvalid: CMakeFiles/pngvalid.dir/rule
|
||||
|
||||
.PHONY : pngvalid
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/pngvalid.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\pngvalid.dir\build.make CMakeFiles/pngvalid.dir/clean
|
||||
.PHONY : CMakeFiles/pngvalid.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/pngvalid.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/pngunknown.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/pngunknown.dir/all: CMakeFiles/png.dir/all
|
||||
$(MAKE) -f CMakeFiles\pngunknown.dir\build.make CMakeFiles/pngunknown.dir/depend
|
||||
$(MAKE) -f CMakeFiles\pngunknown.dir\build.make CMakeFiles/pngunknown.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=43,44 "Built target pngunknown"
|
||||
.PHONY : CMakeFiles/pngunknown.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/pngunknown.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/pngunknown.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 18
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/pngunknown.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/pngunknown.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
pngunknown: CMakeFiles/pngunknown.dir/rule
|
||||
|
||||
.PHONY : pngunknown
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/pngunknown.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\pngunknown.dir\build.make CMakeFiles/pngunknown.dir/clean
|
||||
.PHONY : CMakeFiles/pngunknown.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/pngunknown.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/pngstest.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/pngstest.dir/all: CMakeFiles/png.dir/all
|
||||
$(MAKE) -f CMakeFiles\pngstest.dir\build.make CMakeFiles/pngstest.dir/depend
|
||||
$(MAKE) -f CMakeFiles\pngstest.dir\build.make CMakeFiles/pngstest.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=39,40 "Built target pngstest"
|
||||
.PHONY : CMakeFiles/pngstest.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/pngstest.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/pngstest.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 18
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/pngstest.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/pngstest.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
pngstest: CMakeFiles/pngstest.dir/rule
|
||||
|
||||
.PHONY : pngstest
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/pngstest.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\pngstest.dir\build.make CMakeFiles/pngstest.dir/clean
|
||||
.PHONY : CMakeFiles/pngstest.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/pngstest.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Target rules for target CMakeFiles/pngimage.dir
|
||||
|
||||
# All Build rule for target.
|
||||
CMakeFiles/pngimage.dir/all: CMakeFiles/png.dir/all
|
||||
$(MAKE) -f CMakeFiles\pngimage.dir\build.make CMakeFiles/pngimage.dir/depend
|
||||
$(MAKE) -f CMakeFiles\pngimage.dir\build.make CMakeFiles/pngimage.dir/build
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=37,38 "Built target pngimage"
|
||||
.PHONY : CMakeFiles/pngimage.dir/all
|
||||
|
||||
# Include target in all.
|
||||
all: CMakeFiles/pngimage.dir/all
|
||||
|
||||
.PHONY : all
|
||||
|
||||
# Build rule for subdir invocation for target.
|
||||
CMakeFiles/pngimage.dir/rule: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 18
|
||||
$(MAKE) -f CMakeFiles\Makefile2 CMakeFiles/pngimage.dir/all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start D:\DevBuild\lpng1634\build_win\CMakeFiles 0
|
||||
.PHONY : CMakeFiles/pngimage.dir/rule
|
||||
|
||||
# Convenience name for target.
|
||||
pngimage: CMakeFiles/pngimage.dir/rule
|
||||
|
||||
.PHONY : pngimage
|
||||
|
||||
# clean rule for target.
|
||||
CMakeFiles/pngimage.dir/clean:
|
||||
$(MAKE) -f CMakeFiles\pngimage.dir\build.make CMakeFiles/pngimage.dir/clean
|
||||
.PHONY : CMakeFiles/pngimage.dir/clean
|
||||
|
||||
# clean rule for target.
|
||||
clean: CMakeFiles/pngimage.dir/clean
|
||||
|
||||
.PHONY : clean
|
||||
|
||||
#=============================================================================
|
||||
# Special targets to cleanup operation of make.
|
||||
|
||||
# Special rule to run CMake to check the build system integrity.
|
||||
# No rule that depends on this can have commands that come from listfiles
|
||||
# because they might be regenerated.
|
||||
cmake_check_build_system:
|
||||
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0
|
||||
.PHONY : cmake_check_build_system
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/png-fix-itxt.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/pngtest.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/install/local.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/install.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/genfiles.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/pngfix.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/pngvalid.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/pngunknown.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/rebuild_cache.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/pngstest.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/pngimage.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/test.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/edit_cache.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/list_install_components.dir
|
||||
D:/DevBuild/lpng1634/build_win/CMakeFiles/install/strip.dir
|
||||
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
BIN
clusterApp/3psw/lpng1634/build_win/CMakeFiles/feature_tests.bin
Normal file
BIN
clusterApp/3psw/lpng1634/build_win/CMakeFiles/feature_tests.bin
Normal file
Binary file not shown.
@@ -0,0 +1,34 @@
|
||||
|
||||
const char features[] = {"\n"
|
||||
"C_FEATURE:"
|
||||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304
|
||||
"1"
|
||||
#else
|
||||
"0"
|
||||
#endif
|
||||
"c_function_prototypes\n"
|
||||
"C_FEATURE:"
|
||||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
"1"
|
||||
#else
|
||||
"0"
|
||||
#endif
|
||||
"c_restrict\n"
|
||||
"C_FEATURE:"
|
||||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201000L
|
||||
"1"
|
||||
#else
|
||||
"0"
|
||||
#endif
|
||||
"c_static_assert\n"
|
||||
"C_FEATURE:"
|
||||
#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
"1"
|
||||
#else
|
||||
"0"
|
||||
#endif
|
||||
"c_variadic_macros\n"
|
||||
|
||||
};
|
||||
|
||||
int main(int argc, char** argv) { (void)argv; return features[argc]; }
|
||||
@@ -0,0 +1,11 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,71 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = D:\DevBuild\lpng1634
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = D:\DevBuild\lpng1634\build_win
|
||||
|
||||
# Utility rule file for genfiles.
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/genfiles.dir/progress.make
|
||||
|
||||
genfiles: CMakeFiles/genfiles.dir/build.make
|
||||
|
||||
.PHONY : genfiles
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/genfiles.dir/build: genfiles
|
||||
|
||||
.PHONY : CMakeFiles/genfiles.dir/build
|
||||
|
||||
CMakeFiles/genfiles.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles\genfiles.dir\cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/genfiles.dir/clean
|
||||
|
||||
CMakeFiles/genfiles.dir/depend:
|
||||
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\DevBuild\lpng1634 D:\DevBuild\lpng1634 D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win\CMakeFiles\genfiles.dir\DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/genfiles.dir/depend
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang )
|
||||
include(CMakeFiles/genfiles.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
..//zconf.h
|
||||
stddef.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
stdarg.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unixio.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/contrib/tools/png-fix-itxt.c
|
||||
stdio.h
|
||||
-
|
||||
zlib.h
|
||||
-
|
||||
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
zconf.h
|
||||
D:/DevBuild/zlib-1.2.11/zconf.h
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"D:/DevBuild/lpng1634/contrib/tools/png-fix-itxt.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"D:/DevBuild/zlib-1.2.11"
|
||||
"."
|
||||
"../"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,116 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = D:\DevBuild\lpng1634
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = D:\DevBuild\lpng1634\build_win
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/png-fix-itxt.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/png-fix-itxt.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/png-fix-itxt.dir/flags.make
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj: CMakeFiles/png-fix-itxt.dir/flags.make
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj: CMakeFiles/png-fix-itxt.dir/includes_C.rsp
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj: ../contrib/tools/png-fix-itxt.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png-fix-itxt.dir\contrib\tools\png-fix-itxt.c.obj -c D:\DevBuild\lpng1634\contrib\tools\png-fix-itxt.c
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\contrib\tools\png-fix-itxt.c > CMakeFiles\png-fix-itxt.dir\contrib\tools\png-fix-itxt.c.i
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\contrib\tools\png-fix-itxt.c -o CMakeFiles\png-fix-itxt.dir\contrib\tools\png-fix-itxt.c.s
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.requires
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.provides: CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png-fix-itxt.dir\build.make CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.provides
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.provides.build: CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj
|
||||
|
||||
|
||||
# Object files for target png-fix-itxt
|
||||
png__fix__itxt_OBJECTS = \
|
||||
"CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj"
|
||||
|
||||
# External object files for target png-fix-itxt
|
||||
png__fix__itxt_EXTERNAL_OBJECTS =
|
||||
|
||||
png-fix-itxt.exe: CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj
|
||||
png-fix-itxt.exe: CMakeFiles/png-fix-itxt.dir/build.make
|
||||
png-fix-itxt.exe: D:/DevBuild/zlib-1.2.11/zlib_built/libzlib.dll
|
||||
png-fix-itxt.exe: CMakeFiles/png-fix-itxt.dir/linklibs.rsp
|
||||
png-fix-itxt.exe: CMakeFiles/png-fix-itxt.dir/objects1.rsp
|
||||
png-fix-itxt.exe: CMakeFiles/png-fix-itxt.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable png-fix-itxt.exe"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\png-fix-itxt.dir\link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/png-fix-itxt.dir/build: png-fix-itxt.exe
|
||||
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/build
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/requires: CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj.requires
|
||||
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/requires
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles\png-fix-itxt.dir\cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/clean
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/depend:
|
||||
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\DevBuild\lpng1634 D:\DevBuild\lpng1634 D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win\CMakeFiles\png-fix-itxt.dir\DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/png-fix-itxt.dir/depend
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj"
|
||||
"png-fix-itxt.pdb"
|
||||
"png-fix-itxt.exe"
|
||||
"png-fix-itxt.exe.manifest"
|
||||
"libpng-fix-itxt.dll.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/png-fix-itxt.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/contrib/tools/png-fix-itxt.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
@@ -0,0 +1,7 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj: ../zconf.h
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj: ../contrib/tools/png-fix-itxt.c
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# compile C with D:/CodeBlocks/MinGW/bin/gcc.exe
|
||||
C_FLAGS = -O3 -DNDEBUG
|
||||
|
||||
C_DEFINES =
|
||||
|
||||
C_INCLUDES = @CMakeFiles/png-fix-itxt.dir/includes_C.rsp
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
-ID:/DevBuild/zlib-1.2.11 -ID:/DevBuild/lpng1634/build_win -ID:/DevBuild/lpng1634
|
||||
@@ -0,0 +1,3 @@
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E remove -f CMakeFiles\png-fix-itxt.dir/objects.a
|
||||
D:\CodeBlocks\MinGW\bin\ar.exe cr CMakeFiles\png-fix-itxt.dir/objects.a @CMakeFiles\png-fix-itxt.dir\objects1.rsp
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -O3 -DNDEBUG -Wl,--whole-archive CMakeFiles\png-fix-itxt.dir/objects.a -Wl,--no-whole-archive -o png-fix-itxt.exe -Wl,--out-implib,libpng-fix-itxt.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles\png-fix-itxt.dir\linklibs.rsp
|
||||
@@ -0,0 +1 @@
|
||||
D:/DevBuild/zlib-1.2.11/zlib_built/libzlib.dll -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
CMakeFiles/png-fix-itxt.dir/contrib/tools/png-fix-itxt.c.obj
|
||||
@@ -0,0 +1,3 @@
|
||||
CMAKE_PROGRESS_1 = 17
|
||||
CMAKE_PROGRESS_2 = 18
|
||||
|
||||
@@ -0,0 +1,162 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
..//zconf.h
|
||||
stddef.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
stdarg.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unixio.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/png.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
pnglibconf.h
|
||||
D:/DevBuild/lpng1634/pnglibconf.h
|
||||
pngconf.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
limits.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
setjmp.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
crtdbg.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngerror.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngget.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngmem.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngpread.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
config.h
|
||||
-
|
||||
pnglibconf.h
|
||||
D:/DevBuild/lpng1634/pnglibconf.h
|
||||
pngprefix.h
|
||||
D:/DevBuild/lpng1634/pngprefix.h
|
||||
pngusr.h
|
||||
D:/DevBuild/lpng1634/pngusr.h
|
||||
png.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
float.h
|
||||
-
|
||||
fp.h
|
||||
-
|
||||
math.h
|
||||
-
|
||||
m68881.h
|
||||
-
|
||||
mem.h
|
||||
-
|
||||
alloc.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
pnginfo.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
pngdebug.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngread.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
errno.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngrio.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngrtran.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngrutil.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngset.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
zlib.h
|
||||
D:/DevBuild/lpng1634/zlib.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngtrans.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngwio.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngwrite.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
errno.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngwtran.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngwutil.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
zconf.h
|
||||
D:/DevBuild/zlib-1.2.11/zconf.h
|
||||
|
||||
pnglibconf.h
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"D:/DevBuild/lpng1634/png.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/png.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngerror.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngerror.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngget.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngget.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngmem.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngmem.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngpread.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngpread.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngread.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngread.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngrio.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngrio.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngrtran.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngrtran.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngrutil.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngrutil.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngset.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngset.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngtrans.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngtrans.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwio.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngwio.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwrite.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngwrite.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwtran.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngwtran.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwutil.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/pngwutil.c.obj"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"D:/DevBuild/zlib-1.2.11"
|
||||
"."
|
||||
"../"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
509
clusterApp/3psw/lpng1634/build_win/CMakeFiles/png.dir/build.make
Normal file
509
clusterApp/3psw/lpng1634/build_win/CMakeFiles/png.dir/build.make
Normal file
@@ -0,0 +1,509 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = D:\DevBuild\lpng1634
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = D:\DevBuild\lpng1634\build_win
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/png.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/png.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/png.dir/flags.make
|
||||
|
||||
CMakeFiles/png.dir/png.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/png.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/png.c.obj: ../png.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/png.dir/png.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\png.c.obj -c D:\DevBuild\lpng1634\png.c
|
||||
|
||||
CMakeFiles/png.dir/png.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/png.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\png.c > CMakeFiles\png.dir\png.c.i
|
||||
|
||||
CMakeFiles/png.dir/png.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/png.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\png.c -o CMakeFiles\png.dir\png.c.s
|
||||
|
||||
CMakeFiles/png.dir/png.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/png.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/png.c.obj.provides: CMakeFiles/png.dir/png.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/png.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/png.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/png.c.obj.provides.build: CMakeFiles/png.dir/png.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngerror.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngerror.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../pngerror.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/png.dir/pngerror.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngerror.c.obj -c D:\DevBuild\lpng1634\pngerror.c
|
||||
|
||||
CMakeFiles/png.dir/pngerror.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngerror.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngerror.c > CMakeFiles\png.dir\pngerror.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngerror.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngerror.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngerror.c -o CMakeFiles\png.dir\pngerror.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngerror.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngerror.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngerror.c.obj.provides: CMakeFiles/png.dir/pngerror.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngerror.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngerror.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngerror.c.obj.provides.build: CMakeFiles/png.dir/pngerror.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngget.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngget.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../pngget.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/png.dir/pngget.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngget.c.obj -c D:\DevBuild\lpng1634\pngget.c
|
||||
|
||||
CMakeFiles/png.dir/pngget.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngget.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngget.c > CMakeFiles\png.dir\pngget.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngget.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngget.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngget.c -o CMakeFiles\png.dir\pngget.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngget.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngget.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngget.c.obj.provides: CMakeFiles/png.dir/pngget.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngget.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngget.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngget.c.obj.provides.build: CMakeFiles/png.dir/pngget.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngmem.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngmem.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../pngmem.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/png.dir/pngmem.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngmem.c.obj -c D:\DevBuild\lpng1634\pngmem.c
|
||||
|
||||
CMakeFiles/png.dir/pngmem.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngmem.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngmem.c > CMakeFiles\png.dir\pngmem.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngmem.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngmem.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngmem.c -o CMakeFiles\png.dir\pngmem.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngmem.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngmem.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngmem.c.obj.provides: CMakeFiles/png.dir/pngmem.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngmem.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngmem.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngmem.c.obj.provides.build: CMakeFiles/png.dir/pngmem.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngpread.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngpread.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../pngpread.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/png.dir/pngpread.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngpread.c.obj -c D:\DevBuild\lpng1634\pngpread.c
|
||||
|
||||
CMakeFiles/png.dir/pngpread.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngpread.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngpread.c > CMakeFiles\png.dir\pngpread.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngpread.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngpread.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngpread.c -o CMakeFiles\png.dir\pngpread.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngpread.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngpread.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngpread.c.obj.provides: CMakeFiles/png.dir/pngpread.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngpread.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngpread.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngpread.c.obj.provides.build: CMakeFiles/png.dir/pngpread.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngread.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngread.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../pngread.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/png.dir/pngread.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngread.c.obj -c D:\DevBuild\lpng1634\pngread.c
|
||||
|
||||
CMakeFiles/png.dir/pngread.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngread.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngread.c > CMakeFiles\png.dir\pngread.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngread.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngread.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngread.c -o CMakeFiles\png.dir\pngread.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngread.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngread.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngread.c.obj.provides: CMakeFiles/png.dir/pngread.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngread.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngread.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngread.c.obj.provides.build: CMakeFiles/png.dir/pngread.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngrio.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngrio.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../pngrio.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/png.dir/pngrio.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngrio.c.obj -c D:\DevBuild\lpng1634\pngrio.c
|
||||
|
||||
CMakeFiles/png.dir/pngrio.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngrio.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngrio.c > CMakeFiles\png.dir\pngrio.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngrio.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngrio.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngrio.c -o CMakeFiles\png.dir\pngrio.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngrio.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngrio.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngrio.c.obj.provides: CMakeFiles/png.dir/pngrio.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngrio.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngrio.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngrio.c.obj.provides.build: CMakeFiles/png.dir/pngrio.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../pngrtran.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/png.dir/pngrtran.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngrtran.c.obj -c D:\DevBuild\lpng1634\pngrtran.c
|
||||
|
||||
CMakeFiles/png.dir/pngrtran.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngrtran.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngrtran.c > CMakeFiles\png.dir\pngrtran.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngrtran.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngrtran.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngrtran.c -o CMakeFiles\png.dir\pngrtran.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngrtran.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngrtran.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngrtran.c.obj.provides: CMakeFiles/png.dir/pngrtran.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngrtran.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngrtran.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngrtran.c.obj.provides.build: CMakeFiles/png.dir/pngrtran.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../pngrutil.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/png.dir/pngrutil.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngrutil.c.obj -c D:\DevBuild\lpng1634\pngrutil.c
|
||||
|
||||
CMakeFiles/png.dir/pngrutil.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngrutil.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngrutil.c > CMakeFiles\png.dir\pngrutil.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngrutil.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngrutil.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngrutil.c -o CMakeFiles\png.dir\pngrutil.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngrutil.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngrutil.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngrutil.c.obj.provides: CMakeFiles/png.dir/pngrutil.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngrutil.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngrutil.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngrutil.c.obj.provides.build: CMakeFiles/png.dir/pngrutil.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngset.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngset.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../pngset.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/png.dir/pngset.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngset.c.obj -c D:\DevBuild\lpng1634\pngset.c
|
||||
|
||||
CMakeFiles/png.dir/pngset.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngset.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngset.c > CMakeFiles\png.dir\pngset.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngset.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngset.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngset.c -o CMakeFiles\png.dir\pngset.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngset.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngset.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngset.c.obj.provides: CMakeFiles/png.dir/pngset.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngset.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngset.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngset.c.obj.provides.build: CMakeFiles/png.dir/pngset.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../pngtrans.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/png.dir/pngtrans.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngtrans.c.obj -c D:\DevBuild\lpng1634\pngtrans.c
|
||||
|
||||
CMakeFiles/png.dir/pngtrans.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngtrans.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngtrans.c > CMakeFiles\png.dir\pngtrans.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngtrans.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngtrans.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngtrans.c -o CMakeFiles\png.dir\pngtrans.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngtrans.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngtrans.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngtrans.c.obj.provides: CMakeFiles/png.dir/pngtrans.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngtrans.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngtrans.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngtrans.c.obj.provides.build: CMakeFiles/png.dir/pngtrans.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngwio.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngwio.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../pngwio.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/png.dir/pngwio.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngwio.c.obj -c D:\DevBuild\lpng1634\pngwio.c
|
||||
|
||||
CMakeFiles/png.dir/pngwio.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngwio.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwio.c > CMakeFiles\png.dir\pngwio.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngwio.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngwio.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwio.c -o CMakeFiles\png.dir\pngwio.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngwio.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngwio.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngwio.c.obj.provides: CMakeFiles/png.dir/pngwio.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngwio.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngwio.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngwio.c.obj.provides.build: CMakeFiles/png.dir/pngwio.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../pngwrite.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/png.dir/pngwrite.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngwrite.c.obj -c D:\DevBuild\lpng1634\pngwrite.c
|
||||
|
||||
CMakeFiles/png.dir/pngwrite.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngwrite.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwrite.c > CMakeFiles\png.dir\pngwrite.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngwrite.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngwrite.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwrite.c -o CMakeFiles\png.dir\pngwrite.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngwrite.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngwrite.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngwrite.c.obj.provides: CMakeFiles/png.dir/pngwrite.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngwrite.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngwrite.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngwrite.c.obj.provides.build: CMakeFiles/png.dir/pngwrite.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../pngwtran.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/png.dir/pngwtran.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngwtran.c.obj -c D:\DevBuild\lpng1634\pngwtran.c
|
||||
|
||||
CMakeFiles/png.dir/pngwtran.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngwtran.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwtran.c > CMakeFiles\png.dir\pngwtran.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngwtran.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngwtran.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwtran.c -o CMakeFiles\png.dir\pngwtran.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngwtran.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngwtran.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngwtran.c.obj.provides: CMakeFiles/png.dir/pngwtran.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngwtran.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngwtran.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngwtran.c.obj.provides.build: CMakeFiles/png.dir/pngwtran.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: CMakeFiles/png.dir/flags.make
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: CMakeFiles/png.dir/includes_C.rsp
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../pngwutil.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/png.dir/pngwutil.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png.dir\pngwutil.c.obj -c D:\DevBuild\lpng1634\pngwutil.c
|
||||
|
||||
CMakeFiles/png.dir/pngwutil.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png.dir/pngwutil.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwutil.c > CMakeFiles\png.dir\pngwutil.c.i
|
||||
|
||||
CMakeFiles/png.dir/pngwutil.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png.dir/pngwutil.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwutil.c -o CMakeFiles\png.dir\pngwutil.c.s
|
||||
|
||||
CMakeFiles/png.dir/pngwutil.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/pngwutil.c.obj.requires
|
||||
|
||||
CMakeFiles/png.dir/pngwutil.c.obj.provides: CMakeFiles/png.dir/pngwutil.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png.dir\build.make CMakeFiles/png.dir/pngwutil.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png.dir/pngwutil.c.obj.provides
|
||||
|
||||
CMakeFiles/png.dir/pngwutil.c.obj.provides.build: CMakeFiles/png.dir/pngwutil.c.obj
|
||||
|
||||
|
||||
# Object files for target png
|
||||
png_OBJECTS = \
|
||||
"CMakeFiles/png.dir/png.c.obj" \
|
||||
"CMakeFiles/png.dir/pngerror.c.obj" \
|
||||
"CMakeFiles/png.dir/pngget.c.obj" \
|
||||
"CMakeFiles/png.dir/pngmem.c.obj" \
|
||||
"CMakeFiles/png.dir/pngpread.c.obj" \
|
||||
"CMakeFiles/png.dir/pngread.c.obj" \
|
||||
"CMakeFiles/png.dir/pngrio.c.obj" \
|
||||
"CMakeFiles/png.dir/pngrtran.c.obj" \
|
||||
"CMakeFiles/png.dir/pngrutil.c.obj" \
|
||||
"CMakeFiles/png.dir/pngset.c.obj" \
|
||||
"CMakeFiles/png.dir/pngtrans.c.obj" \
|
||||
"CMakeFiles/png.dir/pngwio.c.obj" \
|
||||
"CMakeFiles/png.dir/pngwrite.c.obj" \
|
||||
"CMakeFiles/png.dir/pngwtran.c.obj" \
|
||||
"CMakeFiles/png.dir/pngwutil.c.obj"
|
||||
|
||||
# External object files for target png
|
||||
png_EXTERNAL_OBJECTS =
|
||||
|
||||
libpng16.dll: CMakeFiles/png.dir/png.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngerror.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngget.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngmem.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngpread.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngread.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngrio.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngrtran.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngrutil.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngset.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngtrans.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngwio.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngwrite.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngwtran.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/pngwutil.c.obj
|
||||
libpng16.dll: CMakeFiles/png.dir/build.make
|
||||
libpng16.dll: D:/DevBuild/zlib-1.2.11/zlib_built/libzlib.dll
|
||||
libpng16.dll: CMakeFiles/png.dir/linklibs.rsp
|
||||
libpng16.dll: CMakeFiles/png.dir/objects1.rsp
|
||||
libpng16.dll: CMakeFiles/png.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Linking C shared library libpng16.dll"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\png.dir\link.txt --verbose=$(VERBOSE)
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different libpng16.dll.a D:/DevBuild/lpng1634/build_win/libpng.dll.a
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/png.dir/build: libpng16.dll
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/build
|
||||
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/png.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngerror.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngget.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngmem.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngpread.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngread.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngrio.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngrtran.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngrutil.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngset.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngtrans.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngwio.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngwrite.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngwtran.c.obj.requires
|
||||
CMakeFiles/png.dir/requires: CMakeFiles/png.dir/pngwutil.c.obj.requires
|
||||
|
||||
.PHONY : CMakeFiles/png.dir/requires
|
||||
|
||||
CMakeFiles/png.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles\png.dir\cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/png.dir/clean
|
||||
|
||||
CMakeFiles/png.dir/depend:
|
||||
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\DevBuild\lpng1634 D:\DevBuild\lpng1634 D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win\CMakeFiles\png.dir\DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/png.dir/depend
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/png.dir/png.c.obj"
|
||||
"CMakeFiles/png.dir/pngerror.c.obj"
|
||||
"CMakeFiles/png.dir/pngget.c.obj"
|
||||
"CMakeFiles/png.dir/pngmem.c.obj"
|
||||
"CMakeFiles/png.dir/pngpread.c.obj"
|
||||
"CMakeFiles/png.dir/pngread.c.obj"
|
||||
"CMakeFiles/png.dir/pngrio.c.obj"
|
||||
"CMakeFiles/png.dir/pngrtran.c.obj"
|
||||
"CMakeFiles/png.dir/pngrutil.c.obj"
|
||||
"CMakeFiles/png.dir/pngset.c.obj"
|
||||
"CMakeFiles/png.dir/pngtrans.c.obj"
|
||||
"CMakeFiles/png.dir/pngwio.c.obj"
|
||||
"CMakeFiles/png.dir/pngwrite.c.obj"
|
||||
"CMakeFiles/png.dir/pngwtran.c.obj"
|
||||
"CMakeFiles/png.dir/pngwutil.c.obj"
|
||||
"libpng16.pdb"
|
||||
"libpng16.dll"
|
||||
"libpng16.dll.a"
|
||||
"libpng16.dll.manifest"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/png.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,168 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/png.dir/png.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.c
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pngerror.c
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngget.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pngget.c
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngmem.c
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpread.c
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngread.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngread.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngrio.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngrtran.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngrutil.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngset.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngset.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngtrans.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwio.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwrite.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwtran.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwutil.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
@@ -0,0 +1,168 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/png.dir/png.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/png.c.obj: ../png.c
|
||||
CMakeFiles/png.dir/png.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/png.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/png.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/png.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/png.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/png.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/png.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/png.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../pngerror.c
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngerror.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../pngget.c
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngget.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../pngmem.c
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngmem.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../pngpread.c
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngpread.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../pngread.c
|
||||
CMakeFiles/png.dir/pngread.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngread.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../pngrio.c
|
||||
CMakeFiles/png.dir/pngrio.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngrio.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../pngrtran.c
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngrtran.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../pngrutil.c
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngrutil.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../pngset.c
|
||||
CMakeFiles/png.dir/pngset.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngset.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: ../pngtrans.c
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngtrans.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: ../pngwio.c
|
||||
CMakeFiles/png.dir/pngwio.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngwio.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: ../pngwrite.c
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngwrite.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: ../pngwtran.c
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngwtran.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../zconf.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../png.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../pngconf.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: ../pngwutil.c
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png.dir/pngwutil.c.obj: pnglibconf.h
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# compile C with D:/CodeBlocks/MinGW/bin/gcc.exe
|
||||
C_FLAGS = -O3 -DNDEBUG
|
||||
|
||||
C_DEFINES = -DPNG_BUILD_DLL
|
||||
|
||||
C_INCLUDES = @CMakeFiles/png.dir/includes_C.rsp
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
-ID:/DevBuild/zlib-1.2.11 -ID:/DevBuild/lpng1634/build_win -ID:/DevBuild/lpng1634
|
||||
@@ -0,0 +1,3 @@
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E remove -f CMakeFiles\png.dir/objects.a
|
||||
D:\CodeBlocks\MinGW\bin\ar.exe cr CMakeFiles\png.dir/objects.a @CMakeFiles\png.dir\objects1.rsp
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe -O3 -DNDEBUG -shared -o libpng16.dll -Wl,--out-implib,libpng16.dll.a -Wl,--major-image-version,16,--minor-image-version,34 -Wl,--whole-archive CMakeFiles\png.dir/objects.a -Wl,--no-whole-archive @CMakeFiles\png.dir\linklibs.rsp
|
||||
@@ -0,0 +1 @@
|
||||
D:/DevBuild/zlib-1.2.11/zlib_built/libzlib.dll -lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
|
||||
BIN
clusterApp/3psw/lpng1634/build_win/CMakeFiles/png.dir/objects.a
Normal file
BIN
clusterApp/3psw/lpng1634/build_win/CMakeFiles/png.dir/objects.a
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
CMakeFiles/png.dir/png.c.obj CMakeFiles/png.dir/pngerror.c.obj CMakeFiles/png.dir/pngget.c.obj CMakeFiles/png.dir/pngmem.c.obj CMakeFiles/png.dir/pngpread.c.obj CMakeFiles/png.dir/pngread.c.obj CMakeFiles/png.dir/pngrio.c.obj CMakeFiles/png.dir/pngrtran.c.obj CMakeFiles/png.dir/pngrutil.c.obj CMakeFiles/png.dir/pngset.c.obj CMakeFiles/png.dir/pngtrans.c.obj CMakeFiles/png.dir/pngwio.c.obj CMakeFiles/png.dir/pngwrite.c.obj CMakeFiles/png.dir/pngwtran.c.obj CMakeFiles/png.dir/pngwutil.c.obj
|
||||
BIN
clusterApp/3psw/lpng1634/build_win/CMakeFiles/png.dir/png.c.obj
Normal file
BIN
clusterApp/3psw/lpng1634/build_win/CMakeFiles/png.dir/png.c.obj
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,17 @@
|
||||
CMAKE_PROGRESS_1 = 1
|
||||
CMAKE_PROGRESS_2 = 2
|
||||
CMAKE_PROGRESS_3 = 3
|
||||
CMAKE_PROGRESS_4 = 4
|
||||
CMAKE_PROGRESS_5 = 5
|
||||
CMAKE_PROGRESS_6 = 6
|
||||
CMAKE_PROGRESS_7 = 7
|
||||
CMAKE_PROGRESS_8 = 8
|
||||
CMAKE_PROGRESS_9 = 9
|
||||
CMAKE_PROGRESS_10 = 10
|
||||
CMAKE_PROGRESS_11 = 11
|
||||
CMAKE_PROGRESS_12 = 12
|
||||
CMAKE_PROGRESS_13 = 13
|
||||
CMAKE_PROGRESS_14 = 14
|
||||
CMAKE_PROGRESS_15 = 15
|
||||
CMAKE_PROGRESS_16 = 16
|
||||
|
||||
@@ -0,0 +1,162 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
..//zconf.h
|
||||
stddef.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
stdarg.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unixio.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/png.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
pnglibconf.h
|
||||
D:/DevBuild/lpng1634/pnglibconf.h
|
||||
pngconf.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
limits.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
setjmp.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
crtdbg.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngerror.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngget.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngmem.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngpread.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
stdlib.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
config.h
|
||||
-
|
||||
pnglibconf.h
|
||||
D:/DevBuild/lpng1634/pnglibconf.h
|
||||
pngprefix.h
|
||||
D:/DevBuild/lpng1634/pngprefix.h
|
||||
pngusr.h
|
||||
D:/DevBuild/lpng1634/pngusr.h
|
||||
png.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
float.h
|
||||
-
|
||||
fp.h
|
||||
-
|
||||
math.h
|
||||
-
|
||||
m68881.h
|
||||
-
|
||||
mem.h
|
||||
-
|
||||
alloc.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
pnginfo.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
pngdebug.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngread.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
errno.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngrio.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngrtran.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngrutil.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngset.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
zlib.h
|
||||
D:/DevBuild/lpng1634/zlib.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngtrans.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngwio.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngwrite.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
errno.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/pngwtran.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/lpng1634/pngwutil.c
|
||||
pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
zconf.h
|
||||
D:/DevBuild/zlib-1.2.11/zconf.h
|
||||
|
||||
pnglibconf.h
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"D:/DevBuild/lpng1634/png.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/png.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngerror.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngerror.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngget.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngget.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngmem.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngmem.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngpread.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngpread.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngread.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngread.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngrio.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngrio.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngrtran.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngrtran.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngrutil.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngrutil.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngset.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngset.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngtrans.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngtrans.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwio.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngwio.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwrite.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngwrite.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwtran.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngwtran.c.obj"
|
||||
"D:/DevBuild/lpng1634/pngwutil.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/png_static.dir/pngwutil.c.obj"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"D:/DevBuild/zlib-1.2.11"
|
||||
"."
|
||||
"../"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,507 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = D:\DevBuild\lpng1634
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = D:\DevBuild\lpng1634\build_win
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/png_static.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/png_static.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/png_static.dir/flags.make
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/png.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../png.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/png_static.dir/png.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\png.c.obj -c D:\DevBuild\lpng1634\png.c
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/png.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\png.c > CMakeFiles\png_static.dir\png.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/png.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\png.c -o CMakeFiles\png_static.dir\png.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/png.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.obj.provides: CMakeFiles/png_static.dir/png.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/png.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/png.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.obj.provides.build: CMakeFiles/png_static.dir/png.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../pngerror.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object CMakeFiles/png_static.dir/pngerror.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngerror.c.obj -c D:\DevBuild\lpng1634\pngerror.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngerror.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngerror.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngerror.c > CMakeFiles\png_static.dir\pngerror.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngerror.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngerror.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngerror.c -o CMakeFiles\png_static.dir\pngerror.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngerror.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj.provides: CMakeFiles/png_static.dir/pngerror.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngerror.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngerror.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj.provides.build: CMakeFiles/png_static.dir/pngerror.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../pngget.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object CMakeFiles/png_static.dir/pngget.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngget.c.obj -c D:\DevBuild\lpng1634\pngget.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngget.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngget.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngget.c > CMakeFiles\png_static.dir\pngget.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngget.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngget.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngget.c -o CMakeFiles\png_static.dir\pngget.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngget.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngget.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngget.c.obj.provides: CMakeFiles/png_static.dir/pngget.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngget.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngget.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngget.c.obj.provides.build: CMakeFiles/png_static.dir/pngget.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../pngmem.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object CMakeFiles/png_static.dir/pngmem.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngmem.c.obj -c D:\DevBuild\lpng1634\pngmem.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngmem.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngmem.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngmem.c > CMakeFiles\png_static.dir\pngmem.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngmem.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngmem.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngmem.c -o CMakeFiles\png_static.dir\pngmem.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngmem.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj.provides: CMakeFiles/png_static.dir/pngmem.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngmem.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngmem.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj.provides.build: CMakeFiles/png_static.dir/pngmem.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../pngpread.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object CMakeFiles/png_static.dir/pngpread.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngpread.c.obj -c D:\DevBuild\lpng1634\pngpread.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngpread.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngpread.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngpread.c > CMakeFiles\png_static.dir\pngpread.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngpread.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngpread.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngpread.c -o CMakeFiles\png_static.dir\pngpread.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngpread.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj.provides: CMakeFiles/png_static.dir/pngpread.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngpread.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngpread.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj.provides.build: CMakeFiles/png_static.dir/pngpread.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../pngread.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object CMakeFiles/png_static.dir/pngread.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngread.c.obj -c D:\DevBuild\lpng1634\pngread.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngread.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngread.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngread.c > CMakeFiles\png_static.dir\pngread.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngread.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngread.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngread.c -o CMakeFiles\png_static.dir\pngread.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngread.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngread.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngread.c.obj.provides: CMakeFiles/png_static.dir/pngread.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngread.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngread.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngread.c.obj.provides.build: CMakeFiles/png_static.dir/pngread.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../pngrio.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object CMakeFiles/png_static.dir/pngrio.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngrio.c.obj -c D:\DevBuild\lpng1634\pngrio.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngrio.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngrio.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngrio.c > CMakeFiles\png_static.dir\pngrio.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngrio.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngrio.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngrio.c -o CMakeFiles\png_static.dir\pngrio.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngrio.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj.provides: CMakeFiles/png_static.dir/pngrio.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngrio.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngrio.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj.provides.build: CMakeFiles/png_static.dir/pngrio.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../pngrtran.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object CMakeFiles/png_static.dir/pngrtran.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngrtran.c.obj -c D:\DevBuild\lpng1634\pngrtran.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngrtran.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngrtran.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngrtran.c > CMakeFiles\png_static.dir\pngrtran.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngrtran.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngrtran.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngrtran.c -o CMakeFiles\png_static.dir\pngrtran.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngrtran.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj.provides: CMakeFiles/png_static.dir/pngrtran.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngrtran.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngrtran.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj.provides.build: CMakeFiles/png_static.dir/pngrtran.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../pngrutil.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object CMakeFiles/png_static.dir/pngrutil.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngrutil.c.obj -c D:\DevBuild\lpng1634\pngrutil.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngrutil.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngrutil.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngrutil.c > CMakeFiles\png_static.dir\pngrutil.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngrutil.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngrutil.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngrutil.c -o CMakeFiles\png_static.dir\pngrutil.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngrutil.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj.provides: CMakeFiles/png_static.dir/pngrutil.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngrutil.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngrutil.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj.provides.build: CMakeFiles/png_static.dir/pngrutil.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../pngset.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object CMakeFiles/png_static.dir/pngset.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngset.c.obj -c D:\DevBuild\lpng1634\pngset.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngset.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngset.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngset.c > CMakeFiles\png_static.dir\pngset.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngset.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngset.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngset.c -o CMakeFiles\png_static.dir\pngset.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngset.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngset.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngset.c.obj.provides: CMakeFiles/png_static.dir/pngset.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngset.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngset.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngset.c.obj.provides.build: CMakeFiles/png_static.dir/pngset.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../pngtrans.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object CMakeFiles/png_static.dir/pngtrans.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngtrans.c.obj -c D:\DevBuild\lpng1634\pngtrans.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngtrans.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngtrans.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngtrans.c > CMakeFiles\png_static.dir\pngtrans.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngtrans.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngtrans.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngtrans.c -o CMakeFiles\png_static.dir\pngtrans.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngtrans.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj.provides: CMakeFiles/png_static.dir/pngtrans.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngtrans.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngtrans.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj.provides.build: CMakeFiles/png_static.dir/pngtrans.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../pngwio.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object CMakeFiles/png_static.dir/pngwio.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngwio.c.obj -c D:\DevBuild\lpng1634\pngwio.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngwio.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngwio.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwio.c > CMakeFiles\png_static.dir\pngwio.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngwio.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngwio.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwio.c -o CMakeFiles\png_static.dir\pngwio.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwio.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj.provides: CMakeFiles/png_static.dir/pngwio.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngwio.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwio.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj.provides.build: CMakeFiles/png_static.dir/pngwio.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../pngwrite.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object CMakeFiles/png_static.dir/pngwrite.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngwrite.c.obj -c D:\DevBuild\lpng1634\pngwrite.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngwrite.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngwrite.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwrite.c > CMakeFiles\png_static.dir\pngwrite.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngwrite.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngwrite.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwrite.c -o CMakeFiles\png_static.dir\pngwrite.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwrite.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj.provides: CMakeFiles/png_static.dir/pngwrite.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngwrite.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwrite.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj.provides.build: CMakeFiles/png_static.dir/pngwrite.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../pngwtran.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object CMakeFiles/png_static.dir/pngwtran.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngwtran.c.obj -c D:\DevBuild\lpng1634\pngwtran.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngwtran.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngwtran.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwtran.c > CMakeFiles\png_static.dir\pngwtran.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngwtran.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngwtran.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwtran.c -o CMakeFiles\png_static.dir\pngwtran.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwtran.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj.provides: CMakeFiles/png_static.dir/pngwtran.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngwtran.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwtran.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj.provides.build: CMakeFiles/png_static.dir/pngwtran.c.obj
|
||||
|
||||
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: CMakeFiles/png_static.dir/flags.make
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: CMakeFiles/png_static.dir/includes_C.rsp
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../pngwutil.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object CMakeFiles/png_static.dir/pngwutil.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\png_static.dir\pngwutil.c.obj -c D:\DevBuild\lpng1634\pngwutil.c
|
||||
|
||||
CMakeFiles/png_static.dir/pngwutil.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/png_static.dir/pngwutil.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\pngwutil.c > CMakeFiles\png_static.dir\pngwutil.c.i
|
||||
|
||||
CMakeFiles/png_static.dir/pngwutil.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/png_static.dir/pngwutil.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\pngwutil.c -o CMakeFiles\png_static.dir\pngwutil.c.s
|
||||
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwutil.c.obj.requires
|
||||
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj.provides: CMakeFiles/png_static.dir/pngwutil.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\png_static.dir\build.make CMakeFiles/png_static.dir/pngwutil.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/png_static.dir/pngwutil.c.obj.provides
|
||||
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj.provides.build: CMakeFiles/png_static.dir/pngwutil.c.obj
|
||||
|
||||
|
||||
# Object files for target png_static
|
||||
png_static_OBJECTS = \
|
||||
"CMakeFiles/png_static.dir/png.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngerror.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngget.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngmem.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngpread.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngread.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngrio.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngrtran.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngrutil.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngset.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngtrans.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngwio.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngwrite.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngwtran.c.obj" \
|
||||
"CMakeFiles/png_static.dir/pngwutil.c.obj"
|
||||
|
||||
# External object files for target png_static
|
||||
png_static_EXTERNAL_OBJECTS =
|
||||
|
||||
libpng16.a: CMakeFiles/png_static.dir/png.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngerror.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngget.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngmem.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngpread.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngread.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngrio.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngrtran.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngrutil.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngset.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngtrans.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngwio.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngwrite.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngwtran.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/pngwutil.c.obj
|
||||
libpng16.a: CMakeFiles/png_static.dir/build.make
|
||||
libpng16.a: CMakeFiles/png_static.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Linking C static library libpng16.a"
|
||||
$(CMAKE_COMMAND) -P CMakeFiles\png_static.dir\cmake_clean_target.cmake
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\png_static.dir\link.txt --verbose=$(VERBOSE)
|
||||
"C:\Program Files\CMake\bin\cmake.exe" -E copy_if_different libpng16.a D:/DevBuild/lpng1634/build_win/libpng.a
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/png_static.dir/build: libpng16.a
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/build
|
||||
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/png.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngerror.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngget.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngmem.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngpread.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngread.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngrio.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngrtran.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngrutil.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngset.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngtrans.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngwio.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngwrite.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngwtran.c.obj.requires
|
||||
CMakeFiles/png_static.dir/requires: CMakeFiles/png_static.dir/pngwutil.c.obj.requires
|
||||
|
||||
.PHONY : CMakeFiles/png_static.dir/requires
|
||||
|
||||
CMakeFiles/png_static.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles\png_static.dir\cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/png_static.dir/clean
|
||||
|
||||
CMakeFiles/png_static.dir/depend:
|
||||
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\DevBuild\lpng1634 D:\DevBuild\lpng1634 D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win\CMakeFiles\png_static.dir\DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/png_static.dir/depend
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/png_static.dir/png.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngerror.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngget.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngmem.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngpread.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngread.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngrio.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngrtran.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngrutil.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngset.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngtrans.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngwio.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngwrite.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngwtran.c.obj"
|
||||
"CMakeFiles/png_static.dir/pngwutil.c.obj"
|
||||
"libpng16.pdb"
|
||||
"libpng16.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/png_static.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
@@ -0,0 +1,3 @@
|
||||
file(REMOVE_RECURSE
|
||||
"libpng16.a"
|
||||
)
|
||||
@@ -0,0 +1,168 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.c
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pngerror.c
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pngget.c
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngmem.c
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpread.c
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngread.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngrio.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngrtran.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngrutil.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngset.c
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngtrans.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwio.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwrite.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwtran.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj
|
||||
..//zconf.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
D:/DevBuild/lpng1634/pngdebug.h
|
||||
D:/DevBuild/lpng1634/pnginfo.h
|
||||
D:/DevBuild/lpng1634/pngpriv.h
|
||||
D:/DevBuild/lpng1634/pngstruct.h
|
||||
D:/DevBuild/lpng1634/pngwutil.c
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
@@ -0,0 +1,168 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../png.c
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/png.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../pngerror.c
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngerror.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../pngget.c
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngget.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../pngmem.c
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngmem.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../pngpread.c
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngpread.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../pngread.c
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngread.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../pngrio.c
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngrio.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../pngrtran.c
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngrtran.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../pngrutil.c
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngrutil.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../pngset.c
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngset.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: ../pngtrans.c
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngtrans.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: ../pngwio.c
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngwio.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: ../pngwrite.c
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngwrite.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: ../pngwtran.c
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngwtran.c.obj: pnglibconf.h
|
||||
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../zconf.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../png.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../pngconf.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../pngdebug.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../pnginfo.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../pngpriv.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../pngstruct.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: ../pngwutil.c
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/png_static.dir/pngwutil.c.obj: pnglibconf.h
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# compile C with D:/CodeBlocks/MinGW/bin/gcc.exe
|
||||
C_FLAGS = -O3 -DNDEBUG
|
||||
|
||||
C_DEFINES =
|
||||
|
||||
C_INCLUDES = @CMakeFiles/png_static.dir/includes_C.rsp
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
-ID:/DevBuild/zlib-1.2.11 -ID:/DevBuild/lpng1634/build_win -ID:/DevBuild/lpng1634
|
||||
@@ -0,0 +1,2 @@
|
||||
D:\CodeBlocks\MinGW\bin\ar.exe qc libpng16.a CMakeFiles/png_static.dir/png.c.obj CMakeFiles/png_static.dir/pngerror.c.obj CMakeFiles/png_static.dir/pngget.c.obj CMakeFiles/png_static.dir/pngmem.c.obj CMakeFiles/png_static.dir/pngpread.c.obj CMakeFiles/png_static.dir/pngread.c.obj CMakeFiles/png_static.dir/pngrio.c.obj CMakeFiles/png_static.dir/pngrtran.c.obj CMakeFiles/png_static.dir/pngrutil.c.obj CMakeFiles/png_static.dir/pngset.c.obj CMakeFiles/png_static.dir/pngtrans.c.obj CMakeFiles/png_static.dir/pngwio.c.obj CMakeFiles/png_static.dir/pngwrite.c.obj CMakeFiles/png_static.dir/pngwtran.c.obj CMakeFiles/png_static.dir/pngwutil.c.obj
|
||||
D:\CodeBlocks\MinGW\bin\ranlib.exe libpng16.a
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,17 @@
|
||||
CMAKE_PROGRESS_1 = 19
|
||||
CMAKE_PROGRESS_2 = 20
|
||||
CMAKE_PROGRESS_3 = 21
|
||||
CMAKE_PROGRESS_4 = 22
|
||||
CMAKE_PROGRESS_5 = 23
|
||||
CMAKE_PROGRESS_6 = 24
|
||||
CMAKE_PROGRESS_7 = 25
|
||||
CMAKE_PROGRESS_8 = 26
|
||||
CMAKE_PROGRESS_9 = 27
|
||||
CMAKE_PROGRESS_10 = 28
|
||||
CMAKE_PROGRESS_11 = 29
|
||||
CMAKE_PROGRESS_12 = 30
|
||||
CMAKE_PROGRESS_13 = 31
|
||||
CMAKE_PROGRESS_14 = 32
|
||||
CMAKE_PROGRESS_15 = 33
|
||||
CMAKE_PROGRESS_16 = 34
|
||||
|
||||
@@ -0,0 +1,80 @@
|
||||
#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
|
||||
|
||||
#IncludeRegexScan: ^.*$
|
||||
|
||||
#IncludeRegexComplain: ^$
|
||||
|
||||
#IncludeRegexTransform:
|
||||
|
||||
..//png.h
|
||||
pnglibconf.h
|
||||
../pnglibconf.h
|
||||
pngconf.h
|
||||
../pngconf.h
|
||||
|
||||
..//zconf.h
|
||||
stddef.h
|
||||
-
|
||||
windows.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
sys/types.h
|
||||
-
|
||||
stdarg.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
unistd.h
|
||||
-
|
||||
unixio.h
|
||||
-
|
||||
|
||||
../pngconf.h
|
||||
limits.h
|
||||
-
|
||||
stddef.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
setjmp.h
|
||||
-
|
||||
time.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/contrib/tools/pngfix.c
|
||||
stdlib.h
|
||||
-
|
||||
stdio.h
|
||||
-
|
||||
string.h
|
||||
-
|
||||
ctype.h
|
||||
-
|
||||
limits.h
|
||||
-
|
||||
errno.h
|
||||
-
|
||||
assert.h
|
||||
-
|
||||
png.h
|
||||
-
|
||||
../../png.h
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
setjmp.h
|
||||
-
|
||||
zlib.h
|
||||
-
|
||||
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
pnglibconf.h
|
||||
D:/DevBuild/lpng1634/pnglibconf.h
|
||||
pngconf.h
|
||||
D:/DevBuild/lpng1634/pngconf.h
|
||||
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
zconf.h
|
||||
D:/DevBuild/zlib-1.2.11/zconf.h
|
||||
|
||||
pnglibconf.h
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
# The set of languages for which implicit dependencies are needed:
|
||||
set(CMAKE_DEPENDS_LANGUAGES
|
||||
"C"
|
||||
)
|
||||
# The set of files for implicit dependencies of each language:
|
||||
set(CMAKE_DEPENDS_CHECK_C
|
||||
"D:/DevBuild/lpng1634/contrib/tools/pngfix.c" "D:/DevBuild/lpng1634/build_win/CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj"
|
||||
)
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
|
||||
# The include file search paths:
|
||||
set(CMAKE_C_TARGET_INCLUDE_PATH
|
||||
"D:/DevBuild/zlib-1.2.11"
|
||||
"."
|
||||
"../"
|
||||
)
|
||||
|
||||
# Targets to which this target links.
|
||||
set(CMAKE_TARGET_LINKED_INFO_FILES
|
||||
"D:/DevBuild/lpng1634/build_win/CMakeFiles/png.dir/DependInfo.cmake"
|
||||
)
|
||||
|
||||
# Fortran module output directory.
|
||||
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
||||
@@ -0,0 +1,117 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
# Delete rule output on recipe failure.
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
|
||||
#=============================================================================
|
||||
# Special targets provided by cmake.
|
||||
|
||||
# Disable implicit rules so canonical targets will work.
|
||||
.SUFFIXES:
|
||||
|
||||
|
||||
# Remove some rules from gmake that .SUFFIXES does not remove.
|
||||
SUFFIXES =
|
||||
|
||||
.SUFFIXES: .hpux_make_needs_suffix_list
|
||||
|
||||
|
||||
# Suppress display of executed commands.
|
||||
$(VERBOSE).SILENT:
|
||||
|
||||
|
||||
# A target that is always out of date.
|
||||
cmake_force:
|
||||
|
||||
.PHONY : cmake_force
|
||||
|
||||
#=============================================================================
|
||||
# Set environment variables for the build.
|
||||
|
||||
SHELL = cmd.exe
|
||||
|
||||
# The CMake executable.
|
||||
CMAKE_COMMAND = "C:\Program Files\CMake\bin\cmake.exe"
|
||||
|
||||
# The command to remove a file.
|
||||
RM = "C:\Program Files\CMake\bin\cmake.exe" -E remove -f
|
||||
|
||||
# Escaping for special characters.
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = D:\DevBuild\lpng1634
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = D:\DevBuild\lpng1634\build_win
|
||||
|
||||
# Include any dependencies generated for this target.
|
||||
include CMakeFiles/pngfix.dir/depend.make
|
||||
|
||||
# Include the progress variables for this target.
|
||||
include CMakeFiles/pngfix.dir/progress.make
|
||||
|
||||
# Include the compile flags for this target's objects.
|
||||
include CMakeFiles/pngfix.dir/flags.make
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: CMakeFiles/pngfix.dir/flags.make
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: CMakeFiles/pngfix.dir/includes_C.rsp
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: ../contrib/tools/pngfix.c
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles\pngfix.dir\contrib\tools\pngfix.c.obj -c D:\DevBuild\lpng1634\contrib\tools\pngfix.c
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.i: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.i"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E D:\DevBuild\lpng1634\contrib\tools\pngfix.c > CMakeFiles\pngfix.dir\contrib\tools\pngfix.c.i
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.s: cmake_force
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.s"
|
||||
D:\CodeBlocks\MinGW\bin\gcc.exe $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S D:\DevBuild\lpng1634\contrib\tools\pngfix.c -o CMakeFiles\pngfix.dir\contrib\tools\pngfix.c.s
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.requires:
|
||||
|
||||
.PHONY : CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.requires
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.provides: CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.requires
|
||||
$(MAKE) -f CMakeFiles\pngfix.dir\build.make CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.provides.build
|
||||
.PHONY : CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.provides
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.provides.build: CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj
|
||||
|
||||
|
||||
# Object files for target pngfix
|
||||
pngfix_OBJECTS = \
|
||||
"CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj"
|
||||
|
||||
# External object files for target pngfix
|
||||
pngfix_EXTERNAL_OBJECTS =
|
||||
|
||||
pngfix.exe: CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj
|
||||
pngfix.exe: CMakeFiles/pngfix.dir/build.make
|
||||
pngfix.exe: libpng16.dll.a
|
||||
pngfix.exe: D:/DevBuild/zlib-1.2.11/zlib_built/libzlib.dll
|
||||
pngfix.exe: CMakeFiles/pngfix.dir/linklibs.rsp
|
||||
pngfix.exe: CMakeFiles/pngfix.dir/objects1.rsp
|
||||
pngfix.exe: CMakeFiles/pngfix.dir/link.txt
|
||||
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=D:\DevBuild\lpng1634\build_win\CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pngfix.exe"
|
||||
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\pngfix.dir\link.txt --verbose=$(VERBOSE)
|
||||
|
||||
# Rule to build all files generated by this target.
|
||||
CMakeFiles/pngfix.dir/build: pngfix.exe
|
||||
|
||||
.PHONY : CMakeFiles/pngfix.dir/build
|
||||
|
||||
CMakeFiles/pngfix.dir/requires: CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj.requires
|
||||
|
||||
.PHONY : CMakeFiles/pngfix.dir/requires
|
||||
|
||||
CMakeFiles/pngfix.dir/clean:
|
||||
$(CMAKE_COMMAND) -P CMakeFiles\pngfix.dir\cmake_clean.cmake
|
||||
.PHONY : CMakeFiles/pngfix.dir/clean
|
||||
|
||||
CMakeFiles/pngfix.dir/depend:
|
||||
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\DevBuild\lpng1634 D:\DevBuild\lpng1634 D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win D:\DevBuild\lpng1634\build_win\CMakeFiles\pngfix.dir\DependInfo.cmake --color=$(COLOR)
|
||||
.PHONY : CMakeFiles/pngfix.dir/depend
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
file(REMOVE_RECURSE
|
||||
"CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj"
|
||||
"pngfix.pdb"
|
||||
"pngfix.exe"
|
||||
"pngfix.exe.manifest"
|
||||
"libpngfix.dll.a"
|
||||
)
|
||||
|
||||
# Per-language clean rules from dependency scanning.
|
||||
foreach(lang C)
|
||||
include(CMakeFiles/pngfix.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||||
endforeach()
|
||||
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj
|
||||
..//png.h
|
||||
..//zconf.h
|
||||
../pngconf.h
|
||||
D:/DevBuild/lpng1634/contrib/tools/pngfix.c
|
||||
D:/DevBuild/lpng1634/png.h
|
||||
D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
pnglibconf.h
|
||||
@@ -0,0 +1,11 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "MinGW Makefiles" Generator, CMake Version 3.10
|
||||
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: ../png.h
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: ../zconf.h
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: ../pngconf.h
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: ../contrib/tools/pngfix.c
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: ../png.h
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: D:/DevBuild/zlib-1.2.11/zlib.h
|
||||
CMakeFiles/pngfix.dir/contrib/tools/pngfix.c.obj: pnglibconf.h
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user