1 SUBDIRS = canon olympus pentax
3 lib_LTLIBRARIES = libexif.la
5 # The -no-undefined makes it possible to build DLLs for Windows,
6 # or shared libraries for Tru64 or AIX (according to the autobook
7 # chapter on "Portable Library Design"). It doesn't seem to hurt
8 # elsewhere, so we can leave it in.
9 libexif_la_LDFLAGS = -no-undefined -version-info @LIBEXIF_VERSION_INFO@
10 libexif_la_SOURCES = \
21 exif-mnote-data-priv.h \
28 canon/libmnote-canon.la \
29 olympus/libmnote-olympus.la \
30 pentax/libmnote-pentax.la
32 canon/libmnote-canon.la:
33 cd canon && $(MAKE) libmnote-canon.la
35 olympus/libmnote-olympus.la:
36 cd olympus && $(MAKE) libmnote-olympus.la
38 pentax/libmnote-pentax.la:
39 cd pentax && $(MAKE) libmnote-pentax.la
41 libexifincludedir = $(includedir)/libexif
42 libexifinclude_HEADERS = \
57 pkgconfigdir = $(libdir)/pkgconfig
58 pkgconfig_DATA = libexif.pc
59 EXTRA_DIST = libexif.pc.in
61 DISTCLEANFILES = _stdint.h