.target.mk 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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=10.15 \
  9. -arch arm64 \
  10. -L$(builddir) \
  11. -stdlib=libc++
  12. LIBTOOLFLAGS_Debug := \
  13. -undefined dynamic_lookup \
  14. -Wl,-search_paths_first
  15. LDFLAGS_Release := \
  16. -undefined dynamic_lookup \
  17. -Wl,-search_paths_first \
  18. -mmacosx-version-min=10.15 \
  19. -arch arm64 \
  20. -L$(builddir) \
  21. -stdlib=libc++
  22. LIBTOOLFLAGS_Release := \
  23. -undefined dynamic_lookup \
  24. -Wl,-search_paths_first
  25. LIBS :=
  26. $(builddir)/.node: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
  27. $(builddir)/.node: LIBS := $(LIBS)
  28. $(builddir)/.node: GYP_LIBTOOLFLAGS := $(LIBTOOLFLAGS_$(BUILDTYPE))
  29. $(builddir)/.node: TOOLSET := $(TOOLSET)
  30. $(builddir)/.node: FORCE_DO_CMD
  31. $(call do_cmd,solink_module)
  32. all_deps += $(builddir)/.node
  33. # Add target alias
  34. .PHONY:
  35. : $(builddir)/.node
  36. # Short alias for building this executable.
  37. .PHONY: .node
  38. .node: $(builddir)/.node
  39. # Add executable to "all" target.
  40. .PHONY: all
  41. all: $(builddir)/.node