# This file is generated by gyp; do not edit.

TOOLSET := target
TARGET := postinstall
### Generated for copy rule.
$(srcdir)/build/Release/libfuse.so: TOOLSET := $(TOOLSET)
$(srcdir)/build/Release/libfuse.so: /project/libfuse/lib/libfuse.so FORCE_DO_CMD
	$(call do_cmd,copy)

all_deps += $(srcdir)/build/Release/libfuse.so
binding_gyp_postinstall_target_copies = $(srcdir)/build/Release/libfuse.so

### Rules for final target.
# Build our special outputs first.
$(obj).target/postinstall.stamp: | $(binding_gyp_postinstall_target_copies)

# Preserve order dependency of special output on deps.
$(binding_gyp_postinstall_target_copies): | $(builddir)/fuse_example.node

$(obj).target/postinstall.stamp: TOOLSET := $(TOOLSET)
$(obj).target/postinstall.stamp: $(builddir)/fuse_example.node FORCE_DO_CMD
	$(call do_cmd,touch)

all_deps += $(obj).target/postinstall.stamp
# Add target alias
.PHONY: postinstall
postinstall: $(obj).target/postinstall.stamp

# Add target alias to "all" target.
.PHONY: all
all: postinstall

