1 ACLOCAL_AMFLAGS='-I m4'
3 lib_LTLIBRARIES = libmmfcamcorder.la
5 includelibmmfcamcorderdir = $(includedir)/mmf
7 includelibmmfcamcorder_HEADERS = include/mm_camcorder.h
9 noinst_HEADERS = include/mm_camcorder_audiorec.h \
10 include/mm_camcorder_attribute.h \
11 include/mm_camcorder_configure.h \
12 include/mm_camcorder_gstcommon.h \
13 include/mm_camcorder_internal.h \
14 include/mm_camcorder_platform.h \
15 include/mm_camcorder_stillshot.h \
16 include/mm_camcorder_videorec.h \
17 include/mm_camcorder_util.h \
18 include/mm_camcorder_exifinfo.h \
19 include/mm_camcorder_exifdef.h \
20 include/mm_camcorder_sound.h \
21 include/mm_camcorder_resource.h
23 libmmfcamcorder_la_SOURCES = mm_camcorder.c \
24 mm_camcorder_internal.c \
25 mm_camcorder_attribute.c \
26 mm_camcorder_stillshot.c \
27 mm_camcorder_videorec.c \
28 mm_camcorder_audiorec.c \
29 mm_camcorder_gstcommon.c \
30 mm_camcorder_platform.c \
31 mm_camcorder_configure.c \
33 mm_camcorder_exifinfo.c \
36 libmmfcamcorder_la_CFLAGS = -I$(srcdir)/include \
38 $(GST_PLUGIN_BASE_CFLAGS) \
45 $(MMUTIL_IMGP_CFLAGS) \
46 $(MMUTIL_JPEG_CFLAGS) \
53 libmmfcamcorder_la_LIBADD = \
57 $(GST_PLUGIN_BASE_LIBS) \
71 libmmfcamcorder_la_CFLAGS += -DMMF_LOG_OWNER=0x010 -D_FILE_OFFSET_BITS=64
72 libmmfcamcorder_la_CFLAGS += -fdata-sections -ffunction-sections -Wl,--gc-sections
73 libmmfcamcorder_la_LDFLAGS = -Wl,--gc-sections
74 libmmfcamcorder_la_LIBADD += $(SYSTEMINFO_LIBS)
77 libmmfcamcorder_la_SOURCES += mm_camcorder_resource.c
78 libmmfcamcorder_la_CFLAGS += $(MURPHY_RESOURCE_CFLAGS) $(MURPHY_GLIB_CFLAGS) -D_MMCAMCORDER_MURPHY_SUPPORT
79 libmmfcamcorder_la_LIBADD += $(MURPHY_RESOURCE_LIBS) $(MURPHY_GLIB_LIBS)
83 libmmfcamcorder_la_CFLAGS += $(RM_CFLAGS) $(AUL_CFLAGS) -D_MMCAMCORDER_RM_SUPPORT
84 libmmfcamcorder_la_LIBADD += $(RM_LIBS) $(AUL_LIBS)
88 libmmfcamcorder_la_CFLAGS += -D_MMCAMCORDER_PRODUCT_TV
92 mkdir -p $(DESTDIR)$(prefix)/share/sounds/mm-camcorder && \
93 cp $(srcdir)/../sounds/* $(DESTDIR)$(prefix)/share/sounds/mm-camcorder/