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

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

#=============================================================================
# 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

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/bl/git/xfc

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/bl/git/xfc

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

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running interactive CMake command-line interface..."
	/usr/bin/cmake -i .
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/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 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

# 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 package
package: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool..."
	/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..."
	/usr/bin/cpack --config ./CPackSourceConfig.cmake /home/bl/git/xfc/CPackSourceConfig.cmake
.PHONY : package_source

# Special rule for the target package_source
package_source/fast: package_source
.PHONY : package_source/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

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /home/bl/git/xfc/CMakeFiles /home/bl/git/xfc/CMakeFiles/progress.marks
	$(MAKE) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/bl/git/xfc/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 xfc_core

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

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

#=============================================================================
# Target rules for targets named xfc_ui

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

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

#=============================================================================
# Target rules for targets named xfc_glade

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

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

#=============================================================================
# Target rules for targets named xfc_de

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

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

#=============================================================================
# Target rules for targets named xfc-demo

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

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

#=============================================================================
# Target rules for targets named iochannel

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

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

#=============================================================================
# Target rules for targets named mainloop

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

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

#=============================================================================
# Target rules for targets named spawn

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

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

#=============================================================================
# Target rules for targets named complex_thread

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

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

#=============================================================================
# Target rules for targets named multiple_thread

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

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

#=============================================================================
# Target rules for targets named simple_thread

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

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

#=============================================================================
# Target rules for targets named threadpool

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

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

#=============================================================================
# Target rules for targets named actions

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

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

#=============================================================================
# Target rules for targets named arrow

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

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

#=============================================================================
# Target rules for targets named aspectframe

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

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

#=============================================================================
# Target rules for targets named buttonbox

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

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

#=============================================================================
# Target rules for targets named buttons

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

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

#=============================================================================
# Target rules for targets named calendar

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

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

#=============================================================================
# Target rules for targets named colorselection

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

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

#=============================================================================
# Target rules for targets named combobox

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

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

#=============================================================================
# Target rules for targets named comboboxentry

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

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

#=============================================================================
# Target rules for targets named dial_test

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

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

#=============================================================================
# Target rules for targets named dnd

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

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

#=============================================================================
# Target rules for targets named scribble

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

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

#=============================================================================
# Target rules for targets named simple

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

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

#=============================================================================
# Target rules for targets named entry

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

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

#=============================================================================
# Target rules for targets named entrycompletion

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

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

#=============================================================================
# Target rules for targets named eventbox

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

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

#=============================================================================
# Target rules for targets named fixed

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

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

#=============================================================================
# Target rules for targets named fontselection

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

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

#=============================================================================
# Target rules for targets named frame

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

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

#=============================================================================
# Target rules for targets named label

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

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

#=============================================================================
# Target rules for targets named menu

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

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

#=============================================================================
# Target rules for targets named stock

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

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

#=============================================================================
# Target rules for targets named notebook

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

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

#=============================================================================
# Target rules for targets named packbox

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

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

#=============================================================================
# Target rules for targets named paned

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

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

#=============================================================================
# Target rules for targets named progressbar

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

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

#=============================================================================
# Target rules for targets named radiobuttons

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

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

#=============================================================================
# Target rules for targets named rangewidgets

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

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

#=============================================================================
# Target rules for targets named rulers

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

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

#=============================================================================
# Target rules for targets named scrolledwindow

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

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

#=============================================================================
# Target rules for targets named selection

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

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

#=============================================================================
# Target rules for targets named spinbutton

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

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

#=============================================================================
# Target rules for targets named statusbar

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

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

#=============================================================================
# Target rules for targets named table

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

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

#=============================================================================
# Target rules for targets named textview

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

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

#=============================================================================
# Target rules for targets named thread

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

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

#=============================================================================
# Target rules for targets named ttt_test

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

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

#=============================================================================
# Target rules for targets named toolbar

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

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

#=============================================================================
# Target rules for targets named treeview

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

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

#=============================================================================
# Target rules for targets named uactions

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

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

#=============================================================================
# Target rules for targets named cairo

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

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

#=============================================================================
# Target rules for targets named ucombobox

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

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

#=============================================================================
# Target rules for targets named uentrycompletion

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

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

#=============================================================================
# Target rules for targets named filechooser

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

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

#=============================================================================
# Target rules for targets named mergemenus

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

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

#=============================================================================
# Target rules for targets named utoolbar

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

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

#=============================================================================
# Target rules for targets named printing

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

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

#=============================================================================
# Target rules for targets named api-docs

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

# fast build rule for target.
api-docs/fast:
	$(MAKE) -f docs/reference/CMakeFiles/api-docs.dir/build.make docs/reference/CMakeFiles/api-docs.dir/build
.PHONY : api-docs/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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... xfc_core"
	@echo "... xfc_ui"
	@echo "... xfc_glade"
	@echo "... xfc_de"
	@echo "... xfc-demo"
	@echo "... iochannel"
	@echo "... mainloop"
	@echo "... spawn"
	@echo "... complex_thread"
	@echo "... multiple_thread"
	@echo "... simple_thread"
	@echo "... threadpool"
	@echo "... actions"
	@echo "... arrow"
	@echo "... aspectframe"
	@echo "... buttonbox"
	@echo "... buttons"
	@echo "... calendar"
	@echo "... colorselection"
	@echo "... combobox"
	@echo "... comboboxentry"
	@echo "... dial_test"
	@echo "... dnd"
	@echo "... scribble"
	@echo "... simple"
	@echo "... entry"
	@echo "... entrycompletion"
	@echo "... eventbox"
	@echo "... fixed"
	@echo "... fontselection"
	@echo "... frame"
	@echo "... label"
	@echo "... menu"
	@echo "... stock"
	@echo "... notebook"
	@echo "... packbox"
	@echo "... paned"
	@echo "... progressbar"
	@echo "... radiobuttons"
	@echo "... rangewidgets"
	@echo "... rulers"
	@echo "... scrolledwindow"
	@echo "... selection"
	@echo "... spinbutton"
	@echo "... statusbar"
	@echo "... table"
	@echo "... textview"
	@echo "... thread"
	@echo "... ttt_test"
	@echo "... toolbar"
	@echo "... treeview"
	@echo "... uactions"
	@echo "... cairo"
	@echo "... ucombobox"
	@echo "... uentrycompletion"
	@echo "... filechooser"
	@echo "... mergemenus"
	@echo "... utoolbar"
	@echo "... printing"
	@echo "... api-docs"
.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

