173 lines
4.3 KiB
Makefile
173 lines
4.3 KiB
Makefile
# This file is generated by gyp; do not edit.
|
|
|
|
TOOLSET := target
|
|
TARGET := output
|
|
DEFS_Debug := \
|
|
'-DNODE_GYP_MODULE_NAME=output' \
|
|
'-DUSING_UV_SHARED=1' \
|
|
'-DUSING_V8_SHARED=1' \
|
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
'-D_LARGEFILE_SOURCE' \
|
|
'-D_FILE_OFFSET_BITS=64' \
|
|
'-DPIC' \
|
|
'-DNOXFERMEM' \
|
|
'-DREAL_IS_FLOAT' \
|
|
'-DHAVE_CONFIG_H' \
|
|
'-DBUILDING_OUTPUT_MODULES=1' \
|
|
'-DDEBUG' \
|
|
'-D_DEBUG' \
|
|
'-DV8_ENABLE_CHECKS'
|
|
|
|
# Flags passed to all source files.
|
|
CFLAGS_Debug := \
|
|
-fPIC \
|
|
-pthread \
|
|
-Wall \
|
|
-Wextra \
|
|
-Wno-unused-parameter \
|
|
-m64 \
|
|
-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++0x
|
|
|
|
INCS_Debug := \
|
|
-I/home/sergiu/.node-gyp/8.16.0/include/node \
|
|
-I/home/sergiu/.node-gyp/8.16.0/src \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/config \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/openssl/include \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/uv/include \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/zlib \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/v8/include \
|
|
-I$(srcdir)/deps/mpg123/src \
|
|
-I$(srcdir)/deps/mpg123/src/output \
|
|
-I$(srcdir)/deps/mpg123/src/libmpg123 \
|
|
-I$(srcdir)/deps/mpg123/config/linux/x64
|
|
|
|
DEFS_Release := \
|
|
'-DNODE_GYP_MODULE_NAME=output' \
|
|
'-DUSING_UV_SHARED=1' \
|
|
'-DUSING_V8_SHARED=1' \
|
|
'-DV8_DEPRECATION_WARNINGS=1' \
|
|
'-D_LARGEFILE_SOURCE' \
|
|
'-D_FILE_OFFSET_BITS=64' \
|
|
'-DPIC' \
|
|
'-DNOXFERMEM' \
|
|
'-DREAL_IS_FLOAT' \
|
|
'-DHAVE_CONFIG_H' \
|
|
'-DBUILDING_OUTPUT_MODULES=1' \
|
|
'-DNDEBUG'
|
|
|
|
# Flags passed to all source files.
|
|
CFLAGS_Release := \
|
|
-fPIC \
|
|
-pthread \
|
|
-Wall \
|
|
-Wextra \
|
|
-Wno-unused-parameter \
|
|
-m64 \
|
|
-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++0x
|
|
|
|
INCS_Release := \
|
|
-I/home/sergiu/.node-gyp/8.16.0/include/node \
|
|
-I/home/sergiu/.node-gyp/8.16.0/src \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/config \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/openssl/openssl/include \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/uv/include \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/zlib \
|
|
-I/home/sergiu/.node-gyp/8.16.0/deps/v8/include \
|
|
-I$(srcdir)/deps/mpg123/src \
|
|
-I$(srcdir)/deps/mpg123/src/output \
|
|
-I$(srcdir)/deps/mpg123/src/libmpg123 \
|
|
-I$(srcdir)/deps/mpg123/config/linux/x64
|
|
|
|
OBJS := \
|
|
$(obj).target/$(TARGET)/deps/mpg123/src/output/alsa.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 \
|
|
-m64
|
|
|
|
LDFLAGS_Release := \
|
|
-pthread \
|
|
-rdynamic \
|
|
-m64
|
|
|
|
LIBS :=
|
|
|
|
$(obj).target/deps/mpg123/liboutput.a: GYP_LDFLAGS := $(LDFLAGS_$(BUILDTYPE))
|
|
$(obj).target/deps/mpg123/liboutput.a: LIBS := $(LIBS)
|
|
$(obj).target/deps/mpg123/liboutput.a: TOOLSET := $(TOOLSET)
|
|
$(obj).target/deps/mpg123/liboutput.a: $(OBJS) FORCE_DO_CMD
|
|
$(call do_cmd,alink)
|
|
|
|
all_deps += $(obj).target/deps/mpg123/liboutput.a
|
|
# Add target alias
|
|
.PHONY: output
|
|
output: $(obj).target/deps/mpg123/liboutput.a
|
|
|
|
# Add target alias to "all" target.
|
|
.PHONY: all
|
|
all: output
|
|
|
|
# Add target alias
|
|
.PHONY: output
|
|
output: $(builddir)/liboutput.a
|
|
|
|
# Copy this to the static library output path.
|
|
$(builddir)/liboutput.a: TOOLSET := $(TOOLSET)
|
|
$(builddir)/liboutput.a: $(obj).target/deps/mpg123/liboutput.a FORCE_DO_CMD
|
|
$(call do_cmd,copy)
|
|
|
|
all_deps += $(builddir)/liboutput.a
|
|
# Short alias for building this static library.
|
|
.PHONY: liboutput.a
|
|
liboutput.a: $(obj).target/deps/mpg123/liboutput.a $(builddir)/liboutput.a
|
|
|
|
# Add static library to "all" target.
|
|
.PHONY: all
|
|
all: $(builddir)/liboutput.a
|
|
|