~ubuntu-branches/ubuntu/edgy/kopete/edgy-updates

« back to all changes in this revision

Viewing changes to kopete/protocols/jabber/ui/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:
48
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
49
        $(ACLOCAL_M4)
50
50
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
51
 
CONFIG_HEADER = $(top_builddir)/config.h
 
51
CONFIG_HEADER = $(top_builddir)/config.h \
 
52
        $(top_builddir)/kopete/protocols/gadu/libgadu/libgadu-config.h
52
53
CONFIG_CLEAN_FILES =
53
54
LTLIBRARIES = $(noinst_LTLIBRARIES)
54
55
libkopetejabberui_la_LIBADD =
69
70
        dlgjabberchatroomslist.lo dlgjabberchatjoin.lo dlgsendraw.lo dlgaddcontact.lo dlgvcard.lo dlgregister.lo dlgbrowse.lo dlgjabbereditaccountwidget.lo dlgjabberregisteraccount.lo dlgjabberchooseserver.lo dlgchangepassword.lo dlgchatroomslist.lo dlgchatjoin.lo dlgservices.lo
70
71
@KDE_USE_FINAL_FALSE@libkopetejabberui_la_OBJECTS = $(libkopetejabberui_la_nofinal_OBJECTS)
71
72
@KDE_USE_FINAL_TRUE@libkopetejabberui_la_OBJECTS = $(libkopetejabberui_la_final_OBJECTS)
72
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
73
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/kopete/protocols/gadu/libgadu
73
74
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
74
75
am__depfiles_maybe = depfiles
75
76
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
463
464
#>-           exit 1;; \
464
465
#>-       esac; \
465
466
#>-     done; \
466
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/ui/Makefile'; \
 
467
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/ui/Makefile'; \
467
468
#>-     cd $(top_srcdir) && \
468
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/jabber/ui/Makefile
 
469
#>-       $(AUTOMAKE) --foreign  kopete/protocols/jabber/ui/Makefile
469
470
#>+ 12
470
471
        @for dep in $?; do \
471
472
          case '$(am__configure_deps)' in \
475
476
              exit 1;; \
476
477
          esac; \
477
478
        done; \
478
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/ui/Makefile'; \
 
479
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/ui/Makefile'; \
479
480
        cd $(top_srcdir) && \
480
 
          $(AUTOMAKE) --gnu  kopete/protocols/jabber/ui/Makefile
 
481
          $(AUTOMAKE) --foreign  kopete/protocols/jabber/ui/Makefile
481
482
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/jabber/ui/Makefile.in
482
483
.PRECIOUS: Makefile
483
484
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
854
855
              exit 1;; \
855
856
          esac; \
856
857
        done; \
857
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/ui/Makefile'; \
 
858
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/ui/Makefile'; \
858
859
        cd $(top_srcdir) && \
859
 
          $(AUTOMAKE) --gnu  kopete/protocols/jabber/ui/Makefile
 
860
          $(AUTOMAKE) --foreign  kopete/protocols/jabber/ui/Makefile
860
861
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/jabber/ui/Makefile.in
861
862
 
862
863