1. Remove samsung extension code, 2. Block unnecessary build and exclude doc related...
[platform/upstream/libexif.git] / libexif / Makefile.am
1 AUTOMAKE_OPTIONS = subdir-objects
2 EXTRA_DIST =
3 lib_LTLIBRARIES =
4 noinst_LTLIBRARIES =
5
6 include canon/Makefile-files
7 include fuji/Makefile-files
8 include olympus/Makefile-files
9 include pentax/Makefile-files
10
11 # The -no-undefined makes it possible to build DLLs for Windows,
12 # or shared libraries for Tru64 or AIX (according to the autobook
13 # chapter on "Portable Library Design"). It doesn't seem to hurt
14 # elsewhere, so we can leave it in.
15 lib_LTLIBRARIES += libexif.la
16 libexif_la_LDFLAGS = \
17         -export-symbols $(srcdir)/libexif.sym \
18         -no-undefined -version-info @LIBEXIF_VERSION_INFO@
19 libexif_la_SOURCES =            \
20         exif-byte-order.c       \
21         exif-content.c          \
22         exif-data.c             \
23         exif-entry.c            \
24         exif-format.c           \
25         exif-ifd.c              \
26         exif-loader.c           \
27         exif-log.c              \
28         exif-mem.c              \
29         exif-mnote-data.c       \
30         exif-mnote-data-priv.h  \
31         exif-tag.c              \
32         exif-utils.c            \
33         i18n.h
34 libexif_la_DEPENDENCIES = \
35         $(srcdir)/libexif.sym \
36         libmnote-canon.la               \
37         libmnote-fuji.la                \
38         libmnote-olympus.la     \
39         libmnote-pentax.la
40 libexif_la_LIBADD =                     \
41         $(LTLIBINTL)                    \
42         libmnote-canon.la               \
43         libmnote-fuji.la        \
44         libmnote-olympus.la     \
45         libmnote-pentax.la
46
47 libexifincludedir = $(includedir)/libexif
48 libexifinclude_HEADERS =        \
49         exif-byte-order.h       \
50         exif-content.h          \
51         exif-data.h             \
52         exif-data-type.h \
53         exif-entry.h            \
54         exif-format.h           \
55         exif-ifd.h              \
56         exif-loader.h           \
57         exif-log.h              \
58         exif-mem.h              \
59         exif-mnote-data.h       \
60         exif-tag.h              \
61         exif-utils.h            \
62         _stdint.h
63
64 EXTRA_DIST += exif-system.h exif.h
65
66 EXTRA_DIST += libexif.sym
67
68 DISTCLEANFILES = _stdint.h