git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
109 lines
4.5 KiB
Makefile
109 lines
4.5 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "MinGW Makefiles" Generator, CMake Version 2.8
|
|
|
|
#=============================================================================
|
|
# 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 (x86)\CMake 2.8\bin\cmake.exe"
|
|
|
|
# The command to remove a file.
|
|
RM = "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E remove -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The program to use to edit the cache.
|
|
CMAKE_EDIT_COMMAND = "C:\Program Files (x86)\CMake 2.8\bin\cmake-gui.exe"
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = C:\libs\oldpip\pip_0.4.0_r5
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = C:\libs\oldpip\pip_0.4.0_r5
|
|
|
|
# Include any dependencies generated for this target.
|
|
include CMakeFiles/pip_test.dir/depend.make
|
|
|
|
# Include the progress variables for this target.
|
|
include CMakeFiles/pip_test.dir/progress.make
|
|
|
|
# Include the compile flags for this target's objects.
|
|
include CMakeFiles/pip_test.dir/flags.make
|
|
|
|
CMakeFiles/pip_test.dir/main.cpp.obj: CMakeFiles/pip_test.dir/flags.make
|
|
CMakeFiles/pip_test.dir/main.cpp.obj: CMakeFiles/pip_test.dir/includes_CXX.rsp
|
|
CMakeFiles/pip_test.dir/main.cpp.obj: main.cpp
|
|
$(CMAKE_COMMAND) -E cmake_progress_report C:\libs\oldpip\pip_0.4.0_r5\CMakeFiles $(CMAKE_PROGRESS_1)
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Building CXX object CMakeFiles/pip_test.dir/main.cpp.obj"
|
|
C:\mingw\x32\bin\g++.exe $(CXX_DEFINES) $(CXX_FLAGS) -o CMakeFiles\pip_test.dir\main.cpp.obj -c C:\libs\oldpip\pip_0.4.0_r5\main.cpp
|
|
|
|
CMakeFiles/pip_test.dir/main.cpp.i: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/pip_test.dir/main.cpp.i"
|
|
C:\mingw\x32\bin\g++.exe $(CXX_DEFINES) $(CXX_FLAGS) -E C:\libs\oldpip\pip_0.4.0_r5\main.cpp > CMakeFiles\pip_test.dir\main.cpp.i
|
|
|
|
CMakeFiles/pip_test.dir/main.cpp.s: cmake_force
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/pip_test.dir/main.cpp.s"
|
|
C:\mingw\x32\bin\g++.exe $(CXX_DEFINES) $(CXX_FLAGS) -S C:\libs\oldpip\pip_0.4.0_r5\main.cpp -o CMakeFiles\pip_test.dir\main.cpp.s
|
|
|
|
CMakeFiles/pip_test.dir/main.cpp.obj.requires:
|
|
.PHONY : CMakeFiles/pip_test.dir/main.cpp.obj.requires
|
|
|
|
CMakeFiles/pip_test.dir/main.cpp.obj.provides: CMakeFiles/pip_test.dir/main.cpp.obj.requires
|
|
$(MAKE) -f CMakeFiles\pip_test.dir\build.make CMakeFiles/pip_test.dir/main.cpp.obj.provides.build
|
|
.PHONY : CMakeFiles/pip_test.dir/main.cpp.obj.provides
|
|
|
|
CMakeFiles/pip_test.dir/main.cpp.obj.provides.build: CMakeFiles/pip_test.dir/main.cpp.obj
|
|
|
|
# Object files for target pip_test
|
|
pip_test_OBJECTS = \
|
|
"CMakeFiles/pip_test.dir/main.cpp.obj"
|
|
|
|
# External object files for target pip_test
|
|
pip_test_EXTERNAL_OBJECTS =
|
|
|
|
pip_test.exe: CMakeFiles/pip_test.dir/main.cpp.obj
|
|
pip_test.exe: CMakeFiles/pip_test.dir/build.make
|
|
pip_test.exe: libpip.dll.a
|
|
pip_test.exe: C:/Qt/4.8.6/lib/libQtCore4.a
|
|
pip_test.exe: CMakeFiles/pip_test.dir/objects1.rsp
|
|
pip_test.exe: CMakeFiles/pip_test.dir/link.txt
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --red --bold "Linking CXX executable pip_test.exe"
|
|
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles\pip_test.dir\link.txt --verbose=$(VERBOSE)
|
|
|
|
# Rule to build all files generated by this target.
|
|
CMakeFiles/pip_test.dir/build: pip_test.exe
|
|
.PHONY : CMakeFiles/pip_test.dir/build
|
|
|
|
CMakeFiles/pip_test.dir/requires: CMakeFiles/pip_test.dir/main.cpp.obj.requires
|
|
.PHONY : CMakeFiles/pip_test.dir/requires
|
|
|
|
CMakeFiles/pip_test.dir/clean:
|
|
$(CMAKE_COMMAND) -P CMakeFiles\pip_test.dir\cmake_clean.cmake
|
|
.PHONY : CMakeFiles/pip_test.dir/clean
|
|
|
|
CMakeFiles/pip_test.dir/depend:
|
|
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" C:\libs\oldpip\pip_0.4.0_r5 C:\libs\oldpip\pip_0.4.0_r5 C:\libs\oldpip\pip_0.4.0_r5 C:\libs\oldpip\pip_0.4.0_r5 C:\libs\oldpip\pip_0.4.0_r5\CMakeFiles\pip_test.dir\DependInfo.cmake --color=$(COLOR)
|
|
.PHONY : CMakeFiles/pip_test.dir/depend
|
|
|