diff options
| author | Niklas | 2011-09-05 18:06:52 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-05 18:06:52 +0200 |
| commit | 0ddb46dfb591606cd2404a27c2d9e5dec96d61fd (patch) | |
| tree | 3108f51dbba99e08d049146ab13a27bf8e1f9d4e /customdhcpcd/src/build/CMakeFiles/Makefile2 | |
| parent | tried to manage cmake but failed. also tried to add the del_route() method of... (diff) | |
| download | fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.tar.gz fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.tar.xz fbgui-0ddb46dfb591606cd2404a27c2d9e5dec96d61fd.zip | |
finaly managed it to create a .so lib of the customdhcpcd files. the dhcpcd.c file is not included in this lib (it contains the main function)
Diffstat (limited to 'customdhcpcd/src/build/CMakeFiles/Makefile2')
| -rw-r--r-- | customdhcpcd/src/build/CMakeFiles/Makefile2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/customdhcpcd/src/build/CMakeFiles/Makefile2 b/customdhcpcd/src/build/CMakeFiles/Makefile2 index e9d5f1b..b202eec 100644 --- a/customdhcpcd/src/build/CMakeFiles/Makefile2 +++ b/customdhcpcd/src/build/CMakeFiles/Makefile2 @@ -66,7 +66,7 @@ all: CMakeFiles/customdhcpcd.dir/all # Build rule for subdir invocation for target. CMakeFiles/customdhcpcd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 18 + $(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 15 $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/customdhcpcd.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 0 .PHONY : CMakeFiles/customdhcpcd.dir/rule @@ -91,7 +91,7 @@ clean: CMakeFiles/customdhcpcd.dir/clean CMakeFiles/libcustomdhcpcd.dir/all: $(MAKE) -f CMakeFiles/libcustomdhcpcd.dir/build.make CMakeFiles/libcustomdhcpcd.dir/depend $(MAKE) -f CMakeFiles/libcustomdhcpcd.dir/build.make CMakeFiles/libcustomdhcpcd.dir/build - $(CMAKE_COMMAND) -E cmake_progress_report /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 + $(CMAKE_COMMAND) -E cmake_progress_report /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 2 3 4 5 6 7 8 9 10 11 12 13 14 15 @echo "Built target libcustomdhcpcd" .PHONY : CMakeFiles/libcustomdhcpcd.dir/all @@ -101,7 +101,7 @@ all: CMakeFiles/libcustomdhcpcd.dir/all # Build rule for subdir invocation for target. CMakeFiles/libcustomdhcpcd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 17 + $(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 14 $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/libcustomdhcpcd.dir/all $(CMAKE_COMMAND) -E cmake_progress_start /home/niklas/fbgui/customdhcpcd/src/build/CMakeFiles 0 .PHONY : CMakeFiles/libcustomdhcpcd.dir/rule |
