~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to plug-ins/file-ico/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    - updated some strings for ubuntu
  + debian/rules:
    - updated translation templates
  + debian/control:
    - set Vcs-Bzr url

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = $(top_builddir)/config.h
50
52
CONFIG_CLEAN_FILES =
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
am__installdirs = "$(DESTDIR)$(libexecdir)"
52
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53
55
PROGRAMS = $(libexec_PROGRAMS)
54
56
am_file_ico_OBJECTS = file_ico-ico.$(OBJEXT) \
55
57
        file_ico-ico-dialog.$(OBJEXT) file_ico-ico-load.$(OBJEXT) \
67
69
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
68
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
71
am__depfiles_maybe = depfiles
 
72
am__mv = mv -f
70
73
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71
74
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
75
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
428
431
              exit 1;; \
429
432
          esac; \
430
433
        done; \
431
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plug-ins/file-ico/Makefile'; \
432
 
        cd $(top_srcdir) && \
433
 
          $(AUTOMAKE) --gnu  plug-ins/file-ico/Makefile
 
434
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/file-ico/Makefile'; \
 
435
        $(am__cd) $(top_srcdir) && \
 
436
          $(AUTOMAKE) --gnu plug-ins/file-ico/Makefile
434
437
.PRECIOUS: Makefile
435
438
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436
439
        @case '$?' in \
448
451
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
452
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450
453
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
454
$(am__aclocal_m4_deps):
451
455
install-libexecPROGRAMS: $(libexec_PROGRAMS)
452
456
        @$(NORMAL_INSTALL)
453
457
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
454
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
455
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
456
 
          if test -f $$p \
457
 
             || test -f $$p1 \
458
 
          ; then \
459
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
460
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
461
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
462
 
          else :; fi; \
463
 
        done
 
458
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
459
        for p in $$list; do echo "$$p $$p"; done | \
 
460
        sed 's/$(EXEEXT)$$//' | \
 
461
        while read p p1; do if test -f $$p || test -f $$p1; \
 
462
          then echo "$$p"; echo "$$p"; else :; fi; \
 
463
        done | \
 
464
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
465
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
466
        sed 'N;N;N;s,\n, ,g' | \
 
467
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
468
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
469
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
470
            else { print "f", $$3 "/" $$4, $$1; } } \
 
471
          END { for (d in files) print "f", d, files[d] }' | \
 
472
        while read type dir files; do \
 
473
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
474
            test -z "$$files" || { \
 
475
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
476
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
477
            } \
 
478
        ; done
464
479
 
465
480
uninstall-libexecPROGRAMS:
466
481
        @$(NORMAL_UNINSTALL)
467
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
468
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
469
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
470
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
471
 
        done
 
482
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
483
        files=`for p in $$list; do echo "$$p"; done | \
 
484
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
485
              -e 's/$$/$(EXEEXT)/' `; \
 
486
        test -n "$$list" || exit 0; \
 
487
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
488
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
472
489
 
473
490
clean-libexecPROGRAMS:
474
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
475
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
476
 
          echo " rm -f $$p $$f"; \
477
 
          rm -f $$p $$f ; \
478
 
        done
 
491
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
492
        echo " rm -f" $$list; \
 
493
        rm -f $$list || exit $$?; \
 
494
        test -n "$(EXEEXT)" || exit 0; \
 
495
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
496
        echo " rm -f" $$list; \
 
497
        rm -f $$list
479
498
file-ico$(EXEEXT): $(file_ico_OBJECTS) $(file_ico_DEPENDENCIES) 
480
499
        @rm -f file-ico$(EXEEXT)
481
500
        $(file_ico_LINK) $(file_ico_OBJECTS) $(file_ico_LDADD) $(LIBS)
493
512
 
494
513
.c.o:
495
514
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
496
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
515
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
497
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
498
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499
518
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
500
519
 
501
520
.c.obj:
502
521
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
503
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
522
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
504
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
505
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506
525
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
507
526
 
508
527
.c.lo:
509
528
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
510
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
529
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
511
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
512
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
532
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
514
533
 
515
534
file_ico-ico.o: ico.c
516
535
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico.o -MD -MP -MF $(DEPDIR)/file_ico-ico.Tpo -c -o file_ico-ico.o `test -f 'ico.c' || echo '$(srcdir)/'`ico.c
517
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
 
536
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
518
537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico.c' object='file_ico-ico.o' libtool=no @AMDEPBACKSLASH@
519
538
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520
539
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico.o `test -f 'ico.c' || echo '$(srcdir)/'`ico.c
521
540
 
522
541
file_ico-ico.obj: ico.c
523
542
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico.obj -MD -MP -MF $(DEPDIR)/file_ico-ico.Tpo -c -o file_ico-ico.obj `if test -f 'ico.c'; then $(CYGPATH_W) 'ico.c'; else $(CYGPATH_W) '$(srcdir)/ico.c'; fi`
524
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
 
543
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico.Tpo $(DEPDIR)/file_ico-ico.Po
525
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico.c' object='file_ico-ico.obj' libtool=no @AMDEPBACKSLASH@
526
545
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
546
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico.obj `if test -f 'ico.c'; then $(CYGPATH_W) 'ico.c'; else $(CYGPATH_W) '$(srcdir)/ico.c'; fi`
528
547
 
529
548
file_ico-ico-dialog.o: ico-dialog.c
530
549
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-dialog.o -MD -MP -MF $(DEPDIR)/file_ico-ico-dialog.Tpo -c -o file_ico-ico-dialog.o `test -f 'ico-dialog.c' || echo '$(srcdir)/'`ico-dialog.c
531
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
 
550
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
532
551
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico-dialog.c' object='file_ico-ico-dialog.o' libtool=no @AMDEPBACKSLASH@
533
552
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
553
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-dialog.o `test -f 'ico-dialog.c' || echo '$(srcdir)/'`ico-dialog.c
535
554
 
536
555
file_ico-ico-dialog.obj: ico-dialog.c
537
556
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-dialog.obj -MD -MP -MF $(DEPDIR)/file_ico-ico-dialog.Tpo -c -o file_ico-ico-dialog.obj `if test -f 'ico-dialog.c'; then $(CYGPATH_W) 'ico-dialog.c'; else $(CYGPATH_W) '$(srcdir)/ico-dialog.c'; fi`
538
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
 
557
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico-dialog.Tpo $(DEPDIR)/file_ico-ico-dialog.Po
539
558
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico-dialog.c' object='file_ico-ico-dialog.obj' libtool=no @AMDEPBACKSLASH@
540
559
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
541
560
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-dialog.obj `if test -f 'ico-dialog.c'; then $(CYGPATH_W) 'ico-dialog.c'; else $(CYGPATH_W) '$(srcdir)/ico-dialog.c'; fi`
542
561
 
543
562
file_ico-ico-load.o: ico-load.c
544
563
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-load.o -MD -MP -MF $(DEPDIR)/file_ico-ico-load.Tpo -c -o file_ico-ico-load.o `test -f 'ico-load.c' || echo '$(srcdir)/'`ico-load.c
545
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
 
564
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
546
565
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico-load.c' object='file_ico-ico-load.o' libtool=no @AMDEPBACKSLASH@
547
566
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548
567
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-load.o `test -f 'ico-load.c' || echo '$(srcdir)/'`ico-load.c
549
568
 
550
569
file_ico-ico-load.obj: ico-load.c
551
570
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-load.obj -MD -MP -MF $(DEPDIR)/file_ico-ico-load.Tpo -c -o file_ico-ico-load.obj `if test -f 'ico-load.c'; then $(CYGPATH_W) 'ico-load.c'; else $(CYGPATH_W) '$(srcdir)/ico-load.c'; fi`
552
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
 
571
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico-load.Tpo $(DEPDIR)/file_ico-ico-load.Po
553
572
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico-load.c' object='file_ico-ico-load.obj' libtool=no @AMDEPBACKSLASH@
554
573
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555
574
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-load.obj `if test -f 'ico-load.c'; then $(CYGPATH_W) 'ico-load.c'; else $(CYGPATH_W) '$(srcdir)/ico-load.c'; fi`
556
575
 
557
576
file_ico-ico-save.o: ico-save.c
558
577
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-save.o -MD -MP -MF $(DEPDIR)/file_ico-ico-save.Tpo -c -o file_ico-ico-save.o `test -f 'ico-save.c' || echo '$(srcdir)/'`ico-save.c
559
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
 
578
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
560
579
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico-save.c' object='file_ico-ico-save.o' libtool=no @AMDEPBACKSLASH@
561
580
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562
581
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-save.o `test -f 'ico-save.c' || echo '$(srcdir)/'`ico-save.c
563
582
 
564
583
file_ico-ico-save.obj: ico-save.c
565
584
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -MT file_ico-ico-save.obj -MD -MP -MF $(DEPDIR)/file_ico-ico-save.Tpo -c -o file_ico-ico-save.obj `if test -f 'ico-save.c'; then $(CYGPATH_W) 'ico-save.c'; else $(CYGPATH_W) '$(srcdir)/ico-save.c'; fi`
566
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
 
585
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/file_ico-ico-save.Tpo $(DEPDIR)/file_ico-ico-save.Po
567
586
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ico-save.c' object='file_ico-ico-save.obj' libtool=no @AMDEPBACKSLASH@
568
587
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569
588
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(file_ico_CFLAGS) $(CFLAGS) -c -o file_ico-ico-save.obj `if test -f 'ico-save.c'; then $(CYGPATH_W) 'ico-save.c'; else $(CYGPATH_W) '$(srcdir)/ico-save.c'; fi`
586
605
 
587
606
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
588
607
                $(TAGS_FILES) $(LISP)
589
 
        tags=; \
 
608
        set x; \
590
609
        here=`pwd`; \
591
610
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
592
611
        unique=`for i in $$list; do \
594
613
          done | \
595
614
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596
615
              END { if (nonempty) { for (i in files) print i; }; }'`; \
597
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
616
        shift; \
 
617
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
598
618
          test -n "$$unique" || unique=$$empty_fix; \
599
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600
 
            $$tags $$unique; \
 
619
          if test $$# -gt 0; then \
 
620
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
621
              "$$@" $$unique; \
 
622
          else \
 
623
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
624
              $$unique; \
 
625
          fi; \
601
626
        fi
602
627
ctags: CTAGS
603
628
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
604
629
                $(TAGS_FILES) $(LISP)
605
 
        tags=; \
606
630
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
607
631
        unique=`for i in $$list; do \
608
632
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609
633
          done | \
610
634
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611
635
              END { if (nonempty) { for (i in files) print i; }; }'`; \
612
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
636
        test -z "$(CTAGS_ARGS)$$unique" \
613
637
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
614
 
             $$tags $$unique
 
638
             $$unique
615
639
 
616
640
GTAGS:
617
641
        here=`$(am__cd) $(top_builddir) && pwd` \
618
 
          && cd $(top_srcdir) \
619
 
          && gtags -i $(GTAGS_ARGS) $$here
 
642
          && $(am__cd) $(top_srcdir) \
 
643
          && gtags -i $(GTAGS_ARGS) "$$here"
620
644
 
621
645
distclean-tags:
622
646
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
637
661
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
638
662
          if test -d $$d/$$file; then \
639
663
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
664
            if test -d "$(distdir)/$$file"; then \
 
665
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
666
            fi; \
640
667
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
641
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
668
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
669
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
642
670
            fi; \
643
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
671
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
644
672
          else \
645
 
            test -f $(distdir)/$$file \
646
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
673
            test -f "$(distdir)/$$file" \
 
674
            || cp -p $$d/$$file "$(distdir)/$$file" \
647
675
            || exit 1; \
648
676
          fi; \
649
677
        done
674
702
 
675
703
distclean-generic:
676
704
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
705
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
677
706
 
678
707
maintainer-clean-generic:
679
708
        @echo "This command is intended for maintainers to use"
695
724
 
696
725
html: html-am
697
726
 
 
727
html-am:
 
728
 
698
729
info: info-am
699
730
 
700
731
info-am:
703
734
 
704
735
install-dvi: install-dvi-am
705
736
 
 
737
install-dvi-am:
 
738
 
706
739
install-exec-am: install-libexecPROGRAMS
707
740
 
708
741
install-html: install-html-am
709
742
 
 
743
install-html-am:
 
744
 
710
745
install-info: install-info-am
711
746
 
 
747
install-info-am:
 
748
 
712
749
install-man:
713
750
 
714
751
install-pdf: install-pdf-am
715
752
 
 
753
install-pdf-am:
 
754
 
716
755
install-ps: install-ps-am
717
756
 
 
757
install-ps-am:
 
758
 
718
759
installcheck-am:
719
760
 
720
761
maintainer-clean: maintainer-clean-am
753
794
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
754
795
        tags uninstall uninstall-am uninstall-libexecPROGRAMS
755
796
 
 
797
 
756
798
# Tell versions [3.59,3.63) of GNU make to not export all variables.
757
799
# Otherwise a system limit (for SysV at least) may be exceeded.
758
800
.NOEXPORT: