Create and use _stdint.h
[platform/upstream/libexif.git] / libexif / Makefile.am
1 SUBDIRS = canon olympus pentax
2 INCLUDES =                                              \
3         -DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\"     \
4         -I$(top_srcdir)/libexif                         \
5         -I$(top_srcdir)/libjpeg                         \
6         -I$(top_srcdir)/intl                            \
7         -I$(top_srcdir)
8
9 lib_LTLIBRARIES = libexif.la
10
11 libexif_la_LDFLAGS = -version-info @LIBEXIF_VERSION_INFO@
12 libexif_la_SOURCES =            \
13         exif-byte-order.c       \
14         exif-content.c          \
15         exif-data.c             \
16         exif-entry.c            \
17         exif-format.c           \
18         exif-ifd.c              \
19         exif-loader.c           \
20         exif-mnote-data.c       \
21         exif-mnote-data-priv.h  \
22         exif-tag.c              \
23         exif-utils.c            \
24         i18n.h
25 libexif_la_LIBADD = -lm                 \
26         canon/libmnote-canon.la         \
27         olympus/libmnote-olympus.la     \
28         pentax/libmnote-pentax.la
29
30 libexifincludedir = $(includedir)/libexif
31 libexifinclude_HEADERS =        \
32         exif-byte-order.h       \
33         exif-content.h          \
34         exif-data.h             \
35         exif-entry.h            \
36         exif-format.h           \
37         exif-ifd.h              \
38         exif-loader.h           \
39         exif-mnote-data.h       \
40         exif-result.h           \
41         exif-tag.h              \
42         exif-utils.h
43
44 pkgconfigdir = $(libdir)/pkgconfig
45 pkgconfig_DATA = libexif.pc
46 EXTRA_DIST = libexif.pc.in
47
48 clean-generic:
49         rm -f _stdint.h