Project

General

Profile

RE: Build Errors ยป Makefile

Pony Dazzler, 06/24/2018 02:52 PM

 
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.5

# 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 = /home/ken/Downloads/wt-4.0.3

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/ken/Downloads/wt-4.0.3/build

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

# 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 edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
/usr/bin/cmake-gui -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 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 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: install/local

.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/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: install/strip

.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Downloads/wt-4.0.3/build/CMakeFiles /home/ken/Downloads/wt-4.0.3/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/ken/Downloads/wt-4.0.3/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 doc

# Build rule for target.
doc: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 doc
.PHONY : doc

# fast build rule for target.
doc/fast:
$(MAKE) -f CMakeFiles/doc.dir/build.make CMakeFiles/doc.dir/build
.PHONY : doc/fast

#=============================================================================
# Target rules for targets named doxygen

# Build rule for target.
doxygen: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 doxygen
.PHONY : doxygen

# fast build rule for target.
doxygen/fast:
$(MAKE) -f CMakeFiles/doxygen.dir/build.make CMakeFiles/doxygen.dir/build
.PHONY : doxygen/fast

#=============================================================================
# Target rules for targets named doxygen-examples

# Build rule for target.
doxygen-examples: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 doxygen-examples
.PHONY : doxygen-examples

# fast build rule for target.
doxygen-examples/fast:
$(MAKE) -f CMakeFiles/doxygen-examples.dir/build.make CMakeFiles/doxygen-examples.dir/build
.PHONY : doxygen-examples/fast

#=============================================================================
# Target rules for targets named wt

# Build rule for target.
wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wt
.PHONY : wt

# fast build rule for target.
wt/fast:
$(MAKE) -f src/CMakeFiles/wt.dir/build.make src/CMakeFiles/wt.dir/build
.PHONY : wt/fast

#=============================================================================
# Target rules for targets named wttest

# Build rule for target.
wttest: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wttest
.PHONY : wttest

# fast build rule for target.
wttest/fast:
$(MAKE) -f src/CMakeFiles/wttest.dir/build.make src/CMakeFiles/wttest.dir/build
.PHONY : wttest/fast

#=============================================================================
# Target rules for targets named test.mysql

# Build rule for target.
test.mysql: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 test.mysql
.PHONY : test.mysql

# fast build rule for target.
test.mysql/fast:
$(MAKE) -f test/CMakeFiles/test.mysql.dir/build.make test/CMakeFiles/test.mysql.dir/build
.PHONY : test.mysql/fast

#=============================================================================
# Target rules for targets named test.postgres

# Build rule for target.
test.postgres: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 test.postgres
.PHONY : test.postgres

# fast build rule for target.
test.postgres/fast:
$(MAKE) -f test/CMakeFiles/test.postgres.dir/build.make test/CMakeFiles/test.postgres.dir/build
.PHONY : test.postgres/fast

#=============================================================================
# Target rules for targets named test.http

# Build rule for target.
test.http: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 test.http
.PHONY : test.http

# fast build rule for target.
test.http/fast:
$(MAKE) -f test/CMakeFiles/test.http.dir/build.make test/CMakeFiles/test.http.dir/build
.PHONY : test.http/fast

#=============================================================================
# Target rules for targets named test.wt

# Build rule for target.
test.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 test.wt
.PHONY : test.wt

# fast build rule for target.
test.wt/fast:
$(MAKE) -f test/CMakeFiles/test.wt.dir/build.make test/CMakeFiles/test.wt.dir/build
.PHONY : test.wt/fast

#=============================================================================
# Target rules for targets named test.sqlite3

# Build rule for target.
test.sqlite3: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 test.sqlite3
.PHONY : test.sqlite3

# fast build rule for target.
test.sqlite3/fast:
$(MAKE) -f test/CMakeFiles/test.sqlite3.dir/build.make test/CMakeFiles/test.sqlite3.dir/build
.PHONY : test.sqlite3/fast

#=============================================================================
# Target rules for targets named wtfcgi

# Build rule for target.
wtfcgi: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wtfcgi
.PHONY : wtfcgi

# fast build rule for target.
wtfcgi/fast:
$(MAKE) -f src/fcgi/CMakeFiles/wtfcgi.dir/build.make src/fcgi/CMakeFiles/wtfcgi.dir/build
.PHONY : wtfcgi/fast

#=============================================================================
# Target rules for targets named wthttp

# Build rule for target.
wthttp: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wthttp
.PHONY : wthttp

# fast build rule for target.
wthttp/fast:
$(MAKE) -f src/http/CMakeFiles/wthttp.dir/build.make src/http/CMakeFiles/wthttp.dir/build
.PHONY : wthttp/fast

#=============================================================================
# Target rules for targets named wtdbo

# Build rule for target.
wtdbo: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wtdbo
.PHONY : wtdbo

# fast build rule for target.
wtdbo/fast:
$(MAKE) -f src/Wt/Dbo/CMakeFiles/wtdbo.dir/build.make src/Wt/Dbo/CMakeFiles/wtdbo.dir/build
.PHONY : wtdbo/fast

#=============================================================================
# Target rules for targets named wtdbosqlite3

# Build rule for target.
wtdbosqlite3: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wtdbosqlite3
.PHONY : wtdbosqlite3

# fast build rule for target.
wtdbosqlite3/fast:
$(MAKE) -f src/Wt/Dbo/backend/CMakeFiles/wtdbosqlite3.dir/build.make src/Wt/Dbo/backend/CMakeFiles/wtdbosqlite3.dir/build
.PHONY : wtdbosqlite3/fast

#=============================================================================
# Target rules for targets named wtdbopostgres

# Build rule for target.
wtdbopostgres: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wtdbopostgres
.PHONY : wtdbopostgres

# fast build rule for target.
wtdbopostgres/fast:
$(MAKE) -f src/Wt/Dbo/backend/CMakeFiles/wtdbopostgres.dir/build.make src/Wt/Dbo/backend/CMakeFiles/wtdbopostgres.dir/build
.PHONY : wtdbopostgres/fast

#=============================================================================
# Target rules for targets named wtdbomysql

# Build rule for target.
wtdbomysql: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wtdbomysql
.PHONY : wtdbomysql

# fast build rule for target.
wtdbomysql/fast:
$(MAKE) -f src/Wt/Dbo/backend/CMakeFiles/wtdbomysql.dir/build.make src/Wt/Dbo/backend/CMakeFiles/wtdbomysql.dir/build
.PHONY : wtdbomysql/fast

#=============================================================================
# Target rules for targets named blog.wt

# Build rule for target.
blog.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 blog.wt
.PHONY : blog.wt

# fast build rule for target.
blog.wt/fast:
$(MAKE) -f examples/blog/CMakeFiles/blog.wt.dir/build.make examples/blog/CMakeFiles/blog.wt.dir/build
.PHONY : blog.wt/fast

#=============================================================================
# Target rules for targets named charts.wt

# Build rule for target.
charts.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 charts.wt
.PHONY : charts.wt

# fast build rule for target.
charts.wt/fast:
$(MAKE) -f examples/charts/CMakeFiles/charts.wt.dir/build.make examples/charts/CMakeFiles/charts.wt.dir/build
.PHONY : charts.wt/fast

#=============================================================================
# Target rules for targets named chart3D.wt

# Build rule for target.
chart3D.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 chart3D.wt
.PHONY : chart3D.wt

# fast build rule for target.
chart3D.wt/fast:
$(MAKE) -f examples/chart3D/CMakeFiles/chart3D.wt.dir/build.make examples/chart3D/CMakeFiles/chart3D.wt.dir/build
.PHONY : chart3D.wt/fast

#=============================================================================
# Target rules for targets named codingview.wt

# Build rule for target.
codingview.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 codingview.wt
.PHONY : codingview.wt

# fast build rule for target.
codingview.wt/fast:
$(MAKE) -f examples/codeview/CMakeFiles/codingview.wt.dir/build.make examples/codeview/CMakeFiles/codingview.wt.dir/build
.PHONY : codingview.wt/fast

#=============================================================================
# Target rules for targets named composer.wt

# Build rule for target.
composer.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 composer.wt
.PHONY : composer.wt

# fast build rule for target.
composer.wt/fast:
$(MAKE) -f examples/composer/CMakeFiles/composer.wt.dir/build.make examples/composer/CMakeFiles/composer.wt.dir/build
.PHONY : composer.wt/fast

#=============================================================================
# Target rules for targets named dialog.wt

# Build rule for target.
dialog.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dialog.wt
.PHONY : dialog.wt

# fast build rule for target.
dialog.wt/fast:
$(MAKE) -f examples/dialog/CMakeFiles/dialog.wt.dir/build.make examples/dialog/CMakeFiles/dialog.wt.dir/build
.PHONY : dialog.wt/fast

#=============================================================================
# Target rules for targets named dragdrop.wt

# Build rule for target.
dragdrop.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dragdrop.wt
.PHONY : dragdrop.wt

# fast build rule for target.
dragdrop.wt/fast:
$(MAKE) -f examples/dragdrop/CMakeFiles/dragdrop.wt.dir/build.make examples/dragdrop/CMakeFiles/dragdrop.wt.dir/build
.PHONY : dragdrop.wt/fast

#=============================================================================
# Target rules for targets named filetreetable.wt

# Build rule for target.
filetreetable.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 filetreetable.wt
.PHONY : filetreetable.wt

# fast build rule for target.
filetreetable.wt/fast:
$(MAKE) -f examples/filetreetable/CMakeFiles/filetreetable.wt.dir/build.make examples/filetreetable/CMakeFiles/filetreetable.wt.dir/build
.PHONY : filetreetable.wt/fast

#=============================================================================
# Target rules for targets named filedrop.wt

# Build rule for target.
filedrop.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 filedrop.wt
.PHONY : filedrop.wt

# fast build rule for target.
filedrop.wt/fast:
$(MAKE) -f examples/filedrop/CMakeFiles/filedrop.wt.dir/build.make examples/filedrop/CMakeFiles/filedrop.wt.dir/build
.PHONY : filedrop.wt/fast

#=============================================================================
# Target rules for targets named formexample.wt

# Build rule for target.
formexample.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 formexample.wt
.PHONY : formexample.wt

# fast build rule for target.
formexample.wt/fast:
$(MAKE) -f examples/form/CMakeFiles/formexample.wt.dir/build.make examples/form/CMakeFiles/formexample.wt.dir/build
.PHONY : formexample.wt/fast

#=============================================================================
# Target rules for targets named gitview.wt

# Build rule for target.
gitview.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 gitview.wt
.PHONY : gitview.wt

# fast build rule for target.
gitview.wt/fast:
$(MAKE) -f examples/gitmodel/CMakeFiles/gitview.wt.dir/build.make examples/gitmodel/CMakeFiles/gitview.wt.dir/build
.PHONY : gitview.wt/fast

#=============================================================================
# Target rules for targets named hangman.wt

# Build rule for target.
hangman.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 hangman.wt
.PHONY : hangman.wt

# fast build rule for target.
hangman.wt/fast:
$(MAKE) -f examples/hangman/CMakeFiles/hangman.wt.dir/build.make examples/hangman/CMakeFiles/hangman.wt.dir/build
.PHONY : hangman.wt/fast

#=============================================================================
# Target rules for targets named hello.wt

# Build rule for target.
hello.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 hello.wt
.PHONY : hello.wt

# fast build rule for target.
hello.wt/fast:
$(MAKE) -f examples/hello/CMakeFiles/hello.wt.dir/build.make examples/hello/CMakeFiles/hello.wt.dir/build
.PHONY : hello.wt/fast

#=============================================================================
# Target rules for targets named javascript.wt

# Build rule for target.
javascript.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 javascript.wt
.PHONY : javascript.wt

# fast build rule for target.
javascript.wt/fast:
$(MAKE) -f examples/javascript/CMakeFiles/javascript.wt.dir/build.make examples/javascript/CMakeFiles/javascript.wt.dir/build
.PHONY : javascript.wt/fast

#=============================================================================
# Target rules for targets named impossible.wt

# Build rule for target.
impossible.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 impossible.wt
.PHONY : impossible.wt

# fast build rule for target.
impossible.wt/fast:
$(MAKE) -f examples/mission/CMakeFiles/impossible.wt.dir/build.make examples/mission/CMakeFiles/impossible.wt.dir/build
.PHONY : impossible.wt/fast

#=============================================================================
# Target rules for targets named hello1thread.wt

# Build rule for target.
hello1thread.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 hello1thread.wt
.PHONY : hello1thread.wt

# fast build rule for target.
hello1thread.wt/fast:
$(MAKE) -f examples/onethread/CMakeFiles/hello1thread.wt.dir/build.make examples/onethread/CMakeFiles/hello1thread.wt.dir/build
.PHONY : hello1thread.wt/fast

#=============================================================================
# Target rules for targets named paintexample.wt

# Build rule for target.
paintexample.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 paintexample.wt
.PHONY : paintexample.wt

# fast build rule for target.
paintexample.wt/fast:
$(MAKE) -f examples/painting/CMakeFiles/paintexample.wt.dir/build.make examples/painting/CMakeFiles/paintexample.wt.dir/build
.PHONY : paintexample.wt/fast

#=============================================================================
# Target rules for targets named planner.wt

# Build rule for target.
planner.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 planner.wt
.PHONY : planner.wt

# fast build rule for target.
planner.wt/fast:
$(MAKE) -f examples/planner/CMakeFiles/planner.wt.dir/build.make examples/planner/CMakeFiles/planner.wt.dir/build
.PHONY : planner.wt/fast

#=============================================================================
# Target rules for targets named qrlogin.wt

# Build rule for target.
qrlogin.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 qrlogin.wt
.PHONY : qrlogin.wt

# fast build rule for target.
qrlogin.wt/fast:
$(MAKE) -f examples/qrlogin/CMakeFiles/qrlogin.wt.dir/build.make examples/qrlogin/CMakeFiles/qrlogin.wt.dir/build
.PHONY : qrlogin.wt/fast

#=============================================================================
# Target rules for targets named simplechat.wt

# Build rule for target.
simplechat.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 simplechat.wt
.PHONY : simplechat.wt

# fast build rule for target.
simplechat.wt/fast:
$(MAKE) -f examples/simplechat/CMakeFiles/simplechat.wt.dir/build.make examples/simplechat/CMakeFiles/simplechat.wt.dir/build
.PHONY : simplechat.wt/fast

#=============================================================================
# Target rules for targets named te-benchmark.wt

# Build rule for target.
te-benchmark.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 te-benchmark.wt
.PHONY : te-benchmark.wt

# fast build rule for target.
te-benchmark.wt/fast:
$(MAKE) -f examples/te-benchmark/CMakeFiles/te-benchmark.wt.dir/build.make examples/te-benchmark/CMakeFiles/te-benchmark.wt.dir/build
.PHONY : te-benchmark.wt/fast

#=============================================================================
# Target rules for targets named te-benchmark-pg.wt

# Build rule for target.
te-benchmark-pg.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 te-benchmark-pg.wt
.PHONY : te-benchmark-pg.wt

# fast build rule for target.
te-benchmark-pg.wt/fast:
$(MAKE) -f examples/te-benchmark/CMakeFiles/te-benchmark-pg.wt.dir/build.make examples/te-benchmark/CMakeFiles/te-benchmark-pg.wt.dir/build
.PHONY : te-benchmark-pg.wt/fast

#=============================================================================
# Target rules for targets named demotreelist.wt

# Build rule for target.
demotreelist.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 demotreelist.wt
.PHONY : demotreelist.wt

# fast build rule for target.
demotreelist.wt/fast:
$(MAKE) -f examples/treelist/CMakeFiles/demotreelist.wt.dir/build.make examples/treelist/CMakeFiles/demotreelist.wt.dir/build
.PHONY : demotreelist.wt/fast

#=============================================================================
# Target rules for targets named treeviewexample.wt

# Build rule for target.
treeviewexample.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 treeviewexample.wt
.PHONY : treeviewexample.wt

# fast build rule for target.
treeviewexample.wt/fast:
$(MAKE) -f examples/treeview/CMakeFiles/treeviewexample.wt.dir/build.make examples/treeview/CMakeFiles/treeviewexample.wt.dir/build
.PHONY : treeviewexample.wt/fast

#=============================================================================
# Target rules for targets named treeviewdragdrop.wt

# Build rule for target.
treeviewdragdrop.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 treeviewdragdrop.wt
.PHONY : treeviewdragdrop.wt

# fast build rule for target.
treeviewdragdrop.wt/fast:
$(MAKE) -f examples/treeview-dragdrop/CMakeFiles/treeviewdragdrop.wt.dir/build.make examples/treeview-dragdrop/CMakeFiles/treeviewdragdrop.wt.dir/build
.PHONY : treeviewdragdrop.wt/fast

#=============================================================================
# Target rules for targets named webgl.wt

# Build rule for target.
webgl.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 webgl.wt
.PHONY : webgl.wt

# fast build rule for target.
webgl.wt/fast:
$(MAKE) -f examples/webgl/CMakeFiles/webgl.wt.dir/build.make examples/webgl/CMakeFiles/webgl.wt.dir/build
.PHONY : webgl.wt/fast

#=============================================================================
# Target rules for targets named widgetgallery.wt

# Build rule for target.
widgetgallery.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 widgetgallery.wt
.PHONY : widgetgallery.wt

# fast build rule for target.
widgetgallery.wt/fast:
$(MAKE) -f examples/widgetgallery/CMakeFiles/widgetgallery.wt.dir/build.make examples/widgetgallery/CMakeFiles/widgetgallery.wt.dir/build
.PHONY : widgetgallery.wt/fast

#=============================================================================
# Target rules for targets named Home.wt

# Build rule for target.
Home.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 Home.wt
.PHONY : Home.wt

# fast build rule for target.
Home.wt/fast:
$(MAKE) -f examples/wt-homepage/CMakeFiles/Home.wt.dir/build.make examples/wt-homepage/CMakeFiles/Home.wt.dir/build
.PHONY : Home.wt/fast

#=============================================================================
# Target rules for targets named helloqt.wt

# Build rule for target.
helloqt.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 helloqt.wt
.PHONY : helloqt.wt

# fast build rule for target.
helloqt.wt/fast:
$(MAKE) -f examples/wtwithqt/CMakeFiles/helloqt.wt.dir/build.make examples/wtwithqt/CMakeFiles/helloqt.wt.dir/build
.PHONY : helloqt.wt/fast

#=============================================================================
# Target rules for targets named auth1.wt

# Build rule for target.
auth1.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 auth1.wt
.PHONY : auth1.wt

# fast build rule for target.
auth1.wt/fast:
$(MAKE) -f examples/feature/auth1/CMakeFiles/auth1.wt.dir/build.make examples/feature/auth1/CMakeFiles/auth1.wt.dir/build
.PHONY : auth1.wt/fast

#=============================================================================
# Target rules for targets named auth2.wt

# Build rule for target.
auth2.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 auth2.wt
.PHONY : auth2.wt

# fast build rule for target.
auth2.wt/fast:
$(MAKE) -f examples/feature/auth2/CMakeFiles/auth2.wt.dir/build.make examples/feature/auth2/CMakeFiles/auth2.wt.dir/build
.PHONY : auth2.wt/fast

#=============================================================================
# Target rules for targets named broadcast.wt

# Build rule for target.
broadcast.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 broadcast.wt
.PHONY : broadcast.wt

# fast build rule for target.
broadcast.wt/fast:
$(MAKE) -f examples/feature/broadcast/CMakeFiles/broadcast.wt.dir/build.make examples/feature/broadcast/CMakeFiles/broadcast.wt.dir/build
.PHONY : broadcast.wt/fast

#=============================================================================
# Target rules for targets named client-ssl-auth.wt

# Build rule for target.
client-ssl-auth.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 client-ssl-auth.wt
.PHONY : client-ssl-auth.wt

# fast build rule for target.
client-ssl-auth.wt/fast:
$(MAKE) -f examples/feature/client-ssl-auth/CMakeFiles/client-ssl-auth.wt.dir/build.make examples/feature/client-ssl-auth/CMakeFiles/client-ssl-auth.wt.dir/build
.PHONY : client-ssl-auth.wt/fast

#=============================================================================
# Target rules for targets named dbo-tutorial4

# Build rule for target.
dbo-tutorial4: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial4
.PHONY : dbo-tutorial4

# fast build rule for target.
dbo-tutorial4/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial4.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial4.dir/build
.PHONY : dbo-tutorial4/fast

#=============================================================================
# Target rules for targets named dbo-tutorial6

# Build rule for target.
dbo-tutorial6: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial6
.PHONY : dbo-tutorial6

# fast build rule for target.
dbo-tutorial6/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial6.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial6.dir/build
.PHONY : dbo-tutorial6/fast

#=============================================================================
# Target rules for targets named dbo-tutorial3

# Build rule for target.
dbo-tutorial3: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial3
.PHONY : dbo-tutorial3

# fast build rule for target.
dbo-tutorial3/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial3.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial3.dir/build
.PHONY : dbo-tutorial3/fast

#=============================================================================
# Target rules for targets named dbo-tutorial8

# Build rule for target.
dbo-tutorial8: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial8
.PHONY : dbo-tutorial8

# fast build rule for target.
dbo-tutorial8/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial8.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial8.dir/build
.PHONY : dbo-tutorial8/fast

#=============================================================================
# Target rules for targets named dbo-tutorial2

# Build rule for target.
dbo-tutorial2: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial2
.PHONY : dbo-tutorial2

# fast build rule for target.
dbo-tutorial2/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial2.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial2.dir/build
.PHONY : dbo-tutorial2/fast

#=============================================================================
# Target rules for targets named dbo-tutorial1

# Build rule for target.
dbo-tutorial1: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial1
.PHONY : dbo-tutorial1

# fast build rule for target.
dbo-tutorial1/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial1.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial1.dir/build
.PHONY : dbo-tutorial1/fast

#=============================================================================
# Target rules for targets named dbo-tutorial5

# Build rule for target.
dbo-tutorial5: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial5
.PHONY : dbo-tutorial5

# fast build rule for target.
dbo-tutorial5/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial5.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial5.dir/build
.PHONY : dbo-tutorial5/fast

#=============================================================================
# Target rules for targets named dbo-tutorial7

# Build rule for target.
dbo-tutorial7: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial7
.PHONY : dbo-tutorial7

# fast build rule for target.
dbo-tutorial7/fast:
$(MAKE) -f examples/feature/dbo/CMakeFiles/dbo-tutorial7.dir/build.make examples/feature/dbo/CMakeFiles/dbo-tutorial7.dir/build
.PHONY : dbo-tutorial7/fast

#=============================================================================
# Target rules for targets named locale.wt

# Build rule for target.
locale.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 locale.wt
.PHONY : locale.wt

# fast build rule for target.
locale.wt/fast:
$(MAKE) -f examples/feature/locale/CMakeFiles/locale.wt.dir/build.make examples/feature/locale/CMakeFiles/locale.wt.dir/build
.PHONY : locale.wt/fast

#=============================================================================
# Target rules for targets named mediaplayer.wt

# Build rule for target.
mediaplayer.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 mediaplayer.wt
.PHONY : mediaplayer.wt

# fast build rule for target.
mediaplayer.wt/fast:
$(MAKE) -f examples/feature/mediaplayer/CMakeFiles/mediaplayer.wt.dir/build.make examples/feature/mediaplayer/CMakeFiles/mediaplayer.wt.dir/build
.PHONY : mediaplayer.wt/fast

#=============================================================================
# Target rules for targets named miniwebgl.wt

# Build rule for target.
miniwebgl.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 miniwebgl.wt
.PHONY : miniwebgl.wt

# fast build rule for target.
miniwebgl.wt/fast:
$(MAKE) -f examples/feature/miniwebgl/CMakeFiles/miniwebgl.wt.dir/build.make examples/feature/miniwebgl/CMakeFiles/miniwebgl.wt.dir/build
.PHONY : miniwebgl.wt/fast

#=============================================================================
# Target rules for targets named multiple.wt

# Build rule for target.
multiple.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 multiple.wt
.PHONY : multiple.wt

# fast build rule for target.
multiple.wt/fast:
$(MAKE) -f examples/feature/multiple_servers/CMakeFiles/multiple.wt.dir/build.make examples/feature/multiple_servers/CMakeFiles/multiple.wt.dir/build
.PHONY : multiple.wt/fast

#=============================================================================
# Target rules for targets named oauth.wt

# Build rule for target.
oauth.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 oauth.wt
.PHONY : oauth.wt

# fast build rule for target.
oauth.wt/fast:
$(MAKE) -f examples/feature/oauth/CMakeFiles/oauth.wt.dir/build.make examples/feature/oauth/CMakeFiles/oauth.wt.dir/build
.PHONY : oauth.wt/fast

#=============================================================================
# Target rules for targets named oidc.wt

# Build rule for target.
oidc.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 oidc.wt
.PHONY : oidc.wt

# fast build rule for target.
oidc.wt/fast:
$(MAKE) -f examples/feature/oidc/CMakeFiles/oidc.wt.dir/build.make examples/feature/oidc/CMakeFiles/oidc.wt.dir/build
.PHONY : oidc.wt/fast

#=============================================================================
# Target rules for targets named paypal.wt

# Build rule for target.
paypal.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 paypal.wt
.PHONY : paypal.wt

# fast build rule for target.
paypal.wt/fast:
$(MAKE) -f examples/feature/paypal/CMakeFiles/paypal.wt.dir/build.make examples/feature/paypal/CMakeFiles/paypal.wt.dir/build
.PHONY : paypal.wt/fast

#=============================================================================
# Target rules for targets named postall.wt

# Build rule for target.
postall.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 postall.wt
.PHONY : postall.wt

# fast build rule for target.
postall.wt/fast:
$(MAKE) -f examples/feature/postall/CMakeFiles/postall.wt.dir/build.make examples/feature/postall/CMakeFiles/postall.wt.dir/build
.PHONY : postall.wt/fast

#=============================================================================
# Target rules for targets named scrollvisibility.wt

# Build rule for target.
scrollvisibility.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 scrollvisibility.wt
.PHONY : scrollvisibility.wt

# fast build rule for target.
scrollvisibility.wt/fast:
$(MAKE) -f examples/feature/scrollvisibility/CMakeFiles/scrollvisibility.wt.dir/build.make examples/feature/scrollvisibility/CMakeFiles/scrollvisibility.wt.dir/build
.PHONY : scrollvisibility.wt/fast

#=============================================================================
# Target rules for targets named serverpush.wt

# Build rule for target.
serverpush.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 serverpush.wt
.PHONY : serverpush.wt

# fast build rule for target.
serverpush.wt/fast:
$(MAKE) -f examples/feature/serverpush/CMakeFiles/serverpush.wt.dir/build.make examples/feature/serverpush/CMakeFiles/serverpush.wt.dir/build
.PHONY : serverpush.wt/fast

#=============================================================================
# Target rules for targets named socketnotifier.wt

# Build rule for target.
socketnotifier.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 socketnotifier.wt
.PHONY : socketnotifier.wt

# fast build rule for target.
socketnotifier.wt/fast:
$(MAKE) -f examples/feature/socketnotifier/CMakeFiles/socketnotifier.wt.dir/build.make examples/feature/socketnotifier/CMakeFiles/socketnotifier.wt.dir/build
.PHONY : socketnotifier.wt/fast

#=============================================================================
# Target rules for targets named suggestionpopup.wt

# Build rule for target.
suggestionpopup.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 suggestionpopup.wt
.PHONY : suggestionpopup.wt

# fast build rule for target.
suggestionpopup.wt/fast:
$(MAKE) -f examples/feature/suggestionpopup/CMakeFiles/suggestionpopup.wt.dir/build.make examples/feature/suggestionpopup/CMakeFiles/suggestionpopup.wt.dir/build
.PHONY : suggestionpopup.wt/fast

#=============================================================================
# Target rules for targets named widgetfunction.wt

# Build rule for target.
widgetfunction.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 widgetfunction.wt
.PHONY : widgetfunction.wt

# fast build rule for target.
widgetfunction.wt/fast:
$(MAKE) -f examples/feature/template-fun/CMakeFiles/widgetfunction.wt.dir/build.make examples/feature/template-fun/CMakeFiles/widgetfunction.wt.dir/build
.PHONY : widgetfunction.wt/fast

#=============================================================================
# Target rules for targets named video.wt

# Build rule for target.
video.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 video.wt
.PHONY : video.wt

# fast build rule for target.
video.wt/fast:
$(MAKE) -f examples/feature/video/CMakeFiles/video.wt.dir/build.make examples/feature/video/CMakeFiles/video.wt.dir/build
.PHONY : video.wt/fast

#=============================================================================
# Target rules for targets named hellowidgetset.wt

# Build rule for target.
hellowidgetset.wt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 hellowidgetset.wt
.PHONY : hellowidgetset.wt

# fast build rule for target.
hellowidgetset.wt/fast:
$(MAKE) -f examples/feature/widgetset/CMakeFiles/hellowidgetset.wt.dir/build.make examples/feature/widgetset/CMakeFiles/hellowidgetset.wt.dir/build
.PHONY : hellowidgetset.wt/fast

#=============================================================================
# Target rules for targets named dbo-tutorial9

# Build rule for target.
dbo-tutorial9: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 dbo-tutorial9
.PHONY : dbo-tutorial9

# fast build rule for target.
dbo-tutorial9/fast:
$(MAKE) -f examples/feature/dbo/tutorial9/CMakeFiles/dbo-tutorial9.dir/build.make examples/feature/dbo/tutorial9/CMakeFiles/dbo-tutorial9.dir/build
.PHONY : dbo-tutorial9/fast

#=============================================================================
# Target rules for targets named wtwithqt

# Build rule for target.
wtwithqt: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 wtwithqt
.PHONY : wtwithqt

# fast build rule for target.
wtwithqt/fast:
$(MAKE) -f examples/wtwithqt/lib/CMakeFiles/wtwithqt.dir/build.make examples/wtwithqt/lib/CMakeFiles/wtwithqt.dir/build
.PHONY : wtwithqt/fast

# 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"
@echo "... list_install_components"
@echo "... edit_cache"
@echo "... doc"
@echo "... rebuild_cache"
@echo "... doxygen"
@echo "... doxygen-examples"
@echo "... install/local"
@echo "... install/strip"
@echo "... wt"
@echo "... wttest"
@echo "... test.mysql"
@echo "... test.postgres"
@echo "... test.http"
@echo "... test.wt"
@echo "... test.sqlite3"
@echo "... wtfcgi"
@echo "... wthttp"
@echo "... wtdbo"
@echo "... wtdbosqlite3"
@echo "... wtdbopostgres"
@echo "... wtdbomysql"
@echo "... blog.wt"
@echo "... charts.wt"
@echo "... chart3D.wt"
@echo "... codingview.wt"
@echo "... composer.wt"
@echo "... dialog.wt"
@echo "... dragdrop.wt"
@echo "... filetreetable.wt"
@echo "... filedrop.wt"
@echo "... formexample.wt"
@echo "... gitview.wt"
@echo "... hangman.wt"
@echo "... hello.wt"
@echo "... javascript.wt"
@echo "... impossible.wt"
@echo "... hello1thread.wt"
@echo "... paintexample.wt"
@echo "... planner.wt"
@echo "... qrlogin.wt"
@echo "... simplechat.wt"
@echo "... te-benchmark.wt"
@echo "... te-benchmark-pg.wt"
@echo "... demotreelist.wt"
@echo "... treeviewexample.wt"
@echo "... treeviewdragdrop.wt"
@echo "... webgl.wt"
@echo "... widgetgallery.wt"
@echo "... Home.wt"
@echo "... helloqt.wt"
@echo "... auth1.wt"
@echo "... auth2.wt"
@echo "... broadcast.wt"
@echo "... client-ssl-auth.wt"
@echo "... dbo-tutorial4"
@echo "... dbo-tutorial6"
@echo "... dbo-tutorial3"
@echo "... dbo-tutorial8"
@echo "... dbo-tutorial2"
@echo "... dbo-tutorial1"
@echo "... dbo-tutorial5"
@echo "... dbo-tutorial7"
@echo "... locale.wt"
@echo "... mediaplayer.wt"
@echo "... miniwebgl.wt"
@echo "... multiple.wt"
@echo "... oauth.wt"
@echo "... oidc.wt"
@echo "... paypal.wt"
@echo "... postall.wt"
@echo "... scrollvisibility.wt"
@echo "... serverpush.wt"
@echo "... socketnotifier.wt"
@echo "... suggestionpopup.wt"
@echo "... widgetfunction.wt"
@echo "... video.wt"
@echo "... hellowidgetset.wt"
@echo "... dbo-tutorial9"
@echo "... wtwithqt"
.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

    (1-1/1)