modbus: retire le SUBDIRS local (dossiers elagues), gitignore artefacts

This commit is contained in:
Patrick Schurig 2026-05-31 17:47:26 +02:00
parent 228a30e585
commit 19d982c2e7
4 changed files with 7 additions and 485 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.qmake.stash
Makefile
*.o
moc_*
*plugininfo.h
*.so
build/

View File

@ -1,23 +0,0 @@
QMAKE_CXX.QT_COMPILER_STDCXX = 201703L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 14
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 2
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
QMAKE_CXX.INCDIRS = \
/usr/include/c++/14 \
/usr/include/x86_64-linux-gnu/c++/14 \
/usr/include/c++/14/backward \
/usr/lib/gcc/x86_64-linux-gnu/14/include \
/usr/local/include \
/usr/include/x86_64-linux-gnu \
/usr/include
QMAKE_CXX.LIBDIRS = \
/usr/lib/gcc/x86_64-linux-gnu/14 \
/usr/lib/x86_64-linux-gnu \
/usr/lib \
/lib/x86_64-linux-gnu \
/lib

461
Makefile

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,6 @@ TEMPLATE = subdirs
# Note: In the loop at the end of this file the plugin # Note: In the loop at the end of this file the plugin
# dependency on the libs will be defined # dependency on the libs will be defined
SUBDIRS += nymea-modbus-cli libnymea-modbus libnymea-sunspec
PLUGIN_DIRS = \ PLUGIN_DIRS = \
eastron eastron