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

« back to all changes in this revision

Viewing changes to kopete/libkopete/private/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:
46
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
47
        $(ACLOCAL_M4)
48
48
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
49
 
CONFIG_HEADER = $(top_builddir)/config.h
 
49
CONFIG_HEADER = $(top_builddir)/config.h \
 
50
        $(top_builddir)/kopete/protocols/gadu/libgadu/libgadu-config.h
50
51
CONFIG_CLEAN_FILES =
51
52
LTLIBRARIES = $(noinst_LTLIBRARIES)
52
53
am__DEPENDENCIES_1 =
60
61
        kopeteviewmanager.lo kopeteutils_private.lo
61
62
@KDE_USE_FINAL_FALSE@libkopeteprivate_la_OBJECTS = $(libkopeteprivate_la_nofinal_OBJECTS)
62
63
@KDE_USE_FINAL_TRUE@libkopeteprivate_la_OBJECTS = $(libkopeteprivate_la_final_OBJECTS)
63
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
64
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/kopete/protocols/gadu/libgadu
64
65
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
65
66
am__depfiles_maybe = depfiles
66
67
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
426
427
#>-           exit 1;; \
427
428
#>-       esac; \
428
429
#>-     done; \
429
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/libkopete/private/Makefile'; \
 
430
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/libkopete/private/Makefile'; \
430
431
#>-     cd $(top_srcdir) && \
431
 
#>-       $(AUTOMAKE) --gnu  kopete/libkopete/private/Makefile
 
432
#>-       $(AUTOMAKE) --foreign  kopete/libkopete/private/Makefile
432
433
#>+ 12
433
434
        @for dep in $?; do \
434
435
          case '$(am__configure_deps)' in \
438
439
              exit 1;; \
439
440
          esac; \
440
441
        done; \
441
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/libkopete/private/Makefile'; \
 
442
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/libkopete/private/Makefile'; \
442
443
        cd $(top_srcdir) && \
443
 
          $(AUTOMAKE) --gnu  kopete/libkopete/private/Makefile
 
444
          $(AUTOMAKE) --foreign  kopete/libkopete/private/Makefile
444
445
        cd $(top_srcdir) && perl admin/am_edit kopete/libkopete/private/Makefile.in
445
446
.PRECIOUS: Makefile
446
447
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
737
738
              exit 1;; \
738
739
          esac; \
739
740
        done; \
740
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/libkopete/private/Makefile'; \
 
741
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/libkopete/private/Makefile'; \
741
742
        cd $(top_srcdir) && \
742
 
          $(AUTOMAKE) --gnu  kopete/libkopete/private/Makefile
 
743
          $(AUTOMAKE) --foreign  kopete/libkopete/private/Makefile
743
744
        cd $(top_srcdir) && perl admin/am_edit kopete/libkopete/private/Makefile.in
744
745
 
745
746