~ubuntu-branches/ubuntu/edgy/kopete/edgy-proposed

« back to all changes in this revision

Viewing changes to kopete/plugins/texteffect/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-10-09 14:55:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009145532-91lvzoe1hag8d6hq
Tags: 4:3.5.5+kopete0.12.3-0ubuntu1
* New upstream release
* Removed obsolete kubuntu_02_hostname_for_freenode.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
        $(ACLOCAL_M4)
49
49
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
50
 
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_HEADER = $(top_builddir)/config.h \
 
51
        $(top_builddir)/kopete/protocols/gadu/libgadu/libgadu-config.h
51
52
CONFIG_CLEAN_FILES =
52
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
54
am__vpath_adj = case $$p in \
82
83
        texteffectconfig.lo
83
84
@KDE_USE_FINAL_FALSE@kopete_texteffect_la_OBJECTS = $(kopete_texteffect_la_nofinal_OBJECTS)
84
85
@KDE_USE_FINAL_TRUE@kopete_texteffect_la_OBJECTS = $(kopete_texteffect_la_final_OBJECTS)
85
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
86
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/kopete/protocols/gadu/libgadu
86
87
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
87
88
am__depfiles_maybe = depfiles
88
89
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
477
478
#>-           exit 1;; \
478
479
#>-       esac; \
479
480
#>-     done; \
480
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/texteffect/Makefile'; \
 
481
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/texteffect/Makefile'; \
481
482
#>-     cd $(top_srcdir) && \
482
 
#>-       $(AUTOMAKE) --gnu  kopete/plugins/texteffect/Makefile
 
483
#>-       $(AUTOMAKE) --foreign  kopete/plugins/texteffect/Makefile
483
484
#>+ 12
484
485
        @for dep in $?; do \
485
486
          case '$(am__configure_deps)' in \
489
490
              exit 1;; \
490
491
          esac; \
491
492
        done; \
492
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/texteffect/Makefile'; \
 
493
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/texteffect/Makefile'; \
493
494
        cd $(top_srcdir) && \
494
 
          $(AUTOMAKE) --gnu  kopete/plugins/texteffect/Makefile
 
495
          $(AUTOMAKE) --foreign  kopete/plugins/texteffect/Makefile
495
496
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/texteffect/Makefile.in
496
497
.PRECIOUS: Makefile
497
498
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
976
977
              exit 1;; \
977
978
          esac; \
978
979
        done; \
979
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/texteffect/Makefile'; \
 
980
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/texteffect/Makefile'; \
980
981
        cd $(top_srcdir) && \
981
 
          $(AUTOMAKE) --gnu  kopete/plugins/texteffect/Makefile
 
982
          $(AUTOMAKE) --foreign  kopete/plugins/texteffect/Makefile
982
983
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/texteffect/Makefile.in
983
984
 
984
985