RockPaperScissors/node_modules/node-expat/build/deps/libexpat/expat.target.mk

175 lines
4.5 KiB
Makefile
Raw Normal View History

# This file is generated by gyp; do not edit.
TOOLSET := target
TARGET := expat
DEFS_Debug := \
'-DNODE_GYP_MODULE_NAME=expat' \
'-DUSING_UV_SHARED=1' \
'-DUSING_V8_SHARED=1' \
'-DV8_DEPRECATION_WARNINGS=1' \
'-DV8_DEPRECATION_WARNINGS' \
'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
'-D_GLIBCXX_USE_CXX11_ABI=1' \
'-D_LARGEFILE_SOURCE' \
'-D_FILE_OFFSET_BITS=64' \
'-D__STDC_FORMAT_MACROS' \
'-DOPENSSL_NO_PINSHARED' \
'-DOPENSSL_THREADS' \
'-DPIC' \
'-DHAVE_EXPAT_CONFIG_H' \
'-DDEBUG' \
'-D_DEBUG' \
'-DV8_ENABLE_CHECKS'
# Flags passed to all source files.
CFLAGS_Debug := \
-fPIC \
-pthread \
-Wall \
-Wextra \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-g \
-O0
# Flags passed to only C files.
CFLAGS_C_Debug :=
# Flags passed to only C++ files.
CFLAGS_CC_Debug := \
-fno-rtti \
-fno-exceptions \
-std=gnu++14
INCS_Debug := \
-I/root/.cache/node-gyp/16.13.1/include/node \
-I/root/.cache/node-gyp/16.13.1/src \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/config \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/openssl/include \
-I/root/.cache/node-gyp/16.13.1/deps/uv/include \
-I/root/.cache/node-gyp/16.13.1/deps/zlib \
-I/root/.cache/node-gyp/16.13.1/deps/v8/include \
-I$(srcdir)/deps/libexpat \
-I$(srcdir)/deps/libexpat/lib
DEFS_Release := \
'-DNODE_GYP_MODULE_NAME=expat' \
'-DUSING_UV_SHARED=1' \
'-DUSING_V8_SHARED=1' \
'-DV8_DEPRECATION_WARNINGS=1' \
'-DV8_DEPRECATION_WARNINGS' \
'-DV8_IMMINENT_DEPRECATION_WARNINGS' \
'-D_GLIBCXX_USE_CXX11_ABI=1' \
'-D_LARGEFILE_SOURCE' \
'-D_FILE_OFFSET_BITS=64' \
'-D__STDC_FORMAT_MACROS' \
'-DOPENSSL_NO_PINSHARED' \
'-DOPENSSL_THREADS' \
'-DPIC' \
'-DHAVE_EXPAT_CONFIG_H' \
'-DNDEBUG'
# Flags passed to all source files.
CFLAGS_Release := \
-fPIC \
-pthread \
-Wall \
-Wextra \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
-O3 \
-fno-omit-frame-pointer
# Flags passed to only C files.
CFLAGS_C_Release :=
# Flags passed to only C++ files.
CFLAGS_CC_Release := \
-fno-rtti \
-fno-exceptions \
-std=gnu++14
INCS_Release := \
-I/root/.cache/node-gyp/16.13.1/include/node \
-I/root/.cache/node-gyp/16.13.1/src \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/config \
-I/root/.cache/node-gyp/16.13.1/deps/openssl/openssl/include \
-I/root/.cache/node-gyp/16.13.1/deps/uv/include \
-I/root/.cache/node-gyp/16.13.1/deps/zlib \
-I/root/.cache/node-gyp/16.13.1/deps/v8/include \
-I$(srcdir)/deps/libexpat \
-I$(srcdir)/deps/libexpat/lib
OBJS := \
$(obj).target/$(TARGET)/deps/libexpat/lib/xmlparse.o \
$(obj).target/$(TARGET)/deps/libexpat/lib/xmltok.o \
$(obj).target/$(TARGET)/deps/libexpat/lib/xmlrole.o
# Add to the list of files we specially track dependencies for.
all_deps += $(OBJS)
# CFLAGS et al overrides must be target-local.
# See "Target-specific Variable Values" in the GNU Make manual.
$(OBJS): TOOLSET := $(TOOLSET)
$(OBJS): GYP_CFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_C_$(BUILDTYPE))
$(OBJS): GYP_CXXFLAGS := $(DEFS_$(BUILDTYPE)) $(INCS_$(BUILDTYPE)) $(CFLAGS_$(BUILDTYPE)) $(CFLAGS_CC_$(BUILDTYPE))
# Suffix rules, putting all outputs into $(obj).
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(srcdir)/%.c FORCE_DO_CMD
@$(call do_cmd,cc,1)
# Try building from generated source, too.
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj).$(TOOLSET)/%.c FORCE_DO_CMD
@$(call do_cmd,cc,1)
$(obj).$(TOOLSET)/$(TARGET)/%.o: $(obj)/%.c FORCE_DO_CMD
@$(call do_cmd,cc,1)
# End of this set of suffix rules
### Rules for final target.
LDFLAGS_Debug := \
-pthread \
-rdynamic
LDFLAGS_Release := \
-pthread \
-rdynamic
LIBS :=
$(obj).target/deps/libexpat/libexpat.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
$(obj).target/deps/libexpat/libexpat.a: LIBS := $(LIBS)
$(obj).target/deps/libexpat/libexpat.a: TOOLSET := $(TOOLSET)
$(obj).target/deps/libexpat/libexpat.a: $(OBJS) FORCE_DO_CMD
$(call do_cmd,alink)
all_deps += $(obj).target/deps/libexpat/libexpat.a
# Add target alias
.PHONY: expat
expat: $(obj).target/deps/libexpat/libexpat.a
# Add target alias to "all" target.
.PHONY: all
all: expat
# Add target alias
.PHONY: expat
expat: $(builddir)/libexpat.a
# Copy this to the static library output path.
$(builddir)/libexpat.a: TOOLSET := $(TOOLSET)
$(builddir)/libexpat.a: $(obj).target/deps/libexpat/libexpat.a FORCE_DO_CMD
$(call do_cmd,copy)
all_deps += $(builddir)/libexpat.a
# Short alias for building this static library.
.PHONY: libexpat.a
libexpat.a: $(obj).target/deps/libexpat/libexpat.a $(builddir)/libexpat.a
# Add static library to "all" target.
.PHONY: all
all: $(builddir)/libexpat.a