mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-11-22 07:20:54 -05:00
48 lines
1.9 KiB
Makefile
48 lines
1.9 KiB
Makefile
# This file is generated by gyp; do not edit.
|
|
|
|
TOOLSET := target
|
|
TARGET := action_after_build
|
|
### Rules for action "move_lib":
|
|
quiet_cmd_binding_gyp_action_after_build_target_move_lib = ACTION binding_gyp_action_after_build_target_move_lib $@
|
|
cmd_binding_gyp_action_after_build_target_move_lib = LD_LIBRARY_PATH=$(builddir)/lib.host:$(builddir)/lib.target:$$LD_LIBRARY_PATH; export LD_LIBRARY_PATH; cd $(srcdir)/.; cp "$(builddir)/uws.node" uws_darwin_57.node
|
|
|
|
uws: obj := $(abs_obj)
|
|
uws: builddir := $(abs_builddir)
|
|
uws: export BUILT_FRAMEWORKS_DIR := ${abs_builddir}
|
|
uws: export BUILT_PRODUCTS_DIR := ${abs_builddir}
|
|
uws: export CONFIGURATION := ${BUILDTYPE}
|
|
uws: export PRODUCT_NAME := action_after_build
|
|
uws: export SDKROOT := /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk
|
|
uws: export SRCROOT := ${abs_srcdir}/
|
|
uws: export SOURCE_ROOT := ${SRCROOT}
|
|
uws: export TARGET_BUILD_DIR := ${abs_builddir}
|
|
uws: export TEMP_DIR := ${TMPDIR}
|
|
uws: TOOLSET := $(TOOLSET)
|
|
uws: $(builddir)/uws.node FORCE_DO_CMD
|
|
$(call do_cmd,binding_gyp_action_after_build_target_move_lib)
|
|
|
|
all_deps += uws
|
|
action_binding_gyp_action_after_build_target_move_lib_outputs := uws
|
|
|
|
|
|
### Rules for final target.
|
|
# Build our special outputs first.
|
|
$(obj).target/action_after_build.stamp: | $(action_binding_gyp_action_after_build_target_move_lib_outputs)
|
|
|
|
# Preserve order dependency of special output on deps.
|
|
$(action_binding_gyp_action_after_build_target_move_lib_outputs): | $(builddir)/uws.node
|
|
|
|
$(obj).target/action_after_build.stamp: TOOLSET := $(TOOLSET)
|
|
$(obj).target/action_after_build.stamp: $(builddir)/uws.node FORCE_DO_CMD
|
|
$(call do_cmd,touch)
|
|
|
|
all_deps += $(obj).target/action_after_build.stamp
|
|
# Add target alias
|
|
.PHONY: action_after_build
|
|
action_after_build: $(obj).target/action_after_build.stamp
|
|
|
|
# Add target alias to "all" target.
|
|
.PHONY: all
|
|
all: action_after_build
|
|
|