~oif-packaging/evemu/oneiric

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Francis Ginther
  • Date: 2012-08-20 16:17:58 UTC
  • mfrom: (0.1.32 1.0.5)
  • mto: (14.1.2 oneiric)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: francis.ginther@canonical.com-20120820161758-5ht9bd2rgdg3v6hj
Tags: upstream-1.0.5.1
ImportĀ upstreamĀ versionĀ 1.0.5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
16
16
@SET_MAKE@
17
17
 
18
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
19
36
pkgdatadir = $(datadir)/@PACKAGE@
20
37
pkgincludedir = $(includedir)/@PACKAGE@
21
38
pkglibdir = $(libdir)/@PACKAGE@
37
54
subdir = .
38
55
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39
56
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40
 
        $(srcdir)/utouch-evemu.pc.in $(top_srcdir)/configure COPYING \
 
57
        $(srcdir)/evemu.pc.in $(top_srcdir)/configure COPYING \
41
58
        ChangeLog INSTALL config-aux/config.guess \
42
59
        config-aux/config.sub config-aux/depcomp config-aux/install-sh \
43
60
        config-aux/ltmain.sh config-aux/missing
49
66
 configure.lineno config.status.lineno
50
67
mkinstalldirs = $(install_sh) -d
51
68
CONFIG_HEADER = config.h
52
 
CONFIG_CLEAN_FILES = utouch-evemu.pc
 
69
CONFIG_CLEAN_FILES = evemu.pc
53
70
CONFIG_CLEAN_VPATH_FILES =
54
71
SOURCES =
55
72
DIST_SOURCES =
60
77
        install-pdf-recursive install-ps-recursive install-recursive \
61
78
        installcheck-recursive installdirs-recursive pdf-recursive \
62
79
        ps-recursive uninstall-recursive
 
80
am__can_run_installinfo = \
 
81
  case $$AM_UPDATE_INFO_DIR in \
 
82
    n|no|NO) false;; \
 
83
    *) (install-info --version) >/dev/null 2>&1;; \
 
84
  esac
63
85
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
64
86
am__vpath_adj = case $$p in \
65
87
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
81
103
am__base_list = \
82
104
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
83
105
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
106
am__uninstall_files_from_dir = { \
 
107
  test -z "$$files" \
 
108
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
109
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
110
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
111
  }
84
112
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
85
113
DATA = $(pkgconfig_DATA)
86
114
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
123
distdir = $(PACKAGE)-$(VERSION)
96
124
top_distdir = $(distdir)
97
125
am__remove_distdir = \
98
 
  { test ! -d "$(distdir)" \
99
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
100
 
         && rm -fr "$(distdir)"; }; }
 
126
  if test -d "$(distdir)"; then \
 
127
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
128
      && rm -rf "$(distdir)" \
 
129
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
130
  else :; fi
101
131
am__relativize = \
102
132
  dir0=`pwd`; \
103
133
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
126
156
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
127
157
GZIP_ENV = --best
128
158
distuninstallcheck_listfiles = find . -type f -print
 
159
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
160
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
129
161
distcleancheck_listfiles = find . -type f -print
130
162
ACLOCAL = @ACLOCAL@
131
163
AMTAR = @AMTAR@
143
175
CYGPATH_W = @CYGPATH_W@
144
176
DEFS = @DEFS@
145
177
DEPDIR = @DEPDIR@
 
178
DLLTOOL = @DLLTOOL@
146
179
DSYMUTIL = @DSYMUTIL@
147
180
DUMPBIN = @DUMPBIN@
148
181
ECHO_C = @ECHO_C@
168
201
LTLIBOBJS = @LTLIBOBJS@
169
202
MAINT = @MAINT@
170
203
MAKEINFO = @MAKEINFO@
 
204
MANIFEST_TOOL = @MANIFEST_TOOL@
171
205
MKDIR_P = @MKDIR_P@
172
206
NM = @NM@
173
207
NMEDIT = @NMEDIT@
194
228
abs_srcdir = @abs_srcdir@
195
229
abs_top_builddir = @abs_top_builddir@
196
230
abs_top_srcdir = @abs_top_srcdir@
 
231
ac_ct_AR = @ac_ct_AR@
197
232
ac_ct_CC = @ac_ct_CC@
198
233
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
199
234
am__include = @am__include@
226
261
libexecdir = @libexecdir@
227
262
localedir = @localedir@
228
263
localstatedir = @localstatedir@
229
 
lt_ECHO = @lt_ECHO@
230
264
mandir = @mandir@
231
265
mkdir_p = @mkdir_p@
232
266
oldincludedir = @oldincludedir@
244
278
top_srcdir = @top_srcdir@
245
279
SUBDIRS = src tools
246
280
pkgconfigdir = $(libdir)/pkgconfig
247
 
pkgconfig_DATA = utouch-evemu.pc
 
281
pkgconfig_DATA = evemu.pc
248
282
INCLUDES = $(top_srcdir)/include/
249
283
all: config.h
250
284
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
251
285
 
252
286
.SUFFIXES:
253
 
am--refresh:
 
287
am--refresh: Makefile
254
288
        @:
255
289
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
256
290
        @for dep in $?; do \
286
320
$(am__aclocal_m4_deps):
287
321
 
288
322
config.h: stamp-h1
289
 
        @if test ! -f $@; then \
290
 
          rm -f stamp-h1; \
291
 
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
292
 
        else :; fi
 
323
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
324
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
293
325
 
294
326
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
295
327
        @rm -f stamp-h1
301
333
 
302
334
distclean-hdr:
303
335
        -rm -f config.h stamp-h1
304
 
utouch-evemu.pc: $(top_builddir)/config.status $(srcdir)/utouch-evemu.pc.in
 
336
evemu.pc: $(top_builddir)/config.status $(srcdir)/evemu.pc.in
305
337
        cd $(top_builddir) && $(SHELL) ./config.status $@
306
338
 
307
339
mostlyclean-libtool:
314
346
        -rm -f libtool config.lt
315
347
install-pkgconfigDATA: $(pkgconfig_DATA)
316
348
        @$(NORMAL_INSTALL)
317
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
318
349
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
350
        if test -n "$$list"; then \
 
351
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
352
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
353
        fi; \
319
354
        for p in $$list; do \
320
355
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
321
356
          echo "$$d$$p"; \
329
364
        @$(NORMAL_UNINSTALL)
330
365
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
331
366
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
332
 
        test -n "$$files" || exit 0; \
333
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
334
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
367
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
335
368
 
336
369
# This directory's subdirectories are mostly independent; you can cd
337
370
# into them and run `make' without going through this Makefile.
502
535
        done
503
536
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
504
537
          if test "$$subdir" = .; then :; else \
505
 
            test -d "$(distdir)/$$subdir" \
506
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
507
 
            || exit 1; \
508
 
          fi; \
509
 
        done
510
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511
 
          if test "$$subdir" = .; then :; else \
 
538
            $(am__make_dryrun) \
 
539
              || test -d "$(distdir)/$$subdir" \
 
540
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
541
              || exit 1; \
512
542
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
513
543
            $(am__relativize); \
514
544
            new_distdir=$$reldir; \
542
572
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
543
573
        $(am__remove_distdir)
544
574
dist-bzip2: distdir
545
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
575
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
576
        $(am__remove_distdir)
 
577
 
 
578
dist-lzip: distdir
 
579
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
546
580
        $(am__remove_distdir)
547
581
 
548
582
dist-lzma: distdir
550
584
        $(am__remove_distdir)
551
585
 
552
586
dist-xz: distdir
553
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
587
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
554
588
        $(am__remove_distdir)
555
589
 
556
590
dist-tarZ: distdir
568
602
 
569
603
dist dist-all: distdir
570
604
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
571
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
605
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
572
606
        $(am__remove_distdir)
573
607
 
574
608
# This target untars the dist file and tries a VPATH configuration.  Then
582
616
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
583
617
        *.tar.lzma*) \
584
618
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
619
        *.tar.lz*) \
 
620
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
585
621
        *.tar.xz*) \
586
622
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
587
623
        *.tar.Z*) \
601
637
          && am__cwd=`pwd` \
602
638
          && $(am__cd) $(distdir)/_build \
603
639
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
640
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
604
641
            $(DISTCHECK_CONFIGURE_FLAGS) \
605
642
          && $(MAKE) $(AM_MAKEFLAGS) \
606
643
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
629
666
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
630
667
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
631
668
distuninstallcheck:
632
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
633
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
669
        @test -n '$(distuninstallcheck_dir)' || { \
 
670
          echo 'ERROR: trying to run $@ with an empty' \
 
671
               '$$(distuninstallcheck_dir)' >&2; \
 
672
          exit 1; \
 
673
        }; \
 
674
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
675
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
676
          exit 1; \
 
677
        }; \
 
678
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
634
679
           || { echo "ERROR: files left after uninstall:" ; \
635
680
                if test -n "$(DESTDIR)"; then \
636
681
                  echo "  (check DESTDIR support)"; \
664
709
 
665
710
installcheck: installcheck-recursive
666
711
install-strip:
667
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669
 
          `test -z '$(STRIP)' || \
670
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
712
        if test -z '$(STRIP)'; then \
 
713
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
714
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
715
              install; \
 
716
        else \
 
717
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
718
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
719
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
720
        fi
671
721
mostlyclean-generic:
672
722
 
673
723
clean-generic:
755
805
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
756
806
        all all-am am--refresh check check-am clean clean-generic \
757
807
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
758
 
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
759
 
        dist-zip distcheck distclean distclean-generic distclean-hdr \
760
 
        distclean-libtool distclean-tags distcleancheck distdir \
761
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
762
 
        install install-am install-data install-data-am install-dvi \
763
 
        install-dvi-am install-exec install-exec-am install-html \
764
 
        install-html-am install-info install-info-am install-man \
765
 
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
766
 
        install-ps-am install-strip installcheck installcheck-am \
767
 
        installdirs installdirs-am maintainer-clean \
 
808
        dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
 
809
        dist-xz dist-zip distcheck distclean distclean-generic \
 
810
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
 
811
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
812
        info-am install install-am install-data install-data-am \
 
813
        install-dvi install-dvi-am install-exec install-exec-am \
 
814
        install-html install-html-am install-info install-info-am \
 
815
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
 
816
        install-ps install-ps-am install-strip installcheck \
 
817
        installcheck-am installdirs installdirs-am maintainer-clean \
768
818
        maintainer-clean-generic mostlyclean mostlyclean-generic \
769
819
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
770
820
        uninstall uninstall-am uninstall-pkgconfigDATA