2021-07-21 20:35:51 +08:00

117 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="Atop"/>
<Option makefile_is_custom="1"/>
<Option compiler="gcc"/>
<Option virtualFolders="CMake Files\;"/>
<Build>
<Target title="all">
<Option working_dir="/home/iain/Desktop/vperf/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/home/iain/Desktop/vperf/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/home/iain/Desktop/vperf/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="Atop">
<Option output="/home/iain/Desktop/vperf/cmake-build-debug/Atop" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/iain/Desktop/vperf/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/9/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 Atop"/>
<CompileFile command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="Atop/fast">
<Option output="/home/iain/Desktop/vperf/cmake-build-debug/Atop" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/home/iain/Desktop/vperf/cmake-build-debug"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="gcc"/>
<Compiler>
<Add directory="/usr/lib/gcc/x86_64-linux-gnu/9/include"/>
<Add directory="/usr/local/include"/>
<Add directory="/usr/include/x86_64-linux-gnu"/>
<Add directory="/usr/include"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 Atop/fast"/>
<CompileFile command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j24 -f &quot;/home/iain/Desktop/vperf/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/home/iain/Desktop/vperf/include/cJSON.c">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/include/cJSON.h">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/main.c">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/ProcessInfo.c">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/ProcessInfo.h">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/SystemInfo.c">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/SystemInfo.h">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/filter.c">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/filter.h">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/server.c">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/src/server.h">
<Option target="Atop"/>
</Unit>
<Unit filename="/home/iain/Desktop/vperf/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
</Project>
</CodeBlocks_project_file>