log: move some files to log directory from debug directory 52/314352/2
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 10 Jul 2024 09:37:57 +0000 (18:37 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 10 Jul 2024 10:40:29 +0000 (10:40 +0000)
for fixing mcd

Change-Id: I41a32ff3dd1ba4336b0243858a6ebdbbdd8b3323

src/bin/Makefile.mk
src/bin/log/e_error.c [moved from src/bin/debug/e_error.c with 100% similarity]
src/bin/log/e_error_intern.h [moved from src/bin/debug/e_error_intern.h with 100% similarity]
src/bin/log/e_input_log.h [moved from src/bin/debug/e_input_log.h with 100% similarity]
src/bin/log/e_log.c [moved from src/bin/debug/e_log.c with 100% similarity]
src/bin/log/e_log_intern.h [moved from src/bin/debug/e_log_intern.h with 100% similarity]
src/bin/log/e_video_debug.c [moved from src/bin/debug/e_video_debug.c with 100% similarity]
src/bin/log/e_video_debug_intern.h [moved from src/bin/debug/e_video_debug_intern.h with 100% similarity]
src/modules/Makefile.mk

index bcefbc0..d42b141 100644 (file)
@@ -12,6 +12,7 @@ E_CPPFLAGS = \
 -I$(top_builddir)/src/bin/displaymgr/video \
 -I$(top_builddir)/src/bin/utils \
 -I$(top_builddir)/src/bin/debug \
+-I$(top_builddir)/src/bin/log \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/bin \
 -I$(top_srcdir)/src/include \
@@ -25,6 +26,7 @@ E_CPPFLAGS = \
 -I$(top_srcdir)/src/bin/displaymgr/video \
 -I$(top_srcdir)/src/bin/utils \
 -I$(top_srcdir)/src/bin/debug \
+-I$(top_srcdir)/src/bin/log \
 @e_cflags@ \
 @cf_cflags@ \
 @VALGRIND_CFLAGS@ \
@@ -265,13 +267,13 @@ src/bin/utils/e_dbus_conn.c \
 src/bin/utils/e_msg.c \
 src/bin/utils/e_map.c \
 src/bin/utils/e_util_video.c \
-src/bin/debug/e_error.c \
 src/bin/debug/e_info_server.c \
-src/bin/debug/e_log.c \
 src/bin/debug/e_test_helper.c \
 src/bin/debug/e_info_protocol.c \
 src/bin/debug/e_info_server_input.c \
-src/bin/debug/e_video_debug.c
+src/bin/log/e_error.c \
+src/bin/log/e_log.c \
+src/bin/log/e_video_debug.c
 
 src_bin_enlightenment_CPPFLAGS = $(E_CPPFLAGS) -DEFL_BETA_API_SUPPORT -DEFL_EO_API_SUPPORT -DE_LOGGING=2 @WAYLAND_CFLAGS@ $(TTRACE_CFLAGS) $(DLOG_CFLAGS) $(PIXMAN_CFLAGS) $(POLICY_CFLAGS) $(EGL_CFLAGS)
 if HAVE_LIBGOMP
similarity index 100%
rename from src/bin/debug/e_log.c
rename to src/bin/log/e_log.c
index eaf5d0f..baa340c 100644 (file)
@@ -4,11 +4,13 @@ MOD_CPPFLAGS = -I. -DE_LOGGING=2 \
 -I$(top_srcdir) \
 -I$(top_srcdir)/src/bin \
 -I$(top_srcdir)/src/bin/debug \
+-I$(top_srcdir)/src/bin/log \
 -I$(top_srcdir)/src/bin/compmgr \
 -I$(top_srcdir)/src/bin/core \
 -I$(top_srcdir)/src/include \
 -I$(top_builddir)/src/bin \
 -I$(top_builddir)/src/bin/debug \
+-I$(top_builddir)/src/bin/log \
 -I$(top_builddir)/src/bin/compmgr \
 -I$(top_builddir)/src/bin/core \
 -I$(top_builddir)/src/include \