~kelemeng/libubuntuone/bug786632

« back to all changes in this revision

Viewing changes to Makefile.in

Tags: upstream-0.2.100
ImportĀ upstreamĀ versionĀ 0.2.100

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
298
298
top_srcdir = @top_srcdir@
299
299
SUBDIRS = data libubuntuone tests bindings po
300
300
EXTRA_DIST = COPYING.GPL
301
 
pcfiles = libubuntuone-1.0.pc ubuntuone-sharp.pc
 
301
pcfiles = libubuntuone-1.0.pc ubuntuone-sharp-1.0.pc
302
302
pkgconfig_DATA = $(pcfiles)
303
303
pkgconfigdir = $(libdir)/pkgconfig
304
304
CLEANFILES = $(pcfiles)
398
398
#     (which will cause the Makefiles to be regenerated when you run `make');
399
399
# (2) otherwise, pass the desired values on the `make' command line.
400
400
$(RECURSIVE_TARGETS):
401
 
        @failcom='exit 1'; \
 
401
        @fail= failcom='exit 1'; \
402
402
        for f in x $$MAKEFLAGS; do \
403
403
          case $$f in \
404
404
            *=* | --[!k]*);; \
423
423
        fi; test -z "$$fail"
424
424
 
425
425
$(RECURSIVE_CLEAN_TARGETS):
426
 
        @failcom='exit 1'; \
 
426
        @fail= failcom='exit 1'; \
427
427
        for f in x $$MAKEFLAGS; do \
428
428
          case $$f in \
429
429
            *=* | --[!k]*);; \
587
587
          fi; \
588
588
        done
589
589
        -test -n "$(am__skip_mode_fix)" \
590
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
590
        || find "$(distdir)" -type d ! -perm -755 \
 
591
                -exec chmod u+rwx,go+rx {} \; -o \
591
592
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
592
593
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
593
594
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
631
632
distcheck: dist
632
633
        case '$(DIST_ARCHIVES)' in \
633
634
        *.tar.gz*) \
634
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
635
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
635
636
        *.tar.bz2*) \
636
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
637
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
637
638
        *.tar.lzma*) \
638
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
639
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
639
640
        *.tar.xz*) \
640
641
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
641
642
        *.tar.Z*) \
642
643
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
643
644
        *.shar.gz*) \
644
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
645
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
645
646
        *.zip*) \
646
647
          unzip $(distdir).zip ;;\
647
648
        esac
828
829
libubuntuone-1.0.pc: libubuntuone.pc
829
830
        @cp -f $< $@
830
831
 
 
832
ubuntuone-sharp-1.0.pc: ubuntuone-sharp.pc
 
833
        @cp -f $< $@
 
834
 
831
835
# Tell versions [3.59,3.63) of GNU make to not export all variables.
832
836
# Otherwise a system limit (for SysV at least) may be exceeded.
833
837
.NOEXPORT: