aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Naudan2012-10-29 05:48:38 -0500
committerOlivier Naudan2012-11-02 09:17:40 -0500
commitb1f417fcbdc01a9fd08fd8278bbcb622572a2c33 (patch)
treedae4677a648af201f81296ee529c1c42375376a2
parent1622066d554037cd1ac8f871f5f522f350585cf6 (diff)
downloaddce-b1f417fcbdc01a9fd08fd8278bbcb622572a2c33.tar.gz
dce-b1f417fcbdc01a9fd08fd8278bbcb622572a2c33.tar.xz
dce-b1f417fcbdc01a9fd08fd8278bbcb622572a2c33.zip
Refreshed Makefile.am based on the new Ducati headers
-rw-r--r--Makefile.am10
-rw-r--r--configure.ac1
-rw-r--r--packages/codec_engine/Makefile.am11
-rw-r--r--packages/framework_components/Makefile.am6
-rw-r--r--packages/ivahd_codecs/Makefile.am4
-rw-r--r--packages/xdais/Makefile.am2
6 files changed, 25 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index da4619b..cd56ca3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,18 +2,22 @@
2 2
3SUBDIRS = \ 3SUBDIRS = \
4 packages/codec_engine \ 4 packages/codec_engine \
5 packages/framework_components \
5 packages/ivahd_codecs \ 6 packages/ivahd_codecs \
6 packages/xdctools \ 7 packages/xdais \
7 packages/xdais 8 packages/xdctools
8 9
9lib_LTLIBRARIES = libdce.la 10lib_LTLIBRARIES = libdce.la
10 11
11CE_CFLAGS = \ 12CE_CFLAGS = \
12 -I$(top_srcdir)/ducati \ 13 -I$(top_srcdir)/ducati \
14 -I$(top_srcdir)/packages/ \
13 -I$(top_srcdir)/packages/codec_engine \ 15 -I$(top_srcdir)/packages/codec_engine \
16 -I$(top_srcdir)/packages/framework_components \
14 -I$(top_srcdir)/packages/ivahd_codecs \ 17 -I$(top_srcdir)/packages/ivahd_codecs \
18 -I$(top_srcdir)/packages/xdais \
15 -I$(top_srcdir)/packages/xdctools \ 19 -I$(top_srcdir)/packages/xdctools \
16 -I$(top_srcdir)/packages/xdais 20 -Wno-pointer-to-int-cast
17 21
18libdce_la_SOURCES = libdce.c 22libdce_la_SOURCES = libdce.c
19libdce_la_CFLAGS = $(WARN_CFLAGS) $(CE_CFLAGS) $(DRM_CFLAGS) $(X11_CFLAGS) $(WAYLAND_CFLAGS) 23libdce_la_CFLAGS = $(WARN_CFLAGS) $(CE_CFLAGS) $(DRM_CFLAGS) $(X11_CFLAGS) $(WAYLAND_CFLAGS)
diff --git a/configure.ac b/configure.ac
index 17a1146..ea05551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,6 +88,7 @@ AC_CONFIG_FILES([
88libdce.pc 88libdce.pc
89Makefile 89Makefile
90packages/codec_engine/Makefile 90packages/codec_engine/Makefile
91packages/framework_components/Makefile
91packages/ivahd_codecs/Makefile 92packages/ivahd_codecs/Makefile
92packages/xdais/Makefile 93packages/xdais/Makefile
93packages/xdctools/Makefile 94packages/xdctools/Makefile
diff --git a/packages/codec_engine/Makefile.am b/packages/codec_engine/Makefile.am
index aa49592..7a6c170 100644
--- a/packages/codec_engine/Makefile.am
+++ b/packages/codec_engine/Makefile.am
@@ -4,10 +4,11 @@ pkg_includedir = $(includedir)/dce
4 4
5nobase_pkg_include_HEADERS = \ 5nobase_pkg_include_HEADERS = \
6 ti/sdo/ce/Engine.h \ 6 ti/sdo/ce/Engine.h \
7 ti/sdo/ce/Server.h \ 7 ti/sdo/ce/visa.h \
8 ti/sdo/ce/ipc/Comm.h \ 8 ti/sdo/ce/ServerDefs.h \
9 ti/sdo/ce/node/node.h \
10 ti/sdo/ce/skel.h \
11 ti/sdo/ce/video3/viddec3.h \ 9 ti/sdo/ce/video3/viddec3.h \
12 ti/sdo/ce/video2/videnc2.h \ 10 ti/sdo/ce/video2/videnc2.h \
13 ti/sdo/ce/visa.h 11 ti/sdo/ce/Server.h \
12 ti/sdo/ce/skel.h \
13 ti/sdo/ce/node/node.h \
14 ti/sdo/ce/ipc/Comm.h
diff --git a/packages/framework_components/Makefile.am b/packages/framework_components/Makefile.am
new file mode 100644
index 0000000..d89d584
--- /dev/null
+++ b/packages/framework_components/Makefile.am
@@ -0,0 +1,6 @@
1## Process this file with automake to produce Makefile.in
2
3pkg_includedir = $(includedir)/dce
4
5nobase_pkg_include_HEADERS = \
6 ti/sdo/fc/ires/hdvicp/ires_hdvicp2.h
diff --git a/packages/ivahd_codecs/Makefile.am b/packages/ivahd_codecs/Makefile.am
index 33ca0d8..dc3c6aa 100644
--- a/packages/ivahd_codecs/Makefile.am
+++ b/packages/ivahd_codecs/Makefile.am
@@ -10,4 +10,6 @@ nobase_pkg_include_HEADERS = \
10 ti/sdo/codecs/vp7dec/ivp7vdec.h \ 10 ti/sdo/codecs/vp7dec/ivp7vdec.h \
11 ti/sdo/codecs/mpeg4dec/impeg4vdec.h \ 11 ti/sdo/codecs/mpeg4dec/impeg4vdec.h \
12 ti/sdo/codecs/h264dec/ih264vdec.h \ 12 ti/sdo/codecs/h264dec/ih264vdec.h \
13 ti/sdo/codecs/h264enc/ih264enc.h 13 ti/sdo/codecs/h264enc/ih264enc.h \
14 ti/sdo/codecs/mpeg4enc/impeg4enc.h \
15 ti/sdo/codecs/jpegvdec/ijpegvdec.h
diff --git a/packages/xdais/Makefile.am b/packages/xdais/Makefile.am
index 2bceeca..6aac227 100644
--- a/packages/xdais/Makefile.am
+++ b/packages/xdais/Makefile.am
@@ -8,4 +8,6 @@ nobase_pkg_include_HEADERS = \
8 ti/xdais/dm/ivideo.h \ 8 ti/xdais/dm/ivideo.h \
9 ti/xdais/dm/xdm.h \ 9 ti/xdais/dm/xdm.h \
10 ti/xdais/ialg.h \ 10 ti/xdais/ialg.h \
11 ti/xdais/ires.h \
12 ti/xdais/ires_common.h \
11 ti/xdais/xdas.h 13 ti/xdais/xdas.h