From 4b45731adfd1d6fd1cf1fc49ac364ace1b5d26fc Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Wed, 22 Apr 2020 13:01:55 -0400 Subject: [PATCH] Renamed subsystem to action --- .gitignore | 4 ++-- Makefile | 2 +- res/doc | 34 +++++++++++++++--------------- src/{subsys_c.c => action_c.c} | 8 +++---- src/action_c.h | 14 ++++++++++++ src/{subsys_cc.cc => action_cc.cc} | 4 ++-- src/action_cc.h | 12 +++++++++++ src/config.c | 4 ++-- src/config.h | 2 +- src/init.c | 10 ++++----- src/menu.cc | 2 +- src/menu.h | 2 +- src/subsys_c.h | 14 ------------ src/subsys_cc.h | 12 ----------- 14 files changed, 62 insertions(+), 62 deletions(-) rename src/{subsys_c.c => action_c.c} (64%) create mode 100644 src/action_c.h rename src/{subsys_cc.cc => action_cc.cc} (97%) create mode 100644 src/action_cc.h delete mode 100644 src/subsys_c.h delete mode 100644 src/subsys_cc.h diff --git a/.gitignore b/.gitignore index dacc5a5..26e4f95 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,9 @@ /src/failsafe.o /src/init.o -/src/subsys_c.o /src/config.o /src/dlhook.o +/src/action_c.o /src/menu.o -/src/subsys_cc.o +/src/action_cc.o diff --git a/Makefile b/Makefile index e9a5831..d24b654 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ override GENERATED += KoboRoot KoboRoot.tgz src/libnmi.so: override CFLAGS += $(PTHREAD_CFLAGS) -fPIC src/libnmi.so: override CXXFLAGS += $(PTHREAD_CFLAGS) $(QT5CORE_CFLAGS) $(QT5WIDGETS_CFLAGS) -fPIC src/libnmi.so: override LDFLAGS += $(PTHREAD_LIBS) $(QT5CORE_LIBS) $(QT5WIDGETS_LIBS) -ldl -Wl,-soname,libnmi.so -src/libnmi.so: src/qtplugin.o src/init.o src/config.o src/dlhook.o src/failsafe.o src/menu.o src/subsys_c.o src/subsys_cc.o +src/libnmi.so: src/qtplugin.o src/init.o src/config.o src/dlhook.o src/failsafe.o src/menu.o src/action_c.o src/action_cc.o override LIBRARIES += src/libnmi.so override MOCS += src/qtplugin.moc diff --git a/res/doc b/res/doc index 844c5ca..05ee454 100644 --- a/res/doc +++ b/res/doc @@ -11,25 +11,25 @@ # They can be named anything, and should consist of multiple lines either # starting with # for a comment, or in the the following format: # -# menu_item::