# 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/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E remove -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /usr/local/src/quickstep

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /usr/local/src/quickstep/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
	/usr/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/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# 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/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/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
	/usr/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/bin/cmake -P cmake_install.cmake
.PHONY : install/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

# 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/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 "No interactive CMake dialog available..."
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache

.PHONY : edit_cache/fast

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
	/usr/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test

.PHONY : test/fast

# Special rule for the target package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	cd /usr/local/src/quickstep/build && /usr/bin/cpack --config ./CPackConfig.cmake
.PHONY : package

# Special rule for the target package
package/fast: package

.PHONY : package/fast

# Special rule for the target package_source
package_source:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
	cd /usr/local/src/quickstep/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /usr/local/src/quickstep/build/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source

.PHONY : package_source/fast

# The main all target
all: cmake_check_build_system
	cd /usr/local/src/quickstep/build && $(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/quickstep/build/CMakeFiles /usr/local/src/quickstep/build/expressions/window_aggregation/CMakeFiles/progress.marks
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/all
	$(CMAKE_COMMAND) -E cmake_progress_start /usr/local/src/quickstep/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/clean
.PHONY : clean

# The main clean target
clean/fast: clean

.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /usr/local/src/quickstep/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionSum: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionSum

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionSum/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionSum/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionMax: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionMax

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionMax/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionMax/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/rule

# Convenience name for target.
WindowAggregationHandle_tests: expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/rule

.PHONY : WindowAggregationHandle_tests

# fast build rule for target.
WindowAggregationHandle_tests/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/build.make expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/build
.PHONY : WindowAggregationHandle_tests/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunction: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunction

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunction/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunction/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionCount: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionCount

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionCount/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionCount/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunction_proto: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunction_proto

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunction_proto/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunction_proto/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregationHandle: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregationHandle

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregationHandle/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregationHandle/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionMin: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionMin

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionMin/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionMin/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregationHandleAvg: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregationHandleAvg

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregationHandleAvg/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregationHandleAvg/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction.dir/rule

# Convenience name for target.
protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction: expressions/window_aggregation/CMakeFiles/protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction.dir/rule

.PHONY : protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction

# fast build rule for target.
protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction.dir/build.make expressions/window_aggregation/CMakeFiles/protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction.dir/build
.PHONY : protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/rule

.PHONY : quickstep_expressions_windowaggregation

# fast build rule for target.
quickstep_expressions_windowaggregation/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/build
.PHONY : quickstep_expressions_windowaggregation/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg/fast

# Convenience name for target.
expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/rule:
	cd /usr/local/src/quickstep/build && $(MAKE) -f CMakeFiles/Makefile2 expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/rule
.PHONY : expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/rule

# Convenience name for target.
quickstep_expressions_windowaggregation_WindowAggregationID: expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/rule

.PHONY : quickstep_expressions_windowaggregation_WindowAggregationID

# fast build rule for target.
quickstep_expressions_windowaggregation_WindowAggregationID/fast:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/build
.PHONY : quickstep_expressions_windowaggregation_WindowAggregationID/fast

WindowAggregateFunction.o: WindowAggregateFunction.cpp.o

.PHONY : WindowAggregateFunction.o

# target to build an object file
WindowAggregateFunction.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/WindowAggregateFunction.cpp.o
.PHONY : WindowAggregateFunction.cpp.o

WindowAggregateFunction.i: WindowAggregateFunction.cpp.i

.PHONY : WindowAggregateFunction.i

# target to preprocess a source file
WindowAggregateFunction.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/WindowAggregateFunction.cpp.i
.PHONY : WindowAggregateFunction.cpp.i

WindowAggregateFunction.s: WindowAggregateFunction.cpp.s

.PHONY : WindowAggregateFunction.s

# target to generate assembly for a file
WindowAggregateFunction.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction.dir/WindowAggregateFunction.cpp.s
.PHONY : WindowAggregateFunction.cpp.s

WindowAggregateFunction.pb.o: WindowAggregateFunction.pb.cc.o

.PHONY : WindowAggregateFunction.pb.o

# target to build an object file
WindowAggregateFunction.pb.cc.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/WindowAggregateFunction.pb.cc.o
.PHONY : WindowAggregateFunction.pb.cc.o

WindowAggregateFunction.pb.i: WindowAggregateFunction.pb.cc.i

.PHONY : WindowAggregateFunction.pb.i

# target to preprocess a source file
WindowAggregateFunction.pb.cc.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/WindowAggregateFunction.pb.cc.i
.PHONY : WindowAggregateFunction.pb.cc.i

WindowAggregateFunction.pb.s: WindowAggregateFunction.pb.cc.s

.PHONY : WindowAggregateFunction.pb.s

# target to generate assembly for a file
WindowAggregateFunction.pb.cc.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunction_proto.dir/WindowAggregateFunction.pb.cc.s
.PHONY : WindowAggregateFunction.pb.cc.s

WindowAggregateFunctionAvg.o: WindowAggregateFunctionAvg.cpp.o

.PHONY : WindowAggregateFunctionAvg.o

# target to build an object file
WindowAggregateFunctionAvg.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/WindowAggregateFunctionAvg.cpp.o
.PHONY : WindowAggregateFunctionAvg.cpp.o

WindowAggregateFunctionAvg.i: WindowAggregateFunctionAvg.cpp.i

.PHONY : WindowAggregateFunctionAvg.i

# target to preprocess a source file
WindowAggregateFunctionAvg.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/WindowAggregateFunctionAvg.cpp.i
.PHONY : WindowAggregateFunctionAvg.cpp.i

WindowAggregateFunctionAvg.s: WindowAggregateFunctionAvg.cpp.s

.PHONY : WindowAggregateFunctionAvg.s

# target to generate assembly for a file
WindowAggregateFunctionAvg.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg.dir/WindowAggregateFunctionAvg.cpp.s
.PHONY : WindowAggregateFunctionAvg.cpp.s

WindowAggregateFunctionCount.o: WindowAggregateFunctionCount.cpp.o

.PHONY : WindowAggregateFunctionCount.o

# target to build an object file
WindowAggregateFunctionCount.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/WindowAggregateFunctionCount.cpp.o
.PHONY : WindowAggregateFunctionCount.cpp.o

WindowAggregateFunctionCount.i: WindowAggregateFunctionCount.cpp.i

.PHONY : WindowAggregateFunctionCount.i

# target to preprocess a source file
WindowAggregateFunctionCount.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/WindowAggregateFunctionCount.cpp.i
.PHONY : WindowAggregateFunctionCount.cpp.i

WindowAggregateFunctionCount.s: WindowAggregateFunctionCount.cpp.s

.PHONY : WindowAggregateFunctionCount.s

# target to generate assembly for a file
WindowAggregateFunctionCount.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionCount.dir/WindowAggregateFunctionCount.cpp.s
.PHONY : WindowAggregateFunctionCount.cpp.s

WindowAggregateFunctionFactory.o: WindowAggregateFunctionFactory.cpp.o

.PHONY : WindowAggregateFunctionFactory.o

# target to build an object file
WindowAggregateFunctionFactory.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/WindowAggregateFunctionFactory.cpp.o
.PHONY : WindowAggregateFunctionFactory.cpp.o

WindowAggregateFunctionFactory.i: WindowAggregateFunctionFactory.cpp.i

.PHONY : WindowAggregateFunctionFactory.i

# target to preprocess a source file
WindowAggregateFunctionFactory.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/WindowAggregateFunctionFactory.cpp.i
.PHONY : WindowAggregateFunctionFactory.cpp.i

WindowAggregateFunctionFactory.s: WindowAggregateFunctionFactory.cpp.s

.PHONY : WindowAggregateFunctionFactory.s

# target to generate assembly for a file
WindowAggregateFunctionFactory.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory.dir/WindowAggregateFunctionFactory.cpp.s
.PHONY : WindowAggregateFunctionFactory.cpp.s

WindowAggregateFunctionMax.o: WindowAggregateFunctionMax.cpp.o

.PHONY : WindowAggregateFunctionMax.o

# target to build an object file
WindowAggregateFunctionMax.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/WindowAggregateFunctionMax.cpp.o
.PHONY : WindowAggregateFunctionMax.cpp.o

WindowAggregateFunctionMax.i: WindowAggregateFunctionMax.cpp.i

.PHONY : WindowAggregateFunctionMax.i

# target to preprocess a source file
WindowAggregateFunctionMax.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/WindowAggregateFunctionMax.cpp.i
.PHONY : WindowAggregateFunctionMax.cpp.i

WindowAggregateFunctionMax.s: WindowAggregateFunctionMax.cpp.s

.PHONY : WindowAggregateFunctionMax.s

# target to generate assembly for a file
WindowAggregateFunctionMax.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMax.dir/WindowAggregateFunctionMax.cpp.s
.PHONY : WindowAggregateFunctionMax.cpp.s

WindowAggregateFunctionMin.o: WindowAggregateFunctionMin.cpp.o

.PHONY : WindowAggregateFunctionMin.o

# target to build an object file
WindowAggregateFunctionMin.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/WindowAggregateFunctionMin.cpp.o
.PHONY : WindowAggregateFunctionMin.cpp.o

WindowAggregateFunctionMin.i: WindowAggregateFunctionMin.cpp.i

.PHONY : WindowAggregateFunctionMin.i

# target to preprocess a source file
WindowAggregateFunctionMin.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/WindowAggregateFunctionMin.cpp.i
.PHONY : WindowAggregateFunctionMin.cpp.i

WindowAggregateFunctionMin.s: WindowAggregateFunctionMin.cpp.s

.PHONY : WindowAggregateFunctionMin.s

# target to generate assembly for a file
WindowAggregateFunctionMin.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionMin.dir/WindowAggregateFunctionMin.cpp.s
.PHONY : WindowAggregateFunctionMin.cpp.s

WindowAggregateFunctionSum.o: WindowAggregateFunctionSum.cpp.o

.PHONY : WindowAggregateFunctionSum.o

# target to build an object file
WindowAggregateFunctionSum.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/WindowAggregateFunctionSum.cpp.o
.PHONY : WindowAggregateFunctionSum.cpp.o

WindowAggregateFunctionSum.i: WindowAggregateFunctionSum.cpp.i

.PHONY : WindowAggregateFunctionSum.i

# target to preprocess a source file
WindowAggregateFunctionSum.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/WindowAggregateFunctionSum.cpp.i
.PHONY : WindowAggregateFunctionSum.cpp.i

WindowAggregateFunctionSum.s: WindowAggregateFunctionSum.cpp.s

.PHONY : WindowAggregateFunctionSum.s

# target to generate assembly for a file
WindowAggregateFunctionSum.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregateFunctionSum.dir/WindowAggregateFunctionSum.cpp.s
.PHONY : WindowAggregateFunctionSum.cpp.s

WindowAggregationHandle.o: WindowAggregationHandle.cpp.o

.PHONY : WindowAggregationHandle.o

# target to build an object file
WindowAggregationHandle.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/WindowAggregationHandle.cpp.o
.PHONY : WindowAggregationHandle.cpp.o

WindowAggregationHandle.i: WindowAggregationHandle.cpp.i

.PHONY : WindowAggregationHandle.i

# target to preprocess a source file
WindowAggregationHandle.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/WindowAggregationHandle.cpp.i
.PHONY : WindowAggregationHandle.cpp.i

WindowAggregationHandle.s: WindowAggregationHandle.cpp.s

.PHONY : WindowAggregationHandle.s

# target to generate assembly for a file
WindowAggregationHandle.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandle.dir/WindowAggregationHandle.cpp.s
.PHONY : WindowAggregationHandle.cpp.s

WindowAggregationHandleAvg.o: WindowAggregationHandleAvg.cpp.o

.PHONY : WindowAggregationHandleAvg.o

# target to build an object file
WindowAggregationHandleAvg.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/WindowAggregationHandleAvg.cpp.o
.PHONY : WindowAggregationHandleAvg.cpp.o

WindowAggregationHandleAvg.i: WindowAggregationHandleAvg.cpp.i

.PHONY : WindowAggregationHandleAvg.i

# target to preprocess a source file
WindowAggregationHandleAvg.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/WindowAggregationHandleAvg.cpp.i
.PHONY : WindowAggregationHandleAvg.cpp.i

WindowAggregationHandleAvg.s: WindowAggregationHandleAvg.cpp.s

.PHONY : WindowAggregationHandleAvg.s

# target to generate assembly for a file
WindowAggregationHandleAvg.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationHandleAvg.dir/WindowAggregationHandleAvg.cpp.s
.PHONY : WindowAggregationHandleAvg.cpp.s

__/__/empty_src.o: __/__/empty_src.cpp.o

.PHONY : __/__/empty_src.o

# target to build an object file
__/__/empty_src.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/__/__/empty_src.cpp.o
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/__/__/empty_src.cpp.o
.PHONY : __/__/empty_src.cpp.o

__/__/empty_src.i: __/__/empty_src.cpp.i

.PHONY : __/__/empty_src.i

# target to preprocess a source file
__/__/empty_src.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/__/__/empty_src.cpp.i
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/__/__/empty_src.cpp.i
.PHONY : __/__/empty_src.cpp.i

__/__/empty_src.s: __/__/empty_src.cpp.s

.PHONY : __/__/empty_src.s

# target to generate assembly for a file
__/__/empty_src.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation.dir/__/__/empty_src.cpp.s
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/build.make expressions/window_aggregation/CMakeFiles/quickstep_expressions_windowaggregation_WindowAggregationID.dir/__/__/empty_src.cpp.s
.PHONY : __/__/empty_src.cpp.s

tests/WindowAggregationHandleAvg_unittest.o: tests/WindowAggregationHandleAvg_unittest.cpp.o

.PHONY : tests/WindowAggregationHandleAvg_unittest.o

# target to build an object file
tests/WindowAggregationHandleAvg_unittest.cpp.o:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/build.make expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/tests/WindowAggregationHandleAvg_unittest.cpp.o
.PHONY : tests/WindowAggregationHandleAvg_unittest.cpp.o

tests/WindowAggregationHandleAvg_unittest.i: tests/WindowAggregationHandleAvg_unittest.cpp.i

.PHONY : tests/WindowAggregationHandleAvg_unittest.i

# target to preprocess a source file
tests/WindowAggregationHandleAvg_unittest.cpp.i:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/build.make expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/tests/WindowAggregationHandleAvg_unittest.cpp.i
.PHONY : tests/WindowAggregationHandleAvg_unittest.cpp.i

tests/WindowAggregationHandleAvg_unittest.s: tests/WindowAggregationHandleAvg_unittest.cpp.s

.PHONY : tests/WindowAggregationHandleAvg_unittest.s

# target to generate assembly for a file
tests/WindowAggregationHandleAvg_unittest.cpp.s:
	cd /usr/local/src/quickstep/build && $(MAKE) -f expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/build.make expressions/window_aggregation/CMakeFiles/WindowAggregationHandle_tests.dir/tests/WindowAggregationHandleAvg_unittest.cpp.s
.PHONY : tests/WindowAggregationHandleAvg_unittest.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... install/strip"
	@echo "... install/local"
	@echo "... install"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... edit_cache"
	@echo "... test"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunctionFactory"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunctionSum"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunctionMax"
	@echo "... WindowAggregationHandle_tests"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunction"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunctionCount"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunction_proto"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregationHandle"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunctionMin"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregationHandleAvg"
	@echo "... protoc__usr_local_src_quickstep_build_expressions_window_aggregation_WindowAggregateFunction"
	@echo "... package"
	@echo "... quickstep_expressions_windowaggregation"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregateFunctionAvg"
	@echo "... quickstep_expressions_windowaggregation_WindowAggregationID"
	@echo "... package_source"
	@echo "... WindowAggregateFunction.o"
	@echo "... WindowAggregateFunction.i"
	@echo "... WindowAggregateFunction.s"
	@echo "... WindowAggregateFunction.pb.o"
	@echo "... WindowAggregateFunction.pb.i"
	@echo "... WindowAggregateFunction.pb.s"
	@echo "... WindowAggregateFunctionAvg.o"
	@echo "... WindowAggregateFunctionAvg.i"
	@echo "... WindowAggregateFunctionAvg.s"
	@echo "... WindowAggregateFunctionCount.o"
	@echo "... WindowAggregateFunctionCount.i"
	@echo "... WindowAggregateFunctionCount.s"
	@echo "... WindowAggregateFunctionFactory.o"
	@echo "... WindowAggregateFunctionFactory.i"
	@echo "... WindowAggregateFunctionFactory.s"
	@echo "... WindowAggregateFunctionMax.o"
	@echo "... WindowAggregateFunctionMax.i"
	@echo "... WindowAggregateFunctionMax.s"
	@echo "... WindowAggregateFunctionMin.o"
	@echo "... WindowAggregateFunctionMin.i"
	@echo "... WindowAggregateFunctionMin.s"
	@echo "... WindowAggregateFunctionSum.o"
	@echo "... WindowAggregateFunctionSum.i"
	@echo "... WindowAggregateFunctionSum.s"
	@echo "... WindowAggregationHandle.o"
	@echo "... WindowAggregationHandle.i"
	@echo "... WindowAggregationHandle.s"
	@echo "... WindowAggregationHandleAvg.o"
	@echo "... WindowAggregationHandleAvg.i"
	@echo "... WindowAggregationHandleAvg.s"
	@echo "... __/__/empty_src.o"
	@echo "... __/__/empty_src.i"
	@echo "... __/__/empty_src.s"
	@echo "... tests/WindowAggregationHandleAvg_unittest.o"
	@echo "... tests/WindowAggregationHandleAvg_unittest.i"
	@echo "... tests/WindowAggregationHandleAvg_unittest.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:
	cd /usr/local/src/quickstep/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

