.target.mk 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # This file is generated by gyp; do not edit.
  2. TOOLSET := target
  3. TARGET :=
  4. ### Rules for final target.
  5. LDFLAGS_Debug := \
  6. -undefined dynamic_lookup \
  7. -Wl,-search_paths_first \
  8. -mmacosx-version-min=13.5 \
  9. -arch \
  10. arm64 \
  11. -L$(builddir) \
  12. -stdlib=libc++
  13. LIBTOOLFLAGS_Debug := \
  14. -undefined dynamic_lookup \
  15. -Wl,-search_paths_first
  16. LDFLAGS_Release := \
  17. -undefined dynamic_lookup \
  18. -Wl,-search_paths_first \
  19. -mmacosx-version-min=13.5 \
  20. -arch \
  21. arm64 \
  22. -L$(builddir) \
  23. -stdlib=libc++
  24. LIBTOOLFLAGS_Release := \
  25. -undefined dynamic_lookup \
  26. -Wl,-search_paths_first
  27. LIBS :=
  28. $(builddir)/.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
  29. $(builddir)/.node: LIBS := $(LIBS)
  30. $(builddir)/.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
  31. $(builddir)/.node: TOOLSET := $(TOOLSET)
  32. $(builddir)/.node: FORCE_DO_CMD
  33. $(call do_cmd,solink_module)
  34. all_deps += $(builddir)/.node
  35. # Add target alias
  36. .PHONY:
  37. : $(builddir)/.node
  38. # Short alias for building this executable.
  39. .PHONY: .node
  40. .node: $(builddir)/.node
  41. # Add executable to "all" target.
  42. .PHONY: all
  43. all: $(builddir)/.node