libcaption-node
Version:
libcaption-node enables you to embed captions 608 captions into your videos. Most of the work is done with [ffmpeg](https://github.com/xonecas/ffmpeg-node) and [libcaption](https://github.com/szatmary/libcaption).
653 lines (476 loc) • 20.9 kB
Plain Text
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.10
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES =
.SUFFIXES: .hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.10.0/bin/cmake
# The command to remove a file.
RM = /usr/local/Cellar/cmake/3.10.0/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/ahagi/Dropbox/opensource/libcaption-node
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/ahagi/Dropbox/opensource/libcaption-node/libcaption-build
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target install/local
install/local: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/Cellar/cmake/3.10.0/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local
# Special rule for the target install/local
install/local/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
/usr/local/Cellar/cmake/3.10.0/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast
# Special rule for the target install/strip
install/strip: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/Cellar/cmake/3.10.0/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip
# Special rule for the target install/strip
install/strip/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
/usr/local/Cellar/cmake/3.10.0/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast
# Special rule for the target install
install: preinstall
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/Cellar/cmake/3.10.0/bin/cmake -P cmake_install.cmake
.PHONY : install
# Special rule for the target install
install/fast: preinstall/fast
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
/usr/local/Cellar/cmake/3.10.0/bin/cmake -P cmake_install.cmake
.PHONY : install/fast
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/usr/local/Cellar/cmake/3.10.0/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache
# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/local/Cellar/cmake/3.10.0/bin/ccmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target list_install_components
list_install_components:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components
# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/ahagi/Dropbox/opensource/libcaption-node/libcaption-build/CMakeFiles /Users/ahagi/Dropbox/opensource/libcaption-node/libcaption-build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/ahagi/Dropbox/opensource/libcaption-node/libcaption-build/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
$(MAKE) -f CMakeFiles/Makefile2 clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
$(MAKE) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast
# clear depends
depend:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named caption
# Build rule for target.
caption: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 caption
.PHONY : caption
# fast build rule for target.
caption/fast:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/build
.PHONY : caption/fast
#=============================================================================
# Target rules for targets named re2c
# Build rule for target.
re2c: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 re2c
.PHONY : re2c
# fast build rule for target.
re2c/fast:
$(MAKE) -f CMakeFiles/re2c.dir/build.make CMakeFiles/re2c.dir/build
.PHONY : re2c/fast
#=============================================================================
# Target rules for targets named ts2srt
# Build rule for target.
ts2srt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 ts2srt
.PHONY : ts2srt
# fast build rule for target.
ts2srt/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/ts2srt.dir/build.make libcaption/examples/CMakeFiles/ts2srt.dir/build
.PHONY : ts2srt/fast
#=============================================================================
# Target rules for targets named srtdump
# Build rule for target.
srtdump: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 srtdump
.PHONY : srtdump
# fast build rule for target.
srtdump/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/srtdump.dir/build.make libcaption/examples/CMakeFiles/srtdump.dir/build
.PHONY : srtdump/fast
#=============================================================================
# Target rules for targets named sccdump
# Build rule for target.
sccdump: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 sccdump
.PHONY : sccdump
# fast build rule for target.
sccdump/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/sccdump.dir/build.make libcaption/examples/CMakeFiles/sccdump.dir/build
.PHONY : sccdump/fast
#=============================================================================
# Target rules for targets named scc2srt
# Build rule for target.
scc2srt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 scc2srt
.PHONY : scc2srt
# fast build rule for target.
scc2srt/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/scc2srt.dir/build.make libcaption/examples/CMakeFiles/scc2srt.dir/build
.PHONY : scc2srt/fast
#=============================================================================
# Target rules for targets named flv+scc
# Build rule for target.
flv+scc: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 flv+scc
.PHONY : flv+scc
# fast build rule for target.
flv+scc/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/flv+scc.dir/build.make libcaption/examples/CMakeFiles/flv+scc.dir/build
.PHONY : flv+scc/fast
#=============================================================================
# Target rules for targets named rollup
# Build rule for target.
rollup: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 rollup
.PHONY : rollup
# fast build rule for target.
rollup/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/rollup.dir/build.make libcaption/examples/CMakeFiles/rollup.dir/build
.PHONY : rollup/fast
#=============================================================================
# Target rules for targets named flv2srt
# Build rule for target.
flv2srt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 flv2srt
.PHONY : flv2srt
# fast build rule for target.
flv2srt/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/flv2srt.dir/build.make libcaption/examples/CMakeFiles/flv2srt.dir/build
.PHONY : flv2srt/fast
#=============================================================================
# Target rules for targets named srt2vtt
# Build rule for target.
srt2vtt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 srt2vtt
.PHONY : srt2vtt
# fast build rule for target.
srt2vtt/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/srt2vtt.dir/build.make libcaption/examples/CMakeFiles/srt2vtt.dir/build
.PHONY : srt2vtt/fast
#=============================================================================
# Target rules for targets named party
# Build rule for target.
party: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 party
.PHONY : party
# fast build rule for target.
party/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/party.dir/build.make libcaption/examples/CMakeFiles/party.dir/build
.PHONY : party/fast
#=============================================================================
# Target rules for targets named flv+srt
# Build rule for target.
flv+srt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 flv+srt
.PHONY : flv+srt
# fast build rule for target.
flv+srt/fast:
$(MAKE) -f libcaption/examples/CMakeFiles/flv+srt.dir/build.make libcaption/examples/CMakeFiles/flv+srt.dir/build
.PHONY : flv+srt/fast
libcaption/src/avc.o: libcaption/src/avc.c.o
.PHONY : libcaption/src/avc.o
# target to build an object file
libcaption/src/avc.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/avc.c.o
.PHONY : libcaption/src/avc.c.o
libcaption/src/avc.i: libcaption/src/avc.c.i
.PHONY : libcaption/src/avc.i
# target to preprocess a source file
libcaption/src/avc.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/avc.c.i
.PHONY : libcaption/src/avc.c.i
libcaption/src/avc.s: libcaption/src/avc.c.s
.PHONY : libcaption/src/avc.s
# target to generate assembly for a file
libcaption/src/avc.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/avc.c.s
.PHONY : libcaption/src/avc.c.s
libcaption/src/caption.o: libcaption/src/caption.c.o
.PHONY : libcaption/src/caption.o
# target to build an object file
libcaption/src/caption.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/caption.c.o
.PHONY : libcaption/src/caption.c.o
libcaption/src/caption.i: libcaption/src/caption.c.i
.PHONY : libcaption/src/caption.i
# target to preprocess a source file
libcaption/src/caption.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/caption.c.i
.PHONY : libcaption/src/caption.c.i
libcaption/src/caption.s: libcaption/src/caption.c.s
.PHONY : libcaption/src/caption.s
# target to generate assembly for a file
libcaption/src/caption.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/caption.c.s
.PHONY : libcaption/src/caption.c.s
libcaption/src/cea708.o: libcaption/src/cea708.c.o
.PHONY : libcaption/src/cea708.o
# target to build an object file
libcaption/src/cea708.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/cea708.c.o
.PHONY : libcaption/src/cea708.c.o
libcaption/src/cea708.i: libcaption/src/cea708.c.i
.PHONY : libcaption/src/cea708.i
# target to preprocess a source file
libcaption/src/cea708.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/cea708.c.i
.PHONY : libcaption/src/cea708.c.i
libcaption/src/cea708.s: libcaption/src/cea708.c.s
.PHONY : libcaption/src/cea708.s
# target to generate assembly for a file
libcaption/src/cea708.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/cea708.c.s
.PHONY : libcaption/src/cea708.c.s
libcaption/src/eia608.o: libcaption/src/eia608.c.o
.PHONY : libcaption/src/eia608.o
# target to build an object file
libcaption/src/eia608.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608.c.o
.PHONY : libcaption/src/eia608.c.o
libcaption/src/eia608.i: libcaption/src/eia608.c.i
.PHONY : libcaption/src/eia608.i
# target to preprocess a source file
libcaption/src/eia608.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608.c.i
.PHONY : libcaption/src/eia608.c.i
libcaption/src/eia608.s: libcaption/src/eia608.c.s
.PHONY : libcaption/src/eia608.s
# target to generate assembly for a file
libcaption/src/eia608.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608.c.s
.PHONY : libcaption/src/eia608.c.s
libcaption/src/eia608_charmap.o: libcaption/src/eia608_charmap.c.o
.PHONY : libcaption/src/eia608_charmap.o
# target to build an object file
libcaption/src/eia608_charmap.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608_charmap.c.o
.PHONY : libcaption/src/eia608_charmap.c.o
libcaption/src/eia608_charmap.i: libcaption/src/eia608_charmap.c.i
.PHONY : libcaption/src/eia608_charmap.i
# target to preprocess a source file
libcaption/src/eia608_charmap.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608_charmap.c.i
.PHONY : libcaption/src/eia608_charmap.c.i
libcaption/src/eia608_charmap.s: libcaption/src/eia608_charmap.c.s
.PHONY : libcaption/src/eia608_charmap.s
# target to generate assembly for a file
libcaption/src/eia608_charmap.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608_charmap.c.s
.PHONY : libcaption/src/eia608_charmap.c.s
libcaption/src/eia608_from_utf8.o: libcaption/src/eia608_from_utf8.c.o
.PHONY : libcaption/src/eia608_from_utf8.o
# target to build an object file
libcaption/src/eia608_from_utf8.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608_from_utf8.c.o
.PHONY : libcaption/src/eia608_from_utf8.c.o
libcaption/src/eia608_from_utf8.i: libcaption/src/eia608_from_utf8.c.i
.PHONY : libcaption/src/eia608_from_utf8.i
# target to preprocess a source file
libcaption/src/eia608_from_utf8.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608_from_utf8.c.i
.PHONY : libcaption/src/eia608_from_utf8.c.i
libcaption/src/eia608_from_utf8.s: libcaption/src/eia608_from_utf8.c.s
.PHONY : libcaption/src/eia608_from_utf8.s
# target to generate assembly for a file
libcaption/src/eia608_from_utf8.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/eia608_from_utf8.c.s
.PHONY : libcaption/src/eia608_from_utf8.c.s
libcaption/src/scc.o: libcaption/src/scc.c.o
.PHONY : libcaption/src/scc.o
# target to build an object file
libcaption/src/scc.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/scc.c.o
.PHONY : libcaption/src/scc.c.o
libcaption/src/scc.i: libcaption/src/scc.c.i
.PHONY : libcaption/src/scc.i
# target to preprocess a source file
libcaption/src/scc.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/scc.c.i
.PHONY : libcaption/src/scc.c.i
libcaption/src/scc.s: libcaption/src/scc.c.s
.PHONY : libcaption/src/scc.s
# target to generate assembly for a file
libcaption/src/scc.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/scc.c.s
.PHONY : libcaption/src/scc.c.s
libcaption/src/srt.o: libcaption/src/srt.c.o
.PHONY : libcaption/src/srt.o
# target to build an object file
libcaption/src/srt.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/srt.c.o
.PHONY : libcaption/src/srt.c.o
libcaption/src/srt.i: libcaption/src/srt.c.i
.PHONY : libcaption/src/srt.i
# target to preprocess a source file
libcaption/src/srt.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/srt.c.i
.PHONY : libcaption/src/srt.c.i
libcaption/src/srt.s: libcaption/src/srt.c.s
.PHONY : libcaption/src/srt.s
# target to generate assembly for a file
libcaption/src/srt.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/srt.c.s
.PHONY : libcaption/src/srt.c.s
libcaption/src/utf8.o: libcaption/src/utf8.c.o
.PHONY : libcaption/src/utf8.o
# target to build an object file
libcaption/src/utf8.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/utf8.c.o
.PHONY : libcaption/src/utf8.c.o
libcaption/src/utf8.i: libcaption/src/utf8.c.i
.PHONY : libcaption/src/utf8.i
# target to preprocess a source file
libcaption/src/utf8.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/utf8.c.i
.PHONY : libcaption/src/utf8.c.i
libcaption/src/utf8.s: libcaption/src/utf8.c.s
.PHONY : libcaption/src/utf8.s
# target to generate assembly for a file
libcaption/src/utf8.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/utf8.c.s
.PHONY : libcaption/src/utf8.c.s
libcaption/src/xds.o: libcaption/src/xds.c.o
.PHONY : libcaption/src/xds.o
# target to build an object file
libcaption/src/xds.c.o:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/xds.c.o
.PHONY : libcaption/src/xds.c.o
libcaption/src/xds.i: libcaption/src/xds.c.i
.PHONY : libcaption/src/xds.i
# target to preprocess a source file
libcaption/src/xds.c.i:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/xds.c.i
.PHONY : libcaption/src/xds.c.i
libcaption/src/xds.s: libcaption/src/xds.c.s
.PHONY : libcaption/src/xds.s
# target to generate assembly for a file
libcaption/src/xds.c.s:
$(MAKE) -f CMakeFiles/caption.dir/build.make CMakeFiles/caption.dir/libcaption/src/xds.c.s
.PHONY : libcaption/src/xds.c.s
# Help Target
help:
"The following are some of the valid targets for this Makefile:"
"... all (the default if no target is provided)"
"... clean"
"... depend"
"... install/local"
"... install/strip"
"... install"
"... rebuild_cache"
"... edit_cache"
"... list_install_components"
"... caption"
"... re2c"
"... ts2srt"
"... srtdump"
"... sccdump"
"... scc2srt"
"... flv+scc"
"... rollup"
"... flv2srt"
"... srt2vtt"
"... party"
"... flv+srt"
"... libcaption/src/avc.o"
"... libcaption/src/avc.i"
"... libcaption/src/avc.s"
"... libcaption/src/caption.o"
"... libcaption/src/caption.i"
"... libcaption/src/caption.s"
"... libcaption/src/cea708.o"
"... libcaption/src/cea708.i"
"... libcaption/src/cea708.s"
"... libcaption/src/eia608.o"
"... libcaption/src/eia608.i"
"... libcaption/src/eia608.s"
"... libcaption/src/eia608_charmap.o"
"... libcaption/src/eia608_charmap.i"
"... libcaption/src/eia608_charmap.s"
"... libcaption/src/eia608_from_utf8.o"
"... libcaption/src/eia608_from_utf8.i"
"... libcaption/src/eia608_from_utf8.s"
"... libcaption/src/scc.o"
"... libcaption/src/scc.i"
"... libcaption/src/scc.s"
"... libcaption/src/srt.o"
"... libcaption/src/srt.i"
"... libcaption/src/srt.s"
"... libcaption/src/utf8.o"
"... libcaption/src/utf8.i"
"... libcaption/src/utf8.s"
"... libcaption/src/xds.o"
"... libcaption/src/xds.i"
"... libcaption/src/xds.s"
.PHONY : help
#=============================================================================
# Special targets to cleanup operation of make.
# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system