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

« back to all changes in this revision

Viewing changes to kopete/kopete/contactlist/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
am__DEPENDENCIES_1 =
68
69
        kopetecontactlistview.lo kopetelviprops.lo \
69
70
        kopeteaddrbookexport.lo customnotificationprops.lo \
70
71
        kopetegrouplistaction.lo kabcexport.lo kopetegvipropswidget.lo kopetemetalvipropswidget.lo kopeteaddrbookexportui.lo customnotifications.lo kabcexport_base.lo
71
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
72
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/kopete/protocols/gadu/libgadu
72
73
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
73
74
am__depfiles_maybe = depfiles
74
75
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
454
455
#>-           exit 1;; \
455
456
#>-       esac; \
456
457
#>-     done; \
457
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile'; \
 
458
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile'; \
458
459
#>-     cd $(top_srcdir) && \
459
 
#>-       $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile
 
460
#>-       $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile
460
461
#>+ 12
461
462
        @for dep in $?; do \
462
463
          case '$(am__configure_deps)' in \
466
467
              exit 1;; \
467
468
          esac; \
468
469
        done; \
469
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile'; \
 
470
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile'; \
470
471
        cd $(top_srcdir) && \
471
 
          $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile
 
472
          $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile
472
473
        cd $(top_srcdir) && perl admin/am_edit kopete/kopete/contactlist/Makefile.in
473
474
.PRECIOUS: Makefile
474
475
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
801
802
              exit 1;; \
802
803
          esac; \
803
804
        done; \
804
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile'; \
 
805
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile'; \
805
806
        cd $(top_srcdir) && \
806
 
          $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile
 
807
          $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile
807
808
        cd $(top_srcdir) && perl admin/am_edit kopete/kopete/contactlist/Makefile.in
808
809
 
809
810