parent
8f10a021fe
commit
41c29694da
@ -0,0 +1 @@
|
||||
{"buildTargets":["bin/exe","clean"],"launchTargets":["/Users/malanone/SAE2.02/sae2.02-1/bin>exe()"],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":["/Users/malanone/SAE2.02/sae2.02-1/src"],"compilerArgs":["-Wall","-c","src/main.cpp","-o","obj/main.o"],"compilerPath":"/usr/bin/g++","standard":"c++17","windowsSdkVersion":""},"fileIndex":[["/Users/malanone/SAE2.02/sae2.02-1/src/Contact.cpp",{"uri":{"$mid":1,"fsPath":"/Users/malanone/SAE2.02/sae2.02-1/src/Contact.cpp","path":"/Users/malanone/SAE2.02/sae2.02-1/src/Contact.cpp","scheme":"file"},"configuration":{"defines":[],"standard":"c++17","includePath":[],"forcedInclude":[],"compilerPath":"/usr/bin/g++","compilerArgs":["-Wall","-c","src/Contact.cpp","-o","obj/Contact.o"],"windowsSdkVersion":""},"compileCommand":{"command":"g++ -std=c++17 -Wall -c src/Contact.cpp -o obj/Contact.o","directory":"/Users/malanone/SAE2.02/sae2.02-1","file":"/Users/malanone/SAE2.02/sae2.02-1/src/Contact.cpp"}}],["/Users/malanone/SAE2.02/sae2.02-1/src/Personne.cpp",{"uri":{"$mid":1,"fsPath":"/Users/malanone/SAE2.02/sae2.02-1/src/Personne.cpp","path":"/Users/malanone/SAE2.02/sae2.02-1/src/Personne.cpp","scheme":"file"},"configuration":{"defines":[],"standard":"c++17","includePath":[],"forcedInclude":[],"compilerPath":"/usr/bin/g++","compilerArgs":["-Wall","-c","src/Personne.cpp","-o","obj/Personne.o"],"windowsSdkVersion":""},"compileCommand":{"command":"g++ -std=c++17 -Wall -c src/Personne.cpp -o obj/Personne.o","directory":"/Users/malanone/SAE2.02/sae2.02-1","file":"/Users/malanone/SAE2.02/sae2.02-1/src/Personne.cpp"}}],["/Users/malanone/SAE2.02/sae2.02-1/src/main.cpp",{"uri":{"$mid":1,"fsPath":"/Users/malanone/SAE2.02/sae2.02-1/src/main.cpp","path":"/Users/malanone/SAE2.02/sae2.02-1/src/main.cpp","scheme":"file"},"configuration":{"defines":[],"standard":"c++17","includePath":[],"forcedInclude":[],"compilerPath":"/usr/bin/g++","compilerArgs":["-Wall","-c","src/main.cpp","-o","obj/main.o"],"windowsSdkVersion":""},"compileCommand":{"command":"g++ -std=c++17 -Wall -c src/main.cpp -o obj/main.o","directory":"/Users/malanone/SAE2.02/sae2.02-1","file":"/Users/malanone/SAE2.02/sae2.02-1/src/main.cpp"}}]]}}
|
@ -0,0 +1,8 @@
|
||||
make --dry-run --always-make --keep-going --print-directory
|
||||
make: Entering directory `/Users/malanone/SAE2.02/sae2.02-1'
|
||||
g++ -std=c++17 -Wall -c src/Contact.cpp -o obj/Contact.o
|
||||
g++ -std=c++17 -Wall -c src/Personne.cpp -o obj/Personne.o
|
||||
g++ -std=c++17 -Wall -c src/main.cpp -o obj/main.o
|
||||
g++ obj/Contact.o obj/Personne.o obj/main.o -o bin/exe
|
||||
make: Leaving directory `/Users/malanone/SAE2.02/sae2.02-1'
|
||||
|
@ -0,0 +1,3 @@
|
||||
{
|
||||
"makefile.extensionOutputFolder": "./.vscode"
|
||||
}
|
@ -0,0 +1,264 @@
|
||||
make all --print-data-base --no-builtin-variables --no-builtin-rules --question
|
||||
# GNU Make 3.81
|
||||
# Copyright (C) 2006 Free Software Foundation, Inc.
|
||||
# This is free software; see the source for copying conditions.
|
||||
# There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
|
||||
# PARTICULAR PURPOSE.
|
||||
|
||||
# This program built for i386-apple-darwin11.3.0
|
||||
|
||||
# Make data base, printed on Thu Mar 31 13:46:13 2022
|
||||
|
||||
# Variables
|
||||
|
||||
# automatic
|
||||
<D = $(patsubst %/,%,$(dir $<))
|
||||
# automatic
|
||||
?F = $(notdir $?)
|
||||
# makefile (from `Makefile', line 11)
|
||||
OBJ = $(patsubst src/%.cpp,obj/%.o,$(SRC))
|
||||
# makefile (from `Makefile', line 8)
|
||||
SRC = $(wildcard src/*.cpp)
|
||||
# environment
|
||||
VSCODE_LOG_NATIVE = false
|
||||
# automatic
|
||||
?D = $(patsubst %/,%,$(dir $?))
|
||||
# automatic
|
||||
@D = $(patsubst %/,%,$(dir $@))
|
||||
# automatic
|
||||
@F = $(notdir $@)
|
||||
# makefile
|
||||
CURDIR := /Users/malanone/SAE2.02/sae2.02-1
|
||||
# makefile
|
||||
SHELL = /bin/sh
|
||||
# environment
|
||||
VSCODE_NLS_CONFIG = {"locale":"fr","availableLanguages":{"*":"fr"},"_languagePackId":"7f0881eff5702ae7f1e58d234d47750c.fr","_translationsConfigFile":"/Users/malanone/Library/Application Support/Code/clp/7f0881eff5702ae7f1e58d234d47750c.fr/tcf.json","_cacheRoot":"/Users/malanone/Library/Application Support/Code/clp/7f0881eff5702ae7f1e58d234d47750c.fr","_resolvedLanguagePackCoreLocation":"/Users/malanone/Library/Application Support/Code/clp/7f0881eff5702ae7f1e58d234d47750c.fr/c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1","_corruptedFile":"/Users/malanone/Library/Application Support/Code/clp/7f0881eff5702ae7f1e58d234d47750c.fr/corrupted.info","_languagePackSupport":true}
|
||||
# environment
|
||||
_ = /usr/bin/make
|
||||
# makefile (from `Makefile', line 5)
|
||||
CFLAGS = -std=c++17 -Wall
|
||||
# makefile (from `Makefile', line 1)
|
||||
MAKEFILE_LIST := Makefile
|
||||
# environment
|
||||
VSCODE_VERBOSE_LOGGING = true
|
||||
# environment
|
||||
__CFBundleIdentifier = com.microsoft.VSCode
|
||||
# environment
|
||||
INFOPATH = /opt/homebrew/share/info:
|
||||
# environment
|
||||
VSCODE_IPC_HOOK_EXTHOST = /var/folders/2c/84f5fdhx7xb36m9x0bh2cd9c0000gn/T/vscode-ipc-9967a400-0bc4-4c4a-8b81-f12f2d798b01.sock
|
||||
# environment
|
||||
VSCODE_CWD = /
|
||||
# environment
|
||||
PATH = /opt/local/bin:/opt/local/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:~/.dotnet/tools:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands
|
||||
# environment
|
||||
VSCODE_LOG_STACK = false
|
||||
# environment
|
||||
ELECTRON_RUN_AS_NODE = 1
|
||||
# default
|
||||
.FEATURES := target-specific order-only second-expansion else-if archives jobserver check-symlink
|
||||
# environment
|
||||
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.BVHmcK3OBC/Listeners
|
||||
# automatic
|
||||
%F = $(notdir $%)
|
||||
# environment
|
||||
VSCODE_PIPE_LOGGING = true
|
||||
# environment
|
||||
PWD = /Users/malanone/SAE2.02/sae2.02-1
|
||||
# environment
|
||||
HOMEBREW_CELLAR = /opt/homebrew/Cellar
|
||||
# environment
|
||||
ORIGINAL_XDG_CURRENT_DESKTOP = undefined
|
||||
# environment
|
||||
MANPATH = /opt/local/share/man:/opt/homebrew/share/man::
|
||||
# environment
|
||||
VSCODE_AMD_ENTRYPOINT = vs/workbench/api/node/extensionHostProcess
|
||||
# environment
|
||||
HOME = /Users/malanone
|
||||
# default
|
||||
MAKEFILEPATH = $(shell /usr/bin/xcode-select -print-path 2>/dev/null || echo /Developer)/Makefiles
|
||||
# environment
|
||||
VSCODE_CODE_CACHE_PATH = /Users/malanone/Library/Application Support/Code/CachedData/c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1
|
||||
# environment
|
||||
LOGNAME = malanone
|
||||
# environment
|
||||
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = 1
|
||||
# environment
|
||||
VSCODE_HANDLES_UNCAUGHT_ERRORS = true
|
||||
# automatic
|
||||
^D = $(patsubst %/,%,$(dir $^))
|
||||
# environment
|
||||
XPC_FLAGS = 0x0
|
||||
# default
|
||||
MAKE = $(MAKE_COMMAND)
|
||||
# default
|
||||
MAKECMDGOALS := all
|
||||
# environment
|
||||
SHLVL = 1
|
||||
# makefile (from `Makefile', line 2)
|
||||
CC = g++
|
||||
# default
|
||||
MAKE_VERSION := 3.81
|
||||
# environment
|
||||
USER = malanone
|
||||
# makefile
|
||||
.DEFAULT_GOAL := bin/exe
|
||||
# automatic
|
||||
%D = $(patsubst %/,%,$(dir $%))
|
||||
# default
|
||||
MAKE_COMMAND := /Library/Developer/CommandLineTools/usr/bin/make
|
||||
# default
|
||||
.VARIABLES :=
|
||||
# environment
|
||||
TMPDIR = /var/folders/2c/84f5fdhx7xb36m9x0bh2cd9c0000gn/T/
|
||||
# automatic
|
||||
*F = $(notdir $*)
|
||||
# environment
|
||||
VSCODE_IPC_HOOK = /Users/malanone/Library/Application Support/Code/1.65.2-main.sock
|
||||
# makefile
|
||||
MAKEFLAGS = Rrqp
|
||||
# environment
|
||||
PROMPT = %B%F{blue}%n%f%b%F{green}@%m%f %F{red}%~%f %F{green}%#%f
|
||||
# environment
|
||||
MFLAGS = -Rrqp
|
||||
# automatic
|
||||
*D = $(patsubst %/,%,$(dir $*))
|
||||
# environment
|
||||
XPC_SERVICE_NAME = application.com.microsoft.VSCode.12793600.12793606
|
||||
# environment
|
||||
HOMEBREW_PREFIX = /opt/homebrew
|
||||
# automatic
|
||||
+D = $(patsubst %/,%,$(dir $+))
|
||||
# automatic
|
||||
+F = $(notdir $+)
|
||||
# environment
|
||||
HOMEBREW_REPOSITORY = /opt/homebrew
|
||||
# environment
|
||||
__CF_USER_TEXT_ENCODING = 0x1F5:0x0:0x1
|
||||
# environment
|
||||
COMMAND_MODE = unix2003
|
||||
# default
|
||||
MAKEFILES :=
|
||||
# automatic
|
||||
<F = $(notdir $<)
|
||||
# environment
|
||||
LC_ALL = C
|
||||
# automatic
|
||||
^F = $(notdir $^)
|
||||
# default
|
||||
SUFFIXES :=
|
||||
# default
|
||||
.INCLUDE_DIRS = /usr/local/include
|
||||
# environment
|
||||
MAKELEVEL := 0
|
||||
# environment
|
||||
LANG = C
|
||||
# environment
|
||||
VSCODE_PID = 39657
|
||||
# variable set hash-table stats:
|
||||
# Load=72/1024=7%, Rehash=0, Collisions=3/98=3%
|
||||
|
||||
# Pattern-specific Variable Values
|
||||
|
||||
# No pattern-specific variable values.
|
||||
|
||||
# Directories
|
||||
|
||||
# . (device 16777232, inode 14352802): 12 files, no impossibilities.
|
||||
# src (device 16777232, inode 14352887): 8 files, no impossibilities.
|
||||
|
||||
# 20 files, no impossibilities in 2 directories.
|
||||
|
||||
# Implicit Rules
|
||||
|
||||
obj/%.o: src/%.cpp
|
||||
# commands to execute (from `Makefile', line 20):
|
||||
$(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
|
||||
# 1 implicit rules, 0 (0.0%) terminal.
|
||||
|
||||
# Files
|
||||
|
||||
# Not a target:
|
||||
all:
|
||||
# Command-line target.
|
||||
# Implicit rule search has been done.
|
||||
# File does not exist.
|
||||
# File has not been updated.
|
||||
# variable set hash-table stats:
|
||||
# Load=0/32=0%, Rehash=0, Collisions=0/0=0%
|
||||
|
||||
# Not a target:
|
||||
obj/Contact.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
obj/main.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
.SUFFIXES:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
Makefile:
|
||||
# Implicit rule search has been done.
|
||||
# Last modified 2022-03-31 13:46:10
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
# variable set hash-table stats:
|
||||
# Load=0/32=0%, Rehash=0, Collisions=0/0=0%
|
||||
|
||||
bin/exe: obj/Contact.o obj/Personne.o obj/main.o
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (from `Makefile', line 16):
|
||||
$(CC) $(OBJ) -o $@
|
||||
|
||||
|
||||
# Not a target:
|
||||
.DEFAULT:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
clean:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# commands to execute (from `Makefile', line 24):
|
||||
rm obj/*.o bin/exe
|
||||
|
||||
|
||||
# Not a target:
|
||||
obj/Personne.o:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# files hash-table stats:
|
||||
# Load=9/1024=1%, Rehash=0, Collisions=0/24=0%
|
||||
# VPATH Search Paths
|
||||
|
||||
# No `vpath' search paths.
|
||||
|
||||
# No general (`VPATH' variable) search path.
|
||||
|
||||
# # of strings in strcache: 1
|
||||
# # of strcache buffers: 1
|
||||
# strcache size: total = 4096 / max = 4096 / min = 4096 / avg = 4096
|
||||
# strcache free: total = 4087 / max = 4087 / min = 4087 / avg = 4087
|
||||
|
||||
# Finished Make data base on Thu Mar 31 13:46:13 2022
|
||||
|
||||
|
||||
make: *** No rule to make target `all'. Stop.
|
||||
|
Binary file not shown.
Loading…
Reference in new issue