summaryrefslogtreecommitdiffstats
path: root/build/src/customdhcpcd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build/src/customdhcpcd/Makefile')
-rw-r--r--build/src/customdhcpcd/Makefile624
1 files changed, 624 insertions, 0 deletions
diff --git a/build/src/customdhcpcd/Makefile b/build/src/customdhcpcd/Makefile
new file mode 100644
index 0000000..fecd5fc
--- /dev/null
+++ b/build/src/customdhcpcd/Makefile
@@ -0,0 +1,624 @@
+# 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 canoncical 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/michael/fbgui
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /home/michael/fbgui/build
+
+#=============================================================================
+# 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/michael/fbgui/build && /usr/bin/cpack --config ./CPackConfig.cmake
+.PHONY : package
+
+# Special rule for the target package
+package/fast: package
+.PHONY : package/fast
+
+# Special rule for the target package_source
+package_source:
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Run CPack packaging tool for source..."
+ cd /home/michael/fbgui/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/michael/fbgui/build/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/michael/fbgui/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/michael/fbgui/build/CMakeFiles /home/michael/fbgui/build/src/customdhcpcd/CMakeFiles/progress.marks
+ cd /home/michael/fbgui/build && $(MAKE) -f CMakeFiles/Makefile2 src/customdhcpcd/all
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/michael/fbgui/build/CMakeFiles 0
+.PHONY : all
+
+# The main clean target
+clean:
+ cd /home/michael/fbgui/build && $(MAKE) -f CMakeFiles/Makefile2 src/customdhcpcd/clean
+.PHONY : clean
+
+# The main clean target
+clean/fast: clean
+.PHONY : clean/fast
+
+# Prepare targets for installation.
+preinstall: all
+ cd /home/michael/fbgui/build && $(MAKE) -f CMakeFiles/Makefile2 src/customdhcpcd/preinstall
+.PHONY : preinstall
+
+# Prepare targets for installation.
+preinstall/fast:
+ cd /home/michael/fbgui/build && $(MAKE) -f CMakeFiles/Makefile2 src/customdhcpcd/preinstall
+.PHONY : preinstall/fast
+
+# clear depends
+depend:
+ cd /home/michael/fbgui/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
+.PHONY : depend
+
+# Convenience name for target.
+src/customdhcpcd/CMakeFiles/cdhcpcd.dir/rule:
+ cd /home/michael/fbgui/build && $(MAKE) -f CMakeFiles/Makefile2 src/customdhcpcd/CMakeFiles/cdhcpcd.dir/rule
+.PHONY : src/customdhcpcd/CMakeFiles/cdhcpcd.dir/rule
+
+# Convenience name for target.
+cdhcpcd: src/customdhcpcd/CMakeFiles/cdhcpcd.dir/rule
+.PHONY : cdhcpcd
+
+# fast build rule for target.
+cdhcpcd/fast:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/cdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/cdhcpcd.dir/build
+.PHONY : cdhcpcd/fast
+
+# Convenience name for target.
+src/customdhcpcd/CMakeFiles/customdhcpcd.dir/rule:
+ cd /home/michael/fbgui/build && $(MAKE) -f CMakeFiles/Makefile2 src/customdhcpcd/CMakeFiles/customdhcpcd.dir/rule
+.PHONY : src/customdhcpcd/CMakeFiles/customdhcpcd.dir/rule
+
+# Convenience name for target.
+customdhcpcd: src/customdhcpcd/CMakeFiles/customdhcpcd.dir/rule
+.PHONY : customdhcpcd
+
+# fast build rule for target.
+customdhcpcd/fast:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build
+.PHONY : customdhcpcd/fast
+
+arp.o: arp.c.o
+.PHONY : arp.o
+
+# target to build an object file
+arp.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/arp.c.o
+.PHONY : arp.c.o
+
+arp.i: arp.c.i
+.PHONY : arp.i
+
+# target to preprocess a source file
+arp.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/arp.c.i
+.PHONY : arp.c.i
+
+arp.s: arp.c.s
+.PHONY : arp.s
+
+# target to generate assembly for a file
+arp.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/arp.c.s
+.PHONY : arp.c.s
+
+client.o: client.c.o
+.PHONY : client.o
+
+# target to build an object file
+client.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/client.c.o
+.PHONY : client.c.o
+
+client.i: client.c.i
+.PHONY : client.i
+
+# target to preprocess a source file
+client.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/client.c.i
+.PHONY : client.c.i
+
+client.s: client.c.s
+.PHONY : client.s
+
+# target to generate assembly for a file
+client.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/client.c.s
+.PHONY : client.c.s
+
+common.o: common.c.o
+.PHONY : common.o
+
+# target to build an object file
+common.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/common.c.o
+.PHONY : common.c.o
+
+common.i: common.c.i
+.PHONY : common.i
+
+# target to preprocess a source file
+common.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/common.c.i
+.PHONY : common.c.i
+
+common.s: common.c.s
+.PHONY : common.s
+
+# target to generate assembly for a file
+common.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/common.c.s
+.PHONY : common.c.s
+
+configure.o: configure.c.o
+.PHONY : configure.o
+
+# target to build an object file
+configure.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/configure.c.o
+.PHONY : configure.c.o
+
+configure.i: configure.c.i
+.PHONY : configure.i
+
+# target to preprocess a source file
+configure.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/configure.c.i
+.PHONY : configure.c.i
+
+configure.s: configure.c.s
+.PHONY : configure.s
+
+# target to generate assembly for a file
+configure.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/configure.c.s
+.PHONY : configure.c.s
+
+dhcp.o: dhcp.c.o
+.PHONY : dhcp.o
+
+# target to build an object file
+dhcp.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/dhcp.c.o
+.PHONY : dhcp.c.o
+
+dhcp.i: dhcp.c.i
+.PHONY : dhcp.i
+
+# target to preprocess a source file
+dhcp.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/dhcp.c.i
+.PHONY : dhcp.c.i
+
+dhcp.s: dhcp.c.s
+.PHONY : dhcp.s
+
+# target to generate assembly for a file
+dhcp.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/dhcp.c.s
+.PHONY : dhcp.c.s
+
+dhcpcd.o: dhcpcd.c.o
+.PHONY : dhcpcd.o
+
+# target to build an object file
+dhcpcd.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/cdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/cdhcpcd.dir/dhcpcd.c.o
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/dhcpcd.c.o
+.PHONY : dhcpcd.c.o
+
+dhcpcd.i: dhcpcd.c.i
+.PHONY : dhcpcd.i
+
+# target to preprocess a source file
+dhcpcd.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/cdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/cdhcpcd.dir/dhcpcd.c.i
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/dhcpcd.c.i
+.PHONY : dhcpcd.c.i
+
+dhcpcd.s: dhcpcd.c.s
+.PHONY : dhcpcd.s
+
+# target to generate assembly for a file
+dhcpcd.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/cdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/cdhcpcd.dir/dhcpcd.c.s
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/dhcpcd.c.s
+.PHONY : dhcpcd.c.s
+
+discover.o: discover.c.o
+.PHONY : discover.o
+
+# target to build an object file
+discover.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/discover.c.o
+.PHONY : discover.c.o
+
+discover.i: discover.c.i
+.PHONY : discover.i
+
+# target to preprocess a source file
+discover.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/discover.c.i
+.PHONY : discover.c.i
+
+discover.s: discover.c.s
+.PHONY : discover.s
+
+# target to generate assembly for a file
+discover.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/discover.c.s
+.PHONY : discover.c.s
+
+duid.o: duid.c.o
+.PHONY : duid.o
+
+# target to build an object file
+duid.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/duid.c.o
+.PHONY : duid.c.o
+
+duid.i: duid.c.i
+.PHONY : duid.i
+
+# target to preprocess a source file
+duid.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/duid.c.i
+.PHONY : duid.c.i
+
+duid.s: duid.c.s
+.PHONY : duid.s
+
+# target to generate assembly for a file
+duid.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/duid.c.s
+.PHONY : duid.c.s
+
+info.o: info.c.o
+.PHONY : info.o
+
+# target to build an object file
+info.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/info.c.o
+.PHONY : info.c.o
+
+info.i: info.c.i
+.PHONY : info.i
+
+# target to preprocess a source file
+info.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/info.c.i
+.PHONY : info.c.i
+
+info.s: info.c.s
+.PHONY : info.s
+
+# target to generate assembly for a file
+info.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/info.c.s
+.PHONY : info.c.s
+
+interface.o: interface.c.o
+.PHONY : interface.o
+
+# target to build an object file
+interface.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/interface.c.o
+.PHONY : interface.c.o
+
+interface.i: interface.c.i
+.PHONY : interface.i
+
+# target to preprocess a source file
+interface.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/interface.c.i
+.PHONY : interface.c.i
+
+interface.s: interface.c.s
+.PHONY : interface.s
+
+# target to generate assembly for a file
+interface.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/interface.c.s
+.PHONY : interface.c.s
+
+ipv4ll.o: ipv4ll.c.o
+.PHONY : ipv4ll.o
+
+# target to build an object file
+ipv4ll.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/ipv4ll.c.o
+.PHONY : ipv4ll.c.o
+
+ipv4ll.i: ipv4ll.c.i
+.PHONY : ipv4ll.i
+
+# target to preprocess a source file
+ipv4ll.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/ipv4ll.c.i
+.PHONY : ipv4ll.c.i
+
+ipv4ll.s: ipv4ll.c.s
+.PHONY : ipv4ll.s
+
+# target to generate assembly for a file
+ipv4ll.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/ipv4ll.c.s
+.PHONY : ipv4ll.c.s
+
+logger.o: logger.c.o
+.PHONY : logger.o
+
+# target to build an object file
+logger.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/logger.c.o
+.PHONY : logger.c.o
+
+logger.i: logger.c.i
+.PHONY : logger.i
+
+# target to preprocess a source file
+logger.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/logger.c.i
+.PHONY : logger.c.i
+
+logger.s: logger.c.s
+.PHONY : logger.s
+
+# target to generate assembly for a file
+logger.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/logger.c.s
+.PHONY : logger.c.s
+
+logwriter.o: logwriter.c.o
+.PHONY : logwriter.o
+
+# target to build an object file
+logwriter.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/logwriter.c.o
+.PHONY : logwriter.c.o
+
+logwriter.i: logwriter.c.i
+.PHONY : logwriter.i
+
+# target to preprocess a source file
+logwriter.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/logwriter.c.i
+.PHONY : logwriter.c.i
+
+logwriter.s: logwriter.c.s
+.PHONY : logwriter.s
+
+# target to generate assembly for a file
+logwriter.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/logwriter.c.s
+.PHONY : logwriter.c.s
+
+signal.o: signal.c.o
+.PHONY : signal.o
+
+# target to build an object file
+signal.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/signal.c.o
+.PHONY : signal.c.o
+
+signal.i: signal.c.i
+.PHONY : signal.i
+
+# target to preprocess a source file
+signal.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/signal.c.i
+.PHONY : signal.c.i
+
+signal.s: signal.c.s
+.PHONY : signal.s
+
+# target to generate assembly for a file
+signal.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/signal.c.s
+.PHONY : signal.c.s
+
+socket.o: socket.c.o
+.PHONY : socket.o
+
+# target to build an object file
+socket.c.o:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/socket.c.o
+.PHONY : socket.c.o
+
+socket.i: socket.c.i
+.PHONY : socket.i
+
+# target to preprocess a source file
+socket.c.i:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/socket.c.i
+.PHONY : socket.c.i
+
+socket.s: socket.c.s
+.PHONY : socket.s
+
+# target to generate assembly for a file
+socket.c.s:
+ cd /home/michael/fbgui/build && $(MAKE) -f src/customdhcpcd/CMakeFiles/customdhcpcd.dir/build.make src/customdhcpcd/CMakeFiles/customdhcpcd.dir/socket.c.s
+.PHONY : socket.c.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 "... cdhcpcd"
+ @echo "... customdhcpcd"
+ @echo "... edit_cache"
+ @echo "... install"
+ @echo "... install/local"
+ @echo "... install/strip"
+ @echo "... list_install_components"
+ @echo "... package"
+ @echo "... package_source"
+ @echo "... rebuild_cache"
+ @echo "... arp.o"
+ @echo "... arp.i"
+ @echo "... arp.s"
+ @echo "... client.o"
+ @echo "... client.i"
+ @echo "... client.s"
+ @echo "... common.o"
+ @echo "... common.i"
+ @echo "... common.s"
+ @echo "... configure.o"
+ @echo "... configure.i"
+ @echo "... configure.s"
+ @echo "... dhcp.o"
+ @echo "... dhcp.i"
+ @echo "... dhcp.s"
+ @echo "... dhcpcd.o"
+ @echo "... dhcpcd.i"
+ @echo "... dhcpcd.s"
+ @echo "... discover.o"
+ @echo "... discover.i"
+ @echo "... discover.s"
+ @echo "... duid.o"
+ @echo "... duid.i"
+ @echo "... duid.s"
+ @echo "... info.o"
+ @echo "... info.i"
+ @echo "... info.s"
+ @echo "... interface.o"
+ @echo "... interface.i"
+ @echo "... interface.s"
+ @echo "... ipv4ll.o"
+ @echo "... ipv4ll.i"
+ @echo "... ipv4ll.s"
+ @echo "... logger.o"
+ @echo "... logger.i"
+ @echo "... logger.s"
+ @echo "... logwriter.o"
+ @echo "... logwriter.i"
+ @echo "... logwriter.s"
+ @echo "... signal.o"
+ @echo "... signal.i"
+ @echo "... signal.s"
+ @echo "... socket.o"
+ @echo "... socket.i"
+ @echo "... socket.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/michael/fbgui/build && $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+