mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 22:19:30 +03:00
837 lines
26 KiB
Makefile
837 lines
26 KiB
Makefile
# CMAKE generated file: DO NOT EDIT!
|
|
# Generated by "Unix Makefiles" Generator, CMake Version 3.19
|
|
|
|
# Default target executed when no arguments are given to make.
|
|
default_target: all
|
|
|
|
.PHONY : default_target
|
|
|
|
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
.NOTPARALLEL:
|
|
|
|
|
|
#=============================================================================
|
|
# Special targets provided by cmake.
|
|
|
|
# Disable implicit rules so canonical targets will work.
|
|
.SUFFIXES:
|
|
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : %,v
|
|
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%
|
|
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : RCS/%,v
|
|
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : SCCS/s.%
|
|
|
|
|
|
# Disable VCS-based implicit rules.
|
|
% : s.%
|
|
|
|
|
|
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
|
|
|
|
# Command-line flag to silence nested $(MAKE).
|
|
$(VERBOSE)MAKESILENT = -s
|
|
|
|
#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.
|
|
|
|
# The shell in which to execute make rules.
|
|
SHELL = /bin/sh
|
|
|
|
# The CMake executable.
|
|
CMAKE_COMMAND = /usr/bin/cmake
|
|
|
|
# The command to remove a file.
|
|
RM = /usr/bin/cmake -E rm -f
|
|
|
|
# Escaping for special characters.
|
|
EQUALS = =
|
|
|
|
# The top-level source directory on which CMake was run.
|
|
CMAKE_SOURCE_DIR = /home/aprokurov/Projects/mimalloc
|
|
|
|
# The top-level build directory on which CMake was run.
|
|
CMAKE_BINARY_DIR = /home/aprokurov/Projects/mimalloc
|
|
|
|
#=============================================================================
|
|
# Targets provided globally by CMake.
|
|
|
|
# Special rule for the target install/local
|
|
install/local: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local
|
|
|
|
# Special rule for the target install/local
|
|
install/local/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
.PHONY : install/local/fast
|
|
|
|
# Special rule for the target install
|
|
install: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install
|
|
|
|
# Special rule for the target install
|
|
install/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
/usr/bin/cmake -P cmake_install.cmake
|
|
.PHONY : install/fast
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
|
.PHONY : list_install_components
|
|
|
|
# Special rule for the target list_install_components
|
|
list_install_components/fast: list_install_components
|
|
|
|
.PHONY : list_install_components/fast
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : rebuild_cache
|
|
|
|
# Special rule for the target rebuild_cache
|
|
rebuild_cache/fast: rebuild_cache
|
|
|
|
.PHONY : rebuild_cache/fast
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
.PHONY : edit_cache
|
|
|
|
# Special rule for the target edit_cache
|
|
edit_cache/fast: edit_cache
|
|
|
|
.PHONY : edit_cache/fast
|
|
|
|
# Special rule for the target test
|
|
test:
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
|
/usr/bin/ctest --force-new-ctest-process $(ARGS)
|
|
.PHONY : test
|
|
|
|
# Special rule for the target test
|
|
test/fast: test
|
|
|
|
.PHONY : test/fast
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip: preinstall
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip
|
|
|
|
# Special rule for the target install/strip
|
|
install/strip/fast: preinstall/fast
|
|
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
.PHONY : install/strip/fast
|
|
|
|
# The main all target
|
|
all: cmake_check_build_system
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/aprokurov/Projects/mimalloc/CMakeFiles /home/aprokurov/Projects/mimalloc//CMakeFiles/progress.marks
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
|
$(CMAKE_COMMAND) -E cmake_progress_start /home/aprokurov/Projects/mimalloc/CMakeFiles 0
|
|
.PHONY : all
|
|
|
|
# The main clean target
|
|
clean:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
|
.PHONY : clean
|
|
|
|
# The main clean target
|
|
clean/fast: clean
|
|
|
|
.PHONY : clean/fast
|
|
|
|
# Prepare targets for installation.
|
|
preinstall: all
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall
|
|
|
|
# Prepare targets for installation.
|
|
preinstall/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
|
.PHONY : preinstall/fast
|
|
|
|
# clear depends
|
|
depend:
|
|
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
.PHONY : depend
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mimalloc-test-stress
|
|
|
|
# Build rule for target.
|
|
mimalloc-test-stress: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mimalloc-test-stress
|
|
.PHONY : mimalloc-test-stress
|
|
|
|
# fast build rule for target.
|
|
mimalloc-test-stress/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-stress.dir/build.make CMakeFiles/mimalloc-test-stress.dir/build
|
|
.PHONY : mimalloc-test-stress/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mimalloc-obj
|
|
|
|
# Build rule for target.
|
|
mimalloc-obj: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mimalloc-obj
|
|
.PHONY : mimalloc-obj
|
|
|
|
# fast build rule for target.
|
|
mimalloc-obj/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-obj.dir/build.make CMakeFiles/mimalloc-obj.dir/build
|
|
.PHONY : mimalloc-obj/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mimalloc-static
|
|
|
|
# Build rule for target.
|
|
mimalloc-static: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mimalloc-static
|
|
.PHONY : mimalloc-static
|
|
|
|
# fast build rule for target.
|
|
mimalloc-static/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/build
|
|
.PHONY : mimalloc-static/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mimalloc-test-api
|
|
|
|
# Build rule for target.
|
|
mimalloc-test-api: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mimalloc-test-api
|
|
.PHONY : mimalloc-test-api
|
|
|
|
# fast build rule for target.
|
|
mimalloc-test-api/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-api.dir/build.make CMakeFiles/mimalloc-test-api.dir/build
|
|
.PHONY : mimalloc-test-api/fast
|
|
|
|
#=============================================================================
|
|
# Target rules for targets named mimalloc
|
|
|
|
# Build rule for target.
|
|
mimalloc: cmake_check_build_system
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mimalloc
|
|
.PHONY : mimalloc
|
|
|
|
# fast build rule for target.
|
|
mimalloc/fast:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/build
|
|
.PHONY : mimalloc/fast
|
|
|
|
src/alloc-aligned.o: src/alloc-aligned.c.o
|
|
|
|
.PHONY : src/alloc-aligned.o
|
|
|
|
# target to build an object file
|
|
src/alloc-aligned.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc-aligned.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc-aligned.c.o
|
|
.PHONY : src/alloc-aligned.c.o
|
|
|
|
src/alloc-aligned.i: src/alloc-aligned.c.i
|
|
|
|
.PHONY : src/alloc-aligned.i
|
|
|
|
# target to preprocess a source file
|
|
src/alloc-aligned.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc-aligned.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc-aligned.c.i
|
|
.PHONY : src/alloc-aligned.c.i
|
|
|
|
src/alloc-aligned.s: src/alloc-aligned.c.s
|
|
|
|
.PHONY : src/alloc-aligned.s
|
|
|
|
# target to generate assembly for a file
|
|
src/alloc-aligned.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc-aligned.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc-aligned.c.s
|
|
.PHONY : src/alloc-aligned.c.s
|
|
|
|
src/alloc-posix.o: src/alloc-posix.c.o
|
|
|
|
.PHONY : src/alloc-posix.o
|
|
|
|
# target to build an object file
|
|
src/alloc-posix.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc-posix.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc-posix.c.o
|
|
.PHONY : src/alloc-posix.c.o
|
|
|
|
src/alloc-posix.i: src/alloc-posix.c.i
|
|
|
|
.PHONY : src/alloc-posix.i
|
|
|
|
# target to preprocess a source file
|
|
src/alloc-posix.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc-posix.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc-posix.c.i
|
|
.PHONY : src/alloc-posix.c.i
|
|
|
|
src/alloc-posix.s: src/alloc-posix.c.s
|
|
|
|
.PHONY : src/alloc-posix.s
|
|
|
|
# target to generate assembly for a file
|
|
src/alloc-posix.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc-posix.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc-posix.c.s
|
|
.PHONY : src/alloc-posix.c.s
|
|
|
|
src/alloc.o: src/alloc.c.o
|
|
|
|
.PHONY : src/alloc.o
|
|
|
|
# target to build an object file
|
|
src/alloc.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc.c.o
|
|
.PHONY : src/alloc.c.o
|
|
|
|
src/alloc.i: src/alloc.c.i
|
|
|
|
.PHONY : src/alloc.i
|
|
|
|
# target to preprocess a source file
|
|
src/alloc.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc.c.i
|
|
.PHONY : src/alloc.c.i
|
|
|
|
src/alloc.s: src/alloc.c.s
|
|
|
|
.PHONY : src/alloc.s
|
|
|
|
# target to generate assembly for a file
|
|
src/alloc.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/alloc.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/alloc.c.s
|
|
.PHONY : src/alloc.c.s
|
|
|
|
src/arena.o: src/arena.c.o
|
|
|
|
.PHONY : src/arena.o
|
|
|
|
# target to build an object file
|
|
src/arena.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/arena.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/arena.c.o
|
|
.PHONY : src/arena.c.o
|
|
|
|
src/arena.i: src/arena.c.i
|
|
|
|
.PHONY : src/arena.i
|
|
|
|
# target to preprocess a source file
|
|
src/arena.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/arena.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/arena.c.i
|
|
.PHONY : src/arena.c.i
|
|
|
|
src/arena.s: src/arena.c.s
|
|
|
|
.PHONY : src/arena.s
|
|
|
|
# target to generate assembly for a file
|
|
src/arena.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/arena.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/arena.c.s
|
|
.PHONY : src/arena.c.s
|
|
|
|
src/bitmap.o: src/bitmap.c.o
|
|
|
|
.PHONY : src/bitmap.o
|
|
|
|
# target to build an object file
|
|
src/bitmap.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/bitmap.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/bitmap.c.o
|
|
.PHONY : src/bitmap.c.o
|
|
|
|
src/bitmap.i: src/bitmap.c.i
|
|
|
|
.PHONY : src/bitmap.i
|
|
|
|
# target to preprocess a source file
|
|
src/bitmap.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/bitmap.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/bitmap.c.i
|
|
.PHONY : src/bitmap.c.i
|
|
|
|
src/bitmap.s: src/bitmap.c.s
|
|
|
|
.PHONY : src/bitmap.s
|
|
|
|
# target to generate assembly for a file
|
|
src/bitmap.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/bitmap.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/bitmap.c.s
|
|
.PHONY : src/bitmap.c.s
|
|
|
|
src/heap.o: src/heap.c.o
|
|
|
|
.PHONY : src/heap.o
|
|
|
|
# target to build an object file
|
|
src/heap.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/heap.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/heap.c.o
|
|
.PHONY : src/heap.c.o
|
|
|
|
src/heap.i: src/heap.c.i
|
|
|
|
.PHONY : src/heap.i
|
|
|
|
# target to preprocess a source file
|
|
src/heap.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/heap.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/heap.c.i
|
|
.PHONY : src/heap.c.i
|
|
|
|
src/heap.s: src/heap.c.s
|
|
|
|
.PHONY : src/heap.s
|
|
|
|
# target to generate assembly for a file
|
|
src/heap.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/heap.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/heap.c.s
|
|
.PHONY : src/heap.c.s
|
|
|
|
src/init.o: src/init.c.o
|
|
|
|
.PHONY : src/init.o
|
|
|
|
# target to build an object file
|
|
src/init.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/init.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/init.c.o
|
|
.PHONY : src/init.c.o
|
|
|
|
src/init.i: src/init.c.i
|
|
|
|
.PHONY : src/init.i
|
|
|
|
# target to preprocess a source file
|
|
src/init.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/init.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/init.c.i
|
|
.PHONY : src/init.c.i
|
|
|
|
src/init.s: src/init.c.s
|
|
|
|
.PHONY : src/init.s
|
|
|
|
# target to generate assembly for a file
|
|
src/init.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/init.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/init.c.s
|
|
.PHONY : src/init.c.s
|
|
|
|
src/options.o: src/options.c.o
|
|
|
|
.PHONY : src/options.o
|
|
|
|
# target to build an object file
|
|
src/options.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/options.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/options.c.o
|
|
.PHONY : src/options.c.o
|
|
|
|
src/options.i: src/options.c.i
|
|
|
|
.PHONY : src/options.i
|
|
|
|
# target to preprocess a source file
|
|
src/options.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/options.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/options.c.i
|
|
.PHONY : src/options.c.i
|
|
|
|
src/options.s: src/options.c.s
|
|
|
|
.PHONY : src/options.s
|
|
|
|
# target to generate assembly for a file
|
|
src/options.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/options.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/options.c.s
|
|
.PHONY : src/options.c.s
|
|
|
|
src/os.o: src/os.c.o
|
|
|
|
.PHONY : src/os.o
|
|
|
|
# target to build an object file
|
|
src/os.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/os.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/os.c.o
|
|
.PHONY : src/os.c.o
|
|
|
|
src/os.i: src/os.c.i
|
|
|
|
.PHONY : src/os.i
|
|
|
|
# target to preprocess a source file
|
|
src/os.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/os.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/os.c.i
|
|
.PHONY : src/os.c.i
|
|
|
|
src/os.s: src/os.c.s
|
|
|
|
.PHONY : src/os.s
|
|
|
|
# target to generate assembly for a file
|
|
src/os.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/os.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/os.c.s
|
|
.PHONY : src/os.c.s
|
|
|
|
src/page.o: src/page.c.o
|
|
|
|
.PHONY : src/page.o
|
|
|
|
# target to build an object file
|
|
src/page.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/page.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/page.c.o
|
|
.PHONY : src/page.c.o
|
|
|
|
src/page.i: src/page.c.i
|
|
|
|
.PHONY : src/page.i
|
|
|
|
# target to preprocess a source file
|
|
src/page.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/page.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/page.c.i
|
|
.PHONY : src/page.c.i
|
|
|
|
src/page.s: src/page.c.s
|
|
|
|
.PHONY : src/page.s
|
|
|
|
# target to generate assembly for a file
|
|
src/page.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/page.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/page.c.s
|
|
.PHONY : src/page.c.s
|
|
|
|
src/random.o: src/random.c.o
|
|
|
|
.PHONY : src/random.o
|
|
|
|
# target to build an object file
|
|
src/random.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/random.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/random.c.o
|
|
.PHONY : src/random.c.o
|
|
|
|
src/random.i: src/random.c.i
|
|
|
|
.PHONY : src/random.i
|
|
|
|
# target to preprocess a source file
|
|
src/random.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/random.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/random.c.i
|
|
.PHONY : src/random.c.i
|
|
|
|
src/random.s: src/random.c.s
|
|
|
|
.PHONY : src/random.s
|
|
|
|
# target to generate assembly for a file
|
|
src/random.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/random.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/random.c.s
|
|
.PHONY : src/random.c.s
|
|
|
|
src/region.o: src/region.c.o
|
|
|
|
.PHONY : src/region.o
|
|
|
|
# target to build an object file
|
|
src/region.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/region.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/region.c.o
|
|
.PHONY : src/region.c.o
|
|
|
|
src/region.i: src/region.c.i
|
|
|
|
.PHONY : src/region.i
|
|
|
|
# target to preprocess a source file
|
|
src/region.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/region.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/region.c.i
|
|
.PHONY : src/region.c.i
|
|
|
|
src/region.s: src/region.c.s
|
|
|
|
.PHONY : src/region.s
|
|
|
|
# target to generate assembly for a file
|
|
src/region.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/region.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/region.c.s
|
|
.PHONY : src/region.c.s
|
|
|
|
src/segment.o: src/segment.c.o
|
|
|
|
.PHONY : src/segment.o
|
|
|
|
# target to build an object file
|
|
src/segment.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/segment.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/segment.c.o
|
|
.PHONY : src/segment.c.o
|
|
|
|
src/segment.i: src/segment.c.i
|
|
|
|
.PHONY : src/segment.i
|
|
|
|
# target to preprocess a source file
|
|
src/segment.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/segment.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/segment.c.i
|
|
.PHONY : src/segment.c.i
|
|
|
|
src/segment.s: src/segment.c.s
|
|
|
|
.PHONY : src/segment.s
|
|
|
|
# target to generate assembly for a file
|
|
src/segment.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/segment.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/segment.c.s
|
|
.PHONY : src/segment.c.s
|
|
|
|
src/static.o: src/static.c.o
|
|
|
|
.PHONY : src/static.o
|
|
|
|
# target to build an object file
|
|
src/static.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-obj.dir/build.make CMakeFiles/mimalloc-obj.dir/src/static.c.o
|
|
.PHONY : src/static.c.o
|
|
|
|
src/static.i: src/static.c.i
|
|
|
|
.PHONY : src/static.i
|
|
|
|
# target to preprocess a source file
|
|
src/static.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-obj.dir/build.make CMakeFiles/mimalloc-obj.dir/src/static.c.i
|
|
.PHONY : src/static.c.i
|
|
|
|
src/static.s: src/static.c.s
|
|
|
|
.PHONY : src/static.s
|
|
|
|
# target to generate assembly for a file
|
|
src/static.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-obj.dir/build.make CMakeFiles/mimalloc-obj.dir/src/static.c.s
|
|
.PHONY : src/static.c.s
|
|
|
|
src/stats.o: src/stats.c.o
|
|
|
|
.PHONY : src/stats.o
|
|
|
|
# target to build an object file
|
|
src/stats.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/stats.c.o
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/stats.c.o
|
|
.PHONY : src/stats.c.o
|
|
|
|
src/stats.i: src/stats.c.i
|
|
|
|
.PHONY : src/stats.i
|
|
|
|
# target to preprocess a source file
|
|
src/stats.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/stats.c.i
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/stats.c.i
|
|
.PHONY : src/stats.c.i
|
|
|
|
src/stats.s: src/stats.c.s
|
|
|
|
.PHONY : src/stats.s
|
|
|
|
# target to generate assembly for a file
|
|
src/stats.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-static.dir/build.make CMakeFiles/mimalloc-static.dir/src/stats.c.s
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc.dir/build.make CMakeFiles/mimalloc.dir/src/stats.c.s
|
|
.PHONY : src/stats.c.s
|
|
|
|
test/test-api.o: test/test-api.c.o
|
|
|
|
.PHONY : test/test-api.o
|
|
|
|
# target to build an object file
|
|
test/test-api.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-api.dir/build.make CMakeFiles/mimalloc-test-api.dir/test/test-api.c.o
|
|
.PHONY : test/test-api.c.o
|
|
|
|
test/test-api.i: test/test-api.c.i
|
|
|
|
.PHONY : test/test-api.i
|
|
|
|
# target to preprocess a source file
|
|
test/test-api.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-api.dir/build.make CMakeFiles/mimalloc-test-api.dir/test/test-api.c.i
|
|
.PHONY : test/test-api.c.i
|
|
|
|
test/test-api.s: test/test-api.c.s
|
|
|
|
.PHONY : test/test-api.s
|
|
|
|
# target to generate assembly for a file
|
|
test/test-api.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-api.dir/build.make CMakeFiles/mimalloc-test-api.dir/test/test-api.c.s
|
|
.PHONY : test/test-api.c.s
|
|
|
|
test/test-stress.o: test/test-stress.c.o
|
|
|
|
.PHONY : test/test-stress.o
|
|
|
|
# target to build an object file
|
|
test/test-stress.c.o:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-stress.dir/build.make CMakeFiles/mimalloc-test-stress.dir/test/test-stress.c.o
|
|
.PHONY : test/test-stress.c.o
|
|
|
|
test/test-stress.i: test/test-stress.c.i
|
|
|
|
.PHONY : test/test-stress.i
|
|
|
|
# target to preprocess a source file
|
|
test/test-stress.c.i:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-stress.dir/build.make CMakeFiles/mimalloc-test-stress.dir/test/test-stress.c.i
|
|
.PHONY : test/test-stress.c.i
|
|
|
|
test/test-stress.s: test/test-stress.c.s
|
|
|
|
.PHONY : test/test-stress.s
|
|
|
|
# target to generate assembly for a file
|
|
test/test-stress.c.s:
|
|
$(MAKE) $(MAKESILENT) -f CMakeFiles/mimalloc-test-stress.dir/build.make CMakeFiles/mimalloc-test-stress.dir/test/test-stress.c.s
|
|
.PHONY : test/test-stress.c.s
|
|
|
|
# Help Target
|
|
help:
|
|
@echo "The following are some of the valid targets for this Makefile:"
|
|
@echo "... all (the default if no target is provided)"
|
|
@echo "... clean"
|
|
@echo "... depend"
|
|
@echo "... edit_cache"
|
|
@echo "... install"
|
|
@echo "... install/local"
|
|
@echo "... install/strip"
|
|
@echo "... list_install_components"
|
|
@echo "... rebuild_cache"
|
|
@echo "... test"
|
|
@echo "... mimalloc"
|
|
@echo "... mimalloc-obj"
|
|
@echo "... mimalloc-static"
|
|
@echo "... mimalloc-test-api"
|
|
@echo "... mimalloc-test-stress"
|
|
@echo "... src/alloc-aligned.o"
|
|
@echo "... src/alloc-aligned.i"
|
|
@echo "... src/alloc-aligned.s"
|
|
@echo "... src/alloc-posix.o"
|
|
@echo "... src/alloc-posix.i"
|
|
@echo "... src/alloc-posix.s"
|
|
@echo "... src/alloc.o"
|
|
@echo "... src/alloc.i"
|
|
@echo "... src/alloc.s"
|
|
@echo "... src/arena.o"
|
|
@echo "... src/arena.i"
|
|
@echo "... src/arena.s"
|
|
@echo "... src/bitmap.o"
|
|
@echo "... src/bitmap.i"
|
|
@echo "... src/bitmap.s"
|
|
@echo "... src/heap.o"
|
|
@echo "... src/heap.i"
|
|
@echo "... src/heap.s"
|
|
@echo "... src/init.o"
|
|
@echo "... src/init.i"
|
|
@echo "... src/init.s"
|
|
@echo "... src/options.o"
|
|
@echo "... src/options.i"
|
|
@echo "... src/options.s"
|
|
@echo "... src/os.o"
|
|
@echo "... src/os.i"
|
|
@echo "... src/os.s"
|
|
@echo "... src/page.o"
|
|
@echo "... src/page.i"
|
|
@echo "... src/page.s"
|
|
@echo "... src/random.o"
|
|
@echo "... src/random.i"
|
|
@echo "... src/random.s"
|
|
@echo "... src/region.o"
|
|
@echo "... src/region.i"
|
|
@echo "... src/region.s"
|
|
@echo "... src/segment.o"
|
|
@echo "... src/segment.i"
|
|
@echo "... src/segment.s"
|
|
@echo "... src/static.o"
|
|
@echo "... src/static.i"
|
|
@echo "... src/static.s"
|
|
@echo "... src/stats.o"
|
|
@echo "... src/stats.i"
|
|
@echo "... src/stats.s"
|
|
@echo "... test/test-api.o"
|
|
@echo "... test/test-api.i"
|
|
@echo "... test/test-api.s"
|
|
@echo "... test/test-stress.o"
|
|
@echo "... test/test-stress.i"
|
|
@echo "... test/test-stress.s"
|
|
.PHONY : help
|
|
|
|
|
|
|
|
#=============================================================================
|
|
# 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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
.PHONY : cmake_check_build_system
|
|
|