test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,22 @@
|
|||
make --dry-run --always-make --keep-going --print-directory
|
||||
make: Entering directory '/home/rafayahmad/Stuff/OOP/Project'
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o util.o util.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o game.o game.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Ball.o Ball.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Paddle.o Paddle.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Brick.o Brick.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o GameLevel.o GameLevel.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Level1.o Level1.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Level2.o Level2.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Level3.o Level3.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o Food.o Food.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o PinkFood.o PinkFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o GreenFood.o GreenFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o RedFood.o RedFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o BlueFood.o BlueFood.cpp
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o YellowFood.o YellowFood.cpp
|
||||
|
||||
g++ -g3 -Wall -fmessage-length=0 -c -o BrickBreaker.o BrickBreaker.cpp
|
||||
g++ -o game util.o game.o Ball.o Paddle.o Brick.o GameLevel.o Level1.o Level2.o Level3.o Food.o PinkFood.o GreenFood.o RedFood.o BlueFood.o YellowFood.o BrickBreaker.o -L/usr/X11R6/lib -L/sw/lib -L/usr/sww/lib -L/usr/sww/bin -L/usr/sww/pkg/Mesa/lib -lglut -lGLU -lGL -lX11 -lfreeimage -pthread
|
||||
make: Leaving directory '/home/rafayahmad/Stuff/OOP/Project'
|
||||
|
|
@ -0,0 +1,391 @@
|
|||
make all --print-data-base --no-builtin-variables --no-builtin-rules --question
|
||||
# GNU Make 4.4.1
|
||||
# Built for x86_64-pc-linux-gnu
|
||||
# Copyright (C) 1988-2023 Free Software Foundation, Inc.
|
||||
# License GPLv3+: GNU GPL version 3 or later <https://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 Sun May 12 13:19:07 2024
|
||||
|
||||
# Variables
|
||||
|
||||
# environment
|
||||
GDK_BACKEND = x11
|
||||
# environment
|
||||
LC_ALL = C
|
||||
# environment
|
||||
NO_AT_BRIDGE = 1
|
||||
# environment
|
||||
VSCODE_CRASH_REPORTER_PROCESS_TYPE = extensionHost
|
||||
# environment
|
||||
VSCODE_CWD = /home/rafayahmad
|
||||
# makefile (from 'Makefile', line 5)
|
||||
LIBS = -L/usr/X11R6/lib -L/sw/lib -L/usr/sww/lib -L/usr/sww/bin -L/usr/sww/pkg/Mesa/lib -lglut -lGLU -lGL -lX11 -lfreeimage -pthread
|
||||
# default
|
||||
MAKE_COMMAND := make
|
||||
# automatic
|
||||
@D = $(patsubst %/,%,$(dir $@))
|
||||
# environment
|
||||
GTK_THEME = Adwaita-dark
|
||||
# environment
|
||||
VSCODE_HANDLES_UNCAUGHT_ERRORS = true
|
||||
# default
|
||||
.VARIABLES :=
|
||||
# environment
|
||||
PWD = /home/rafayahmad/Stuff/OOP/Project
|
||||
# automatic
|
||||
%D = $(patsubst %/,%,$(dir $%))
|
||||
# environment
|
||||
MAIL = /var/spool/mail/rafayahmad
|
||||
# automatic
|
||||
^D = $(patsubst %/,%,$(dir $^))
|
||||
# automatic
|
||||
%F = $(notdir $%)
|
||||
# environment
|
||||
|
||||
VSCODE_CODE_CACHE_PATH = /home/rafayahmad/.config/Code/CachedData/b58957e67ee1e712cebf466b995adf4c5307b2bd
|
||||
# environment
|
||||
XDG_SESSION_PATH = /org/freedesktop/DisplayManager/Session1
|
||||
# environment
|
||||
LANG = C
|
||||
# default
|
||||
.LOADED :=
|
||||
# default
|
||||
.INCLUDE_DIRS := /usr/local/include /usr/include
|
||||
# makefile
|
||||
MAKEFLAGS = pqrR
|
||||
# environment
|
||||
HYPRLAND_INSTANCE_SIGNATURE = fe7b748eb668136dd0558b7c8279bfcd7ab4d759_1715501939
|
||||
# makefile
|
||||
CURDIR := /home/rafayahmad/Stuff/OOP/Project
|
||||
# environment
|
||||
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = 1
|
||||
# automatic
|
||||
*D = $(patsubst %/,%,$(dir $*))
|
||||
# environment
|
||||
MFLAGS = -pqrR
|
||||
# default
|
||||
.SHELLFLAGS := -c
|
||||
# environment
|
||||
WAYLAND_DISPLAY = wayland-1
|
||||
# automatic
|
||||
+D = $(patsubst %/,%,$(dir $+))
|
||||
# makefile (from 'Makefile', line 1)
|
||||
MAKEFILE_LIST := Makefile
|
||||
# automatic
|
||||
@F = $(notdir $@)
|
||||
# environment
|
||||
VSCODE_PID = 852
|
||||
# environment
|
||||
MOZ_ENABLE_WAYLAND = 1
|
||||
# environment
|
||||
XDG_SESSION_TYPE = wayland
|
||||
# automatic
|
||||
?D = $(patsubst %/,%,$(dir $?))
|
||||
# automatic
|
||||
*F = $(notdir $*)
|
||||
# environment
|
||||
QT_QPA_PLATFORMTHEME = qt5ct
|
||||
# environment
|
||||
CHROME_DESKTOP = code-url-handler.desktop
|
||||
# environment
|
||||
DBUS_SESSION_BUS_ADDRESS = unix:path=/run/user/1000/bus
|
||||
# automatic
|
||||
<D = $(patsubst %/,%,$(dir $<))
|
||||
# environment
|
||||
VSCODE_NLS_CONFIG = {"locale":"en-us","osLocale":"en-us","availableLanguages":{},"_languagePackSupport":true}
|
||||
# default
|
||||
MAKE_HOST := x86_64-pc-linux-gnu
|
||||
# makefile (from 'Makefile', line 3)
|
||||
OBJS = util.o game.o Ball.o Paddle.o Brick.o GameLevel.o Level1.o Level2.o Level3.o Food.o PinkFood.o GreenFood.o RedFood.o BlueFood.o YellowFood.o BrickBreaker.o
|
||||
# makefile
|
||||
SHELL = /bin/sh
|
||||
# default
|
||||
MAKECMDGOALS := all
|
||||
# environment
|
||||
SHLVL = 1
|
||||
# environment
|
||||
MAKELEVEL := 0
|
||||
# default
|
||||
MAKE = $(MAKE_COMMAND)
|
||||
# environment
|
||||
PATH = /usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
|
||||
# default
|
||||
MAKEFILES :=
|
||||
# environment
|
||||
MOTD_SHOWN = pam
|
||||
# automatic
|
||||
^F = $(notdir $^)
|
||||
# environment
|
||||
XDG_BACKEND = wayland
|
||||
# environment
|
||||
_JAVA_AWT_WM_NONREPARENTING = 1
|
||||
# automatic
|
||||
?F = $(notdir $?)
|
||||
# environment
|
||||
XDG_SEAT = seat0
|
||||
# environment
|
||||
XDG_CURRENT_DESKTOP = Hyprland
|
||||
# automatic
|
||||
+F = $(notdir $+)
|
||||
# environment
|
||||
XDG_SEAT_PATH = /org/freedesktop/DisplayManager/Seat0
|
||||
# environment
|
||||
DESKTOP_SESSION = hyprland
|
||||
# environment
|
||||
ORIGINAL_XDG_CURRENT_DESKTOP = Hyprland
|
||||
# 'override' directive
|
||||
GNUMAKEFLAGS :=
|
||||
# environment
|
||||
LOGNAME = rafayahmad
|
||||
# environment
|
||||
HYPRLAND_CMD = Hyprland
|
||||
# environment
|
||||
XDG_VTNR = 1
|
||||
# makefile
|
||||
.DEFAULT_GOAL := game
|
||||
# environment
|
||||
DISPLAY = :1
|
||||
# environment
|
||||
USER = rafayahmad
|
||||
# default
|
||||
MAKE_VERSION := 4.4.1
|
||||
# environment
|
||||
DEBUGINFOD_URLS = https://debuginfod.archlinux.org
|
||||
# environment
|
||||
_ = /usr/bin/make
|
||||
# environment
|
||||
XDG_RUNTIME_DIR = /run/user/1000
|
||||
# environment
|
||||
XDG_SESSION_CLASS = user
|
||||
# environment
|
||||
VSCODE_AMD_ENTRYPOINT = vs/workbench/api/node/extensionHostProcess
|
||||
# environment
|
||||
HOME = /home/rafayahmad
|
||||
# environment
|
||||
ELECTRON_RUN_AS_NODE = 1
|
||||
# environment
|
||||
VSCODE_IPC_HOOK = /run/user/1000/vscode-01d48513-1.89-main.sock
|
||||
# environment
|
||||
XDG_SESSION_ID = 2
|
||||
# environment
|
||||
XCURSOR_SIZE = 24
|
||||
# default
|
||||
.RECIPEPREFIX :=
|
||||
# automatic
|
||||
<F = $(notdir $<)
|
||||
# default
|
||||
SUFFIXES :=
|
||||
# makefile (from 'Makefile', line 9)
|
||||
TARGET = game
|
||||
# environment
|
||||
VSCODE_CLI = 1
|
||||
# environment
|
||||
ELECTRON_NO_ATTACH_CONSOLE = 1
|
||||
# makefile (from 'Makefile', line 1)
|
||||
CXXFLAGS = -g3 -Wall -fmessage-length=0
|
||||
# default
|
||||
.FEATURES := target-specific order-only second-expansion else-if shortest-stem undefine oneshell nocomment grouped-target extra-prereqs notintermediate shell-export archives jobserver jobserver-fifo output-sync check-symlink guile load
|
||||
# variable set hash-table stats:
|
||||
# Load=88/1024=9%, Rehash=0, Collisions=1/120=1%
|
||||
|
||||
# Pattern-specific Variable Values
|
||||
|
||||
# No pattern-specific variable values.
|
||||
|
||||
# Directories
|
||||
|
||||
# . (device 2051, inode 3278466): 50 files, no impossibilities.
|
||||
|
||||
# 50 files, no impossibilities in 1 directories.
|
||||
|
||||
# Implicit Rules
|
||||
|
||||
# No implicit rules.
|
||||
|
||||
# Files
|
||||
|
||||
game: util.o game.o Ball.o Paddle.o Brick.o GameLevel.o Level1.o Level2.o Level3.o Food.o PinkFood.o GreenFood.o RedFood.o BlueFood.o YellowFood.o BrickBreaker.o
|
||||
# Implicit rule search has not been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:52.418703319
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
# recipe to execute (from 'Makefile', line 13):
|
||||
$(CXX) -o $(TARGET) $(OBJS) $(LIBS)
|
||||
|
||||
# Not a target:
|
||||
PinkFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:40.008753669
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Makefile:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:17:22.230067871
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
util.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:23.082155587
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
clean:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
# recipe to execute (from 'Makefile', line 18):
|
||||
rm -f $(OBJS) $(TARGET)
|
||||
|
||||
# Not a target:
|
||||
GreenFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:42.422077215
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
RedFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:44.842067399
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
.DEFAULT:
|
||||
# Implicit rule search has not been done.
|
||||
# Modification time never checked.
|
||||
# File has not been updated.
|
||||
|
||||
# Not a target:
|
||||
Paddle.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:30.252126548
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
all: game
|
||||
# Command line target.
|
||||
# Implicit rule search has been done.
|
||||
# File does not exist.
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
YellowFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:49.755380797
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Brick.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:32.658783463
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Food.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:37.59876344
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
|
||||
# Not a target:
|
||||
BrickBreaker.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:52.258703969
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
BlueFood.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:47.258724261
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Level3.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:37.578763521
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Level2.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:35.145440052
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Level1.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:35.132106773
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
GameLevel.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:35.122106814
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
game.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:25.45881263
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# Not a target:
|
||||
Ball.o:
|
||||
# Implicit rule search has been done.
|
||||
# File is secondary (prerequisite of .SECONDARY).
|
||||
# Last modified 2024-05-08 21:41:27.832136352
|
||||
# File has been updated.
|
||||
# Successfully updated.
|
||||
|
||||
# files hash-table stats:
|
||||
# Load=22/1024=2%, Rehash=0, Collisions=0/51=0%
|
||||
# VPATH Search Paths
|
||||
|
||||
# No 'vpath' search paths.
|
||||
|
||||
# No general ('VPATH' variable) search path.
|
||||
|
||||
# strcache buffers: 1 (0) / strings = 57 / storage = 573 B / avg = 10 B
|
||||
# current buf: size = 8162 B / used = 573 B / count = 57 / avg = 10 B
|
||||
|
||||
# strcache performance: lookups = 82 / hit rate = 30%
|
||||
# hash-table stats:
|
||||
# Load=57/8192=1%, Rehash=0, Collisions=1/82=1%
|
||||
# Finished Make data base on Sun May 12 13:19:07 2024
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue