New files

This commit is contained in:
Luigi Capogrosso
2019-05-08 17:21:47 +02:00
parent 7d9085fecf
commit 9af9701ddb
107 changed files with 596 additions and 17846 deletions
+469
View File
@@ -0,0 +1,469 @@
# SPDX-License-Identifier: GPL-2.0
#
# clang-format configuration file. Intended for clang-format >= 4.
#
# For more information, see:
#
# Documentation/process/clang-format.rst
# https://clang.llvm.org/docs/ClangFormat.html
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
#
---
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
#AlignEscapedNewlines: Left # Unknown to clang-format-4.0
AlignOperands: true
AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: false
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterNamespace: true
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
#AfterExternBlock: false # Unknown to clang-format-5.0
BeforeCatch: false
BeforeElse: false
IndentBraces: false
#SplitEmptyFunction: true # Unknown to clang-format-4.0
#SplitEmptyRecord: true # Unknown to clang-format-4.0
#SplitEmptyNamespace: true # Unknown to clang-format-4.0
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
#BreakBeforeInheritanceComma: false # Unknown to clang-format-4.0
BreakBeforeTernaryOperators: false
BreakConstructorInitializersBeforeComma: false
#BreakConstructorInitializers: BeforeComma # Unknown to clang-format-4.0
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: false
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
#CompactNamespaces: false # Unknown to clang-format-4.0
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: false
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
#FixNamespaceComments: false # Unknown to clang-format-4.0
# Taken from:
# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
# | sort | uniq
ForEachMacros:
- 'apei_estatus_for_each_section'
- 'ata_for_each_dev'
- 'ata_for_each_link'
- '__ata_qc_for_each'
- 'ata_qc_for_each'
- 'ata_qc_for_each_raw'
- 'ata_qc_for_each_with_internal'
- 'ax25_for_each'
- 'ax25_uid_for_each'
- 'bio_for_each_integrity_vec'
- '__bio_for_each_segment'
- 'bio_for_each_segment'
- 'bio_for_each_segment_all'
- 'bio_list_for_each'
- 'bip_for_each_vec'
- 'blkg_for_each_descendant_post'
- 'blkg_for_each_descendant_pre'
- 'blk_queue_for_each_rl'
- 'bond_for_each_slave'
- 'bond_for_each_slave_rcu'
- 'bpf_for_each_spilled_reg'
- 'btree_for_each_safe128'
- 'btree_for_each_safe32'
- 'btree_for_each_safe64'
- 'btree_for_each_safel'
- 'card_for_each_dev'
- 'cgroup_taskset_for_each'
- 'cgroup_taskset_for_each_leader'
- 'cpufreq_for_each_entry'
- 'cpufreq_for_each_entry_idx'
- 'cpufreq_for_each_valid_entry'
- 'cpufreq_for_each_valid_entry_idx'
- 'css_for_each_child'
- 'css_for_each_descendant_post'
- 'css_for_each_descendant_pre'
- 'device_for_each_child_node'
- 'drm_atomic_crtc_for_each_plane'
- 'drm_atomic_crtc_state_for_each_plane'
- 'drm_atomic_crtc_state_for_each_plane_state'
- 'drm_atomic_for_each_plane_damage'
- 'drm_connector_for_each_possible_encoder'
- 'drm_for_each_connector_iter'
- 'drm_for_each_crtc'
- 'drm_for_each_encoder'
- 'drm_for_each_encoder_mask'
- 'drm_for_each_fb'
- 'drm_for_each_legacy_plane'
- 'drm_for_each_plane'
- 'drm_for_each_plane_mask'
- 'drm_mm_for_each_hole'
- 'drm_mm_for_each_node'
- 'drm_mm_for_each_node_in_range'
- 'drm_mm_for_each_node_safe'
- 'for_each_active_drhd_unit'
- 'for_each_active_iommu'
- 'for_each_available_child_of_node'
- 'for_each_bio'
- 'for_each_board_func_rsrc'
- 'for_each_bvec'
- 'for_each_card_components'
- 'for_each_card_links'
- 'for_each_card_links_safe'
- 'for_each_card_prelinks'
- 'for_each_card_rtds'
- 'for_each_card_rtds_safe'
- 'for_each_cgroup_storage_type'
- 'for_each_child_of_node'
- 'for_each_clear_bit'
- 'for_each_clear_bit_from'
- 'for_each_cmsghdr'
- 'for_each_compatible_node'
- 'for_each_component_dais'
- 'for_each_component_dais_safe'
- 'for_each_comp_order'
- 'for_each_console'
- 'for_each_cpu'
- 'for_each_cpu_and'
- 'for_each_cpu_not'
- 'for_each_cpu_wrap'
- 'for_each_dev_addr'
- 'for_each_dma_cap_mask'
- 'for_each_dpcm_be'
- 'for_each_dpcm_be_rollback'
- 'for_each_dpcm_be_safe'
- 'for_each_dpcm_fe'
- 'for_each_drhd_unit'
- 'for_each_dss_dev'
- 'for_each_efi_memory_desc'
- 'for_each_efi_memory_desc_in_map'
- 'for_each_endpoint_of_node'
- 'for_each_evictable_lru'
- 'for_each_fib6_node_rt_rcu'
- 'for_each_fib6_walker_rt'
- 'for_each_free_mem_range'
- 'for_each_free_mem_range_reverse'
- 'for_each_func_rsrc'
- 'for_each_hstate'
- 'for_each_if'
- 'for_each_iommu'
- 'for_each_ip_tunnel_rcu'
- 'for_each_irq_nr'
- 'for_each_link_codecs'
- 'for_each_lru'
- 'for_each_matching_node'
- 'for_each_matching_node_and_match'
- 'for_each_memblock'
- 'for_each_memblock_type'
- 'for_each_memcg_cache_index'
- 'for_each_mem_pfn_range'
- 'for_each_mem_range'
- 'for_each_mem_range_rev'
- 'for_each_migratetype_order'
- 'for_each_msi_entry'
- 'for_each_msi_entry_safe'
- 'for_each_net'
- 'for_each_netdev'
- 'for_each_netdev_continue'
- 'for_each_netdev_continue_rcu'
- 'for_each_netdev_feature'
- 'for_each_netdev_in_bond_rcu'
- 'for_each_netdev_rcu'
- 'for_each_netdev_reverse'
- 'for_each_netdev_safe'
- 'for_each_net_rcu'
- 'for_each_new_connector_in_state'
- 'for_each_new_crtc_in_state'
- 'for_each_new_plane_in_state'
- 'for_each_new_private_obj_in_state'
- 'for_each_node'
- 'for_each_node_by_name'
- 'for_each_node_by_type'
- 'for_each_node_mask'
- 'for_each_node_state'
- 'for_each_node_with_cpus'
- 'for_each_node_with_property'
- 'for_each_of_allnodes'
- 'for_each_of_allnodes_from'
- 'for_each_of_cpu_node'
- 'for_each_of_pci_range'
- 'for_each_old_connector_in_state'
- 'for_each_old_crtc_in_state'
- 'for_each_oldnew_connector_in_state'
- 'for_each_oldnew_crtc_in_state'
- 'for_each_oldnew_plane_in_state'
- 'for_each_oldnew_plane_in_state_reverse'
- 'for_each_oldnew_private_obj_in_state'
- 'for_each_old_plane_in_state'
- 'for_each_old_private_obj_in_state'
- 'for_each_online_cpu'
- 'for_each_online_node'
- 'for_each_online_pgdat'
- 'for_each_pci_bridge'
- 'for_each_pci_dev'
- 'for_each_pci_msi_entry'
- 'for_each_populated_zone'
- 'for_each_possible_cpu'
- 'for_each_present_cpu'
- 'for_each_prime_number'
- 'for_each_prime_number_from'
- 'for_each_process'
- 'for_each_process_thread'
- 'for_each_property_of_node'
- 'for_each_registered_fb'
- 'for_each_reserved_mem_region'
- 'for_each_rtd_codec_dai'
- 'for_each_rtd_codec_dai_rollback'
- 'for_each_rtdcom'
- 'for_each_rtdcom_safe'
- 'for_each_set_bit'
- 'for_each_set_bit_from'
- 'for_each_sg'
- 'for_each_sg_dma_page'
- 'for_each_sg_page'
- 'for_each_sibling_event'
- '__for_each_thread'
- 'for_each_thread'
- 'for_each_zone'
- 'for_each_zone_zonelist'
- 'for_each_zone_zonelist_nodemask'
- 'fwnode_for_each_available_child_node'
- 'fwnode_for_each_child_node'
- 'fwnode_graph_for_each_endpoint'
- 'gadget_for_each_ep'
- 'hash_for_each'
- 'hash_for_each_possible'
- 'hash_for_each_possible_rcu'
- 'hash_for_each_possible_rcu_notrace'
- 'hash_for_each_possible_safe'
- 'hash_for_each_rcu'
- 'hash_for_each_safe'
- 'hctx_for_each_ctx'
- 'hlist_bl_for_each_entry'
- 'hlist_bl_for_each_entry_rcu'
- 'hlist_bl_for_each_entry_safe'
- 'hlist_for_each'
- 'hlist_for_each_entry'
- 'hlist_for_each_entry_continue'
- 'hlist_for_each_entry_continue_rcu'
- 'hlist_for_each_entry_continue_rcu_bh'
- 'hlist_for_each_entry_from'
- 'hlist_for_each_entry_from_rcu'
- 'hlist_for_each_entry_rcu'
- 'hlist_for_each_entry_rcu_bh'
- 'hlist_for_each_entry_rcu_notrace'
- 'hlist_for_each_entry_safe'
- '__hlist_for_each_rcu'
- 'hlist_for_each_safe'
- 'hlist_nulls_for_each_entry'
- 'hlist_nulls_for_each_entry_from'
- 'hlist_nulls_for_each_entry_rcu'
- 'hlist_nulls_for_each_entry_safe'
- 'i3c_bus_for_each_i2cdev'
- 'i3c_bus_for_each_i3cdev'
- 'ide_host_for_each_port'
- 'ide_port_for_each_dev'
- 'ide_port_for_each_present_dev'
- 'idr_for_each_entry'
- 'idr_for_each_entry_continue'
- 'idr_for_each_entry_ul'
- 'inet_bind_bucket_for_each'
- 'inet_lhash2_for_each_icsk_rcu'
- 'key_for_each'
- 'key_for_each_safe'
- 'klp_for_each_func'
- 'klp_for_each_object'
- 'kvm_for_each_memslot'
- 'kvm_for_each_vcpu'
- 'list_for_each'
- 'list_for_each_codec'
- 'list_for_each_codec_safe'
- 'list_for_each_entry'
- 'list_for_each_entry_continue'
- 'list_for_each_entry_continue_rcu'
- 'list_for_each_entry_continue_reverse'
- 'list_for_each_entry_from'
- 'list_for_each_entry_from_rcu'
- 'list_for_each_entry_from_reverse'
- 'list_for_each_entry_lockless'
- 'list_for_each_entry_rcu'
- 'list_for_each_entry_reverse'
- 'list_for_each_entry_safe'
- 'list_for_each_entry_safe_continue'
- 'list_for_each_entry_safe_from'
- 'list_for_each_entry_safe_reverse'
- 'list_for_each_prev'
- 'list_for_each_prev_safe'
- 'list_for_each_safe'
- 'llist_for_each'
- 'llist_for_each_entry'
- 'llist_for_each_entry_safe'
- 'llist_for_each_safe'
- 'media_device_for_each_entity'
- 'media_device_for_each_intf'
- 'media_device_for_each_link'
- 'media_device_for_each_pad'
- 'nanddev_io_for_each_page'
- 'netdev_for_each_lower_dev'
- 'netdev_for_each_lower_private'
- 'netdev_for_each_lower_private_rcu'
- 'netdev_for_each_mc_addr'
- 'netdev_for_each_uc_addr'
- 'netdev_for_each_upper_dev_rcu'
- 'netdev_hw_addr_list_for_each'
- 'nft_rule_for_each_expr'
- 'nla_for_each_attr'
- 'nla_for_each_nested'
- 'nlmsg_for_each_attr'
- 'nlmsg_for_each_msg'
- 'nr_neigh_for_each'
- 'nr_neigh_for_each_safe'
- 'nr_node_for_each'
- 'nr_node_for_each_safe'
- 'of_for_each_phandle'
- 'of_property_for_each_string'
- 'of_property_for_each_u32'
- 'pci_bus_for_each_resource'
- 'ping_portaddr_for_each_entry'
- 'plist_for_each'
- 'plist_for_each_continue'
- 'plist_for_each_entry'
- 'plist_for_each_entry_continue'
- 'plist_for_each_entry_safe'
- 'plist_for_each_safe'
- 'pnp_for_each_card'
- 'pnp_for_each_dev'
- 'protocol_for_each_card'
- 'protocol_for_each_dev'
- 'queue_for_each_hw_ctx'
- 'radix_tree_for_each_slot'
- 'radix_tree_for_each_tagged'
- 'rbtree_postorder_for_each_entry_safe'
- 'rdma_for_each_port'
- 'resource_list_for_each_entry'
- 'resource_list_for_each_entry_safe'
- 'rhl_for_each_entry_rcu'
- 'rhl_for_each_rcu'
- 'rht_for_each'
- 'rht_for_each_continue'
- 'rht_for_each_entry'
- 'rht_for_each_entry_continue'
- 'rht_for_each_entry_rcu'
- 'rht_for_each_entry_rcu_continue'
- 'rht_for_each_entry_safe'
- 'rht_for_each_rcu'
- 'rht_for_each_rcu_continue'
- '__rq_for_each_bio'
- 'rq_for_each_segment'
- 'scsi_for_each_prot_sg'
- 'scsi_for_each_sg'
- 'sctp_for_each_hentry'
- 'sctp_skb_for_each'
- 'shdma_for_each_chan'
- '__shost_for_each_device'
- 'shost_for_each_device'
- 'sk_for_each'
- 'sk_for_each_bound'
- 'sk_for_each_entry_offset_rcu'
- 'sk_for_each_from'
- 'sk_for_each_rcu'
- 'sk_for_each_safe'
- 'sk_nulls_for_each'
- 'sk_nulls_for_each_from'
- 'sk_nulls_for_each_rcu'
- 'snd_array_for_each'
- 'snd_pcm_group_for_each_entry'
- 'snd_soc_dapm_widget_for_each_path'
- 'snd_soc_dapm_widget_for_each_path_safe'
- 'snd_soc_dapm_widget_for_each_sink_path'
- 'snd_soc_dapm_widget_for_each_source_path'
- 'tb_property_for_each'
- 'tcf_exts_for_each_action'
- 'udp_portaddr_for_each_entry'
- 'udp_portaddr_for_each_entry_rcu'
- 'usb_hub_for_each_child'
- 'v4l2_device_for_each_subdev'
- 'v4l2_m2m_for_each_dst_buf'
- 'v4l2_m2m_for_each_dst_buf_safe'
- 'v4l2_m2m_for_each_src_buf'
- 'v4l2_m2m_for_each_src_buf_safe'
- 'virtio_device_for_each_vq'
- 'xa_for_each'
- 'xas_for_each'
- 'xas_for_each_conflict'
- 'xas_for_each_marked'
- 'zorro_for_each_dev'
#IncludeBlocks: Preserve # Unknown to clang-format-5.0
IncludeCategories:
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
#IndentPPDirectives: None # Unknown to clang-format-5.0
IndentWidth: 4
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: false
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
NamespaceIndentation: Inner
#ObjCBinPackProtocolList: Auto # Unknown to clang-format-5.0
ObjCBlockIndentWidth: 4
ObjCSpaceAfterProperty: true
ObjCSpaceBeforeProtocolList: true
# Taken from git's rules
#PenaltyBreakAssignment: 10 # Unknown to clang-format-4.0
PenaltyBreakBeforeFirstCallParameter: 30
PenaltyBreakComment: 10
PenaltyBreakFirstLessLess: 0
PenaltyBreakString: 10
PenaltyExcessCharacter: 100
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: false
SortIncludes: false
#SortUsingDeclarations: false # Unknown to clang-format-4.0
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
#SpaceBeforeCtorInitializerColon: true # Unknown to clang-format-5.0
#SpaceBeforeInheritanceColon: true # Unknown to clang-format-5.0
SpaceBeforeParens: ControlStatements
#SpaceBeforeRangeBasedForLoopColon: true # Unknown to clang-format-5.0
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp03
TabWidth: 4
UseTab: Always
...
+3
View File
@@ -0,0 +1,3 @@
symbol-file ./mentos/kernel.bin
exec-file ./mentos/kernel.bin
target remote localhost:1234
+101
View File
@@ -0,0 +1,101 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
# Generated files
.idea/**/contentModel.xml
# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
# Gradle
.idea/**/gradle.xml
.idea/**/libraries
# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# CMake
cmake-build-*/
# Mongo Explorer plugin
.idea/**/mongoSettings.xml
# File-based project format
*.iws
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# Editor-based Rest Client
.idea/httpRequests
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
# Galfurian fork
*.o
bochsout.txt
kernel.bin
boot/os/
generated/
src/mentos/src/os/
src/mentos/src/utils/
utils/initfscp
cmake-build-*
build
doc/html
.idea
# CMake from https://github.com/github/gitignore
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
# Changes during compilation
initfs
src/mentos/kernel.map
src/mentos/libmentOs.a
src/initscp/initfscp
# OS generated files
.DS_Store
+23
View File
@@ -0,0 +1,23 @@
dist : xenial
sudo : required
language : c
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
env: COMPILER=gcc-5
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq nasm
script:
- mkdir build
- cd build
- cmake -DCMAKE_C_COMPILER=$COMPILER .. && make
File diff suppressed because one or more lines are too long
@@ -1,17 +0,0 @@
set(CMAKE_ASM_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc")
set(CMAKE_ASM_COMPILER_ARG1 "")
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
set(CMAKE_ASM_COMPILER_AR "")
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
set(CMAKE_ASM_COMPILER_RANLIB "")
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
set(CMAKE_ASM_COMPILER_LOADED 1)
set(CMAKE_ASM_COMPILER_ID "AppleClang")
set(CMAKE_ASM_COMPILER_VERSION "")
set(CMAKE_ASM_COMPILER_ENV_VAR "ASM")
set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_ASM_LINKER_PREFERENCE 0)
@@ -1,73 +0,0 @@
set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc")
set(CMAKE_C_COMPILER_ARG1 "")
set(CMAKE_C_COMPILER_ID "AppleClang")
set(CMAKE_C_COMPILER_VERSION "10.0.1.10010046")
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
set(CMAKE_C_COMPILER_WRAPPER "")
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
set(CMAKE_C_PLATFORM_ID "Darwin")
set(CMAKE_C_SIMULATE_ID "")
set(CMAKE_C_SIMULATE_VERSION "")
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
set(CMAKE_C_COMPILER_AR "")
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
set(CMAKE_C_COMPILER_RANLIB "")
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCC )
set(CMAKE_C_COMPILER_LOADED 1)
set(CMAKE_C_COMPILER_WORKS TRUE)
set(CMAKE_C_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_C_COMPILER_ENV_VAR "CC")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_C_COMPILER_ID_RUN 1)
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_C_LINKER_PREFERENCE 10)
# Save compiler ABI information.
set(CMAKE_C_SIZEOF_DATA_PTR "8")
set(CMAKE_C_COMPILER_ABI "")
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
if(CMAKE_C_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_C_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
endif()
if(CMAKE_C_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib")
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks")
@@ -1,76 +0,0 @@
set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++")
set(CMAKE_CXX_COMPILER_ARG1 "")
set(CMAKE_CXX_COMPILER_ID "AppleClang")
set(CMAKE_CXX_COMPILER_VERSION "10.0.1.10010046")
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
set(CMAKE_CXX_COMPILER_WRAPPER "")
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17")
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
set(CMAKE_CXX20_COMPILE_FEATURES "")
set(CMAKE_CXX_PLATFORM_ID "Darwin")
set(CMAKE_CXX_SIMULATE_ID "")
set(CMAKE_CXX_SIMULATE_VERSION "")
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
set(CMAKE_CXX_COMPILER_AR "")
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
set(CMAKE_CXX_COMPILER_RANLIB "")
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
set(CMAKE_COMPILER_IS_GNUCXX )
set(CMAKE_CXX_COMPILER_LOADED 1)
set(CMAKE_CXX_COMPILER_WORKS TRUE)
set(CMAKE_CXX_ABI_COMPILED TRUE)
set(CMAKE_COMPILER_IS_MINGW )
set(CMAKE_COMPILER_IS_CYGWIN )
if(CMAKE_COMPILER_IS_CYGWIN)
set(CYGWIN 1)
set(UNIX 1)
endif()
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
if(CMAKE_COMPILER_IS_MINGW)
set(MINGW 1)
endif()
set(CMAKE_CXX_COMPILER_ID_RUN 1)
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
set(CMAKE_CXX_LINKER_PREFERENCE 30)
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
# Save compiler ABI information.
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
set(CMAKE_CXX_COMPILER_ABI "")
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
if(CMAKE_CXX_SIZEOF_DATA_PTR)
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
endif()
if(CMAKE_CXX_COMPILER_ABI)
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
endif()
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
set(CMAKE_LIBRARY_ARCHITECTURE "")
endif()
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
endif()
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib")
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks")
@@ -1,15 +0,0 @@
set(CMAKE_HOST_SYSTEM "Darwin-18.5.0")
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
set(CMAKE_HOST_SYSTEM_VERSION "18.5.0")
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_SYSTEM "Darwin-18.5.0")
set(CMAKE_SYSTEM_NAME "Darwin")
set(CMAKE_SYSTEM_VERSION "18.5.0")
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
set(CMAKE_CROSSCOMPILING "FALSE")
set(CMAKE_SYSTEM_LOADED 1)
@@ -1,623 +0,0 @@
#ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__)
# if (defined(_MSC_VER) && !defined(__clang__)) \
|| (defined(__ibmxl__) || defined(__IBMC__))
# define C_DIALECT "90"
# else
# define C_DIALECT
# endif
#elif __STDC_VERSION__ >= 201000L
# define C_DIALECT "11"
#elif __STDC_VERSION__ >= 199901L
# define C_DIALECT "99"
#else
# define C_DIALECT "90"
#endif
const char* info_language_dialect_default =
"INFO" ":" "dialect_default[" C_DIALECT "]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
#endif
@@ -1,602 +0,0 @@
/* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
# endif
#elif defined(__ibmxl__) || (defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800)
# define COMPILER_ID "XL"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
# endif
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
# if defined(__ibmxl__)
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
# else
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
# define COMPILER_ID "Fujitsu"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__GNUC__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
# define COMPILER_ID "ADSP"
#if defined(__VISUALDSPVERSION__)
/* __VISUALDSPVERSION__ = 0xVVRRPP00 */
# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__ARMCC_VERSION)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
# define COMPILER_ID "MIPSpro"
# if defined(_SGI_COMPILER_VERSION)
/* _SGI_COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION % 10)
# else
/* _COMPILER_VERSION = VRP */
# define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
# define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
# define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__sgi)
# define COMPILER_ID "MIPSpro"
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
# define PLATFORM_ID "IRIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number components. */
#ifdef COMPILER_VERSION_MAJOR
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if defined(_MSC_VER) && defined(_MSVC_LANG)
#define CXX_STD _MSVC_LANG
#else
#define CXX_STD __cplusplus
#endif
const char* info_language_dialect_default = "INFO" ":" "dialect_default["
#if CXX_STD > 201703L
"20"
#elif CXX_STD >= 201703L
"17"
#elif CXX_STD >= 201402L
"14"
#elif CXX_STD >= 201103L
"11"
#else
"98"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXE) || defined(__CRAYXC)
require += info_cray[argc];
#endif
require += info_language_dialect_default[argc];
(void)argv;
return require;
}
@@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/luigi/Lavoro/Tesi/mentos")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -1,10 +0,0 @@
Checking whether the ASM compiler is GNU using "--version" did not match "(GNU assembler)|(GCC)|(Free Software Foundation)":
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Checking whether the ASM compiler is Clang using "--version" did not match "(clang version)":
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
@@ -1,549 +0,0 @@
The system is: Darwin - 18.5.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is AppleClang, found in "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/3.13.2/CompilerIdC/a.out"
The system is: Darwin - 18.5.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is AppleClang, found in "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/3.13.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is AppleClang, found in "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/3.13.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_d8359/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_d8359.dir/build.make CMakeFiles/cmTC_d8359.dir/build
Building C object CMakeFiles/cmTC_d8359.dir/testCCompiler.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_d8359.dir/testCCompiler.c.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_d8359
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d8359.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_d8359.dir/testCCompiler.c.o -o cmTC_d8359
Detecting C compiler ABI info compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_88344/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_88344.dir/build.make CMakeFiles/cmTC_88344.dir/build
Building C object CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_88344
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88344.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o -o cmTC_88344
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_88344 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-450.3
BUILD 18:45:16 Apr 4 2019
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib
Framework search paths:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_88344/fast"]
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_88344.dir/build.make CMakeFiles/cmTC_88344.dir/build]
ignore line: [Building C object CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o]
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_88344]
ignore line: [/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88344.dir/link.txt --verbose=1]
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o -o cmTC_88344 ]
ignore line: [Apple LLVM version 10.0.1 (clang-1001.0.46.4)]
ignore line: [Target: x86_64-apple-darwin18.5.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_88344 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-lto_library] ==> ignore, skip following value
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-macosx_version_min] ==> ignore
arg [10.14.0] ==> ignore
arg [-syslibroot] ==> ignore
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk] ==> ignore
arg [-o] ==> ignore
arg [cmTC_88344] ==> ignore
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTC_88344.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lSystem] ==> lib [System]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib]
Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/]
remove lib [System]
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a]
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib]
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks]
implicit libs: []
implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib]
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks]
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a92ea/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_a92ea.dir/build.make CMakeFiles/cmTC_a92ea.dir/build
Building C object CMakeFiles/cmTC_a92ea.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c11 -o CMakeFiles/cmTC_a92ea.dir/feature_tests.c.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/feature_tests.c
Linking C executable cmTC_a92ea
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a92ea.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a92ea.dir/feature_tests.c.o -o cmTC_a92ea
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_f6df1/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_f6df1.dir/build.make CMakeFiles/cmTC_f6df1.dir/build
Building C object CMakeFiles/cmTC_f6df1.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c99 -o CMakeFiles/cmTC_f6df1.dir/feature_tests.c.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/feature_tests.c
Linking C executable cmTC_f6df1
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6df1.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_f6df1.dir/feature_tests.c.o -o cmTC_f6df1
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_bcf82/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_bcf82.dir/build.make CMakeFiles/cmTC_bcf82.dir/build
Building C object CMakeFiles/cmTC_bcf82.dir/feature_tests.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c90 -o CMakeFiles/cmTC_bcf82.dir/feature_tests.c.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/feature_tests.c
Linking C executable cmTC_bcf82
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bcf82.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_bcf82.dir/feature_tests.c.o -o cmTC_bcf82
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_07ccd/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_07ccd.dir/build.make CMakeFiles/cmTC_07ccd.dir/build
Building CXX object CMakeFiles/cmTC_07ccd.dir/testCXXCompiler.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_07ccd.dir/testCXXCompiler.cxx.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_07ccd
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07ccd.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_07ccd.dir/testCXXCompiler.cxx.o -o cmTC_07ccd
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_e16c2/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e16c2.dir/build.make CMakeFiles/cmTC_e16c2.dir/build
Building CXX object CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_e16c2
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e16c2.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e16c2
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_e16c2 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a
@(#)PROGRAM:ld PROJECT:ld64-450.3
BUILD 18:45:16 Apr 4 2019
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib
Framework search paths:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_e16c2/fast"]
ignore line: [/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e16c2.dir/build.make CMakeFiles/cmTC_e16c2.dir/build]
ignore line: [Building CXX object CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o -c /Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_e16c2]
ignore line: [/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e16c2.dir/link.txt --verbose=1]
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e16c2 ]
ignore line: [Apple LLVM version 10.0.1 (clang-1001.0.46.4)]
ignore line: [Target: x86_64-apple-darwin18.5.0]
ignore line: [Thread model: posix]
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.14.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -o cmTC_e16c2 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
arg [-demangle] ==> ignore
arg [-lto_library] ==> ignore, skip following value
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
arg [-dynamic] ==> ignore
arg [-arch] ==> ignore
arg [x86_64] ==> ignore
arg [-macosx_version_min] ==> ignore
arg [10.14.0] ==> ignore
arg [-syslibroot] ==> ignore
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk] ==> ignore
arg [-o] ==> ignore
arg [cmTC_e16c2] ==> ignore
arg [-search_paths_first] ==> ignore
arg [-headerpad_max_install_names] ==> ignore
arg [-v] ==> ignore
arg [CMakeFiles/cmTC_e16c2.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lc++] ==> lib [c++]
arg [-lSystem] ==> lib [System]
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a]
Library search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib]
Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/]
remove lib [System]
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/lib/darwin/libclang_rt.osx.a]
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib]
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks]
implicit libs: [c++]
implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib]
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/System/Library/Frameworks]
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_3c8d6/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_3c8d6.dir/build.make CMakeFiles/cmTC_3c8d6.dir/build
Building CXX object CMakeFiles/cmTC_3c8d6.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++1z -o CMakeFiles/cmTC_3c8d6.dir/feature_tests.cxx.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_3c8d6
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3c8d6.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3c8d6.dir/feature_tests.cxx.o -o cmTC_3c8d6
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_2532e/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_2532e.dir/build.make CMakeFiles/cmTC_2532e.dir/build
Building CXX object CMakeFiles/cmTC_2532e.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++14 -o CMakeFiles/cmTC_2532e.dir/feature_tests.cxx.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_2532e
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2532e.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2532e.dir/feature_tests.cxx.o -o cmTC_2532e
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_836f8/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_836f8.dir/build.make CMakeFiles/cmTC_836f8.dir/build
Building CXX object CMakeFiles/cmTC_836f8.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++11 -o CMakeFiles/cmTC_836f8.dir/feature_tests.cxx.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_836f8
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_836f8.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_836f8.dir/feature_tests.cxx.o -o cmTC_836f8
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_cf37a/fast"
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_cf37a.dir/build.make CMakeFiles/cmTC_cf37a.dir/build
Building CXX object CMakeFiles/cmTC_cf37a.dir/feature_tests.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -std=c++98 -o CMakeFiles/cmTC_cf37a.dir/feature_tests.cxx.o -c /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_cf37a
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf37a.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_cf37a.dir/feature_tests.cxx.o -o cmTC_cf37a
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
Checking whether the ASM compiler is AppleClang using "--version" matched "(Apple LLVM version)":
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
@@ -1,4 +0,0 @@
# Hashes of file build rules.
95a36346fb5704345bd6e00b82bd31af CMakeFiles/initfs
8c6e924cc92a25d48977d9c7f67a57c9 CMakeFiles/qemu
bae12b4d01efd38768feee09b62164d0 CMakeFiles/qemu-gdb
@@ -1,69 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# The generator used is:
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
# The top level Makefile was generated from the following files:
set(CMAKE_MAKEFILE_DEPENDS
"CMakeCache.txt"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeASMInformation.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeCInformation.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeCXXInformation.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeCommonLanguageInclude.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeFindCodeBlocks.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeGenericSystem.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeInitializeConfigs.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeLanguageInformation.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeSystemSpecificInformation.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/CMakeSystemSpecificInitialize.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Compiler/AppleClang-ASM.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Compiler/AppleClang-C.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Compiler/AppleClang-CXX.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Compiler/Clang-ASM.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Compiler/Clang.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Compiler/GNU.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/FindDoxygen.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/FindPackageMessage.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/Apple-AppleClang-C.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/Apple-AppleClang-CXX.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/Apple-Clang-C.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/Apple-Clang-CXX.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/Apple-Clang.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/Darwin-Initialize.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/Darwin.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/Platform/UnixPaths.cmake"
"/Applications/CLion.app/Contents/bin/cmake/mac/share/cmake-3.13/Modules/ProcessorCount.cmake"
"../CMakeLists.txt"
"CMakeFiles/3.13.2/CMakeASMCompiler.cmake"
"CMakeFiles/3.13.2/CMakeCCompiler.cmake"
"CMakeFiles/3.13.2/CMakeCXXCompiler.cmake"
"CMakeFiles/3.13.2/CMakeSystem.cmake"
"../initscp/CMakeLists.txt"
"../mentos/CMakeLists.txt"
)
# The corresponding makefile is:
set(CMAKE_MAKEFILE_OUTPUTS
"Makefile"
"CMakeFiles/cmake.check_cache"
)
# Byproducts of CMake generate step:
set(CMAKE_MAKEFILE_PRODUCTS
"CMakeFiles/CMakeDirectoryInformation.cmake"
"mentos/CMakeFiles/CMakeDirectoryInformation.cmake"
"initscp/CMakeFiles/CMakeDirectoryInformation.cmake"
)
# Dependency information for all targets:
set(CMAKE_DEPEND_INFO_FILES
"CMakeFiles/qemu.dir/DependInfo.cmake"
"CMakeFiles/qemu-gdb.dir/DependInfo.cmake"
"CMakeFiles/initfs.dir/DependInfo.cmake"
"mentos/CMakeFiles/MentOs.dir/DependInfo.cmake"
"initscp/CMakeFiles/initfscp.dir/DependInfo.cmake"
)
-284
View File
@@ -1,284 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# The main recursive all target
all:
.PHONY : all
# The main recursive preinstall target
preinstall:
.PHONY : preinstall
# The main recursive clean target
clean:
.PHONY : clean
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
#=============================================================================
# Target rules for target CMakeFiles/qemu.dir
# All Build rule for target.
CMakeFiles/qemu.dir/all: CMakeFiles/initfs.dir/all
CMakeFiles/qemu.dir/all: mentos/CMakeFiles/MentOs.dir/all
$(MAKE) -f CMakeFiles/qemu.dir/build.make CMakeFiles/qemu.dir/depend
$(MAKE) -f CMakeFiles/qemu.dir/build.make CMakeFiles/qemu.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num= "Built target qemu"
.PHONY : CMakeFiles/qemu.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/qemu.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 100
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/qemu.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 0
.PHONY : CMakeFiles/qemu.dir/rule
# Convenience name for target.
qemu: CMakeFiles/qemu.dir/rule
.PHONY : qemu
# clean rule for target.
CMakeFiles/qemu.dir/clean:
$(MAKE) -f CMakeFiles/qemu.dir/build.make CMakeFiles/qemu.dir/clean
.PHONY : CMakeFiles/qemu.dir/clean
# clean rule for target.
clean: CMakeFiles/qemu.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/qemu-gdb.dir
# All Build rule for target.
CMakeFiles/qemu-gdb.dir/all: CMakeFiles/initfs.dir/all
CMakeFiles/qemu-gdb.dir/all: mentos/CMakeFiles/MentOs.dir/all
$(MAKE) -f CMakeFiles/qemu-gdb.dir/build.make CMakeFiles/qemu-gdb.dir/depend
$(MAKE) -f CMakeFiles/qemu-gdb.dir/build.make CMakeFiles/qemu-gdb.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num= "Built target qemu-gdb"
.PHONY : CMakeFiles/qemu-gdb.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/qemu-gdb.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 100
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/qemu-gdb.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 0
.PHONY : CMakeFiles/qemu-gdb.dir/rule
# Convenience name for target.
qemu-gdb: CMakeFiles/qemu-gdb.dir/rule
.PHONY : qemu-gdb
# clean rule for target.
CMakeFiles/qemu-gdb.dir/clean:
$(MAKE) -f CMakeFiles/qemu-gdb.dir/build.make CMakeFiles/qemu-gdb.dir/clean
.PHONY : CMakeFiles/qemu-gdb.dir/clean
# clean rule for target.
clean: CMakeFiles/qemu-gdb.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/initfs.dir
# All Build rule for target.
CMakeFiles/initfs.dir/all: initscp/CMakeFiles/initfscp.dir/all
$(MAKE) -f CMakeFiles/initfs.dir/build.make CMakeFiles/initfs.dir/depend
$(MAKE) -f CMakeFiles/initfs.dir/build.make CMakeFiles/initfs.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num= "Built target initfs"
.PHONY : CMakeFiles/initfs.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/initfs.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/initfs.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 0
.PHONY : CMakeFiles/initfs.dir/rule
# Convenience name for target.
initfs: CMakeFiles/initfs.dir/rule
.PHONY : initfs
# clean rule for target.
CMakeFiles/initfs.dir/clean:
$(MAKE) -f CMakeFiles/initfs.dir/build.make CMakeFiles/initfs.dir/clean
.PHONY : CMakeFiles/initfs.dir/clean
# clean rule for target.
clean: CMakeFiles/initfs.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory mentos
# Convenience name for "all" pass in the directory.
mentos/all: mentos/CMakeFiles/MentOs.dir/all
.PHONY : mentos/all
# Convenience name for "clean" pass in the directory.
mentos/clean: mentos/CMakeFiles/MentOs.dir/clean
.PHONY : mentos/clean
# Convenience name for "preinstall" pass in the directory.
mentos/preinstall:
.PHONY : mentos/preinstall
#=============================================================================
# Target rules for target mentos/CMakeFiles/MentOs.dir
# All Build rule for target.
mentos/CMakeFiles/MentOs.dir/all:
$(MAKE) -f mentos/CMakeFiles/MentOs.dir/build.make mentos/CMakeFiles/MentOs.dir/depend
$(MAKE) -f mentos/CMakeFiles/MentOs.dir/build.make mentos/CMakeFiles/MentOs.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98 "Built target MentOs"
.PHONY : mentos/CMakeFiles/MentOs.dir/all
# Include target in all.
all: mentos/CMakeFiles/MentOs.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
mentos/CMakeFiles/MentOs.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 98
$(MAKE) -f CMakeFiles/Makefile2 mentos/CMakeFiles/MentOs.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 0
.PHONY : mentos/CMakeFiles/MentOs.dir/rule
# Convenience name for target.
MentOs: mentos/CMakeFiles/MentOs.dir/rule
.PHONY : MentOs
# clean rule for target.
mentos/CMakeFiles/MentOs.dir/clean:
$(MAKE) -f mentos/CMakeFiles/MentOs.dir/build.make mentos/CMakeFiles/MentOs.dir/clean
.PHONY : mentos/CMakeFiles/MentOs.dir/clean
# clean rule for target.
clean: mentos/CMakeFiles/MentOs.dir/clean
.PHONY : clean
#=============================================================================
# Directory level rules for directory initscp
# Convenience name for "all" pass in the directory.
initscp/all: initscp/CMakeFiles/initfscp.dir/all
.PHONY : initscp/all
# Convenience name for "clean" pass in the directory.
initscp/clean: initscp/CMakeFiles/initfscp.dir/clean
.PHONY : initscp/clean
# Convenience name for "preinstall" pass in the directory.
initscp/preinstall:
.PHONY : initscp/preinstall
#=============================================================================
# Target rules for target initscp/CMakeFiles/initfscp.dir
# All Build rule for target.
initscp/CMakeFiles/initfscp.dir/all:
$(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/depend
$(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=99,100 "Built target initfscp"
.PHONY : initscp/CMakeFiles/initfscp.dir/all
# Include target in all.
all: initscp/CMakeFiles/initfscp.dir/all
.PHONY : all
# Build rule for subdir invocation for target.
initscp/CMakeFiles/initfscp.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 2
$(MAKE) -f CMakeFiles/Makefile2 initscp/CMakeFiles/initfscp.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 0
.PHONY : initscp/CMakeFiles/initfscp.dir/rule
# Convenience name for target.
initfscp: initscp/CMakeFiles/initfscp.dir/rule
.PHONY : initfscp
# clean rule for target.
initscp/CMakeFiles/initfscp.dir/clean:
$(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/clean
.PHONY : initscp/CMakeFiles/initfscp.dir/clean
# clean rule for target.
clean: initscp/CMakeFiles/initfscp.dir/clean
.PHONY : clean
#=============================================================================
# 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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
@@ -1,11 +0,0 @@
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/rebuild_cache.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/edit_cache.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/qemu.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/qemu-gdb.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/initfs.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/rebuild_cache.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/edit_cache.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/CMakeFiles/rebuild_cache.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/CMakeFiles/edit_cache.dir
/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/CMakeFiles/initfscp.dir
@@ -1,3 +0,0 @@
ToolSet: 1.0 (local)Options:
Options:
@@ -1,7 +0,0 @@
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" /Users/luigi/Lavoro/Tesi/mentos
-- DEBUGGING = 'DEBUG_STDIO'
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- SCHEDULER_TYPE = 'SCHEDULER_RR'
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
@@ -1 +0,0 @@
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
Binary file not shown.
@@ -1,34 +0,0 @@
const char features[] = {"\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400
"1"
#else
"0"
#endif
"c_function_prototypes\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_restrict\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
"1"
#else
"0"
#endif
"c_static_assert\n"
"C_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
"1"
#else
"0"
#endif
"c_variadic_macros\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }
@@ -1,405 +0,0 @@
const char features[] = {"\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_aggregate_nsdmi)
"1"
#else
"0"
#endif
"cxx_aggregate_default_initializers\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alias_templates)
"1"
#else
"0"
#endif
"cxx_alias_templates\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas)
"1"
#else
"0"
#endif
"cxx_alignas\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_alignas)
"1"
#else
"0"
#endif
"cxx_alignof\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_attributes)
"1"
#else
"0"
#endif
"cxx_attributes\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_attribute_deprecated\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_auto_type)
"1"
#else
"0"
#endif
"cxx_auto_type\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_binary_literals)
"1"
#else
"0"
#endif
"cxx_binary_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_constexpr)
"1"
#else
"0"
#endif
"cxx_constexpr\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_contextual_conversions)
"1"
#else
"0"
#endif
"cxx_contextual_conversions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype)
"1"
#else
"0"
#endif
"cxx_decltype\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_decltype_auto\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_decltype_incomplete_return_types)
"1"
#else
"0"
#endif
"cxx_decltype_incomplete_return_types\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_default_function_template_args)
"1"
#else
"0"
#endif
"cxx_default_function_template_args\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions)
"1"
#else
"0"
#endif
"cxx_defaulted_functions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_defaulted_functions)
"1"
#else
"0"
#endif
"cxx_defaulted_move_initializers\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_delegating_constructors)
"1"
#else
"0"
#endif
"cxx_delegating_constructors\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_deleted_functions)
"1"
#else
"0"
#endif
"cxx_deleted_functions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_digit_separators\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_enum_forward_declarations\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_explicit_conversions)
"1"
#else
"0"
#endif
"cxx_explicit_conversions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_extended_friend_declarations\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_extern_templates\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control)
"1"
#else
"0"
#endif
"cxx_final\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_func_identifier\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers)
"1"
#else
"0"
#endif
"cxx_generalized_initializers\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 501 && __cplusplus > 201103L
"1"
#else
"0"
#endif
"cxx_generic_lambdas\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_inheriting_constructors)
"1"
#else
"0"
#endif
"cxx_inheriting_constructors\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_inline_namespaces\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_lambdas)
"1"
#else
"0"
#endif
"cxx_lambdas\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_init_captures)
"1"
#else
"0"
#endif
"cxx_lambda_init_captures\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_local_type_template_args)
"1"
#else
"0"
#endif
"cxx_local_type_template_args\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_long_long_type\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_noexcept)
"1"
#else
"0"
#endif
"cxx_noexcept\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nonstatic_member_init)
"1"
#else
"0"
#endif
"cxx_nonstatic_member_init\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_nullptr)
"1"
#else
"0"
#endif
"cxx_nullptr\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_override_control)
"1"
#else
"0"
#endif
"cxx_override\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_range_for)
"1"
#else
"0"
#endif
"cxx_range_for\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_raw_string_literals)
"1"
#else
"0"
#endif
"cxx_raw_string_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_reference_qualified_functions)
"1"
#else
"0"
#endif
"cxx_reference_qualified_functions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_relaxed_constexpr)
"1"
#else
"0"
#endif
"cxx_relaxed_constexpr\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_return_type_deduction)
"1"
#else
"0"
#endif
"cxx_return_type_deduction\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_right_angle_brackets\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_rvalue_references)
"1"
#else
"0"
#endif
"cxx_rvalue_references\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_sizeof_member\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_static_assert)
"1"
#else
"0"
#endif
"cxx_static_assert\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_strong_enums)
"1"
#else
"0"
#endif
"cxx_strong_enums\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 199711L
"1"
#else
"0"
#endif
"cxx_template_template_parameters\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_thread_local)
"1"
#else
"0"
#endif
"cxx_thread_local\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_trailing_return)
"1"
#else
"0"
#endif
"cxx_trailing_return_types\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unicode_literals)
"1"
#else
"0"
#endif
"cxx_unicode_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_generalized_initializers)
"1"
#else
"0"
#endif
"cxx_uniform_initialization\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_unrestricted_unions)
"1"
#else
"0"
#endif
"cxx_unrestricted_unions\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_user_literals)
"1"
#else
"0"
#endif
"cxx_user_literals\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variable_templates)
"1"
#else
"0"
#endif
"cxx_variable_templates\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __cplusplus >= 201103L
"1"
#else
"0"
#endif
"cxx_variadic_macros\n"
"CXX_FEATURE:"
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && __has_feature(cxx_variadic_templates)
"1"
#else
"0"
#endif
"cxx_variadic_templates\n"
};
int main(int argc, char** argv) { (void)argv; return features[argc]; }
@@ -1,11 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -1,82 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
# Utility rule file for initfs.
# Include the progress variables for this target.
include CMakeFiles/initfs.dir/progress.make
CMakeFiles/initfs: initscp/initfscp
echo ---------------------------------------------
echo Initializing\ 'initfs'...
echo ---------------------------------------------
initscp/initfscp -s /Users/luigi/Lavoro/Tesi/mentos/files -t /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initfs -m /dev
echo ---------------------------------------------
echo Done!
echo ---------------------------------------------
initfs: CMakeFiles/initfs
initfs: CMakeFiles/initfs.dir/build.make
.PHONY : initfs
# Rule to build all files generated by this target.
CMakeFiles/initfs.dir/build: initfs
.PHONY : CMakeFiles/initfs.dir/build
CMakeFiles/initfs.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/initfs.dir/cmake_clean.cmake
.PHONY : CMakeFiles/initfs.dir/clean
CMakeFiles/initfs.dir/depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/initfs.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/initfs.dir/depend
@@ -1,8 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/initfs"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/initfs.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -1 +0,0 @@
@@ -1 +0,0 @@
100
@@ -1,11 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -1,77 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
# Utility rule file for qemu-gdb.
# Include the progress variables for this target.
include CMakeFiles/qemu-gdb.dir/progress.make
CMakeFiles/qemu-gdb: mentos/libMentOs.a
xterm -geometry 160x30-0-0 -e qemu-system-i386 -serial stdio -vga std -k it -sdl -m 1096M -s -S -kernel mentos/kernel.bin -initrd initfs &
xterm -geometry 160x30-0+0 -e cgdb -x /Users/luigi/Lavoro/Tesi/mentos/.gdb.debug &
qemu-gdb: CMakeFiles/qemu-gdb
qemu-gdb: CMakeFiles/qemu-gdb.dir/build.make
.PHONY : qemu-gdb
# Rule to build all files generated by this target.
CMakeFiles/qemu-gdb.dir/build: qemu-gdb
.PHONY : CMakeFiles/qemu-gdb.dir/build
CMakeFiles/qemu-gdb.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/qemu-gdb.dir/cmake_clean.cmake
.PHONY : CMakeFiles/qemu-gdb.dir/clean
CMakeFiles/qemu-gdb.dir/depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/qemu-gdb.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/qemu-gdb.dir/depend
@@ -1,8 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/qemu-gdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/qemu-gdb.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -1 +0,0 @@
@@ -1,11 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -1,76 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
# Utility rule file for qemu.
# Include the progress variables for this target.
include CMakeFiles/qemu.dir/progress.make
CMakeFiles/qemu: mentos/libMentOs.a
qemu-system-i386 -serial stdio -vga std -k it -sdl -m 1096M -kernel mentos/kernel.bin -initrd initfs
qemu: CMakeFiles/qemu
qemu: CMakeFiles/qemu.dir/build.make
.PHONY : qemu
# Rule to build all files generated by this target.
CMakeFiles/qemu.dir/build: qemu
.PHONY : CMakeFiles/qemu.dir/build
CMakeFiles/qemu.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/qemu.dir/cmake_clean.cmake
.PHONY : CMakeFiles/qemu.dir/clean
CMakeFiles/qemu.dir/depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/qemu.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/qemu.dir/depend
@@ -1,8 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/qemu"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/qemu.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -1 +0,0 @@
-10
View File
@@ -1,10 +0,0 @@
# CMake generated Testfile for
# Source directory: /Users/luigi/Lavoro/Tesi/mentos
# Build directory: /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
#
# This file includes the relevant testing commands required for
# testing this directory and lists subdirectories to be tested as well.
add_test(test_rbtree "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree/test_rbtree")
subdirs("src/mentos")
subdirs("src/initscp")
subdirs("src/tests/rbtree")
-204
View File
@@ -1,204 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -S$(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
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
#=============================================================================
# Target rules for targets named qemu
# Build rule for target.
qemu: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 qemu
.PHONY : qemu
# fast build rule for target.
qemu/fast:
$(MAKE) -f CMakeFiles/qemu.dir/build.make CMakeFiles/qemu.dir/build
.PHONY : qemu/fast
#=============================================================================
# Target rules for targets named qemu-gdb
# Build rule for target.
qemu-gdb: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 qemu-gdb
.PHONY : qemu-gdb
# fast build rule for target.
qemu-gdb/fast:
$(MAKE) -f CMakeFiles/qemu-gdb.dir/build.make CMakeFiles/qemu-gdb.dir/build
.PHONY : qemu-gdb/fast
#=============================================================================
# Target rules for targets named initfs
# Build rule for target.
initfs: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 initfs
.PHONY : initfs
# fast build rule for target.
initfs/fast:
$(MAKE) -f CMakeFiles/initfs.dir/build.make CMakeFiles/initfs.dir/build
.PHONY : initfs/fast
#=============================================================================
# Target rules for targets named MentOs
# Build rule for target.
MentOs: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 MentOs
.PHONY : MentOs
# fast build rule for target.
MentOs/fast:
$(MAKE) -f mentos/CMakeFiles/MentOs.dir/build.make mentos/CMakeFiles/MentOs.dir/build
.PHONY : MentOs/fast
#=============================================================================
# Target rules for targets named initfscp
# Build rule for target.
initfscp: cmake_check_build_system
$(MAKE) -f CMakeFiles/Makefile2 initfscp
.PHONY : initfscp
# fast build rule for target.
initfscp/fast:
$(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/build
.PHONY : initfscp/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 "... rebuild_cache"
@echo "... edit_cache"
@echo "... qemu"
@echo "... qemu-gdb"
@echo "... initfs"
@echo "... MentOs"
@echo "... initfscp"
.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) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
-545
View File
@@ -1,545 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="Project"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;CMake Files\mentos\;CMake Files\initscp\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="rebuild_cache">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="edit_cache">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="qemu">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 qemu"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="qemu-gdb">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 qemu-gdb"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="initfs">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 initfs"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="MentOs">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/libMentOs.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/descriptor_tables"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/devices"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers/keyboard"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/fs"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/hardware"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/io"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/kernel"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/libc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/lng"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/mem"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/misc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/sys"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/system"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/process"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/elf"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/shell"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/command"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/init"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 MentOs"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="MentOs/fast">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/libMentOs.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/descriptor_tables"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/devices"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers/keyboard"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/fs"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/hardware"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/io"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/kernel"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/libc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/lng"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/mem"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/misc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/sys"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/system"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/process"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/elf"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/shell"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/command"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/init"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 MentOs/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="initfscp">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/initfscp" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/initscp/inc"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 initfscp"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="initfscp/fast">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/initfscp" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/initscp/inc"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 initfscp/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/initscp/src/initfscp.c">
<Option target="initfscp"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/boot.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/exception.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/exception.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/gdt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/gdt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/idt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/idt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/interrupt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/interrupt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/tss.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/tss.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/devices/fpu.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/devices/pci.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/ata.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/fdc.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/keyboard/keyboard.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/keyboard/keymap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/mouse.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/elf/elf.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/fcntl.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/initrd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/read_write.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/vfs.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/cpuid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/pic8259.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/timer.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/mm_io.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/port_io.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/video.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/kernel.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/kernel/sys.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/bitset.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/ctype.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/fcvt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/hashmap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/libgen.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/list.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/math.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/mutex.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/ordered_array.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/queue.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/rbtree.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/spinlock.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/stdio.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/stdlib.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/strerror.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/string.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/tree.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/chdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/execve.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/exit.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getcwd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getppid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/nice.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/open.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/read.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/reboot.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/vfork.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/waitpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/write.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/vsprintf.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/buddysystem.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/kheap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/paging.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/zone_allocator.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/bitops.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/clock.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/debug.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/multiboot.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/process.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/scheduler.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/scheduler_algorithm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/user.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/dirent.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/module.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/stat.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/unistd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/utsname.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/errno.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/panic.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/printk.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/syscall.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_cd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_clear.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_cpuid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_credits.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_date.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_drv_load.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_echo.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ipcrm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ipcs.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_logo.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ls.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_mkdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_more.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_newfile.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_nice.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_poweroff.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ps.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_pwd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_rm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_rmdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_showpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_sleep.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_touch.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_uname.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_whoami.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/init/init.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/shell/shell.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/shell/shell_login.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\mentos\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/initscp/CMakeLists.txt">
<Option virtualFolder="CMake Files\initscp\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
-51
View File
@@ -1,51 +0,0 @@
# Install script for directory: /Users/luigi/Lavoro/Tesi/mentos
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/cmake_install.cmake")
include("/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/cmake_install.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
@@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/luigi/Lavoro/Tesi/mentos")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -1,21 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/Users/luigi/Lavoro/Tesi/mentos/initscp/src/initfscp.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o"
)
set(CMAKE_C_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../initscp/inc"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -1,98 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
# Include any dependencies generated for this target.
include initscp/CMakeFiles/initfscp.dir/depend.make
# Include the progress variables for this target.
include initscp/CMakeFiles/initfscp.dir/progress.make
# Include the compile flags for this target's objects.
include initscp/CMakeFiles/initfscp.dir/flags.make
initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o: initscp/CMakeFiles/initfscp.dir/flags.make
initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o: ../initscp/src/initfscp.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/initfscp.dir/src/initfscp.c.o -c /Users/luigi/Lavoro/Tesi/mentos/initscp/src/initfscp.c
initscp/CMakeFiles/initfscp.dir/src/initfscp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/initfscp.dir/src/initfscp.c.i"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/luigi/Lavoro/Tesi/mentos/initscp/src/initfscp.c > CMakeFiles/initfscp.dir/src/initfscp.c.i
initscp/CMakeFiles/initfscp.dir/src/initfscp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/initfscp.dir/src/initfscp.c.s"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/luigi/Lavoro/Tesi/mentos/initscp/src/initfscp.c -o CMakeFiles/initfscp.dir/src/initfscp.c.s
# Object files for target initfscp
initfscp_OBJECTS = \
"CMakeFiles/initfscp.dir/src/initfscp.c.o"
# External object files for target initfscp
initfscp_EXTERNAL_OBJECTS =
initscp/initfscp: initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o
initscp/initfscp: initscp/CMakeFiles/initfscp.dir/build.make
initscp/initfscp: initscp/CMakeFiles/initfscp.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable initfscp"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/initfscp.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
initscp/CMakeFiles/initfscp.dir/build: initscp/initfscp
.PHONY : initscp/CMakeFiles/initfscp.dir/build
initscp/CMakeFiles/initfscp.dir/clean:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp && $(CMAKE_COMMAND) -P CMakeFiles/initfscp.dir/cmake_clean.cmake
.PHONY : initscp/CMakeFiles/initfscp.dir/clean
initscp/CMakeFiles/initfscp.dir/depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos/initscp /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/CMakeFiles/initfscp.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : initscp/CMakeFiles/initfscp.dir/depend
@@ -1,10 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/initfscp.dir/src/initfscp.c.o"
"initfscp.pdb"
"initfscp"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/initfscp.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -1,2 +0,0 @@
# Empty dependencies file for initfscp.
# This may be replaced when dependencies are built.
@@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
C_FLAGS = -DDEBUG_STDIO -g3 -ggdb -Wall -std=gnu99 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
C_DEFINES =
C_INCLUDES = -I/Users/luigi/Lavoro/Tesi/mentos/initscp/inc
@@ -1 +0,0 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DDEBUG_STDIO -g3 -ggdb -Wall -std=gnu99 -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/initfscp.dir/src/initfscp.c.o -o initfscp
@@ -1,3 +0,0 @@
CMAKE_PROGRESS_1 = 99
CMAKE_PROGRESS_2 = 100
@@ -1 +0,0 @@
2
-180
View File
@@ -1,180 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -S$(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
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# The main all target
all: cmake_check_build_system
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/CMakeFiles/progress.marks
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 initscp/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 initscp/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 initscp/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 initscp/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
initscp/CMakeFiles/initfscp.dir/rule:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 initscp/CMakeFiles/initfscp.dir/rule
.PHONY : initscp/CMakeFiles/initfscp.dir/rule
# Convenience name for target.
initfscp: initscp/CMakeFiles/initfscp.dir/rule
.PHONY : initfscp
# fast build rule for target.
initfscp/fast:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/build
.PHONY : initfscp/fast
src/initfscp.o: src/initfscp.c.o
.PHONY : src/initfscp.o
# target to build an object file
src/initfscp.c.o:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o
.PHONY : src/initfscp.c.o
src/initfscp.i: src/initfscp.c.i
.PHONY : src/initfscp.i
# target to preprocess a source file
src/initfscp.c.i:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/src/initfscp.c.i
.PHONY : src/initfscp.c.i
src/initfscp.s: src/initfscp.c.s
.PHONY : src/initfscp.s
# target to generate assembly for a file
src/initfscp.c.s:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f initscp/CMakeFiles/initfscp.dir/build.make initscp/CMakeFiles/initfscp.dir/src/initfscp.c.s
.PHONY : src/initfscp.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 "... rebuild_cache"
@echo "... edit_cache"
@echo "... initfscp"
@echo "... src/initfscp.o"
@echo "... src/initfscp.i"
@echo "... src/initfscp.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 /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
@@ -1,34 +0,0 @@
# Install script for directory: /Users/luigi/Lavoro/Tesi/mentos/initscp
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
-78
View File
@@ -1,78 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="initfscp"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;CMake Files\mentos\;CMake Files\initscp\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="initfscp">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/initfscp" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/initscp/inc"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 initfscp"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="initfscp/fast">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/initfscp" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/initscp/inc"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 initfscp/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/initscp/src/initfscp.c">
<Option target="initfscp"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\mentos\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/initscp/CMakeLists.txt">
<Option virtualFolder="CMake Files\initscp\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
@@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/luigi/Lavoro/Tesi/mentos")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -1,180 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"ASM"
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_ASM
"/Users/luigi/Lavoro/Tesi/mentos/mentos/boot.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/boot.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/exception.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/exception.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/gdt.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/idt.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/idt.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/interrupt.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/tss.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/tss.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/user.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/process/user.asm.o"
)
set(CMAKE_ASM_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_ASM_TARGET_INCLUDE_PATH
"../mentos/inc"
"../mentos/inc/descriptor_tables"
"../mentos/inc/devices"
"../mentos/inc/drivers"
"../mentos/inc/drivers/keyboard"
"../mentos/inc/fs"
"../mentos/inc/hardware"
"../mentos/inc/io"
"../mentos/inc/kernel"
"../mentos/inc/libc"
"../mentos/inc/lng"
"../mentos/inc/mem"
"../mentos/inc/misc"
"../mentos/inc/sys"
"../mentos/inc/system"
"../mentos/inc/process"
"../mentos/inc/elf"
"../mentos/inc/ui"
"../mentos/inc/ui/shell"
"../mentos/inc/ui/command"
"../mentos/inc/ui/init"
)
set(CMAKE_DEPENDS_CHECK_C
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/exception.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/exception.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/gdt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/idt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/idt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/interrupt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/tss.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/tss.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/devices/fpu.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/devices/fpu.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/devices/pci.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/devices/pci.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/ata.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/drivers/ata.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/fdc.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/drivers/fdc.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/keyboard/keyboard.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/drivers/keyboard/keyboard.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/keyboard/keymap.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/drivers/keyboard/keymap.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/mouse.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/drivers/mouse.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/elf/elf.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/elf/elf.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/fcntl.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/fs/fcntl.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/initrd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/fs/initrd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/read_write.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/fs/read_write.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/vfs.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/fs/vfs.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/cpuid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/hardware/cpuid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/pic8259.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/hardware/pic8259.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/timer.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/hardware/timer.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/mm_io.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/io/mm_io.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/port_io.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/io/port_io.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/video.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/io/video.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/kernel.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/kernel.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/kernel/sys.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/kernel/sys.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/bitset.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/bitset.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/ctype.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/ctype.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/fcvt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/fcvt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/hashmap.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/hashmap.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/libgen.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/libgen.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/list.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/list.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/math.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/math.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/mutex.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/mutex.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/ordered_array.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/ordered_array.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/queue.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/queue.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/rbtree.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/rbtree.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/spinlock.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/spinlock.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/stdio.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/stdio.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/stdlib.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/stdlib.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/strerror.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/strerror.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/string.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/string.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/tree.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/tree.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/chdir.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/chdir.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/execve.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/execve.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/exit.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/exit.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getcwd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/getcwd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getpid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/getpid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getppid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/getppid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/nice.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/nice.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/open.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/open.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/read.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/read.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/reboot.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/reboot.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/vfork.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/vfork.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/waitpid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/waitpid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/write.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/write.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/vsprintf.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/libc/vsprintf.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/buddysystem.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/mem/buddysystem.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/kheap.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/mem/kheap.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/paging.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/mem/paging.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/zone_allocator.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/mem/zone_allocator.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/bitops.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/misc/bitops.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/clock.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/misc/clock.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/debug.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/misc/debug.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/multiboot.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/multiboot.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/process.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/process/process.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/scheduler.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/process/scheduler.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/scheduler_algorithm.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/process/scheduler_algorithm.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/dirent.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/sys/dirent.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/module.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/sys/module.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/stat.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/sys/stat.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/unistd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/sys/unistd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/utsname.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/sys/utsname.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/errno.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/system/errno.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/panic.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/system/panic.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/printk.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/system/printk.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/syscall.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/system/syscall.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_cd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_cd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_clear.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_clear.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_cpuid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_cpuid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_credits.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_credits.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_date.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_date.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_drv_load.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_drv_load.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_echo.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_echo.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ipcrm.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcrm.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ipcs.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcs.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_logo.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_logo.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ls.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ls.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_mkdir.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_mkdir.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_more.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_more.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_newfile.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_newfile.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_nice.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_nice.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_poweroff.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_poweroff.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ps.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ps.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_pwd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_pwd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_rm.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_rm.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_rmdir.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_rmdir.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_showpid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_showpid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_sleep.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_sleep.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_touch.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_touch.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_uname.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_uname.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_whoami.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_whoami.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/init/init.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/init/init.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/shell/shell.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/shell/shell.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/shell/shell_login.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/CMakeFiles/MentOs.dir/src/ui/shell/shell_login.c.o"
)
set(CMAKE_C_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../mentos/inc"
"../mentos/inc/descriptor_tables"
"../mentos/inc/devices"
"../mentos/inc/drivers"
"../mentos/inc/drivers/keyboard"
"../mentos/inc/fs"
"../mentos/inc/hardware"
"../mentos/inc/io"
"../mentos/inc/kernel"
"../mentos/inc/libc"
"../mentos/inc/lng"
"../mentos/inc/mem"
"../mentos/inc/misc"
"../mentos/inc/sys"
"../mentos/inc/system"
"../mentos/inc/process"
"../mentos/inc/elf"
"../mentos/inc/ui"
"../mentos/inc/ui/shell"
"../mentos/inc/ui/command"
"../mentos/inc/ui/init"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
File diff suppressed because it is too large Load Diff
@@ -1,120 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/MentOs.dir/boot.asm.o"
"CMakeFiles/MentOs.dir/src/kernel.c.o"
"CMakeFiles/MentOs.dir/src/multiboot.c.o"
"CMakeFiles/MentOs.dir/src/devices/pci.c.o"
"CMakeFiles/MentOs.dir/src/devices/fpu.c.o"
"CMakeFiles/MentOs.dir/src/drivers/ata.c.o"
"CMakeFiles/MentOs.dir/src/drivers/fdc.c.o"
"CMakeFiles/MentOs.dir/src/drivers/mouse.c.o"
"CMakeFiles/MentOs.dir/src/drivers/keyboard/keyboard.c.o"
"CMakeFiles/MentOs.dir/src/drivers/keyboard/keymap.c.o"
"CMakeFiles/MentOs.dir/src/fs/fcntl.c.o"
"CMakeFiles/MentOs.dir/src/fs/initrd.c.o"
"CMakeFiles/MentOs.dir/src/fs/vfs.c.o"
"CMakeFiles/MentOs.dir/src/fs/read_write.c.o"
"CMakeFiles/MentOs.dir/src/sys/module.c.o"
"CMakeFiles/MentOs.dir/src/sys/unistd.c.o"
"CMakeFiles/MentOs.dir/src/hardware/timer.c.o"
"CMakeFiles/MentOs.dir/src/hardware/cpuid.c.o"
"CMakeFiles/MentOs.dir/src/hardware/pic8259.c.o"
"CMakeFiles/MentOs.dir/src/io/port_io.c.o"
"CMakeFiles/MentOs.dir/src/io/mm_io.c.o"
"CMakeFiles/MentOs.dir/src/io/video.c.o"
"CMakeFiles/MentOs.dir/src/kernel/sys.c.o"
"CMakeFiles/MentOs.dir/src/libc/ctype.c.o"
"CMakeFiles/MentOs.dir/src/libc/stdio.c.o"
"CMakeFiles/MentOs.dir/src/libc/string.c.o"
"CMakeFiles/MentOs.dir/src/libc/vsprintf.c.o"
"CMakeFiles/MentOs.dir/src/libc/queue.c.o"
"CMakeFiles/MentOs.dir/src/libc/stdlib.c.o"
"CMakeFiles/MentOs.dir/src/libc/spinlock.c.o"
"CMakeFiles/MentOs.dir/src/libc/list.c.o"
"CMakeFiles/MentOs.dir/src/libc/ordered_array.c.o"
"CMakeFiles/MentOs.dir/src/libc/mutex.c.o"
"CMakeFiles/MentOs.dir/src/libc/libgen.c.o"
"CMakeFiles/MentOs.dir/src/libc/strerror.c.o"
"CMakeFiles/MentOs.dir/src/libc/tree.c.o"
"CMakeFiles/MentOs.dir/src/libc/bitset.c.o"
"CMakeFiles/MentOs.dir/src/libc/fcvt.c.o"
"CMakeFiles/MentOs.dir/src/libc/rbtree.c.o"
"CMakeFiles/MentOs.dir/src/libc/math.c.o"
"CMakeFiles/MentOs.dir/src/libc/hashmap.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/getppid.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/getpid.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/exit.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/vfork.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/read.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/write.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/execve.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/nice.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/open.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/reboot.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/waitpid.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/chdir.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/getcwd.c.o"
"CMakeFiles/MentOs.dir/src/mem/kheap.c.o"
"CMakeFiles/MentOs.dir/src/mem/paging.c.o"
"CMakeFiles/MentOs.dir/src/mem/zone_allocator.c.o"
"CMakeFiles/MentOs.dir/src/mem/buddysystem.c.o"
"CMakeFiles/MentOs.dir/src/misc/bitops.c.o"
"CMakeFiles/MentOs.dir/src/misc/clock.c.o"
"CMakeFiles/MentOs.dir/src/misc/debug.c.o"
"CMakeFiles/MentOs.dir/src/sys/dirent.c.o"
"CMakeFiles/MentOs.dir/src/sys/stat.c.o"
"CMakeFiles/MentOs.dir/src/sys/utsname.c.o"
"CMakeFiles/MentOs.dir/src/elf/elf.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/exception.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/exception.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/idt.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/idt.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/tss.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/tss.asm.o"
"CMakeFiles/MentOs.dir/src/process/scheduler.c.o"
"CMakeFiles/MentOs.dir/src/process/scheduler_algorithm.c.o"
"CMakeFiles/MentOs.dir/src/process/process.c.o"
"CMakeFiles/MentOs.dir/src/process/user.asm.o"
"CMakeFiles/MentOs.dir/src/system/errno.c.o"
"CMakeFiles/MentOs.dir/src/system/panic.c.o"
"CMakeFiles/MentOs.dir/src/system/syscall.c.o"
"CMakeFiles/MentOs.dir/src/system/printk.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_cd.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_clear.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_cpuid.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_credits.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_date.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_drv_load.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_echo.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_logo.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ls.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_mkdir.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_more.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_newfile.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_poweroff.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ps.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_pwd.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_rm.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_rmdir.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_showpid.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_sleep.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_touch.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_uname.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_whoami.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcs.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcrm.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_nice.c.o"
"CMakeFiles/MentOs.dir/src/ui/init/init.c.o"
"CMakeFiles/MentOs.dir/src/ui/shell/shell.c.o"
"CMakeFiles/MentOs.dir/src/ui/shell/shell_login.c.o"
"libMentOs.pdb"
"libMentOs.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang ASM C)
include(CMakeFiles/MentOs.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -1,3 +0,0 @@
file(REMOVE_RECURSE
"libMentOs.a"
)
@@ -1,2 +0,0 @@
# Empty dependencies file for MentOs.
# This may be replaced when dependencies are built.
@@ -1,17 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile ASM with /Users/luigi/Lavoro/Tesi/mentos/third_party/nasm/bin/nasm
# compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
ASM_FLAGS = -g -O0 -f elf -F dwarf -g
ASM_DEFINES =
ASM_INCLUDES = -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/descriptor_tables -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/devices -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers/keyboard -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/fs -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/hardware -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/io -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/kernel -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/libc -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/lng -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/mem -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/misc -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/sys -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/system -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/process -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/elf -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/shell -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/command -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/init
C_FLAGS = -DDEBUG_STDIO -DSCHEDULER_RR -nostdlib -nostdinc -g3 -ggdb -fomit-frame-pointer -fno-builtin -fno-stack-protector -Wall -march=i686 -m32 -std=gnu99 -g3 -ggdb -DDEBUG -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
C_DEFINES =
C_INCLUDES = -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/descriptor_tables -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/devices -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers/keyboard -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/fs -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/hardware -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/io -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/kernel -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/libc -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/lng -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/mem -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/misc -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/sys -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/system -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/process -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/elf -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/shell -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/command -I/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/init
File diff suppressed because one or more lines are too long
@@ -1,113 +0,0 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 1
CMAKE_PROGRESS_3 = 2
CMAKE_PROGRESS_4 = 3
CMAKE_PROGRESS_5 = 4
CMAKE_PROGRESS_6 = 5
CMAKE_PROGRESS_7 = 6
CMAKE_PROGRESS_8 = 7
CMAKE_PROGRESS_9 =
CMAKE_PROGRESS_10 = 8
CMAKE_PROGRESS_11 = 9
CMAKE_PROGRESS_12 = 10
CMAKE_PROGRESS_13 = 11
CMAKE_PROGRESS_14 = 12
CMAKE_PROGRESS_15 = 13
CMAKE_PROGRESS_16 = 14
CMAKE_PROGRESS_17 =
CMAKE_PROGRESS_18 = 15
CMAKE_PROGRESS_19 = 16
CMAKE_PROGRESS_20 = 17
CMAKE_PROGRESS_21 = 18
CMAKE_PROGRESS_22 = 19
CMAKE_PROGRESS_23 = 20
CMAKE_PROGRESS_24 = 21
CMAKE_PROGRESS_25 =
CMAKE_PROGRESS_26 = 22
CMAKE_PROGRESS_27 = 23
CMAKE_PROGRESS_28 = 24
CMAKE_PROGRESS_29 = 25
CMAKE_PROGRESS_30 = 26
CMAKE_PROGRESS_31 = 27
CMAKE_PROGRESS_32 = 28
CMAKE_PROGRESS_33 =
CMAKE_PROGRESS_34 = 29
CMAKE_PROGRESS_35 = 30
CMAKE_PROGRESS_36 = 31
CMAKE_PROGRESS_37 = 32
CMAKE_PROGRESS_38 = 33
CMAKE_PROGRESS_39 = 34
CMAKE_PROGRESS_40 = 35
CMAKE_PROGRESS_41 =
CMAKE_PROGRESS_42 = 36
CMAKE_PROGRESS_43 = 37
CMAKE_PROGRESS_44 = 38
CMAKE_PROGRESS_45 = 39
CMAKE_PROGRESS_46 = 40
CMAKE_PROGRESS_47 = 41
CMAKE_PROGRESS_48 = 42
CMAKE_PROGRESS_49 =
CMAKE_PROGRESS_50 = 43
CMAKE_PROGRESS_51 = 44
CMAKE_PROGRESS_52 = 45
CMAKE_PROGRESS_53 = 46
CMAKE_PROGRESS_54 = 47
CMAKE_PROGRESS_55 = 48
CMAKE_PROGRESS_56 = 49
CMAKE_PROGRESS_57 = 50
CMAKE_PROGRESS_58 =
CMAKE_PROGRESS_59 = 51
CMAKE_PROGRESS_60 = 52
CMAKE_PROGRESS_61 = 53
CMAKE_PROGRESS_62 = 54
CMAKE_PROGRESS_63 = 55
CMAKE_PROGRESS_64 = 56
CMAKE_PROGRESS_65 = 57
CMAKE_PROGRESS_66 =
CMAKE_PROGRESS_67 = 58
CMAKE_PROGRESS_68 = 59
CMAKE_PROGRESS_69 = 60
CMAKE_PROGRESS_70 = 61
CMAKE_PROGRESS_71 = 62
CMAKE_PROGRESS_72 = 63
CMAKE_PROGRESS_73 = 64
CMAKE_PROGRESS_74 =
CMAKE_PROGRESS_75 = 65
CMAKE_PROGRESS_76 = 66
CMAKE_PROGRESS_77 = 67
CMAKE_PROGRESS_78 = 68
CMAKE_PROGRESS_79 = 69
CMAKE_PROGRESS_80 = 70
CMAKE_PROGRESS_81 = 71
CMAKE_PROGRESS_82 =
CMAKE_PROGRESS_83 = 72
CMAKE_PROGRESS_84 = 73
CMAKE_PROGRESS_85 = 74
CMAKE_PROGRESS_86 = 75
CMAKE_PROGRESS_87 = 76
CMAKE_PROGRESS_88 = 77
CMAKE_PROGRESS_89 = 78
CMAKE_PROGRESS_90 =
CMAKE_PROGRESS_91 = 79
CMAKE_PROGRESS_92 = 80
CMAKE_PROGRESS_93 = 81
CMAKE_PROGRESS_94 = 82
CMAKE_PROGRESS_95 = 83
CMAKE_PROGRESS_96 = 84
CMAKE_PROGRESS_97 = 85
CMAKE_PROGRESS_98 =
CMAKE_PROGRESS_99 = 86
CMAKE_PROGRESS_100 = 87
CMAKE_PROGRESS_101 = 88
CMAKE_PROGRESS_102 = 89
CMAKE_PROGRESS_103 = 90
CMAKE_PROGRESS_104 = 91
CMAKE_PROGRESS_105 = 92
CMAKE_PROGRESS_106 =
CMAKE_PROGRESS_107 = 93
CMAKE_PROGRESS_108 = 94
CMAKE_PROGRESS_109 = 95
CMAKE_PROGRESS_110 = 96
CMAKE_PROGRESS_111 = 97
CMAKE_PROGRESS_112 = 98
@@ -1 +0,0 @@
98
File diff suppressed because it is too large Load Diff
-448
View File
@@ -1,448 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="MentOs"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;CMake Files\mentos\;CMake Files\initscp\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="MentOs">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/libMentOs.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/descriptor_tables"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/devices"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers/keyboard"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/fs"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/hardware"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/io"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/kernel"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/libc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/lng"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/mem"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/misc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/sys"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/system"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/process"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/elf"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/shell"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/command"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/init"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 MentOs"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="MentOs/fast">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/libMentOs.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/descriptor_tables"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/devices"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/drivers/keyboard"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/fs"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/hardware"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/io"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/kernel"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/libc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/lng"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/mem"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/misc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/sys"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/system"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/process"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/elf"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/shell"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/command"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/mentos/inc/ui/init"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 MentOs/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/boot.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/exception.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/exception.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/gdt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/gdt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/idt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/idt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/interrupt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/interrupt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/tss.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/descriptor_tables/tss.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/devices/fpu.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/devices/pci.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/ata.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/fdc.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/keyboard/keyboard.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/keyboard/keymap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/drivers/mouse.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/elf/elf.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/fcntl.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/initrd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/read_write.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/fs/vfs.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/cpuid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/pic8259.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/hardware/timer.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/mm_io.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/port_io.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/io/video.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/kernel.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/kernel/sys.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/bitset.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/ctype.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/fcvt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/hashmap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/libgen.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/list.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/math.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/mutex.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/ordered_array.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/queue.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/rbtree.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/spinlock.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/stdio.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/stdlib.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/strerror.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/string.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/tree.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/chdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/execve.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/exit.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getcwd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/getppid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/nice.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/open.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/read.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/reboot.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/vfork.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/waitpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/unistd/write.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/libc/vsprintf.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/buddysystem.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/kheap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/paging.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/mem/zone_allocator.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/bitops.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/clock.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/misc/debug.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/multiboot.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/process.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/scheduler.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/scheduler_algorithm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/process/user.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/dirent.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/module.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/stat.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/unistd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/sys/utsname.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/errno.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/panic.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/printk.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/system/syscall.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_cd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_clear.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_cpuid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_credits.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_date.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_drv_load.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_echo.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ipcrm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ipcs.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_logo.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ls.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_mkdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_more.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_newfile.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_nice.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_poweroff.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_ps.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_pwd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_rm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_rmdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_showpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_sleep.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_touch.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_uname.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/command/cmd_whoami.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/init/init.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/shell/shell.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/src/ui/shell/shell_login.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\mentos\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/initscp/CMakeLists.txt">
<Option virtualFolder="CMake Files\initscp\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
@@ -1,34 +0,0 @@
# Install script for directory: /Users/luigi/Lavoro/Tesi/mentos/mentos
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
@@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/luigi/Lavoro/Tesi/mentos")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -1,21 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/Users/luigi/Lavoro/Tesi/mentos/src/initscp/src/initfscp.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o"
)
set(CMAKE_C_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../src/initscp/inc"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -1,98 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
# Include any dependencies generated for this target.
include src/initscp/CMakeFiles/initfscp.dir/depend.make
# Include the progress variables for this target.
include src/initscp/CMakeFiles/initfscp.dir/progress.make
# Include the compile flags for this target's objects.
include src/initscp/CMakeFiles/initfscp.dir/flags.make
src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o: src/initscp/CMakeFiles/initfscp.dir/flags.make
src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o: ../src/initscp/src/initfscp.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/initfscp.dir/src/initfscp.c.o -c /Users/luigi/Lavoro/Tesi/mentos/src/initscp/src/initfscp.c
src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/initfscp.dir/src/initfscp.c.i"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/luigi/Lavoro/Tesi/mentos/src/initscp/src/initfscp.c > CMakeFiles/initfscp.dir/src/initfscp.c.i
src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/initfscp.dir/src/initfscp.c.s"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/luigi/Lavoro/Tesi/mentos/src/initscp/src/initfscp.c -o CMakeFiles/initfscp.dir/src/initfscp.c.s
# Object files for target initfscp
initfscp_OBJECTS = \
"CMakeFiles/initfscp.dir/src/initfscp.c.o"
# External object files for target initfscp
initfscp_EXTERNAL_OBJECTS =
src/initscp/initfscp: src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o
src/initscp/initfscp: src/initscp/CMakeFiles/initfscp.dir/build.make
src/initscp/initfscp: src/initscp/CMakeFiles/initfscp.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable initfscp"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/initfscp.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
src/initscp/CMakeFiles/initfscp.dir/build: src/initscp/initfscp
.PHONY : src/initscp/CMakeFiles/initfscp.dir/build
src/initscp/CMakeFiles/initfscp.dir/clean:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp && $(CMAKE_COMMAND) -P CMakeFiles/initfscp.dir/cmake_clean.cmake
.PHONY : src/initscp/CMakeFiles/initfscp.dir/clean
src/initscp/CMakeFiles/initfscp.dir/depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos/src/initscp /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/CMakeFiles/initfscp.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : src/initscp/CMakeFiles/initfscp.dir/depend
@@ -1,10 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/initfscp.dir/src/initfscp.c.o"
"initfscp.pdb"
"initfscp"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/initfscp.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -1,2 +0,0 @@
# Empty dependencies file for initfscp.
# This may be replaced when dependencies are built.
@@ -1,10 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
C_FLAGS = -DDEBUG_STDIO -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
C_DEFINES =
C_INCLUDES = -I/Users/luigi/Lavoro/Tesi/mentos/src/initscp/inc
@@ -1 +0,0 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DDEBUG_STDIO -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/initfscp.dir/src/initfscp.c.o -o initfscp
@@ -1,3 +0,0 @@
CMAKE_PROGRESS_1 = 96
CMAKE_PROGRESS_2 = 97
@@ -1 +0,0 @@
2
-192
View File
@@ -1,192 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
#=============================================================================
# Targets provided globally by CMake.
# Special rule for the target rebuild_cache
rebuild_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -S$(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
# Special rule for the target edit_cache
edit_cache:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
/Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
.PHONY : edit_cache
# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast
# Special rule for the target test
test:
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
/Applications/CLion.app/Contents/bin/cmake/mac/bin/ctest --force-new-ctest-process $(ARGS)
.PHONY : test
# Special rule for the target test
test/fast: test
.PHONY : test/fast
# The main all target
all: cmake_check_build_system
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/CMakeFiles/progress.marks
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 src/initscp/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles 0
.PHONY : all
# The main clean target
clean:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 src/initscp/clean
.PHONY : clean
# The main clean target
clean/fast: clean
.PHONY : clean/fast
# Prepare targets for installation.
preinstall: all
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 src/initscp/preinstall
.PHONY : preinstall
# Prepare targets for installation.
preinstall/fast:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 src/initscp/preinstall
.PHONY : preinstall/fast
# clear depends
depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend
# Convenience name for target.
src/initscp/CMakeFiles/initfscp.dir/rule:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f CMakeFiles/Makefile2 src/initscp/CMakeFiles/initfscp.dir/rule
.PHONY : src/initscp/CMakeFiles/initfscp.dir/rule
# Convenience name for target.
initfscp: src/initscp/CMakeFiles/initfscp.dir/rule
.PHONY : initfscp
# fast build rule for target.
initfscp/fast:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f src/initscp/CMakeFiles/initfscp.dir/build.make src/initscp/CMakeFiles/initfscp.dir/build
.PHONY : initfscp/fast
src/initfscp.o: src/initfscp.c.o
.PHONY : src/initfscp.o
# target to build an object file
src/initfscp.c.o:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f src/initscp/CMakeFiles/initfscp.dir/build.make src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.o
.PHONY : src/initfscp.c.o
src/initfscp.i: src/initfscp.c.i
.PHONY : src/initfscp.i
# target to preprocess a source file
src/initfscp.c.i:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f src/initscp/CMakeFiles/initfscp.dir/build.make src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.i
.PHONY : src/initfscp.c.i
src/initfscp.s: src/initfscp.c.s
.PHONY : src/initfscp.s
# target to generate assembly for a file
src/initfscp.c.s:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(MAKE) -f src/initscp/CMakeFiles/initfscp.dir/build.make src/initscp/CMakeFiles/initfscp.dir/src/initfscp.c.s
.PHONY : src/initfscp.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 "... rebuild_cache"
@echo "... edit_cache"
@echo "... test"
@echo "... initfscp"
@echo "... src/initfscp.o"
@echo "... src/initfscp.i"
@echo "... src/initfscp.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 /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system
@@ -1,34 +0,0 @@
# Install script for directory: /Users/luigi/Lavoro/Tesi/mentos/src/initscp
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
@@ -1,81 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="initfscp"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;CMake Files\src\;CMake Files\src\mentos\;CMake Files\src\initscp\;CMake Files\src\tests\;CMake Files\src\tests\rbtree\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="initfscp">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/initfscp" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/initscp/inc"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 initfscp"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="initfscp/fast">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/initfscp" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp"/>
<Option object_output="./"/>
<Option type="1"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/initscp/inc"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 initfscp/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/initscp/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/initscp/src/initfscp.c">
<Option target="initfscp"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\src\mentos\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/initscp/CMakeLists.txt">
<Option virtualFolder="CMake Files\src\initscp\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/CMakeLists.txt">
<Option virtualFolder="CMake Files\src\tests\rbtree\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
@@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/luigi/Lavoro/Tesi/mentos")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -1,182 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"ASM"
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_ASM
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/boot.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/boot.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/exception.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/exception.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/gdt.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/idt.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/idt.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/interrupt.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/tss.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/tss.asm.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/user.asm" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/process/user.asm.o"
)
set(CMAKE_ASM_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_ASM_TARGET_INCLUDE_PATH
"../src/mentos/inc"
"../src/mentos/inc/descriptor_tables"
"../src/mentos/inc/devices"
"../src/mentos/inc/drivers"
"../src/mentos/inc/drivers/keyboard"
"../src/mentos/inc/fs"
"../src/mentos/inc/hardware"
"../src/mentos/inc/io"
"../src/mentos/inc/kernel"
"../src/mentos/inc/libc"
"../src/mentos/inc/lng"
"../src/mentos/inc/mem"
"../src/mentos/inc/misc"
"../src/mentos/inc/sys"
"../src/mentos/inc/system"
"../src/mentos/inc/process"
"../src/mentos/inc/elf"
"../src/mentos/inc/ui"
"../src/mentos/inc/ui/shell"
"../src/mentos/inc/ui/command"
"../src/mentos/inc/ui/init"
)
set(CMAKE_DEPENDS_CHECK_C
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/exception.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/exception.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/gdt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/idt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/idt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/interrupt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/tss.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/descriptor_tables/tss.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/devices/fpu.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/devices/fpu.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/devices/pci.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/devices/pci.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/ata.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/drivers/ata.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/fdc.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/drivers/fdc.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/keyboard/keyboard.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/drivers/keyboard/keyboard.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/keyboard/keymap.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/drivers/keyboard/keymap.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/mouse.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/drivers/mouse.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/elf/elf.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/elf/elf.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/fcntl.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/fs/fcntl.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/initrd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/fs/initrd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/read_write.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/fs/read_write.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/vfs.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/fs/vfs.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/hardware/cpuid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/hardware/cpuid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/hardware/pic8259.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/hardware/pic8259.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/hardware/timer.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/hardware/timer.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/io/mm_io.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/io/mm_io.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/io/port_io.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/io/port_io.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/io/video.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/io/video.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/kernel.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/kernel.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/kernel/sys.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/kernel/sys.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/bitset.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/bitset.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/ctype.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/ctype.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/fcvt.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/fcvt.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/hashmap.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/hashmap.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/libgen.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/libgen.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/list.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/list.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/math.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/math.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/mutex.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/mutex.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/ordered_array.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/ordered_array.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/queue.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/queue.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/rbtree.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/rbtree.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/spinlock.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/spinlock.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/stdio.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/stdio.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/stdlib.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/stdlib.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/strerror.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/strerror.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/string.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/string.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/tree.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/tree.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/chdir.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/chdir.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/execve.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/execve.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/exit.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/exit.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/getcwd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/getcwd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/getpid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/getpid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/getppid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/getppid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/nice.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/nice.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/open.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/open.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/read.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/read.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/reboot.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/reboot.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/vfork.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/vfork.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/waitpid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/waitpid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/write.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/unistd/write.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/vsprintf.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/libc/vsprintf.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/buddysystem.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/mem/buddysystem.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/kheap.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/mem/kheap.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/paging.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/mem/paging.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/pmm.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/mem/pmm.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/misc/bitops.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/misc/bitops.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/misc/clock.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/misc/clock.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/misc/debug.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/misc/debug.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/multiboot.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/multiboot.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/process.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/process/process.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/scheduler.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/process/scheduler.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/scheduler_algorithm.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/process/scheduler_algorithm.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/dirent.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/sys/dirent.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/module.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/sys/module.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/stat.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/sys/stat.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/unistd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/sys/unistd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/utsname.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/sys/utsname.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/errno.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/system/errno.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/panic.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/system/panic.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/printk.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/system/printk.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/syscall.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/system/syscall.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_buddysystemdump.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_buddysystemdump.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_cd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_cd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_clear.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_clear.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_cpuid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_cpuid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_credits.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_credits.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_date.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_date.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_drv_load.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_drv_load.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_echo.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_echo.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_heapdump.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_heapdump.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ipcrm.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcrm.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ipcs.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcs.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_logo.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_logo.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ls.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ls.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_mkdir.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_mkdir.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_more.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_more.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_newfile.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_newfile.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_nice.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_nice.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_poweroff.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_poweroff.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ps.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_ps.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_pwd.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_pwd.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_rm.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_rm.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_rmdir.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_rmdir.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_showpid.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_showpid.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_sleep.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_sleep.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_touch.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_touch.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_uname.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_uname.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_whoami.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/command/cmd_whoami.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/init/init.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/init/init.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/shell/shell.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/shell/shell.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/shell/shell_login.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/CMakeFiles/MentOs.dir/src/ui/shell/shell_login.c.o"
)
set(CMAKE_C_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../src/mentos/inc"
"../src/mentos/inc/descriptor_tables"
"../src/mentos/inc/devices"
"../src/mentos/inc/drivers"
"../src/mentos/inc/drivers/keyboard"
"../src/mentos/inc/fs"
"../src/mentos/inc/hardware"
"../src/mentos/inc/io"
"../src/mentos/inc/kernel"
"../src/mentos/inc/libc"
"../src/mentos/inc/lng"
"../src/mentos/inc/mem"
"../src/mentos/inc/misc"
"../src/mentos/inc/sys"
"../src/mentos/inc/system"
"../src/mentos/inc/process"
"../src/mentos/inc/elf"
"../src/mentos/inc/ui"
"../src/mentos/inc/ui/shell"
"../src/mentos/inc/ui/command"
"../src/mentos/inc/ui/init"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
File diff suppressed because it is too large Load Diff
@@ -1,122 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/MentOs.dir/boot.asm.o"
"CMakeFiles/MentOs.dir/src/kernel.c.o"
"CMakeFiles/MentOs.dir/src/multiboot.c.o"
"CMakeFiles/MentOs.dir/src/devices/pci.c.o"
"CMakeFiles/MentOs.dir/src/devices/fpu.c.o"
"CMakeFiles/MentOs.dir/src/drivers/ata.c.o"
"CMakeFiles/MentOs.dir/src/drivers/fdc.c.o"
"CMakeFiles/MentOs.dir/src/drivers/mouse.c.o"
"CMakeFiles/MentOs.dir/src/drivers/keyboard/keyboard.c.o"
"CMakeFiles/MentOs.dir/src/drivers/keyboard/keymap.c.o"
"CMakeFiles/MentOs.dir/src/fs/fcntl.c.o"
"CMakeFiles/MentOs.dir/src/fs/initrd.c.o"
"CMakeFiles/MentOs.dir/src/fs/vfs.c.o"
"CMakeFiles/MentOs.dir/src/fs/read_write.c.o"
"CMakeFiles/MentOs.dir/src/sys/module.c.o"
"CMakeFiles/MentOs.dir/src/sys/unistd.c.o"
"CMakeFiles/MentOs.dir/src/hardware/timer.c.o"
"CMakeFiles/MentOs.dir/src/hardware/cpuid.c.o"
"CMakeFiles/MentOs.dir/src/hardware/pic8259.c.o"
"CMakeFiles/MentOs.dir/src/io/port_io.c.o"
"CMakeFiles/MentOs.dir/src/io/mm_io.c.o"
"CMakeFiles/MentOs.dir/src/io/video.c.o"
"CMakeFiles/MentOs.dir/src/kernel/sys.c.o"
"CMakeFiles/MentOs.dir/src/libc/ctype.c.o"
"CMakeFiles/MentOs.dir/src/libc/stdio.c.o"
"CMakeFiles/MentOs.dir/src/libc/string.c.o"
"CMakeFiles/MentOs.dir/src/libc/vsprintf.c.o"
"CMakeFiles/MentOs.dir/src/libc/queue.c.o"
"CMakeFiles/MentOs.dir/src/libc/stdlib.c.o"
"CMakeFiles/MentOs.dir/src/libc/spinlock.c.o"
"CMakeFiles/MentOs.dir/src/libc/list.c.o"
"CMakeFiles/MentOs.dir/src/libc/ordered_array.c.o"
"CMakeFiles/MentOs.dir/src/libc/mutex.c.o"
"CMakeFiles/MentOs.dir/src/libc/libgen.c.o"
"CMakeFiles/MentOs.dir/src/libc/strerror.c.o"
"CMakeFiles/MentOs.dir/src/libc/tree.c.o"
"CMakeFiles/MentOs.dir/src/libc/bitset.c.o"
"CMakeFiles/MentOs.dir/src/libc/fcvt.c.o"
"CMakeFiles/MentOs.dir/src/libc/rbtree.c.o"
"CMakeFiles/MentOs.dir/src/libc/math.c.o"
"CMakeFiles/MentOs.dir/src/libc/hashmap.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/getppid.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/getpid.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/exit.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/vfork.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/read.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/write.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/execve.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/nice.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/open.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/reboot.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/waitpid.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/chdir.c.o"
"CMakeFiles/MentOs.dir/src/libc/unistd/getcwd.c.o"
"CMakeFiles/MentOs.dir/src/mem/kheap.c.o"
"CMakeFiles/MentOs.dir/src/mem/paging.c.o"
"CMakeFiles/MentOs.dir/src/mem/pmm.c.o"
"CMakeFiles/MentOs.dir/src/mem/buddysystem.c.o"
"CMakeFiles/MentOs.dir/src/misc/bitops.c.o"
"CMakeFiles/MentOs.dir/src/misc/clock.c.o"
"CMakeFiles/MentOs.dir/src/misc/debug.c.o"
"CMakeFiles/MentOs.dir/src/sys/dirent.c.o"
"CMakeFiles/MentOs.dir/src/sys/stat.c.o"
"CMakeFiles/MentOs.dir/src/sys/utsname.c.o"
"CMakeFiles/MentOs.dir/src/elf/elf.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/gdt.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/exception.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/interrupt.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/exception.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/idt.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/idt.asm.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/tss.c.o"
"CMakeFiles/MentOs.dir/src/descriptor_tables/tss.asm.o"
"CMakeFiles/MentOs.dir/src/process/scheduler.c.o"
"CMakeFiles/MentOs.dir/src/process/scheduler_algorithm.c.o"
"CMakeFiles/MentOs.dir/src/process/process.c.o"
"CMakeFiles/MentOs.dir/src/process/user.asm.o"
"CMakeFiles/MentOs.dir/src/system/errno.c.o"
"CMakeFiles/MentOs.dir/src/system/panic.c.o"
"CMakeFiles/MentOs.dir/src/system/syscall.c.o"
"CMakeFiles/MentOs.dir/src/system/printk.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_cd.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_clear.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_cpuid.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_credits.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_date.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_drv_load.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_echo.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_heapdump.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_logo.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ls.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_mkdir.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_more.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_newfile.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_poweroff.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ps.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_pwd.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_rm.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_rmdir.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_showpid.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_sleep.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_touch.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_uname.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_whoami.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcs.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_ipcrm.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_buddysystemdump.c.o"
"CMakeFiles/MentOs.dir/src/ui/command/cmd_nice.c.o"
"CMakeFiles/MentOs.dir/src/ui/init/init.c.o"
"CMakeFiles/MentOs.dir/src/ui/shell/shell.c.o"
"CMakeFiles/MentOs.dir/src/ui/shell/shell_login.c.o"
"libMentOs.pdb"
"libMentOs.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang ASM C)
include(CMakeFiles/MentOs.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -1,3 +0,0 @@
file(REMOVE_RECURSE
"libMentOs.a"
)
@@ -1,2 +0,0 @@
# Empty dependencies file for MentOs.
# This may be replaced when dependencies are built.
@@ -1,17 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# compile ASM with nasm
# compile C with /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
ASM_FLAGS = -g -O0 -f elf -F dwarf -g
ASM_DEFINES =
ASM_INCLUDES = -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/descriptor_tables -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/devices -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers/keyboard -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/fs -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/hardware -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/io -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/kernel -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/libc -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/lng -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/mem -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/misc -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/sys -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/system -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/process -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/elf -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/shell -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/command -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/init
C_FLAGS = -DDEBUG_STDIO -DSCHEDULER_RR -nostdlib -nostdinc -g3 -ggdb -fomit-frame-pointer -fno-builtin -fno-stack-protector -Wall -march=i686 -m32 -std=gnu99 -g3 -ggdb -DDEBUG -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
C_DEFINES =
C_INCLUDES = -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/descriptor_tables -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/devices -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers/keyboard -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/fs -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/hardware -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/io -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/kernel -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/libc -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/lng -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/mem -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/misc -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/sys -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/system -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/process -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/elf -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/shell -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/command -I/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/init
File diff suppressed because one or more lines are too long
@@ -1,115 +0,0 @@
CMAKE_PROGRESS_1 =
CMAKE_PROGRESS_2 = 1
CMAKE_PROGRESS_3 = 2
CMAKE_PROGRESS_4 = 3
CMAKE_PROGRESS_5 = 4
CMAKE_PROGRESS_6 = 5
CMAKE_PROGRESS_7 =
CMAKE_PROGRESS_8 = 6
CMAKE_PROGRESS_9 = 7
CMAKE_PROGRESS_10 = 8
CMAKE_PROGRESS_11 = 9
CMAKE_PROGRESS_12 = 10
CMAKE_PROGRESS_13 =
CMAKE_PROGRESS_14 = 11
CMAKE_PROGRESS_15 = 12
CMAKE_PROGRESS_16 = 13
CMAKE_PROGRESS_17 = 14
CMAKE_PROGRESS_18 = 15
CMAKE_PROGRESS_19 =
CMAKE_PROGRESS_20 = 16
CMAKE_PROGRESS_21 = 17
CMAKE_PROGRESS_22 = 18
CMAKE_PROGRESS_23 = 19
CMAKE_PROGRESS_24 = 20
CMAKE_PROGRESS_25 = 21
CMAKE_PROGRESS_26 =
CMAKE_PROGRESS_27 = 22
CMAKE_PROGRESS_28 = 23
CMAKE_PROGRESS_29 = 24
CMAKE_PROGRESS_30 = 25
CMAKE_PROGRESS_31 = 26
CMAKE_PROGRESS_32 =
CMAKE_PROGRESS_33 = 27
CMAKE_PROGRESS_34 = 28
CMAKE_PROGRESS_35 = 29
CMAKE_PROGRESS_36 = 30
CMAKE_PROGRESS_37 = 31
CMAKE_PROGRESS_38 =
CMAKE_PROGRESS_39 = 32
CMAKE_PROGRESS_40 = 33
CMAKE_PROGRESS_41 = 34
CMAKE_PROGRESS_42 = 35
CMAKE_PROGRESS_43 = 36
CMAKE_PROGRESS_44 =
CMAKE_PROGRESS_45 = 37
CMAKE_PROGRESS_46 = 38
CMAKE_PROGRESS_47 = 39
CMAKE_PROGRESS_48 = 40
CMAKE_PROGRESS_49 = 41
CMAKE_PROGRESS_50 = 42
CMAKE_PROGRESS_51 =
CMAKE_PROGRESS_52 = 43
CMAKE_PROGRESS_53 = 44
CMAKE_PROGRESS_54 = 45
CMAKE_PROGRESS_55 = 46
CMAKE_PROGRESS_56 = 47
CMAKE_PROGRESS_57 =
CMAKE_PROGRESS_58 = 48
CMAKE_PROGRESS_59 = 49
CMAKE_PROGRESS_60 = 50
CMAKE_PROGRESS_61 = 51
CMAKE_PROGRESS_62 = 52
CMAKE_PROGRESS_63 =
CMAKE_PROGRESS_64 = 53
CMAKE_PROGRESS_65 = 54
CMAKE_PROGRESS_66 = 55
CMAKE_PROGRESS_67 = 56
CMAKE_PROGRESS_68 = 57
CMAKE_PROGRESS_69 =
CMAKE_PROGRESS_70 = 58
CMAKE_PROGRESS_71 = 59
CMAKE_PROGRESS_72 = 60
CMAKE_PROGRESS_73 = 61
CMAKE_PROGRESS_74 = 62
CMAKE_PROGRESS_75 = 63
CMAKE_PROGRESS_76 =
CMAKE_PROGRESS_77 = 64
CMAKE_PROGRESS_78 = 65
CMAKE_PROGRESS_79 = 66
CMAKE_PROGRESS_80 = 67
CMAKE_PROGRESS_81 = 68
CMAKE_PROGRESS_82 =
CMAKE_PROGRESS_83 = 69
CMAKE_PROGRESS_84 = 70
CMAKE_PROGRESS_85 = 71
CMAKE_PROGRESS_86 = 72
CMAKE_PROGRESS_87 = 73
CMAKE_PROGRESS_88 =
CMAKE_PROGRESS_89 = 74
CMAKE_PROGRESS_90 = 75
CMAKE_PROGRESS_91 = 76
CMAKE_PROGRESS_92 = 77
CMAKE_PROGRESS_93 = 78
CMAKE_PROGRESS_94 =
CMAKE_PROGRESS_95 = 79
CMAKE_PROGRESS_96 = 80
CMAKE_PROGRESS_97 = 81
CMAKE_PROGRESS_98 = 82
CMAKE_PROGRESS_99 = 83
CMAKE_PROGRESS_100 = 84
CMAKE_PROGRESS_101 =
CMAKE_PROGRESS_102 = 85
CMAKE_PROGRESS_103 = 86
CMAKE_PROGRESS_104 = 87
CMAKE_PROGRESS_105 = 88
CMAKE_PROGRESS_106 = 89
CMAKE_PROGRESS_107 =
CMAKE_PROGRESS_108 = 90
CMAKE_PROGRESS_109 = 91
CMAKE_PROGRESS_110 = 92
CMAKE_PROGRESS_111 = 93
CMAKE_PROGRESS_112 = 94
CMAKE_PROGRESS_113 =
CMAKE_PROGRESS_114 = 95
@@ -1 +0,0 @@
95
File diff suppressed because it is too large Load Diff
-457
View File
@@ -1,457 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6"/>
<Project>
<Option title="MentOs"/>
<Option makefile_is_custom="1"/>
<Option compiler="clang"/>
<Option virtualFolders="CMake Files\;CMake Files\src\;CMake Files\src\mentos\;CMake Files\src\initscp\;CMake Files\src\tests\;CMake Files\src\tests\rbtree\;"/>
<Build>
<Target title="all">
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos"/>
<Option type="4"/>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 all"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="MentOs">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/libMentOs.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/descriptor_tables"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/devices"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers/keyboard"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/fs"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/hardware"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/io"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/kernel"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/libc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/lng"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/mem"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/misc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/sys"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/system"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/process"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/elf"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/shell"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/command"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/init"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 MentOs"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
<Target title="MentOs/fast">
<Option output="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/libMentOs.a" prefix_auto="0" extension_auto="0"/>
<Option working_dir="/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos"/>
<Option object_output="./"/>
<Option type="2"/>
<Option compiler="clang"/>
<Compiler>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/descriptor_tables"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/devices"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/drivers/keyboard"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/fs"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/hardware"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/io"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/kernel"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/libc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/lng"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/mem"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/misc"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/sys"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/system"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/process"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/elf"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/shell"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/command"/>
<Add directory="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/inc/ui/init"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1"/>
<Add directory="/usr/local/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1/include"/>
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
<Add directory="/System/Library/Frameworks"/>
<Add directory="/Library/Frameworks"/>
</Compiler>
<MakeCommands>
<Build command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 MentOs/fast"/>
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
<Clean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 clean"/>
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/mentos/Makefile&quot; VERBOSE=1 clean"/>
</MakeCommands>
</Target>
</Build>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/boot.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/exception.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/exception.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/gdt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/gdt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/idt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/idt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/interrupt.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/interrupt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/tss.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/descriptor_tables/tss.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/devices/fpu.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/devices/pci.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/ata.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/fdc.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/keyboard/keyboard.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/keyboard/keymap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/drivers/mouse.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/elf/elf.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/fcntl.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/initrd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/read_write.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/fs/vfs.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/hardware/cpuid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/hardware/pic8259.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/hardware/timer.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/io/mm_io.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/io/port_io.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/io/video.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/kernel.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/kernel/sys.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/bitset.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/ctype.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/fcvt.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/hashmap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/libgen.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/list.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/math.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/mutex.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/ordered_array.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/queue.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/rbtree.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/spinlock.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/stdio.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/stdlib.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/strerror.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/string.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/tree.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/chdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/execve.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/exit.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/getcwd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/getpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/getppid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/nice.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/open.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/read.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/reboot.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/vfork.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/waitpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/unistd/write.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/libc/vsprintf.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/buddysystem.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/kheap.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/paging.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/mem/pmm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/misc/bitops.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/misc/clock.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/misc/debug.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/multiboot.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/process.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/scheduler.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/scheduler_algorithm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/process/user.asm">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/dirent.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/module.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/stat.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/unistd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/sys/utsname.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/errno.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/panic.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/printk.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/system/syscall.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_buddysystemdump.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_cd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_clear.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_cpuid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_credits.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_date.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_drv_load.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_echo.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_heapdump.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ipcrm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ipcs.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_logo.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ls.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_mkdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_more.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_newfile.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_nice.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_poweroff.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_ps.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_pwd.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_rm.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_rmdir.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_showpid.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_sleep.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_touch.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_uname.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/command/cmd_whoami.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/init/init.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/shell/shell.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/src/ui/shell/shell_login.c">
<Option target="MentOs"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/mentos/CMakeLists.txt">
<Option virtualFolder="CMake Files\src\mentos\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/initscp/CMakeLists.txt">
<Option virtualFolder="CMake Files\src\initscp\"/>
</Unit>
<Unit filename="/Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/CMakeLists.txt">
<Option virtualFolder="CMake Files\src\tests\rbtree\"/>
</Unit>
</Project>
</CodeBlocks_project_file>
@@ -1,34 +0,0 @@
# Install script for directory: /Users/luigi/Lavoro/Tesi/mentos/src/mentos
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "/usr/local")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
@@ -1,16 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/luigi/Lavoro/Tesi/mentos")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug")
# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)
# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
@@ -1 +0,0 @@
3
@@ -1,22 +0,0 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
"C"
)
# The set of files for implicit dependencies of each language:
set(CMAKE_DEPENDS_CHECK_C
"/Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/rbtree.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree/CMakeFiles/test_rbtree.dir/rbtree.c.o"
"/Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/test_rbtree.c" "/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree/CMakeFiles/test_rbtree.dir/test_rbtree.c.o"
)
set(CMAKE_C_COMPILER_ID "Clang")
# The include file search paths:
set(CMAKE_C_TARGET_INCLUDE_PATH
"../src/tests/rbtree"
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
@@ -1,113 +0,0 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.13
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# 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 = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake
# The command to remove a file.
RM = /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake -E remove -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/luigi/Lavoro/Tesi/mentos
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug
# Include any dependencies generated for this target.
include src/tests/rbtree/CMakeFiles/test_rbtree.dir/depend.make
# Include the progress variables for this target.
include src/tests/rbtree/CMakeFiles/test_rbtree.dir/progress.make
# Include the compile flags for this target's objects.
include src/tests/rbtree/CMakeFiles/test_rbtree.dir/flags.make
src/tests/rbtree/CMakeFiles/test_rbtree.dir/test_rbtree.c.o: src/tests/rbtree/CMakeFiles/test_rbtree.dir/flags.make
src/tests/rbtree/CMakeFiles/test_rbtree.dir/test_rbtree.c.o: ../src/tests/rbtree/test_rbtree.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object src/tests/rbtree/CMakeFiles/test_rbtree.dir/test_rbtree.c.o"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test_rbtree.dir/test_rbtree.c.o -c /Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/test_rbtree.c
src/tests/rbtree/CMakeFiles/test_rbtree.dir/test_rbtree.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test_rbtree.dir/test_rbtree.c.i"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/test_rbtree.c > CMakeFiles/test_rbtree.dir/test_rbtree.c.i
src/tests/rbtree/CMakeFiles/test_rbtree.dir/test_rbtree.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test_rbtree.dir/test_rbtree.c.s"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/test_rbtree.c -o CMakeFiles/test_rbtree.dir/test_rbtree.c.s
src/tests/rbtree/CMakeFiles/test_rbtree.dir/rbtree.c.o: src/tests/rbtree/CMakeFiles/test_rbtree.dir/flags.make
src/tests/rbtree/CMakeFiles/test_rbtree.dir/rbtree.c.o: ../src/tests/rbtree/rbtree.c
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object src/tests/rbtree/CMakeFiles/test_rbtree.dir/rbtree.c.o"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/test_rbtree.dir/rbtree.c.o -c /Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/rbtree.c
src/tests/rbtree/CMakeFiles/test_rbtree.dir/rbtree.c.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing C source to CMakeFiles/test_rbtree.dir/rbtree.c.i"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/rbtree.c > CMakeFiles/test_rbtree.dir/rbtree.c.i
src/tests/rbtree/CMakeFiles/test_rbtree.dir/rbtree.c.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling C source to assembly CMakeFiles/test_rbtree.dir/rbtree.c.s"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree/rbtree.c -o CMakeFiles/test_rbtree.dir/rbtree.c.s
# Object files for target test_rbtree
test_rbtree_OBJECTS = \
"CMakeFiles/test_rbtree.dir/test_rbtree.c.o" \
"CMakeFiles/test_rbtree.dir/rbtree.c.o"
# External object files for target test_rbtree
test_rbtree_EXTERNAL_OBJECTS =
src/tests/rbtree/test_rbtree: src/tests/rbtree/CMakeFiles/test_rbtree.dir/test_rbtree.c.o
src/tests/rbtree/test_rbtree: src/tests/rbtree/CMakeFiles/test_rbtree.dir/rbtree.c.o
src/tests/rbtree/test_rbtree: src/tests/rbtree/CMakeFiles/test_rbtree.dir/build.make
src/tests/rbtree/test_rbtree: src/tests/rbtree/CMakeFiles/test_rbtree.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable test_rbtree"
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test_rbtree.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
src/tests/rbtree/CMakeFiles/test_rbtree.dir/build: src/tests/rbtree/test_rbtree
.PHONY : src/tests/rbtree/CMakeFiles/test_rbtree.dir/build
src/tests/rbtree/CMakeFiles/test_rbtree.dir/clean:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree && $(CMAKE_COMMAND) -P CMakeFiles/test_rbtree.dir/cmake_clean.cmake
.PHONY : src/tests/rbtree/CMakeFiles/test_rbtree.dir/clean
src/tests/rbtree/CMakeFiles/test_rbtree.dir/depend:
cd /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/luigi/Lavoro/Tesi/mentos /Users/luigi/Lavoro/Tesi/mentos/src/tests/rbtree /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree /Users/luigi/Lavoro/Tesi/mentos/cmake-build-debug/src/tests/rbtree/CMakeFiles/test_rbtree.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : src/tests/rbtree/CMakeFiles/test_rbtree.dir/depend
@@ -1,11 +0,0 @@
file(REMOVE_RECURSE
"CMakeFiles/test_rbtree.dir/test_rbtree.c.o"
"CMakeFiles/test_rbtree.dir/rbtree.c.o"
"test_rbtree.pdb"
"test_rbtree"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/test_rbtree.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

Some files were not shown because too many files have changed in this diff Show More