~ubuntu-branches/ubuntu/intrepid/pidgin/intrepid-proposed

« back to all changes in this revision

Viewing changes to libpurple/protocols/oscar/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-09-16 22:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20080916221307-plkfuu6a8of5ocr3
Tags: upstream-2.5.1
ImportĀ upstreamĀ versionĀ 2.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 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  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
138
138
@STATIC_OSCAR_FALSE@am_liboscar_la_OBJECTS = $(am__objects_2)
139
139
liboscar_la_OBJECTS = $(am_liboscar_la_OBJECTS)
140
140
@STATIC_OSCAR_FALSE@am_liboscar_la_rpath = -rpath $(pkgdir)
141
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
141
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
142
142
depcomp = $(SHELL) $(top_srcdir)/depcomp
143
143
am__depfiles_maybe = depfiles
144
144
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
282
282
MONO_LIBS = @MONO_LIBS@
283
283
MSGFMT = @MSGFMT@
284
284
MSGFMT_OPTS = @MSGFMT_OPTS@
285
 
MSGMERGE = @MSGMERGE@
286
285
NETWORKMANAGER_CFLAGS = @NETWORKMANAGER_CFLAGS@
287
286
NETWORKMANAGER_LIBS = @NETWORKMANAGER_LIBS@
288
287
NSS_CFLAGS = @NSS_CFLAGS@
525
524
        @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
526
525
          if test -f $$p; then \
527
526
            f=$(am__strip_dir) \
528
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \
529
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \
 
527
            echo " $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgdir)/$$f'"; \
 
528
            $(LIBTOOL) --mode=install $(pkgLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgdir)/$$f"; \
530
529
          else :; fi; \
531
530
        done
532
531
 
534
533
        @$(NORMAL_UNINSTALL)
535
534
        @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \
536
535
          p=$(am__strip_dir) \
537
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \
538
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \
 
536
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$p'"; \
 
537
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$p"; \
539
538
        done
540
539
 
541
540
clean-pkgLTLIBRARIES:
1168
1167
        unique=`for i in $$list; do \
1169
1168
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1170
1169
          done | \
1171
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1172
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1170
          $(AWK) '    { files[$$0] = 1; } \
 
1171
               END { for (i in files) print i; }'`; \
1173
1172
        mkid -fID $$unique
1174
1173
tags: TAGS
1175
1174
 
1181
1180
        unique=`for i in $$list; do \
1182
1181
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1183
1182
          done | \
1184
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1185
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1183
          $(AWK) '    { files[$$0] = 1; } \
 
1184
               END { for (i in files) print i; }'`; \
1186
1185
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1187
1186
          test -n "$$unique" || unique=$$empty_fix; \
1188
1187
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1192
1191
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1193
1192
                $(TAGS_FILES) $(LISP)
1194
1193
        tags=; \
 
1194
        here=`pwd`; \
1195
1195
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1196
1196
        unique=`for i in $$list; do \
1197
1197
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1198
1198
          done | \
1199
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1200
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
1199
          $(AWK) '    { files[$$0] = 1; } \
 
1200
               END { for (i in files) print i; }'`; \
1201
1201
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
1202
1202
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1203
1203
             $$tags $$unique