~ubuntu-branches/ubuntu/natty/exif/natty

« back to all changes in this revision

Viewing changes to exif/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Bouthenot
  • Date: 2008-03-31 19:39:44 UTC
  • mfrom: (4.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080331193944-xndxlofl9m7h7a83
Tags: 0.6.15-5
* Adopt the package within pkg-phototools:
  - Set the Maintainer to the group
  - Add Frederic Peters and myself as Uploaders.
  - Add Vcs-Browser and Vcs-Git fields accordingly.
* debian/control:
  - Add a Homepage field.
  - Update Standards-Version to 3.7.3
  - Fix build dep version for libexif-dev.
  - Add build dep on quilt for patches extracted from package diff.
  - Add build dep on gettext for swedish translation.
* debian/copyright:
  - convert file to utf-8.
  - Point to LGPL-2 rather than just LGPL, which now points to
    LGPL-3.
* debian/rules
  - Fix autotools timestamp issues which causes FTBFS (closes: #445609)
  - Fix lintian 'clean error' warning.
* debian/patches
  - Extract swedish translation patch from package diff (cf. bug 397370).
  - Extract patch related to default ifd from package diff (cf. bug 428255).
  - Extract patch related to manpage improvements from package diff (cf.
    bugs 320497 and 321855).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
SOURCES = $(exif_SOURCES)
 
17
# The actual "exif" program
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
36
32
NORMAL_UNINSTALL = :
37
33
PRE_UNINSTALL = :
38
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
39
36
host_triplet = @host@
40
37
bin_PROGRAMS = exif$(EXEEXT)
41
38
subdir = exif
42
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
46
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
47
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
48
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4m/gp-check-library.m4 \
 
42
        $(top_srcdir)/m4m/gp-check-popt.m4 \
 
43
        $(top_srcdir)/m4m/gp-check-shell-environment.m4 \
 
44
        $(top_srcdir)/m4m/gp-config-msg.m4 \
 
45
        $(top_srcdir)/m4m/gp-gettext-hack.m4 \
 
46
        $(top_srcdir)/m4m/gp-pkg-config.m4 \
 
47
        $(top_srcdir)/auto-m4/gettext.m4 \
 
48
        $(top_srcdir)/auto-m4/iconv.m4 $(top_srcdir)/auto-m4/lib-ld.m4 \
 
49
        $(top_srcdir)/auto-m4/lib-link.m4 \
 
50
        $(top_srcdir)/auto-m4/lib-prefix.m4 \
 
51
        $(top_srcdir)/auto-m4/nls.m4 $(top_srcdir)/auto-m4/po.m4 \
 
52
        $(top_srcdir)/auto-m4/progtest.m4 $(top_srcdir)/configure.ac
49
53
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
54
        $(ACLOCAL_M4)
51
55
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
58
am__installdirs = "$(DESTDIR)$(bindir)"
55
59
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56
60
PROGRAMS = $(bin_PROGRAMS)
57
 
am_exif_OBJECTS = actions.$(OBJEXT) exif-i18n.$(OBJEXT) main.$(OBJEXT) \
58
 
        utils.$(OBJEXT)
 
61
am_exif_OBJECTS = exif-actions.$(OBJEXT) exif-exif-i18n.$(OBJEXT) \
 
62
        exif-main.$(OBJEXT) exif-utils.$(OBJEXT)
59
63
exif_OBJECTS = $(am_exif_OBJECTS)
60
64
am__DEPENDENCIES_1 =
61
 
exif_DEPENDENCIES = ../libjpeg/libjpeg.la $(am__DEPENDENCIES_1) \
 
65
exif_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
66
        $(top_builddir)/libjpeg/libjpeg.la $(am__DEPENDENCIES_1) \
62
67
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
63
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
68
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
64
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
65
70
am__depfiles_maybe = depfiles
66
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/actions.Po \
67
 
@AMDEP_TRUE@    ./$(DEPDIR)/exif-i18n.Po ./$(DEPDIR)/main.Po \
68
 
@AMDEP_TRUE@    ./$(DEPDIR)/utils.Po
69
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
70
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
71
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
72
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
73
 
        $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74
76
CCLD = $(CC)
75
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
77
80
SOURCES = $(exif_SOURCES)
78
81
DIST_SOURCES = $(exif_SOURCES)
79
82
ETAGS = etags
80
83
CTAGS = ctags
81
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
85
ACLOCAL = @ACLOCAL@
83
 
AMDEP_FALSE = @AMDEP_FALSE@
84
 
AMDEP_TRUE = @AMDEP_TRUE@
85
86
AMTAR = @AMTAR@
 
87
AM_CPPFLAGS = @AM_CPPFLAGS@
 
88
AM_LDFLAGS = @AM_LDFLAGS@
86
89
AR = @AR@
87
90
AUTOCONF = @AUTOCONF@
88
91
AUTOHEADER = @AUTOHEADER@
108
111
EXEEXT = @EXEEXT@
109
112
F77 = @F77@
110
113
FFLAGS = @FFLAGS@
 
114
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
111
115
GMSGFMT = @GMSGFMT@
112
 
HAVE_POPT_FALSE = @HAVE_POPT_FALSE@
113
 
HAVE_POPT_TRUE = @HAVE_POPT_TRUE@
 
116
GREP = @GREP@
 
117
INSTALL = @INSTALL@
114
118
INSTALL_DATA = @INSTALL_DATA@
115
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
118
122
INTLLIBS = @INTLLIBS@
119
123
LDFLAGS = @LDFLAGS@
120
124
LIBEXIF_CFLAGS = @LIBEXIF_CFLAGS@
 
125
LIBEXIF_CONFIG_PROG = @LIBEXIF_CONFIG_PROG@
121
126
LIBEXIF_LIBS = @LIBEXIF_LIBS@
122
127
LIBICONV = @LIBICONV@
123
128
LIBINTL = @LIBINTL@
128
133
LTLIBICONV = @LTLIBICONV@
129
134
LTLIBINTL = @LTLIBINTL@
130
135
LTLIBOBJS = @LTLIBOBJS@
131
 
MAINT = @MAINT@
132
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
133
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
134
136
MAKEINFO = @MAKEINFO@
 
137
MKDIR_P = @MKDIR_P@
135
138
MKINSTALLDIRS = @MKINSTALLDIRS@
136
139
MSGFMT = @MSGFMT@
137
140
MSGMERGE = @MSGMERGE@
144
147
PACKAGE_VERSION = @PACKAGE_VERSION@
145
148
PATH_SEPARATOR = @PATH_SEPARATOR@
146
149
PKG_CONFIG = @PKG_CONFIG@
 
150
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
147
151
POPT_CFLAGS = @POPT_CFLAGS@
148
152
POPT_LIBS = @POPT_LIBS@
149
153
POSUB = @POSUB@
150
154
RANLIB = @RANLIB@
 
155
SED = @SED@
151
156
SET_MAKE = @SET_MAKE@
152
157
SHELL = @SHELL@
153
158
STRIP = @STRIP@
154
159
USE_NLS = @USE_NLS@
155
160
VERSION = @VERSION@
156
161
XGETTEXT = @XGETTEXT@
157
 
ac_ct_AR = @ac_ct_AR@
 
162
abs_builddir = @abs_builddir@
 
163
abs_srcdir = @abs_srcdir@
 
164
abs_top_builddir = @abs_top_builddir@
 
165
abs_top_srcdir = @abs_top_srcdir@
158
166
ac_ct_CC = @ac_ct_CC@
159
167
ac_ct_CXX = @ac_ct_CXX@
160
168
ac_ct_F77 = @ac_ct_F77@
161
 
ac_ct_RANLIB = @ac_ct_RANLIB@
162
 
ac_ct_STRIP = @ac_ct_STRIP@
163
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
164
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
165
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
166
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
167
169
am__include = @am__include@
168
170
am__leading_dot = @am__leading_dot@
169
171
am__quote = @am__quote@
 
172
am__tar = @am__tar@
 
173
am__untar = @am__untar@
170
174
bindir = @bindir@
171
175
build = @build@
172
176
build_alias = @build_alias@
173
177
build_cpu = @build_cpu@
174
178
build_os = @build_os@
175
179
build_vendor = @build_vendor@
 
180
builddir = @builddir@
176
181
datadir = @datadir@
 
182
datarootdir = @datarootdir@
 
183
docdir = @docdir@
 
184
dvidir = @dvidir@
177
185
exec_prefix = @exec_prefix@
178
186
host = @host@
179
187
host_alias = @host_alias@
180
188
host_cpu = @host_cpu@
181
189
host_os = @host_os@
182
190
host_vendor = @host_vendor@
 
191
htmldir = @htmldir@
183
192
includedir = @includedir@
184
193
infodir = @infodir@
185
194
install_sh = @install_sh@
186
195
libdir = @libdir@
187
196
libexecdir = @libexecdir@
 
197
localedir = @localedir@
188
198
localstatedir = @localstatedir@
189
199
mandir = @mandir@
190
200
mkdir_p = @mkdir_p@
191
201
oldincludedir = @oldincludedir@
 
202
pdfdir = @pdfdir@
192
203
prefix = @prefix@
193
204
program_transform_name = @program_transform_name@
 
205
psdir = @psdir@
194
206
sbindir = @sbindir@
195
207
sharedstatedir = @sharedstatedir@
 
208
srcdir = @srcdir@
196
209
sysconfdir = @sysconfdir@
197
210
target_alias = @target_alias@
198
 
INCLUDES = \
199
 
        -I$(top_srcdir)                                 \
200
 
        -I$(top_srcdir)/intl                            \
201
 
        -DEXIF_LOCALEDIR=\""$(datadir)/locale"\"        \
202
 
        $(LIBEXIF_CFLAGS) $(LIBMNOTE_CFLAGS)            \
203
 
        $(POPT_CFLAGS)
204
 
 
 
211
top_builddir = @top_builddir@
 
212
top_srcdir = @top_srcdir@
205
213
exif_SOURCES = \
206
214
        actions.h actions.c     \
207
215
        exif-i18n.h exif-i18n.c \
208
216
        main.c                  \
209
217
        utils.h utils.c
210
218
 
 
219
exif_CPPFLAGS = \
 
220
        $(AM_CPPFLAGS) $(CPPFLAGS)              \
 
221
        $(LIBEXIF_CFLAGS)                       \
 
222
        $(POPT_CFLAGS)
 
223
 
211
224
exif_LDADD = \
212
 
        ../libjpeg/libjpeg.la                   \
213
 
        $(LIBEXIF_LIBS) $(LIBMNOTE_LIBS)        \
 
225
        $(AM_LDFLAGS) $(LDFLAGS)                \
 
226
        $(top_builddir)/libjpeg/libjpeg.la      \
 
227
        $(LIBEXIF_LIBS)                         \
214
228
        $(POPT_LIBS)                            \
215
229
        $(INTLLIBS)
216
230
 
 
231
 
 
232
# And a few very simple tests
 
233
check_SCRIPTS = check-param-validity.sh
 
234
EXTRA_DIST = check-param-validity.in
 
235
TESTS = $(check_SCRIPTS)
 
236
CLEANFILES = $(check_SCRIPTS)
217
237
all: all-am
218
238
 
219
239
.SUFFIXES:
220
 
.SUFFIXES: .c .lo .o .obj
221
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
240
.SUFFIXES: .c .in .lo .o .obj .sh
 
241
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
222
242
        @for dep in $?; do \
223
243
          case '$(am__configure_deps)' in \
224
244
            *$$dep*) \
243
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
245
265
 
246
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
266
$(top_srcdir)/configure:  $(am__configure_deps)
247
267
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
268
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
249
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
270
install-binPROGRAMS: $(bin_PROGRAMS)
251
271
        @$(NORMAL_INSTALL)
252
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
272
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
253
273
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
254
274
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
255
275
          if test -f $$p \
277
297
        done
278
298
exif$(EXEEXT): $(exif_OBJECTS) $(exif_DEPENDENCIES) 
279
299
        @rm -f exif$(EXEEXT)
280
 
        $(LINK) $(exif_LDFLAGS) $(exif_OBJECTS) $(exif_LDADD) $(LIBS)
 
300
        $(LINK) $(exif_OBJECTS) $(exif_LDADD) $(LIBS)
281
301
 
282
302
mostlyclean-compile:
283
303
        -rm -f *.$(OBJEXT)
285
305
distclean-compile:
286
306
        -rm -f *.tab.c
287
307
 
288
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actions.Po@am__quote@
289
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exif-i18n.Po@am__quote@
290
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
291
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
 
308
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exif-actions.Po@am__quote@
 
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exif-exif-i18n.Po@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exif-main.Po@am__quote@
 
311
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exif-utils.Po@am__quote@
292
312
 
293
313
.c.o:
294
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
295
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
314
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
315
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
296
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
298
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
299
318
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
300
319
 
301
320
.c.obj:
302
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
303
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
321
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
322
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
304
323
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
305
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
306
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307
325
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
308
326
 
309
327
.c.lo:
310
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
311
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
328
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
329
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
312
330
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
313
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
314
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
331
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315
332
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
316
333
 
 
334
exif-actions.o: actions.c
 
335
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-actions.o -MD -MP -MF $(DEPDIR)/exif-actions.Tpo -c -o exif-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
 
336
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-actions.Tpo $(DEPDIR)/exif-actions.Po
 
337
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='exif-actions.o' libtool=no @AMDEPBACKSLASH@
 
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
339
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-actions.o `test -f 'actions.c' || echo '$(srcdir)/'`actions.c
 
340
 
 
341
exif-actions.obj: actions.c
 
342
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-actions.obj -MD -MP -MF $(DEPDIR)/exif-actions.Tpo -c -o exif-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
 
343
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-actions.Tpo $(DEPDIR)/exif-actions.Po
 
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='actions.c' object='exif-actions.obj' libtool=no @AMDEPBACKSLASH@
 
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
346
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-actions.obj `if test -f 'actions.c'; then $(CYGPATH_W) 'actions.c'; else $(CYGPATH_W) '$(srcdir)/actions.c'; fi`
 
347
 
 
348
exif-exif-i18n.o: exif-i18n.c
 
349
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-exif-i18n.o -MD -MP -MF $(DEPDIR)/exif-exif-i18n.Tpo -c -o exif-exif-i18n.o `test -f 'exif-i18n.c' || echo '$(srcdir)/'`exif-i18n.c
 
350
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-exif-i18n.Tpo $(DEPDIR)/exif-exif-i18n.Po
 
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exif-i18n.c' object='exif-exif-i18n.o' libtool=no @AMDEPBACKSLASH@
 
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
353
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-exif-i18n.o `test -f 'exif-i18n.c' || echo '$(srcdir)/'`exif-i18n.c
 
354
 
 
355
exif-exif-i18n.obj: exif-i18n.c
 
356
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-exif-i18n.obj -MD -MP -MF $(DEPDIR)/exif-exif-i18n.Tpo -c -o exif-exif-i18n.obj `if test -f 'exif-i18n.c'; then $(CYGPATH_W) 'exif-i18n.c'; else $(CYGPATH_W) '$(srcdir)/exif-i18n.c'; fi`
 
357
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-exif-i18n.Tpo $(DEPDIR)/exif-exif-i18n.Po
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='exif-i18n.c' object='exif-exif-i18n.obj' libtool=no @AMDEPBACKSLASH@
 
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
360
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-exif-i18n.obj `if test -f 'exif-i18n.c'; then $(CYGPATH_W) 'exif-i18n.c'; else $(CYGPATH_W) '$(srcdir)/exif-i18n.c'; fi`
 
361
 
 
362
exif-main.o: main.c
 
363
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-main.o -MD -MP -MF $(DEPDIR)/exif-main.Tpo -c -o exif-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
 
364
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-main.Tpo $(DEPDIR)/exif-main.Po
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='exif-main.o' libtool=no @AMDEPBACKSLASH@
 
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
367
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
 
368
 
 
369
exif-main.obj: main.c
 
370
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-main.obj -MD -MP -MF $(DEPDIR)/exif-main.Tpo -c -o exif-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
 
371
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-main.Tpo $(DEPDIR)/exif-main.Po
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='main.c' object='exif-main.obj' libtool=no @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
374
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
 
375
 
 
376
exif-utils.o: utils.c
 
377
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-utils.o -MD -MP -MF $(DEPDIR)/exif-utils.Tpo -c -o exif-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
 
378
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-utils.Tpo $(DEPDIR)/exif-utils.Po
 
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='utils.c' object='exif-utils.o' libtool=no @AMDEPBACKSLASH@
 
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
381
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c
 
382
 
 
383
exif-utils.obj: utils.c
 
384
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT exif-utils.obj -MD -MP -MF $(DEPDIR)/exif-utils.Tpo -c -o exif-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
 
385
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/exif-utils.Tpo $(DEPDIR)/exif-utils.Po
 
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='utils.c' object='exif-utils.obj' libtool=no @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(exif_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o exif-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi`
 
389
 
317
390
mostlyclean-libtool:
318
391
        -rm -f *.lo
319
392
 
320
393
clean-libtool:
321
394
        -rm -rf .libs _libs
322
395
 
323
 
distclean-libtool:
324
 
        -rm -f libtool
325
 
uninstall-info-am:
326
 
 
327
396
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
328
397
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329
398
        unique=`for i in $$list; do \
372
441
distclean-tags:
373
442
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
443
 
 
444
check-TESTS: $(TESTS)
 
445
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
446
        srcdir=$(srcdir); export srcdir; \
 
447
        list=' $(TESTS) '; \
 
448
        if test -n "$$list"; then \
 
449
          for tst in $$list; do \
 
450
            if test -f ./$$tst; then dir=./; \
 
451
            elif test -f $$tst; then dir=; \
 
452
            else dir="$(srcdir)/"; fi; \
 
453
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
454
              all=`expr $$all + 1`; \
 
455
              case " $(XFAIL_TESTS) " in \
 
456
              *$$ws$$tst$$ws*) \
 
457
                xpass=`expr $$xpass + 1`; \
 
458
                failed=`expr $$failed + 1`; \
 
459
                echo "XPASS: $$tst"; \
 
460
              ;; \
 
461
              *) \
 
462
                echo "PASS: $$tst"; \
 
463
              ;; \
 
464
              esac; \
 
465
            elif test $$? -ne 77; then \
 
466
              all=`expr $$all + 1`; \
 
467
              case " $(XFAIL_TESTS) " in \
 
468
              *$$ws$$tst$$ws*) \
 
469
                xfail=`expr $$xfail + 1`; \
 
470
                echo "XFAIL: $$tst"; \
 
471
              ;; \
 
472
              *) \
 
473
                failed=`expr $$failed + 1`; \
 
474
                echo "FAIL: $$tst"; \
 
475
              ;; \
 
476
              esac; \
 
477
            else \
 
478
              skip=`expr $$skip + 1`; \
 
479
              echo "SKIP: $$tst"; \
 
480
            fi; \
 
481
          done; \
 
482
          if test "$$failed" -eq 0; then \
 
483
            if test "$$xfail" -eq 0; then \
 
484
              banner="All $$all tests passed"; \
 
485
            else \
 
486
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
487
            fi; \
 
488
          else \
 
489
            if test "$$xpass" -eq 0; then \
 
490
              banner="$$failed of $$all tests failed"; \
 
491
            else \
 
492
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
493
            fi; \
 
494
          fi; \
 
495
          dashes="$$banner"; \
 
496
          skipped=""; \
 
497
          if test "$$skip" -ne 0; then \
 
498
            skipped="($$skip tests were not run)"; \
 
499
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
500
              dashes="$$skipped"; \
 
501
          fi; \
 
502
          report=""; \
 
503
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
504
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
505
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
506
              dashes="$$report"; \
 
507
          fi; \
 
508
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
509
          echo "$$dashes"; \
 
510
          echo "$$banner"; \
 
511
          test -z "$$skipped" || echo "$$skipped"; \
 
512
          test -z "$$report" || echo "$$report"; \
 
513
          echo "$$dashes"; \
 
514
          test "$$failed" -eq 0; \
 
515
        else :; fi
 
516
 
375
517
distdir: $(DISTFILES)
376
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
377
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
378
 
        list='$(DISTFILES)'; for file in $$list; do \
379
 
          case $$file in \
380
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
381
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
382
 
          esac; \
 
518
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
519
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
520
        list='$(DISTFILES)'; \
 
521
          dist_files=`for file in $$list; do echo $$file; done | \
 
522
          sed -e "s|^$$srcdirstrip/||;t" \
 
523
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
524
        case $$dist_files in \
 
525
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
526
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
527
                           sort -u` ;; \
 
528
        esac; \
 
529
        for file in $$dist_files; do \
383
530
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
384
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
385
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
386
 
            dir="/$$dir"; \
387
 
            $(mkdir_p) "$(distdir)$$dir"; \
388
 
          else \
389
 
            dir=''; \
390
 
          fi; \
391
531
          if test -d $$d/$$file; then \
 
532
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
392
533
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
393
534
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
394
535
            fi; \
400
541
          fi; \
401
542
        done
402
543
check-am: all-am
 
544
        $(MAKE) $(AM_MAKEFLAGS) $(check_SCRIPTS)
 
545
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
403
546
check: check-am
404
547
all-am: Makefile $(PROGRAMS)
405
548
installdirs:
406
549
        for dir in "$(DESTDIR)$(bindir)"; do \
407
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
550
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
408
551
        done
409
552
install: install-am
410
553
install-exec: install-exec-am
423
566
mostlyclean-generic:
424
567
 
425
568
clean-generic:
 
569
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
426
570
 
427
571
distclean-generic:
428
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
572
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
429
573
 
430
574
maintainer-clean-generic:
431
575
        @echo "This command is intended for maintainers to use"
438
582
        -rm -rf ./$(DEPDIR)
439
583
        -rm -f Makefile
440
584
distclean-am: clean-am distclean-compile distclean-generic \
441
 
        distclean-libtool distclean-tags
 
585
        distclean-tags
442
586
 
443
587
dvi: dvi-am
444
588
 
452
596
 
453
597
install-data-am:
454
598
 
 
599
install-dvi: install-dvi-am
 
600
 
455
601
install-exec-am: install-binPROGRAMS
456
602
 
 
603
install-html: install-html-am
 
604
 
457
605
install-info: install-info-am
458
606
 
459
607
install-man:
460
608
 
 
609
install-pdf: install-pdf-am
 
610
 
 
611
install-ps: install-ps-am
 
612
 
461
613
installcheck-am:
462
614
 
463
615
maintainer-clean: maintainer-clean-am
478
630
 
479
631
ps-am:
480
632
 
481
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
482
 
 
483
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
484
 
        clean-generic clean-libtool ctags distclean distclean-compile \
485
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
486
 
        dvi-am html html-am info info-am install install-am \
487
 
        install-binPROGRAMS install-data install-data-am install-exec \
488
 
        install-exec-am install-info install-info-am install-man \
489
 
        install-strip installcheck installcheck-am installdirs \
490
 
        maintainer-clean maintainer-clean-generic mostlyclean \
491
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
492
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
493
 
        uninstall-binPROGRAMS uninstall-info-am
494
 
 
 
633
uninstall-am: uninstall-binPROGRAMS
 
634
 
 
635
.MAKE: install-am install-strip
 
636
 
 
637
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
 
638
        clean-binPROGRAMS clean-generic clean-libtool ctags distclean \
 
639
        distclean-compile distclean-generic distclean-libtool \
 
640
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
641
        install install-am install-binPROGRAMS install-data \
 
642
        install-data-am install-dvi install-dvi-am install-exec \
 
643
        install-exec-am install-html install-html-am install-info \
 
644
        install-info-am install-man install-pdf install-pdf-am \
 
645
        install-ps install-ps-am install-strip installcheck \
 
646
        installcheck-am installdirs maintainer-clean \
 
647
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
648
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
649
        tags uninstall uninstall-am uninstall-binPROGRAMS
 
650
 
 
651
 
 
652
.in.sh:
 
653
        sed 's|@exif\@|./exif$(EXEEXT)|g' < $< > $@
 
654
        chmod +x $@
495
655
# Tell versions [3.59,3.63) of GNU make to not export all variables.
496
656
# Otherwise a system limit (for SysV at least) may be exceeded.
497
657
.NOEXPORT: