2002-07-25 Lutz Müller <lutz@users.sourceforge.net>
[platform/upstream/libexif.git] / libexif / Makefile.am
1 SUBDIRS = canon fuji hp olympus
2
3 INCLUDES =                                              \
4         -DLIBEXIF_LOCALEDIR=\""$(datadir)/locale"\"     \
5         -I$(top_srcdir)
6
7 lib_LTLIBRARIES = libexif.la
8
9 libexif_la_LDFLAGS = -version-info @LIBEXIF_VERSION_INFO@
10 libexif_la_SOURCES =            \
11         exif-byte-order.c       \
12         exif-content.c          \
13         exif-data.c             \
14         exif-entry.c            \
15         exif-format.c           \
16         exif-ifd.c              \
17         exif-i18n.h             \
18         exif-note.c             \
19         exif-tag.c              \
20         exif-utils.c
21 libexif_la_LIBADD = -lm                 \
22         canon/libexif-canon.la          \
23         fuji/libexif-fuji.la            \
24         hp/libexif-hp.la        \
25         olympus/libexif-olympus.la
26
27 libexifincludedir = $(includedir)/libexif
28 libexifinclude_HEADERS =        \
29         exif-byte-order.h       \
30         exif-content.h          \
31         exif-data.h             \
32         exif-entry.h            \
33         exif-format.h           \
34         exif-ifd.h              \
35         exif-note.h             \
36         exif-result.h           \
37         exif-tag.h              \
38         exif-utils.h
39
40 pkgconfigdir = $(libdir)/pkgconfig
41 pkgconfig_DATA = libexif.pc
42 EXTRA_DIST = libexif.pc.in
43