Skip to content

Commit

Permalink
Setup for vscode start
Browse files Browse the repository at this point in the history
  • Loading branch information
mrychlik committed Oct 3, 2024
1 parent 9db39e0 commit f5bef5e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 17 deletions.
1 change: 1 addition & 0 deletions .vscode/dryrun.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ make --dry-run --always-make --keep-going --print-directory
make: Entering directory '/home/marek/GitProjects/Courses/Website/public/math589/LectureNotes/GaussianElimination'
cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o gauss_solve.o gauss_solve.c
cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o main.o main.c

cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 -c -o helpers.o helpers.c
cc -std=c99 -fsignaling-nans -g -ggdb3 -O5 gauss_solve.o main.o helpers.o -o gauss_solve -lm
gcc -shared -I/usr/include/python3.12 -o libgauss.so -fPIC gauss_solve.c
Expand Down
40 changes: 23 additions & 17 deletions .vscode/targets.log
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make all --print-data-base --no-builtin-variables --no-builtin-rules --question
# There is NO WARRANTY, to the extent permitted by law.


# Make data base, printed on Wed Oct 2 18:03:14 2024
# Make data base, printed on Wed Oct 2 19:07:12 2024

# Variables

Expand All @@ -24,7 +24,7 @@ GNOME_SHELL_SESSION_MODE = ubuntu
# environment
VIRTUAL_ENV = /home/marek/venv-ardupilot
# environment
ZEITGEIST_DATA_PATH = /home/marek/.local/share/zeitgeist
GJS_DEBUG_OUTPUT = stderr
# environment
SNAP_LAUNCHER_ARCH_TRIPLET = x86_64-linux-gnu
# environment
Expand Down Expand Up @@ -80,7 +80,7 @@ XAUTHORITY = /run/user/1001/.mutter-Xwaylandauth.Q6GRU2
# environment
VIRTUAL_ENV_PROMPT = (venv-ardupilot)
# environment
MEMORY_PRESSURE_WATCH = /sys/fs/cgroup/user.slice/user-1001.slice/[email protected]/app.slice/run-r561e3c2b4a3c43f5bf69bc341cdef95f.service/memory.pressure
MEMORY_PRESSURE_WATCH = /sys/fs/cgroup/user.slice/user-1001.slice/[email protected]/session.slice/org.gnome.Shell@wayland.service/memory.pressure
# makefile
MAKEFLAGS = pqrR
# makefile
Expand Down Expand Up @@ -110,7 +110,7 @@ MAKEFILE_LIST := Makefile
# automatic
@F = $(notdir $@)
# environment
VSCODE_PID = 32005
VSCODE_PID = 39893
# environment
XDG_SESSION_TYPE = wayland
# automatic
Expand Down Expand Up @@ -140,11 +140,12 @@ GNOME_DESKTOP_SESSION_ID = this-is-deprecated
# makefile
SHELL = /bin/sh
# default

MAKECMDGOALS := all
# environment
XMODIFIERS = @im=ibus
# environment
GJS_DEBUG_TOPICS = JS ERROR;JS LOG
# environment
SHLVL = 0
# environment
MAKELEVEL := 0
Expand All @@ -165,7 +166,7 @@ SNAP_USER_COMMON = /home/marek/snap/code/common
# environment
SNAP = /snap/code/169
# environment
INVOCATION_ID = b3238b46e941455fa48b7913b4c30ace
INVOCATION_ID = 339519f43c4a4ea2b22800106d828c88
# environment
SNAP_REVISION = 169
# environment
Expand Down Expand Up @@ -199,11 +200,13 @@ XDG_DATA_DIRS_VSCODE_SNAP_ORIG = /usr/share/ubuntu:/usr/share/gnome:/usr/local/s
# environment
LOGNAME = marek
# environment
GIO_LAUNCHED_DESKTOP_FILE = /var/lib/snapd/desktop/applications/code_code.desktop
# environment
SNAP_ARCH = amd64
# makefile
.DEFAULT_GOAL := all
# environment
SYSTEMD_EXEC_PID = 31909
SYSTEMD_EXEC_PID = 6215
# environment
DISPLAY = :0
# environment
Expand All @@ -223,10 +226,13 @@ MANAGERPID = 3141
# environment
DEBUGINFOD_URLS = https://debuginfod.ubuntu.com
# environment
GIO_LAUNCHED_DESKTOP_FILE_PID = 39851
# environment
_ = /snap/code/169/usr/share/code/code
# environment
XDG_RUNTIME_DIR = /run/user/1001
# makefile (from 'Makefile', line 4)

CFLAGS = -std=c99 -fsignaling-nans -g -ggdb3 -O5
# environment
SNAP_UID = 1001
Expand All @@ -237,7 +243,7 @@ GDK_PIXBUF_MODULE_FILE = /home/marek/snap/code/common/.cache/gdk-pixbuf-loaders.
# environment
GIO_MODULE_DIR = /home/marek/snap/code/common/.cache/gio-modules
# environment
JOURNAL_STREAM = 9:231370
JOURNAL_STREAM = 9:52680
# environment
XDG_SESSION_CLASS = user
# environment
Expand Down Expand Up @@ -287,7 +293,7 @@ GDMSESSION = ubuntu
# environment
SNAP_LIBRARY_PATH = /var/lib/snapd/lib/gl:/var/lib/snapd/lib/gl32:/var/lib/snapd/void
# variable set hash-table stats:
# Load=137/1024=13%, Rehash=0, Collisions=4/175=2%
# Load=140/1024=14%, Rehash=0, Collisions=4/178=2%

# Pattern-specific Variable Values

Expand Down Expand Up @@ -318,13 +324,13 @@ check: check_gauss_solve check_ctype_wrapper
# Not a target:
Makefile:
# Implicit rule search has been done.
# Last modified 2024-09-29 19:09:45.763596916
# Last modified 2024-10-02 18:35:19.00729302
# File has been updated.
# Successfully updated.

gauss_solve.o: gauss_solve.h
# Implicit rule search has been done.
# Last modified 2024-09-30 10:35:53.603152489
# Last modified 2024-10-02 18:38:00.334999904
# File has been updated.
# Successfully updated.

Expand Down Expand Up @@ -365,9 +371,10 @@ check_gauss_solve: gauss_solve

gauss_solve: gauss_solve.o main.o helpers.o
# Implicit rule search has not been done.
# Last modified 2024-09-30 10:35:53.627152663
# Last modified 2024-10-02 18:39:32.048494066
# File has been updated.
# Successfully updated.

# recipe to execute (from 'Makefile', line 15):
$(CC) $(CFLAGS) $(OBJS) -o $@ $(LDFLAGS)

Expand All @@ -380,7 +387,7 @@ all: gauss_solve libgauss.so

libgauss.so: gauss_solve.c
# Implicit rule search has not been done.
# Last modified 2024-09-30 10:35:53.651152837
# Last modified 2024-10-02 18:38:00.393996405
# File has been updated.
# Successfully updated.
# recipe to execute (from 'Makefile', line 29):
Expand All @@ -395,9 +402,8 @@ gauss_solve.h:

# Not a target:
main.o:

# Implicit rule search has been done.
# Last modified 2024-09-26 07:25:07.009017565
# Last modified 2024-10-02 18:39:32.025495461
# File has been updated.
# Successfully updated.

Expand All @@ -416,7 +422,7 @@ gauss_solve.py:

helpers.o: helpers.h
# Implicit rule search has been done.
# Last modified 2024-09-26 07:25:07.01401747
# Last modified 2024-10-02 18:38:00.350998955
# File has been updated.
# Successfully updated.

Expand All @@ -434,6 +440,6 @@ helpers.o: helpers.h
# strcache performance: lookups = 63 / hit rate = 52%
# hash-table stats:
# Load=30/8192=0%, Rehash=0, Collisions=0/63=0%
# Finished Make data base on Wed Oct 2 18:03:14 2024
# Finished Make data base on Wed Oct 2 19:07:12 2024


Binary file added gauss_solve
Binary file not shown.
Binary file modified main.o
Binary file not shown.

0 comments on commit f5bef5e

Please sign in to comment.