# 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..."
	cd /home/bl/git/xfc && /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 /home/bl/git/xfc && /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
	cd /home/bl/git/xfc && $(CMAKE_COMMAND) -E cmake_progress_start /home/bl/git/xfc/CMakeFiles /home/bl/git/xfc/demos/xfc-demo/CMakeFiles/progress.marks
	cd /home/bl/git/xfc && $(MAKE) -f CMakeFiles/Makefile2 demos/xfc-demo/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/bl/git/xfc/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/bl/git/xfc && $(MAKE) -f CMakeFiles/Makefile2 demos/xfc-demo/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/bl/git/xfc && $(MAKE) -f CMakeFiles/Makefile2 demos/xfc-demo/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/bl/git/xfc && $(MAKE) -f CMakeFiles/Makefile2 demos/xfc-demo/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/bl/git/xfc && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
demos/xfc-demo/CMakeFiles/xfc-demo.dir/rule:
	cd /home/bl/git/xfc && $(MAKE) -f CMakeFiles/Makefile2 demos/xfc-demo/CMakeFiles/xfc-demo.dir/rule
.PHONY : demos/xfc-demo/CMakeFiles/xfc-demo.dir/rule

# Convenience name for target.
xfc-demo: demos/xfc-demo/CMakeFiles/xfc-demo.dir/rule
.PHONY : xfc-demo

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

appwindow.o: appwindow.cc.o
.PHONY : appwindow.o

# target to build an object file
appwindow.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/appwindow.cc.o
.PHONY : appwindow.cc.o

appwindow.i: appwindow.cc.i
.PHONY : appwindow.i

# target to preprocess a source file
appwindow.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/appwindow.cc.i
.PHONY : appwindow.cc.i

appwindow.s: appwindow.cc.s
.PHONY : appwindow.s

# target to generate assembly for a file
appwindow.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/appwindow.cc.s
.PHONY : appwindow.cc.s

button_box.o: button_box.cc.o
.PHONY : button_box.o

# target to build an object file
button_box.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/button_box.cc.o
.PHONY : button_box.cc.o

button_box.i: button_box.cc.i
.PHONY : button_box.i

# target to preprocess a source file
button_box.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/button_box.cc.i
.PHONY : button_box.cc.i

button_box.s: button_box.cc.s
.PHONY : button_box.s

# target to generate assembly for a file
button_box.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/button_box.cc.s
.PHONY : button_box.cc.s

changedisplay.o: changedisplay.cc.o
.PHONY : changedisplay.o

# target to build an object file
changedisplay.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/changedisplay.cc.o
.PHONY : changedisplay.cc.o

changedisplay.i: changedisplay.cc.i
.PHONY : changedisplay.i

# target to preprocess a source file
changedisplay.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/changedisplay.cc.i
.PHONY : changedisplay.cc.i

changedisplay.s: changedisplay.cc.s
.PHONY : changedisplay.s

# target to generate assembly for a file
changedisplay.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/changedisplay.cc.s
.PHONY : changedisplay.cc.s

clipboard.o: clipboard.cc.o
.PHONY : clipboard.o

# target to build an object file
clipboard.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/clipboard.cc.o
.PHONY : clipboard.cc.o

clipboard.i: clipboard.cc.i
.PHONY : clipboard.i

# target to preprocess a source file
clipboard.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/clipboard.cc.i
.PHONY : clipboard.cc.i

clipboard.s: clipboard.cc.s
.PHONY : clipboard.s

# target to generate assembly for a file
clipboard.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/clipboard.cc.s
.PHONY : clipboard.cc.s

colorsel.o: colorsel.cc.o
.PHONY : colorsel.o

# target to build an object file
colorsel.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/colorsel.cc.o
.PHONY : colorsel.cc.o

colorsel.i: colorsel.cc.i
.PHONY : colorsel.i

# target to preprocess a source file
colorsel.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/colorsel.cc.i
.PHONY : colorsel.cc.i

colorsel.s: colorsel.cc.s
.PHONY : colorsel.s

# target to generate assembly for a file
colorsel.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/colorsel.cc.s
.PHONY : colorsel.cc.s

demowindow.o: demowindow.cc.o
.PHONY : demowindow.o

# target to build an object file
demowindow.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/demowindow.cc.o
.PHONY : demowindow.cc.o

demowindow.i: demowindow.cc.i
.PHONY : demowindow.i

# target to preprocess a source file
demowindow.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/demowindow.cc.i
.PHONY : demowindow.cc.i

demowindow.s: demowindow.cc.s
.PHONY : demowindow.s

# target to generate assembly for a file
demowindow.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/demowindow.cc.s
.PHONY : demowindow.cc.s

dialog.o: dialog.cc.o
.PHONY : dialog.o

# target to build an object file
dialog.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/dialog.cc.o
.PHONY : dialog.cc.o

dialog.i: dialog.cc.i
.PHONY : dialog.i

# target to preprocess a source file
dialog.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/dialog.cc.i
.PHONY : dialog.cc.i

dialog.s: dialog.cc.s
.PHONY : dialog.s

# target to generate assembly for a file
dialog.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/dialog.cc.s
.PHONY : dialog.cc.s

drawingarea.o: drawingarea.cc.o
.PHONY : drawingarea.o

# target to build an object file
drawingarea.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/drawingarea.cc.o
.PHONY : drawingarea.cc.o

drawingarea.i: drawingarea.cc.i
.PHONY : drawingarea.i

# target to preprocess a source file
drawingarea.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/drawingarea.cc.i
.PHONY : drawingarea.cc.i

drawingarea.s: drawingarea.cc.s
.PHONY : drawingarea.s

# target to generate assembly for a file
drawingarea.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/drawingarea.cc.s
.PHONY : drawingarea.cc.s

editable_cells.o: editable_cells.cc.o
.PHONY : editable_cells.o

# target to build an object file
editable_cells.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/editable_cells.cc.o
.PHONY : editable_cells.cc.o

editable_cells.i: editable_cells.cc.i
.PHONY : editable_cells.i

# target to preprocess a source file
editable_cells.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/editable_cells.cc.i
.PHONY : editable_cells.cc.i

editable_cells.s: editable_cells.cc.s
.PHONY : editable_cells.s

# target to generate assembly for a file
editable_cells.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/editable_cells.cc.s
.PHONY : editable_cells.cc.s

entry_completion.o: entry_completion.cc.o
.PHONY : entry_completion.o

# target to build an object file
entry_completion.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/entry_completion.cc.o
.PHONY : entry_completion.cc.o

entry_completion.i: entry_completion.cc.i
.PHONY : entry_completion.i

# target to preprocess a source file
entry_completion.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/entry_completion.cc.i
.PHONY : entry_completion.cc.i

entry_completion.s: entry_completion.cc.s
.PHONY : entry_completion.s

# target to generate assembly for a file
entry_completion.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/entry_completion.cc.s
.PHONY : entry_completion.cc.s

expander.o: expander.cc.o
.PHONY : expander.o

# target to build an object file
expander.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/expander.cc.o
.PHONY : expander.cc.o

expander.i: expander.cc.i
.PHONY : expander.i

# target to preprocess a source file
expander.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/expander.cc.i
.PHONY : expander.cc.i

expander.s: expander.cc.s
.PHONY : expander.s

# target to generate assembly for a file
expander.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/expander.cc.s
.PHONY : expander.cc.s

hypertext.o: hypertext.cc.o
.PHONY : hypertext.o

# target to build an object file
hypertext.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/hypertext.cc.o
.PHONY : hypertext.cc.o

hypertext.i: hypertext.cc.i
.PHONY : hypertext.i

# target to preprocess a source file
hypertext.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/hypertext.cc.i
.PHONY : hypertext.cc.i

hypertext.s: hypertext.cc.s
.PHONY : hypertext.s

# target to generate assembly for a file
hypertext.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/hypertext.cc.s
.PHONY : hypertext.cc.s

iconview.o: iconview.cc.o
.PHONY : iconview.o

# target to build an object file
iconview.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/iconview.cc.o
.PHONY : iconview.cc.o

iconview.i: iconview.cc.i
.PHONY : iconview.i

# target to preprocess a source file
iconview.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/iconview.cc.i
.PHONY : iconview.cc.i

iconview.s: iconview.cc.s
.PHONY : iconview.s

# target to generate assembly for a file
iconview.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/iconview.cc.s
.PHONY : iconview.cc.s

images.o: images.cc.o
.PHONY : images.o

# target to build an object file
images.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/images.cc.o
.PHONY : images.cc.o

images.i: images.cc.i
.PHONY : images.i

# target to preprocess a source file
images.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/images.cc.i
.PHONY : images.cc.i

images.s: images.cc.s
.PHONY : images.s

# target to generate assembly for a file
images.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/images.cc.s
.PHONY : images.cc.s

list_store.o: list_store.cc.o
.PHONY : list_store.o

# target to build an object file
list_store.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/list_store.cc.o
.PHONY : list_store.cc.o

list_store.i: list_store.cc.i
.PHONY : list_store.i

# target to preprocess a source file
list_store.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/list_store.cc.i
.PHONY : list_store.cc.i

list_store.s: list_store.cc.s
.PHONY : list_store.s

# target to generate assembly for a file
list_store.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/list_store.cc.s
.PHONY : list_store.cc.s

main.o: main.cc.o
.PHONY : main.o

# target to build an object file
main.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/main.cc.o
.PHONY : main.cc.o

main.i: main.cc.i
.PHONY : main.i

# target to preprocess a source file
main.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/main.cc.i
.PHONY : main.cc.i

main.s: main.cc.s
.PHONY : main.s

# target to generate assembly for a file
main.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/main.cc.s
.PHONY : main.cc.s

menus.o: menus.cc.o
.PHONY : menus.o

# target to build an object file
menus.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/menus.cc.o
.PHONY : menus.cc.o

menus.i: menus.cc.i
.PHONY : menus.i

# target to preprocess a source file
menus.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/menus.cc.i
.PHONY : menus.cc.i

menus.s: menus.cc.s
.PHONY : menus.s

# target to generate assembly for a file
menus.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/menus.cc.s
.PHONY : menus.cc.s

panes.o: panes.cc.o
.PHONY : panes.o

# target to build an object file
panes.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/panes.cc.o
.PHONY : panes.cc.o

panes.i: panes.cc.i
.PHONY : panes.i

# target to preprocess a source file
panes.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/panes.cc.i
.PHONY : panes.cc.i

panes.s: panes.cc.s
.PHONY : panes.s

# target to generate assembly for a file
panes.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/panes.cc.s
.PHONY : panes.cc.s

pixbufs.o: pixbufs.cc.o
.PHONY : pixbufs.o

# target to build an object file
pixbufs.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/pixbufs.cc.o
.PHONY : pixbufs.cc.o

pixbufs.i: pixbufs.cc.i
.PHONY : pixbufs.i

# target to preprocess a source file
pixbufs.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/pixbufs.cc.i
.PHONY : pixbufs.cc.i

pixbufs.s: pixbufs.cc.s
.PHONY : pixbufs.s

# target to generate assembly for a file
pixbufs.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/pixbufs.cc.s
.PHONY : pixbufs.cc.s

rotated_text.o: rotated_text.cc.o
.PHONY : rotated_text.o

# target to build an object file
rotated_text.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/rotated_text.cc.o
.PHONY : rotated_text.cc.o

rotated_text.i: rotated_text.cc.i
.PHONY : rotated_text.i

# target to preprocess a source file
rotated_text.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/rotated_text.cc.i
.PHONY : rotated_text.cc.i

rotated_text.s: rotated_text.cc.s
.PHONY : rotated_text.s

# target to generate assembly for a file
rotated_text.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/rotated_text.cc.s
.PHONY : rotated_text.cc.s

sizegroup.o: sizegroup.cc.o
.PHONY : sizegroup.o

# target to build an object file
sizegroup.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/sizegroup.cc.o
.PHONY : sizegroup.cc.o

sizegroup.i: sizegroup.cc.i
.PHONY : sizegroup.i

# target to preprocess a source file
sizegroup.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/sizegroup.cc.i
.PHONY : sizegroup.cc.i

sizegroup.s: sizegroup.cc.s
.PHONY : sizegroup.s

# target to generate assembly for a file
sizegroup.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/sizegroup.cc.s
.PHONY : sizegroup.cc.s

stock_browser.o: stock_browser.cc.o
.PHONY : stock_browser.o

# target to build an object file
stock_browser.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/stock_browser.cc.o
.PHONY : stock_browser.cc.o

stock_browser.i: stock_browser.cc.i
.PHONY : stock_browser.i

# target to preprocess a source file
stock_browser.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/stock_browser.cc.i
.PHONY : stock_browser.cc.i

stock_browser.s: stock_browser.cc.s
.PHONY : stock_browser.s

# target to generate assembly for a file
stock_browser.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/stock_browser.cc.s
.PHONY : stock_browser.cc.s

textview.o: textview.cc.o
.PHONY : textview.o

# target to build an object file
textview.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/textview.cc.o
.PHONY : textview.cc.o

textview.i: textview.cc.i
.PHONY : textview.i

# target to preprocess a source file
textview.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/textview.cc.i
.PHONY : textview.cc.i

textview.s: textview.cc.s
.PHONY : textview.s

# target to generate assembly for a file
textview.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/textview.cc.s
.PHONY : textview.cc.s

tree_store.o: tree_store.cc.o
.PHONY : tree_store.o

# target to build an object file
tree_store.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/tree_store.cc.o
.PHONY : tree_store.cc.o

tree_store.i: tree_store.cc.i
.PHONY : tree_store.i

# target to preprocess a source file
tree_store.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/tree_store.cc.i
.PHONY : tree_store.cc.i

tree_store.s: tree_store.cc.s
.PHONY : tree_store.s

# target to generate assembly for a file
tree_store.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/tree_store.cc.s
.PHONY : tree_store.cc.s

ui_manager.o: ui_manager.cc.o
.PHONY : ui_manager.o

# target to build an object file
ui_manager.cc.o:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/ui_manager.cc.o
.PHONY : ui_manager.cc.o

ui_manager.i: ui_manager.cc.i
.PHONY : ui_manager.i

# target to preprocess a source file
ui_manager.cc.i:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/ui_manager.cc.i
.PHONY : ui_manager.cc.i

ui_manager.s: ui_manager.cc.s
.PHONY : ui_manager.s

# target to generate assembly for a file
ui_manager.cc.s:
	cd /home/bl/git/xfc && $(MAKE) -f demos/xfc-demo/CMakeFiles/xfc-demo.dir/build.make demos/xfc-demo/CMakeFiles/xfc-demo.dir/ui_manager.cc.s
.PHONY : ui_manager.cc.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 "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... package"
	@echo "... package_source"
	@echo "... rebuild_cache"
	@echo "... xfc-demo"
	@echo "... appwindow.o"
	@echo "... appwindow.i"
	@echo "... appwindow.s"
	@echo "... button_box.o"
	@echo "... button_box.i"
	@echo "... button_box.s"
	@echo "... changedisplay.o"
	@echo "... changedisplay.i"
	@echo "... changedisplay.s"
	@echo "... clipboard.o"
	@echo "... clipboard.i"
	@echo "... clipboard.s"
	@echo "... colorsel.o"
	@echo "... colorsel.i"
	@echo "... colorsel.s"
	@echo "... demowindow.o"
	@echo "... demowindow.i"
	@echo "... demowindow.s"
	@echo "... dialog.o"
	@echo "... dialog.i"
	@echo "... dialog.s"
	@echo "... drawingarea.o"
	@echo "... drawingarea.i"
	@echo "... drawingarea.s"
	@echo "... editable_cells.o"
	@echo "... editable_cells.i"
	@echo "... editable_cells.s"
	@echo "... entry_completion.o"
	@echo "... entry_completion.i"
	@echo "... entry_completion.s"
	@echo "... expander.o"
	@echo "... expander.i"
	@echo "... expander.s"
	@echo "... hypertext.o"
	@echo "... hypertext.i"
	@echo "... hypertext.s"
	@echo "... iconview.o"
	@echo "... iconview.i"
	@echo "... iconview.s"
	@echo "... images.o"
	@echo "... images.i"
	@echo "... images.s"
	@echo "... list_store.o"
	@echo "... list_store.i"
	@echo "... list_store.s"
	@echo "... main.o"
	@echo "... main.i"
	@echo "... main.s"
	@echo "... menus.o"
	@echo "... menus.i"
	@echo "... menus.s"
	@echo "... panes.o"
	@echo "... panes.i"
	@echo "... panes.s"
	@echo "... pixbufs.o"
	@echo "... pixbufs.i"
	@echo "... pixbufs.s"
	@echo "... rotated_text.o"
	@echo "... rotated_text.i"
	@echo "... rotated_text.s"
	@echo "... sizegroup.o"
	@echo "... sizegroup.i"
	@echo "... sizegroup.s"
	@echo "... stock_browser.o"
	@echo "... stock_browser.i"
	@echo "... stock_browser.s"
	@echo "... textview.o"
	@echo "... textview.i"
	@echo "... textview.s"
	@echo "... tree_store.o"
	@echo "... tree_store.i"
	@echo "... tree_store.s"
	@echo "... ui_manager.o"
	@echo "... ui_manager.i"
	@echo "... ui_manager.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 /home/bl/git/xfc && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

