Skip to content
Snippets Groups Projects
Commit 1200a4ad authored by T.Wadi's avatar T.Wadi
Browse files

add gitignore

parent 1c72319c
No related branches found
No related tags found
No related merge requests found
# Created by https://www.toptal.com/developers/gitignore/api/c++,c,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=c++,c,visualstudiocode
### C ###
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
### C++ ###
# Prerequisites
# Compiled Object files
*.slo
# Precompiled Headers
# Compiled Dynamic libraries
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
# Executables
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
# Local History for Visual Studio Code
.history/
# Built Visual Studio Code Extensions
*.vsix
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide
# Support for Project snippet scope
.vscode/*.code-snippets
# Ignore code-workspaces
*.code-workspace
# End of https://www.toptal.com/developers/gitignore/api/c++,c,visualstudiocode
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "ms-vscode.makefile-tools"
}
],
"version": 4
}
\ No newline at end of file
{"buildTargets":["build","build/CDVerwaltungDeluxDebug","clean","execute"],"launchTargets":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\build>CDVerwaltungDeluxDebug()"],"customConfigurationProvider":{"workspaceBrowse":{"browsePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include","c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src"],"compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/tools.c","-o","build/tools.o"],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","standard":"gnu11"},"fileIndex":[["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\cds.c",{"uri":{"$mid":1,"fsPath":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\cds.c","_sep":1,"path":"/c:/Users/touil/OneDrive/Dokumente/Uni/informatik-2/src/cds.c","scheme":"file"},"configuration":{"defines":[],"standard":"gnu11","includePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include"],"forcedInclude":[],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/cds.c","-o","build/cds.o"]},"compileCommand":{"command":"gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/cds.c -o build/cds.o","directory":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2","file":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\cds.c"}}],["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\database.c",{"uri":{"$mid":1,"fsPath":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\database.c","_sep":1,"path":"/c:/Users/touil/OneDrive/Dokumente/Uni/informatik-2/src/database.c","scheme":"file"},"configuration":{"defines":[],"standard":"gnu11","includePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include"],"forcedInclude":[],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/database.c","-o","build/database.o"]},"compileCommand":{"command":"gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/database.c -o build/database.o","directory":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2","file":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\database.c"}}],["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\datetime.c",{"uri":{"$mid":1,"fsPath":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\datetime.c","_sep":1,"path":"/c:/Users/touil/OneDrive/Dokumente/Uni/informatik-2/src/datetime.c","scheme":"file"},"configuration":{"defines":[],"standard":"gnu11","includePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include"],"forcedInclude":[],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/datetime.c","-o","build/datetime.o"]},"compileCommand":{"command":"gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/datetime.c -o build/datetime.o","directory":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2","file":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\datetime.c"}}],["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\main.c",{"uri":{"$mid":1,"fsPath":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\main.c","_sep":1,"path":"/c:/Users/touil/OneDrive/Dokumente/Uni/informatik-2/src/main.c","scheme":"file"},"configuration":{"defines":[],"standard":"gnu11","includePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include"],"forcedInclude":[],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/main.c","-o","build/main.o"]},"compileCommand":{"command":"gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/main.c -o build/main.o","directory":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2","file":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\main.c"}}],["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\menu.c",{"uri":{"$mid":1,"fsPath":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\menu.c","_sep":1,"path":"/c:/Users/touil/OneDrive/Dokumente/Uni/informatik-2/src/menu.c","scheme":"file"},"configuration":{"defines":[],"standard":"gnu11","includePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include"],"forcedInclude":[],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/menu.c","-o","build/menu.o"]},"compileCommand":{"command":"gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/menu.c -o build/menu.o","directory":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2","file":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\menu.c"}}],["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\sort.c",{"uri":{"$mid":1,"fsPath":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\sort.c","_sep":1,"path":"/c:/Users/touil/OneDrive/Dokumente/Uni/informatik-2/src/sort.c","scheme":"file"},"configuration":{"defines":[],"standard":"gnu11","includePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include"],"forcedInclude":[],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/sort.c","-o","build/sort.o"]},"compileCommand":{"command":"gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/sort.c -o build/sort.o","directory":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2","file":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\sort.c"}}],["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\tools.c",{"uri":{"$mid":1,"fsPath":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\tools.c","_sep":1,"path":"/c:/Users/touil/OneDrive/Dokumente/Uni/informatik-2/src/tools.c","scheme":"file"},"configuration":{"defines":[],"standard":"gnu11","includePath":["c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\include"],"forcedInclude":[],"compilerPath":"C:\\cygwin64\\bin\\gcc.exe","compilerArgs":["-g","-O0","-Wall","-Wextra","-Wpedantic","-Wconversion","-c","src/tools.c","-o","build/tools.o"]},"compileCommand":{"command":"gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/tools.c -o build/tools.o","directory":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2","file":"c:\\Users\\touil\\OneDrive\\Dokumente\\Uni\\informatik-2\\src\\tools.c"}}]]}}
\ No newline at end of file
make.exe --dry-run --always-make --keep-going --print-directory
make: Entering directory '/cygdrive/c/Users/touil/OneDrive/Dokumente/Uni/informatik-2'
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/cds.c -o build/cds.o
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/database.c -o build/database.o
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/datetime.c -o build/datetime.o
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/main.c -o build/main.o
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/menu.c -o build/menu.o
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/sort.c -o build/sort.o
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion -I include -c src/tools.c -o build/tools.o
gcc -g -O0 -std=gnu11 -Wall -Wextra -Wpedantic -Wconversion build/cds.o build/database.o build/datetime.o build/main.o build/menu.o build/sort.o build/tools.o -o build/CDVerwaltungDeluxDebug
make: Leaving directory '/cygdrive/c/Users/touil/OneDrive/Dokumente/Uni/informatik-2'
make.exe all --print-data-base --no-builtin-variables --no-builtin-rules --question
make: *** No rule to make target 'all'. Stop.
# GNU Make 4.3
# Built for x86_64-pc-cygwin
# Copyright (C) 1988-2020 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
# Make data base, printed on Thu Jun 23 15:02:04 2022
# Variables
# environment
FPS_BROWSER_APP_PROFILE_STRING = Internet Explorer
# makefile (from 'Makefile', line 5)
C_COMPILER = gcc
# environment
SYSTEMDRIVE = C:
# environment
LC_ALL = C
# environment
USERPROFILE = C:\Users\touil
# environment
VBOX_MSI_INSTALL_PATH = C:\Program Files\Oracle\VirtualBox\
# environment
LOCALAPPDATA = C:\Users\touil\AppData\Local
# environment
VSCODE_IPC_HOOK_EXTHOST = \\.\pipe\vscode-ipc-365fdaf3-e538-4a20-a46b-3afd5f8218b9-sock
# environment
VSCODE_CWD = C:\Users\touil\AppData\Local\Programs\Microsoft VS Code
# environment
SYSTEMROOT = C:\WINDOWS
# environment
PROCESSOR_LEVEL = 23
# environment
PSMODULEPATH = C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
# default
MAKE_COMMAND := make
# environment
SPITRANS = USB
# automatic
@D = $(patsubst %/,%,$(dir $@))
# environment
CHROME_CRASHPAD_PIPE_NAME = \\.\pipe\crashpad_13152_KESNCEYPIYFQIVXE
# makefile (from 'Makefile', line 27)
INCLUDE_DIR = include
# environment
FPS_BROWSER_USER_PROFILE_STRING = Default
# environment
VSCODE_HANDLES_UNCAUGHT_ERRORS = true
# default
.VARIABLES :=
# automatic
%D = $(patsubst %/,%,$(dir $%))
# automatic
^D = $(patsubst %/,%,$(dir $^))
# environment
VSCODE_LOG_STACK = false
# automatic
%F = $(notdir $%)
# environment
VSCODE_CODE_CACHE_PATH = C:\Users\touil\AppData\Roaming\Code\CachedData\30d9c6cd9483b2cc586687151bcbcd635f373630
# environment
LANG = C
# default
.LOADED :=
# environment
TMP = /cygdrive/c/Users/touil/AppData/Local/Temp
# default
.INCLUDE_DIRS = /usr/include /usr/include
# environment
CONFIGSETROOT = C:\WINDOWS\ConfigSetRoot
# makefile
MAKEFLAGS = pqrR
# environment
ONEDRIVE = C:\Users\touil\OneDrive
# makefile (from 'Makefile', line 6)
C_STANDARD = gnu11
# makefile
CURDIR := /cygdrive/c/Users/touil/OneDrive/Dokumente/Uni/informatik-2
# environment
VSCODE_PIPE_LOGGING = true
# environment
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = 1
# automatic
*D = $(patsubst %/,%,$(dir $*))
# environment
PROGRAMFILES = C:\Program Files
# environment
MFLAGS = -pqrR
# default
.SHELLFLAGS := -c
# environment
!C: = c:\Users\touil\OneDrive\Dokumente\Uni\informatik-2
# makefile (from 'Makefile', line 31)
C_SRCS = $(wildcard $(SOURCE_DIR)/*.c)
# environment
COMMONPROGRAMW6432 = C:\Program Files\Common Files
# automatic
+D = $(patsubst %/,%,$(dir $+))
# makefile (from 'Makefile', line 1)
COMPILATION_MODE = Debug
# makefile (from 'Makefile', line 1)
MAKEFILE_LIST := Makefile
# automatic
@F = $(notdir $@)
# environment
VSCODE_VERBOSE_LOGGING = true
# environment
VSCODE_PID = 13152
# makefile (from 'Makefile', line 25)
C_COMPILER_CALL = $(C_COMPILER) $(C_COMPILER_FLAGS)
# automatic
?D = $(patsubst %/,%,$(dir $?))
# automatic
*F = $(notdir $*)
# automatic
<D = $(patsubst %/,%,$(dir $<))
# environment
VSCODE_NLS_CONFIG = {"locale":"en","availableLanguages":{},"_languagePackSupport":true}
# default
MAKE_HOST := x86_64-pc-cygwin
# environment
PROGRAMDATA = C:\ProgramData
# default
SHELL := /bin/sh
# environment
HOMEPATH = \Users\touil
# default
MAKECMDGOALS := all
# environment
DRIVERDATA = C:\Windows\System32\Drivers\DriverData
# environment
COMSPEC = C:\WINDOWS\system32\cmd.exe
# environment
WINDIR = C:\WINDOWS
# environment
MAKELEVEL := 0
# default
MAKE = $(MAKE_COMMAND)
# environment
PATH = /cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/WINDOWS/System32/WindowsPowerShell/v1.0:/cygdrive/c/WINDOWS/System32/OpenSSH:/cygdrive/c/Program Files/Git/cmd:/cygdrive/c/Users/touil/AppData/Local/Microsoft/WindowsApps:/cygdrive/c/Users/touil/AppData/Local/Programs/Microsoft VS Code/bin:/usr/bin:/cygdrive/c/intelFPGA/20.1/modelsim_ase/win32aloem:/cygdrive/c/intelFPGA_lite/20.1/modelsim_ase/win32aloem
# environment
COMPUTERNAME = DESKTOP-KF3HOTV
# default
MAKEFILES :=
# automatic
^F = $(notdir $^)
# environment
PROMPT = $P$G
# environment
LOGONSERVER = \\DESKTOP-KF3HOTV
# environment
QSYS_ROOTDIR = C:\intelFPGA_lite\20.1\quartus\sopc_builder\bin
# environment
VSCODE_LOG_NATIVE = false
# environment
USERNAME = touil
# environment
COMMONPROGRAMFILES = C:\Program Files\Common Files
# automatic
?F = $(notdir $?)
# environment
PROGRAMW6432 = C:\Program Files
# makefile (from 'Makefile', line 32)
C_OBJECTS = $(patsubst $(SOURCE_DIR)/%.c, $(BUILD_DIR)/%.o, $(C_SRCS))
# environment
PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
# automatic
+F = $(notdir $+)
# environment
ORIGINAL_XDG_CURRENT_DESKTOP = undefined
# environment
USERDOMAIN = DESKTOP-KF3HOTV
# 'override' directive
GNUMAKEFLAGS :=
# makefile (from 'Makefile', line 4)
EXECUTABLE_PREFIX = CDVerwaltungDelux
# environment
OS = Windows_NT
# makefile (from 'Makefile', line 28)
SOURCE_DIR = src
# makefile
.DEFAULT_GOAL := build
# default
MAKE_VERSION := 4.3
# makefile (from 'Makefile', line 2)
ENABLE_WARNINGS = 1
# environment
PROGRAMFILES(X86) = C:\Program Files (x86)
# environment
USERDOMAIN_ROAMINGPROFILE = DESKTOP-KF3HOTV
# environment
NUMBER_OF_PROCESSORS = 8
# environment
PUBLIC = C:\Users\Public
# environment
QUARTUS_ROOTDIR = C:\intelFPGA_lite\20.1\quartus
# environment
ASL.LOG = Destination=file
# environment
SOPC_KIT_NIOS2 = C:\intelFPGA_lite\20.1\nios2eds
# environment
APPDATA = C:\Users\touil\AppData\Roaming
# environment
HOMEDRIVE = C:
# environment
PROCESSOR_ARCHITECTURE = AMD64
# environment
VSCODE_AMD_ENTRYPOINT = vs/workbench/api/node/extensionHostProcess
# makefile (from 'Makefile', line 10)
EXECUTABLE_NAME = $(EXECUTABLE_PREFIX)Debug
# makefile (from 'Makefile', line 13)
C_COMPILER_FLAGS = -g -O0 -std=$(C_STANDARD) -Wall -Wextra -Wpedantic -Wconversion
# makefile (from 'Makefile', line 29)
BUILD_DIR = build
# environment
HOME = /home/touil
# environment
COMMONPROGRAMFILES(X86) = C:\Program Files (x86)\Common Files
# environment
ELECTRON_RUN_AS_NODE = 1
# environment
TEMP = /cygdrive/c/Users/touil/AppData/Local/Temp
# environment
VSCODE_IPC_HOOK = \\.\pipe\59d00f53d5d40e1a9f772f22363e8a77-1.68.1-main-sock
# environment
TERM = xterm-256color
# default
.RECIPEPREFIX :=
# automatic
<F = $(notdir $<)
# default
SUFFIXES :=
# environment
ALLUSERSPROFILE = C:\ProgramData
# environment
SESSIONNAME = Console
# makefile (from 'Makefile', line 3)
WARNINGS_AS_ERRORS = 0
# default
.FEATURES := target-specific order-only second-expansion else-if shortest-stem undefine oneshell nocomment grouped-target extra-prereqs archives jobserver output-sync check-symlink guile load
# environment
PROCESSOR_REVISION = 1100
# environment
PROCESSOR_IDENTIFIER = AMD64 Family 23 Model 17 Stepping 0, AuthenticAMD
# variable set hash-table stats:
# Load=117/1024=11%, Rehash=0, Collisions=14/168=8%
# Pattern-specific Variable Values
# No pattern-specific variable values.
# Directories
# src (device 1685372651, inode 6473924464657686): 9 files, no impossibilities.
# . (device 1685372651, inode 16044073672514523): 9 files, no impossibilities.
# 18 files, no impossibilities in 2 directories.
# Implicit Rules
build/%.o: src/%.c
# recipe to execute (from 'Makefile', line 47):
$(C_COMPILER_CALL) -I $(INCLUDE_DIR) -c $< -o $@
# 1 implicit rules, 0 (0.0%) terminal.
# Files
execute:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'Makefile', line 40):
./$(BUILD_DIR)/$(EXECUTABLE_NAME)
# Not a target:
build/cds.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/datetime.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/database.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/menu.o:
# 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-06-17 23:27:32.8128437
# File has been updated.
# Successfully updated.
clean:
# Phony target (prerequisite of .PHONY).
# Implicit rule search has not been done.
# File does not exist.
# File has not been updated.
# recipe to execute (from 'Makefile', line 43):
rm $(BUILD_DIR)/*.o
rm $(BUILD_DIR)/*.exe
# Not a target:
.DEFAULT:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/sort.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
all:
# Command line target.
# Implicit rule search has been done.
# File does not exist.
# File has not been updated.
# Not a target:
build/tools.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
build: build/CDVerwaltungDeluxDebug
# Phony target (prerequisite of .PHONY).
# Implicit rule search has not been done.
# File does not exist.
# File has not been updated.
build/CDVerwaltungDeluxDebug: build/cds.o build/database.o build/datetime.o build/main.o build/menu.o build/sort.o build/tools.o
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'Makefile', line 37):
$(C_COMPILER_CALL) $^ -o $@
# Not a target:
build/main.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
.PHONY: clean build
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# files hash-table stats:
# Load=16/1024=2%, Rehash=0, Collisions=0/37=0%
# VPATH Search Paths
# No 'vpath' search paths.
# No general ('VPATH' variable) search path.
# strcache buffers: 1 (0) / strings = 33 / storage = 312 B / avg = 9 B
# current buf: size = 8162 B / used = 312 B / count = 33 / avg = 9 B
# strcache performance: lookups = 49 / hit rate = 32%
# hash-table stats:
# Load=33/8192=0%, Rehash=0, Collisions=0/49=0%
# Finished Make data base on Thu Jun 23 15:02:04 2022
#pragma once
#define MAXSONGS 30
#define MAXCDS 100
/************************************************************************************************/
/*************************************Objects declaration****************************************/
......
makefile 100755 → 100644
File mode changed from 100755 to 100644
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment