Remove build artifacts

This commit is contained in:
2022-06-27 20:08:29 +02:00
parent 005acd6e1f
commit b8387dfa1d
5 changed files with 1 additions and 885 deletions

File diff suppressed because one or more lines are too long

55
.vscode/dryrun.log vendored
View File

@@ -1,55 +0,0 @@
make --dry-run --always-make --keep-going --print-directory
make: Entering directory '/home/tijmen/project/home-data-collection-tools'
mkdir -p build/solar-logger
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-logger/main.cpp -o build/solar-logger/main.o
mkdir -p build/solar-logger
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-logger/zeverdata.cpp -o build/solar-logger/zeverdata.o
mkdir -p build/solar-logger
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-logger/database.cpp -o build/solar-logger/database.o
mkdir -p bin
g++ build/solar-logger/main.o build/solar-logger/zeverdata.o build/solar-logger/database.o -lsqlite3 -lcurl -o bin/solar-logger
mkdir -p build/solar-server/database
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-server/database/connection.cpp -o build/solar-server/database/connection.o
mkdir -p build/solar-server/database
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-server/database/database.cpp -o build/solar-server/database/database.o
mkdir -p build/solar-server
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-server/api.cpp -o build/solar-server/api.o
mkdir -p build/solar-server
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-server/main.cpp -o build/solar-server/main.o
mkdir -p build/solar-server
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/solar-server/configuration.cpp -o build/solar-server/configuration.o
mkdir -p bin
g++ build/solar-server/database/connection.o build/solar-server/database/database.o build/solar-server/api.o build/solar-server/main.o build/solar-server/configuration.o -lpistache -lsqlite3 -lstdc++fs -lspdlog -lfmt -o bin/solar-server
mkdir -p build/migrator/migrations
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/migrator/migrations/updatesummarytable.cpp -o build/migrator/migrations/updatesummarytable.o
mkdir -p build/migrator/migrations
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/migrator/migrations/epochtodatetime.cpp -o build/migrator/migrations/epochtodatetime.o
mkdir -p build/migrator
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/migrator/main.cpp -o build/migrator/main.o
mkdir -p build/migrator
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/migrator/transaction.cpp -o build/migrator/transaction.o
mkdir -p bin
g++ build/migrator/migrations/updatesummarytable.o build/migrator/migrations/epochtodatetime.o build/migrator/main.o build/migrator/transaction.o -lsqlite3 -o bin/migrator
mkdir -p build/electricity-logger
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-logger/serialport.cpp -o build/electricity-logger/serialport.o
mkdir -p build/electricity-logger
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-logger/dsmr.cpp -o build/electricity-logger/dsmr.o
mkdir -p build/electricity-logger
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-logger/main.cpp -o build/electricity-logger/main.o
mkdir -p build/electricity-logger
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-logger/database.cpp -o build/electricity-logger/database.o
mkdir -p bin
g++ build/electricity-logger/serialport.o build/electricity-logger/dsmr.o build/electricity-logger/main.o build/electricity-logger/database.o -lsqlite3 -lspdlog -lfmt -o bin/electricity-logger
mkdir -p build/electricity-server
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-server/main.cpp -o build/electricity-server/main.o
mkdir -p build/electricity-server/server
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-server/server/api.cpp -o build/electricity-server/server/api.o
mkdir -p build/electricity-server/server
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-server/server/configuration.cpp -o build/electricity-server/server/configuration.o
mkdir -p build/electricity-server/server
g++ -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD -c src/electricity-server/server/database.cpp -o build/electricity-server/server/database.o
mkdir -p bin
g++ build/electricity-server/main.o build/electricity-server/server/api.o build/electricity-server/server/configuration.o build/electricity-server/server/database.o -lpistache -lsqlite3 -lstdc++fs -lspdlog -lfmt -o bin/electricity-server
make: Leaving directory '/home/tijmen/project/home-data-collection-tools'

829
.vscode/targets.log vendored
View File

@@ -1,829 +0,0 @@
make all --print-data-base --no-builtin-variables --no-builtin-rules --question
# GNU Make 4.3
# Built for x86_64-pc-linux-gnu
# 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 Mon Jun 27 19:09:36 2022
# Variables
# environment
GDK_BACKEND = x11
# environment
LC_ALL = C
# environment
NO_AT_BRIDGE = 1
# environment
GTK_RC_FILES = /etc/gtk/gtkrc:/home/tijmen/.gtkrc:/home/tijmen/.config/gtkrc
# makefile (from 'makefile', line 16)
MIGRATOR_CPPS = $(shell find src/migrator/ -name *.cpp)
# makefile (from 'makefile', line 30)
MIGRATOR_BINARY_PATH = bin/migrator
# makefile (from 'makefile', line 9)
SOLAR_LOGGER_OBJS = $(patsubst src/%.cpp, build/%.o, ${SOLAR_LOGGER_CPPS})
# environment
VSCODE_IPC_HOOK_EXTHOST = /run/user/1000/vscode-ipc-582970dc-f3ab-44e6-8729-662e27dd760f.sock
# environment
KONSOLE_DBUS_SERVICE = :1.81
# environment
LC_NUMERIC = en_US.UTF-8
# environment
VSCODE_CWD = /home/tijmen/project/home-data-collection-tools
# environment
WINDOWID = 115343367
# environment
WINDOWPATH = 1
# makefile (from 'makefile', line 17)
MIGRATOR_OBJS = $(patsubst src/%.cpp, build/%.o, ${MIGRATOR_CPPS})
# default
MAKE_COMMAND := make
# automatic
@D = $(patsubst %/,%,$(dir $@))
# makefile (from 'makefile', line 31)
ELECT_LOGGER_BINARY_PATH = bin/electricity-logger
# environment
KONSOLE_VERSION = 220402
# environment
VSCODE_HANDLES_UNCAUGHT_ERRORS = true
# default
.VARIABLES :=
# environment
PWD = /home/tijmen/project/home-data-collection-tools
# automatic
%D = $(patsubst %/,%,$(dir $%))
# environment
MAIL = /var/spool/mail/tijmen
# makefile (from 'makefile', line 24)
ELECT_SRV_CPPS = $(shell find src/electricity-server/ -name *.cpp)
# environment
OLDPWD = /home/tijmen
# environment
KONSOLE_DBUS_WINDOW = /Windows/1
# automatic
^D = $(patsubst %/,%,$(dir $^))
# makefile (from 'makefile', line 25)
ELECT_SRV_OBJS = $(patsubst src/%.cpp, build/%.o, ${ELECT_SRV_CPPS})
# environment
VSCODE_LOG_STACK = false
# automatic
%F = $(notdir $%)
# makefile (from 'makefile', line 5)
SERVER_LFLAGS = -lpistache -lsqlite3 -lstdc++fs -lspdlog -lfmt
# environment
VSCODE_CODE_CACHE_PATH = /home/tijmen/.config/Code/CachedData/30d9c6cd9483b2cc586687151bcbcd635f373630
# environment
LANG = C
# environment
XAUTHORITY = /home/tijmen/.Xauthority
# default
.LOADED :=
# default
.INCLUDE_DIRS = /usr/include /usr/local/include /usr/include
# environment
COLORFGBG = 15;0
# makefile
MAKEFLAGS = pqrR
# makefile
CURDIR := /home/tijmen/project/home-data-collection-tools
# environment
VSCODE_PIPE_LOGGING = true
# environment
APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL = 1
# automatic
*D = $(patsubst %/,%,$(dir $*))
# environment
MFLAGS = -pqrR
# default
.SHELLFLAGS := -c
# makefile (from 'makefile', line 3)
ELECTRICITY_LOGGER_LFLAGS = -lsqlite3 -lspdlog -lfmt
# makefile (from 'makefile', line 29)
SOLAR_SRV_BINARY_PATH = bin/solar-server
# environment
XDG_CONFIG_DIRS = /home/tijmen/.config/kdedefaults:/etc/xdg
# automatic
+D = $(patsubst %/,%,$(dir $+))
# environment
XCURSOR_THEME = breeze_cursors
# makefile (from 'build/electricity-logger/database.d', line 1)
MAKEFILE_LIST := makefile build/electricity-logger/serialport.d build/electricity-logger/dsmr.d build/electricity-logger/main.d build/electricity-logger/database.d
# automatic
@F = $(notdir $@)
# environment
VSCODE_VERBOSE_LOGGING = true
# environment
VSCODE_PID = 2616
# environment
XDG_SESSION_TYPE = tty
# automatic
?D = $(patsubst %/,%,$(dir $?))
# environment
SESSION_MANAGER = local/ARCHDESKTOP:@/tmp/.ICE-unix/942,unix/ARCHDESKTOP:/tmp/.ICE-unix/942
# automatic
*F = $(notdir $*)
# environment
CHROME_DESKTOP = code-url-handler.desktop
# environment
DBUS_SESSION_BUS_ADDRESS = unix:path=/run/user/1000/bus
# automatic
<D = $(patsubst %/,%,$(dir $<))
# makefile (from 'makefile', line 20)
ELECT_LOGGER_CPPS = $(shell find src/electricity-logger/ -name *.cpp)
# environment
VSCODE_NLS_CONFIG = {"locale":"en-us","availableLanguages":{},"_languagePackSupport":true}
# default
MAKE_HOST := x86_64-pc-linux-gnu
# makefile
SHELL = /bin/sh
# makefile (from 'makefile', line 13)
SOLAR_SRV_OBJS = $(patsubst src/%.cpp, build/%.o, ${SOLAR_SRV_CPPS})
# default
MAKECMDGOALS := all
# environment
DOTNET_BUNDLE_EXTRACT_BASE_DIR = /home/tijmen/.cache/dotnet_bundle_extract
# environment
SHLVL = 4
# environment
PROFILEHOME =
# environment
MAKELEVEL := 0
# default
MAKE = $(MAKE_COMMAND)
# environment
PATH = /home/tijmen/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/home/tijmen/.dotnet/tools:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.dotnet/tools:~/.dotnet/tools
# makefile (from 'makefile', line 26)
ELECT_SRV_DEPS = $(patsubst src/%.cpp, build/%.d, ${ELECT_SRV_CPPS})
# default
MAKEFILES :=
# environment
LANGUAGE = en_US:en_GB
# environment
MOTD_SHOWN = pam
# automatic
^F = $(notdir $^)
# environment
LC_TIME = nl_NL.UTF-8
# makefile (from 'makefile', line 14)
SOLAR_SRV_DEPS = $(patsubst src/%.cpp, build/%.d, ${SOLAR_SRV_CPPS})
# environment
INVOCATION_ID = 7964f389a987484a81d3bf63c69a1864
# makefile (from 'makefile', line 28)
SOLAR_LOGGER_BINARY_PATH = bin/solar-logger
# environment
VSCODE_LOG_NATIVE = false
# automatic
?F = $(notdir $?)
# environment
KDE_APPLICATIONS_AS_SCOPE = 1
# environment
XDG_SEAT = seat0
# makefile (from 'makefile', line 32)
ELECT_SRV_BINARY_PATH = bin/electricity-server
# environment
XDG_CURRENT_DESKTOP = KDE
# automatic
+F = $(notdir $+)
# environment
ORIGINAL_XDG_CURRENT_DESKTOP = KDE
# 'override' directive
GNUMAKEFLAGS :=
# makefile (from 'makefile', line 4)
SOLAR_LOGGER_LFLAGS = -lsqlite3 -lcurl
# environment
LOGNAME = tijmen
# makefile (from 'makefile', line 37)
SOLAR_TEST_DATABASE = solarpaneloutput.db
# environment
XDG_VTNR = 1
# makefile
.DEFAULT_GOAL := all
# environment
SYSTEMD_EXEC_PID = 994
# makefile (from 'makefile', line 8)
SOLAR_LOGGER_CPPS = $(shell find src/solar-logger/ -name *.cpp)
# environment
DISPLAY = :0
# environment
USER = tijmen
# makefile (from 'makefile', line 6)
MIGRATOR_LFLAGS = -lsqlite3
# default
MAKE_VERSION := 4.3
# environment
KDE_SESSION_UID = 1000
# 'override' directive
.SHELLSTATUS := 0
# environment
KONSOLE_DBUS_SESSION = /Sessions/1
# environment
MANAGERPID = 848
# environment
DEBUGINFOD_URLS = https://debuginfod.archlinux.org
# environment
_ = /usr/bin/make
# makefile (from 'makefile', line 22)
ELECT_LOGGER_DEPS = $(patsubst src/%.cpp, build/%.d, ${ELECT_LOGGER_CPPS})
# environment
XDG_RUNTIME_DIR = /run/user/1000
# makefile (from 'makefile', line 2)
CFLAGS = -DSPDLOG_FMT_EXTERNAL -Wall -Wextra -std=c++20 -O2 -Iinclude/ -MMD
# makefile (from 'makefile', line 10)
SOLAR_LOGGER_DEPS = $(patsubst src/%.cpp, build/%.d, ${SOLAR_LOGGER_CPPS})
# environment
COLORTERM = truecolor
# environment
LC_CTYPE = en_US.UTF-8
# environment
JOURNAL_STREAM = 8:22271
# environment
XDG_SESSION_CLASS = user
# makefile (from 'makefile', line 34)
INSTALL_PATH = /usr/local/bin/
# environment
VSCODE_AMD_ENTRYPOINT = vs/workbench/api/node/extensionHostProcess
# environment
GTK2_RC_FILES = /etc/gtk-2.0/gtkrc:/home/tijmen/.gtkrc-2.0:/home/tijmen/.config/gtkrc-2.0
# environment
HOME = /home/tijmen
# environment
ELECTRON_RUN_AS_NODE = 1
# environment
VSCODE_IPC_HOOK = /run/user/1000/vscode-a4fa6f01-1.68.1-main.sock
# environment
TERM = xterm-256color
# makefile (from 'makefile', line 18)
MIGRATOR_DEPS = $(patsubst src/%.cpp, build/%.d, ${MIGRATOR_CPPS})
# environment
XDG_SESSION_ID = 1
# makefile (from 'makefile', line 12)
SOLAR_SRV_CPPS = $(shell find src/solar-server/ -name *.cpp)
# environment
XCURSOR_SIZE = 24
# default
.RECIPEPREFIX :=
# automatic
<F = $(notdir $<)
# default
SUFFIXES :=
# environment
QT_AUTO_SCREEN_SCALE_FACTOR = 0
# environment
VSCODE_CLI = 1
# environment
ELECTRON_NO_ATTACH_CONSOLE = 1
# environment
SHELL_SESSION_ID = 4be1cedc5cde42dc8e443d540fd6a96c
# environment
KDE_SESSION_VERSION = 5
# 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
INSTALL4J_JAVA_HOME = /usr/lib/jvm/java-15-adoptopenjdk
# makefile (from 'makefile', line 1)
CC = g++
# makefile (from 'makefile', line 21)
ELECT_LOGGER_OBJS = $(patsubst src/%.cpp, build/%.o, ${ELECT_LOGGER_CPPS})
# environment
KDE_FULL_SESSION = true
# environment
DOTNET_ROOT = /usr/share/dotnet
# variable set hash-table stats:
# Load=140/1024=14%, Rehash=0, Collisions=23/264=9%
# Pattern-specific Variable Values
# No pattern-specific variable values.
# Directories
# src (device 66306, inode 41815769): No files, no impossibilities so far.
# . (device 66306, inode 20840561): 17 files, no impossibilities.
# src/solar-logger (device 66306, inode 42734060): 2 files, no impossibilities so far.
# 19 files, no impossibilities in 3 directories.
# Implicit Rules
build/%.o: src/%.cpp
# recipe to execute (from 'makefile', line 102):
mkdir -p ${@D}
${CC} ${CFLAGS} -c $< -o $@
# 1 implicit rules, 0 (0.0%) terminal.
# Files
# Not a target:
src/electricity-logger/database.cpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/electricity-server/server/configuration.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
bin/solar-logger: build/solar-logger/main.o build/solar-logger/zeverdata.o build/solar-logger/database.o
# Implicit rule search has not been done.
# File does not exist.
# File has been updated.
# Needs to be updated (-q is set).
# variable set hash-table stats:
# Load=0/32=0%, Rehash=0, Collisions=0/6=0%
# recipe to execute (from 'makefile', line 82):
mkdir -p ${@D}
${CC} $^ ${SOLAR_LOGGER_LFLAGS} -o $@
# Not a target:
build/solar-server/configuration.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
check-electricity-server: bin/electricity-server
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'makefile', line 54):
./${ELECT_SRV_BINARY_PATH} -d /var/data0/electricity -p 8081 -s valkendaal.duckdns.org
bin/electricity-logger: build/electricity-logger/serialport.o build/electricity-logger/dsmr.o build/electricity-logger/main.o build/electricity-logger/database.o
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'makefile', line 94):
mkdir -p ${@D}
${CC} $^ ${ELECTRICITY_LOGGER_LFLAGS} -o $@
# Not a target:
build/electricity-server/server/api.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/electricity-server/server/configuration.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/solar-server/configuration.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/migrator/main.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/migrator/migrations/epochtodatetime.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/solar-logger/database.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
build/electricity-logger/dsmr.o: src/electricity-logger/dsmr.cpp include/electricity/logger/dsmr.hpp
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
src/electricity-logger/serialport.cpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/electricity-server/main.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/solar-server/api.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
check-solar-server: bin/solar-server solarpaneloutput.db
# 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 48):
./${SOLAR_SRV_BINARY_PATH} -d ${SOLAR_TEST_DATABASE} -c public/ -p 8080
bin/solar-server: build/solar-server/database/connection.o build/solar-server/database/database.o build/solar-server/api.o build/solar-server/main.o build/solar-server/configuration.o
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'makefile', line 86):
mkdir -p ${@D}
${CC} $^ ${SERVER_LFLAGS} -o $@
build/electricity-logger/database.o: src/electricity-logger/database.cpp include/electricity/logger/database.hpp include/electricity/logger/dsmr.hpp include/util/date.hpp
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
include/electricity/logger/serialport.hpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/migrator/main.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
build/electricity-logger/main.o: src/electricity-logger/main.cpp include/cxxopts.hpp include/electricity/logger/database.hpp include/electricity/logger/dsmr.hpp include/electricity/logger/serialport.hpp
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
include/cxxopts.hpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
install-loggers: bin/solar-logger bin/electricity-logger
# 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 59):
cp -uv ${SOLAR_LOGGER_BINARY_PATH} ${INSTALL_PATH}
cp -uv ${ELECT_LOGGER_BINARY_PATH} ${INSTALL_PATH}
# Not a target:
build/solar-server/database/connection.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
build/electricity-logger/serialport.o: src/electricity-logger/serialport.cpp include/electricity/logger/serialport.hpp
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been 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 42):
-rm -rf bin/* build/*
# Not a target:
build/solar-server/main.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
src/electricity-logger/dsmr.cpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
install-electricity-server: bin/electricity-server
# 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 66):
cp -uv ${ELECT_SRV_BINARY_PATH} ${INSTALL_PATH}
# Not a target:
build/migrator/migrations/updatesummarytable.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
src/electricity-logger/main.cpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/electricity-server/server/api.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/electricity-server/server/database.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
src/solar-logger/main.cpp:
# Implicit rule search has been done.
# Last modified 2021-10-29 21:40:37.24067233
# File has been updated.
# Successfully updated.
# Not a target:
include/electricity/logger/database.hpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/migrator/transaction.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/solar-logger/zeverdata.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/solar-logger/database.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
.DEFAULT:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
all: bin/solar-logger bin/solar-server bin/migrator bin/electricity-logger bin/electricity-server
# Phony target (prerequisite of .PHONY).
# Command line target.
# Implicit rule search has not been done.
# File does not exist.
# File has been updated.
# Needs to be updated (-q is set).
# variable set hash-table stats:
# Load=0/32=0%, Rehash=0, Collisions=0/6=0%
install-solar-server: bin/solar-server
# 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 63):
cp -uv ${SOLAR_SRV_BINARY_PATH} ${INSTALL_PATH}
# Not a target:
build/solar-server/api.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/solar-logger/zeverdata.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/electricity-server/server/database.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/migrator/migrations/updatesummarytable.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/electricity-logger/dsmr.d:
# Implicit rule search has been done.
# Last modified 2022-06-15 22:19:00.047060852
# File has been updated.
# Successfully updated.
# Not a target:
build/migrator/migrations/epochtodatetime.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
include/util/date.hpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
check-solar-logger: bin/solar-logger solarpaneloutput.db
# 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 45):
./${SOLAR_LOGGER_BINARY_PATH} -d ${SOLAR_TEST_DATABASE} -u "http://192.168.2.26/home.cgi"
# Not a target:
build/solar-server/database/database.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/solar-server/main.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-15 22:18:56.077059679
# File has been updated.
# Successfully updated.
install: install-loggers install-servers
# Phony target (prerequisite of .PHONY).
# Implicit rule search has not been done.
# File does not exist.
# File has not been updated.
bin/migrator: build/migrator/migrations/updatesummarytable.o build/migrator/migrations/epochtodatetime.o build/migrator/main.o build/migrator/transaction.o
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'makefile', line 90):
mkdir -p ${@D}
${CC} $^ ${MIGRATOR_LFLAGS} -o $@
# Not a target:
build/electricity-logger/database.d:
# Implicit rule search has been done.
# Last modified 2022-06-15 22:19:12.810397961
# File has been updated.
# Successfully updated.
solarpaneloutput.db:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'makefile', line 79):
./script/createdb.sh ${SOLAR_TEST_DATABASE}
# Not a target:
build/solar-logger/main.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
include/electricity/logger/dsmr.hpp:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/electricity-server/main.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
# Not a target:
build/migrator/transaction.d:
# Implicit rule search has been done.
# File does not exist.
# File has been updated.
# Failed to be updated.
bin/electricity-server: build/electricity-server/main.o build/electricity-server/server/api.o build/electricity-server/server/configuration.o build/electricity-server/server/database.o
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'makefile', line 98):
mkdir -p ${@D}
${CC} $^ ${SERVER_LFLAGS} -o $@
.PHONY: all clean check-solar-logger check-solar-server install install-loggers install-solar-server install-electricity-server install-servers
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/electricity-logger/serialport.d:
# Implicit rule search has been done.
# Last modified 2022-06-15 22:18:59.477060683
# File has been updated.
# Successfully updated.
# Not a target:
build/electricity-logger/main.d:
# Implicit rule search has been done.
# Last modified 2022-06-25 22:16:39.877980958
# File has been updated.
# Successfully updated.
build/solar-logger/main.o: src/solar-logger/main.cpp
# Implicit rule search has been done.
# Implicit/static pattern stem: 'solar-logger/main'
# File does not exist.
# File has been updated.
# Needs to be updated (-q is set).
# automatic
# @ := build/solar-logger/main.o
# automatic
# * := solar-logger/main
# automatic
# < := src/solar-logger/main.cpp
# automatic
# + := src/solar-logger/main.cpp
# automatic
# % :=
# automatic
# ^ := src/solar-logger/main.cpp
# automatic
# ? := src/solar-logger/main.cpp
# automatic
# | :=
# variable set hash-table stats:
# Load=8/32=25%, Rehash=0, Collisions=2/17=12%
# recipe to execute (from 'makefile', line 102):
mkdir -p ${@D}
${CC} ${CFLAGS} -c $< -o $@
check-electricity-logger: bin/electricity-logger
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# recipe to execute (from 'makefile', line 51):
./${ELECT_LOGGER_BINARY_PATH} -d /dev/ttyUSB0 -c additional_column_value
# Not a target:
build/solar-server/database/database.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
# Not a target:
build/solar-server/database/connection.o:
# Implicit rule search has not been done.
# Modification time never checked.
# File has not been updated.
install-servers: install-solar-server install-electricity-server
# Phony target (prerequisite of .PHONY).
# Implicit rule search has not been done.
# File does not exist.
# File has not been updated.
# files hash-table stats:
# Load=71/1024=7%, Rehash=0, Collisions=9/178=5%
# VPATH Search Paths
# No 'vpath' search paths.
# No general ('VPATH' variable) search path.
# strcache buffers: 1 (0) / strings = 94 / storage = 2263 B / avg = 24 B
# current buf: size = 8162 B / used = 2263 B / count = 94 / avg = 24 B
# strcache performance: lookups = 180 / hit rate = 47%
# hash-table stats:
# Load=94/8192=1%, Rehash=0, Collisions=2/180=1%
# Finished Make data base on Mon Jun 27 19:09:36 2022