~ubuntu-branches/ubuntu/jaunty/gpicview/jaunty

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-09-12 01:43:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080912014321-zyxoac1aygvpdyjo
Tags: 0.1.10-1
* New upstream release
  - Solved assertion `GTK_IS_TOOLTIPS (tooltips)' failed problem
  - Added new translations
  - Fixed memory leaks
  - Fixed JPEG Rotation, rotation only in EXIF data
  - Fixed fullscreen toggles
  - Fixed order for file listing 
  - Security fixes CVE-2008-3904, CVE-2008-3791
  - Solved empty file problem in unsupported format
* Applied disable_ask_before_save.dpatch (Closes: #497005) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
50
50
am_gpicview_OBJECTS = gpicview.$(OBJEXT) image-list.$(OBJEXT) \
51
51
        main-win.$(OBJEXT) image-view.$(OBJEXT) working-area.$(OBJEXT) \
52
52
        ptk-menu.$(OBJEXT) jpeg-tran.$(OBJEXT) tran-supp.$(OBJEXT) \
53
 
        pref.$(OBJEXT)
 
53
        pref.$(OBJEXT) jhead.$(OBJEXT) exif.$(OBJEXT) \
 
54
        jpgfile.$(OBJEXT)
54
55
gpicview_OBJECTS = $(am_gpicview_OBJECTS)
55
56
gpicview_DEPENDENCIES =
56
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
57
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
57
58
depcomp = $(SHELL) $(top_srcdir)/depcomp
58
59
am__depfiles_maybe = depfiles
59
60
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93
94
DATADIRNAME = @DATADIRNAME@
94
95
DEFS = @DEFS@
95
96
DEPDIR = @DEPDIR@
 
97
DSYMUTIL = @DSYMUTIL@
96
98
ECHO = @ECHO@
97
99
ECHO_C = @ECHO_C@
98
100
ECHO_N = @ECHO_N@
124
126
MKINSTALLDIRS = @MKINSTALLDIRS@
125
127
MSGFMT = @MSGFMT@
126
128
MSGFMT_OPTS = @MSGFMT_OPTS@
 
129
NMEDIT = @NMEDIT@
127
130
OBJEXT = @OBJEXT@
128
131
PACKAGE = @PACKAGE@
129
132
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215
218
        ptk-menu.c \
216
219
        jpeg-tran.c \
217
220
        tran-supp.c \
218
 
        pref.c
 
221
        pref.c \
 
222
        jhead.c \
 
223
        exif.c \
 
224
        jpgfile.c 
219
225
 
220
226
 
221
227
# the library search path.
230
236
        ptk-menu.h \
231
237
        jpeg-tran.h \
232
238
        tran-supp.h \
233
 
        pref.h
 
239
        pref.h \
 
240
        jhead.h
234
241
 
235
242
all: all-am
236
243
 
274
281
             || test -f $$p1 \
275
282
          ; then \
276
283
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
277
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
278
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
284
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
285
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
279
286
          else :; fi; \
280
287
        done
281
288
 
303
310
distclean-compile:
304
311
        -rm -f *.tab.c
305
312
 
 
313
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exif.Po@am__quote@
306
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpicview.Po@am__quote@
307
315
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image-list.Po@am__quote@
308
316
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image-view.Po@am__quote@
 
317
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jhead.Po@am__quote@
309
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpeg-tran.Po@am__quote@
 
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpgfile.Po@am__quote@
310
320
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-win.Po@am__quote@
311
321
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pref.Po@am__quote@
312
322
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ptk-menu.Po@am__quote@
345
355
        unique=`for i in $$list; do \
346
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
357
          done | \
348
 
          $(AWK) '    { files[$$0] = 1; } \
349
 
               END { for (i in files) print i; }'`; \
 
358
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
359
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
360
        mkid -fID $$unique
351
361
tags: TAGS
352
362
 
358
368
        unique=`for i in $$list; do \
359
369
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
370
          done | \
361
 
          $(AWK) '    { files[$$0] = 1; } \
362
 
               END { for (i in files) print i; }'`; \
 
371
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
372
              END { if (nonempty) { for (i in files) print i; }; }'`; \
363
373
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364
374
          test -n "$$unique" || unique=$$empty_fix; \
365
375
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369
379
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
380
                $(TAGS_FILES) $(LISP)
371
381
        tags=; \
372
 
        here=`pwd`; \
373
382
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374
383
        unique=`for i in $$list; do \
375
384
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
385
          done | \
377
 
          $(AWK) '    { files[$$0] = 1; } \
378
 
               END { for (i in files) print i; }'`; \
 
386
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
387
              END { if (nonempty) { for (i in files) print i; }; }'`; \
379
388
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
380
389
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381
390
             $$tags $$unique