move source files to src/libtdm-nexell/ 57/252857/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 3 Feb 2021 01:35:33 +0000 (10:35 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 3 Feb 2021 01:35:33 +0000 (10:35 +0900)
Change-Id: I55d93f4b9be3879a4b0f73a40d2c6f5dbb9783f7

14 files changed:
configure.ac
src/Makefile.am
src/libtdm-nexell/Makefile.am [new file with mode: 0644]
src/libtdm-nexell/tdm_nexell.c [moved from src/tdm_nexell.c with 100% similarity]
src/libtdm-nexell/tdm_nexell.h [moved from src/tdm_nexell.h with 100% similarity]
src/libtdm-nexell/tdm_nexell_display.c [moved from src/tdm_nexell_display.c with 100% similarity]
src/libtdm-nexell/tdm_nexell_format.c [moved from src/tdm_nexell_format.c with 100% similarity]
src/libtdm-nexell/tdm_nexell_hwc.c [moved from src/tdm_nexell_hwc.c with 100% similarity]
src/libtdm-nexell/tdm_nexell_hwc.h [moved from src/tdm_nexell_hwc.h with 100% similarity]
src/libtdm-nexell/tdm_nexell_hwc_window.c [moved from src/tdm_nexell_hwc_window.c with 100% similarity]
src/libtdm-nexell/tdm_nexell_hwc_window.h [moved from src/tdm_nexell_hwc_window.h with 100% similarity]
src/libtdm-nexell/tdm_nexell_pp.c [moved from src/tdm_nexell_pp.c with 100% similarity]
src/libtdm-nexell/tdm_nexell_pp.h [moved from src/tdm_nexell_pp.h with 100% similarity]
src/libtdm-nexell/tdm_nexell_types.h [moved from src/tdm_nexell_types.h with 100% similarity]

index 0f6cce3..18b17ab 100644 (file)
@@ -51,6 +51,7 @@ AC_SUBST(TDM_MODULE_PATH)
 # For enumerating devices in test case
 AC_OUTPUT([
        Makefile
+       src/libtdm-nexell/Makefile
        src/Makefile])
 
 echo ""
index f026ba8..1fb7182 100644 (file)
@@ -1,16 +1 @@
-AM_CFLAGS = \
-       $(TDM_NEXELL_CFLAGS) \
-       -I$(top_srcdir)/src
-
-libtdm_nexell_la_LTLIBRARIES = libtdm-nexell.la
-libtdm_nexell_ladir = $(TDM_MODULE_PATH)
-libtdm_nexell_la_LDFLAGS = -module -avoid-version
-libtdm_nexell_la_LIBADD = $(TDM_NEXELL_LIBS) -ldl
-
-libtdm_nexell_la_SOURCES = \
-       tdm_nexell_display.c \
-       tdm_nexell_format.c \
-       tdm_nexell_hwc_window.c \
-       tdm_nexell_hwc.c \
-       tdm_nexell_pp.c \
-       tdm_nexell.c
+SUBDIRS = libtdm-nexell 
diff --git a/src/libtdm-nexell/Makefile.am b/src/libtdm-nexell/Makefile.am
new file mode 100644 (file)
index 0000000..f026ba8
--- /dev/null
@@ -0,0 +1,16 @@
+AM_CFLAGS = \
+       $(TDM_NEXELL_CFLAGS) \
+       -I$(top_srcdir)/src
+
+libtdm_nexell_la_LTLIBRARIES = libtdm-nexell.la
+libtdm_nexell_ladir = $(TDM_MODULE_PATH)
+libtdm_nexell_la_LDFLAGS = -module -avoid-version
+libtdm_nexell_la_LIBADD = $(TDM_NEXELL_LIBS) -ldl
+
+libtdm_nexell_la_SOURCES = \
+       tdm_nexell_display.c \
+       tdm_nexell_format.c \
+       tdm_nexell_hwc_window.c \
+       tdm_nexell_hwc.c \
+       tdm_nexell_pp.c \
+       tdm_nexell.c