2 AC_INIT(libexif/exif-data.h)
3 AM_CONFIG_HEADER(config.h)
4 AM_INIT_AUTOMAKE(libexif, 0.5.6)
7 dnl ---------------------------------------------------------------------------
9 dnl - AGE (Micro): Increment if any interfaces have been added; set to 0
10 dnl if any interfaces have been removed. Removal has
11 dnl precedence over adding, so set to 0 if both happened.
12 dnl - REVISION (Minor): Increment any time the source changes; set to
13 dnl 0 if you incremented CURRENT.
14 dnl - CURRENT (Major): Increment if the interface has additions, changes,
16 dnl ---------------------------------------------------------------------------
21 AC_SUBST(LIBEXIF_REVISION)
22 AC_SUBST(LIBEXIF_CURRENT)
23 LIBEXIF_VERSION_INFO=`expr $LIBEXIF_CURRENT + $LIBEXIF_REVISION`:$LIBEXIF_AGE:$LIBEXIF_REVISION
24 AC_SUBST(LIBEXIF_VERSION_INFO)
28 dnl ---------------------------------------------------------------------------
30 dnl ---------------------------------------------------------------------------
34 dnl ---------------------------------------------------------------------------
36 dnl ---------------------------------------------------------------------------
37 CFLAGS="$CFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes"
38 LDFLAGS="$LDFLAGS -g -Wall"
46 libexif/canon/Makefile
49 libexif/olympus/Makefile
58 Configuration (libexif):
60 Source code location: ${srcdir}