~ubuntu-branches/ubuntu/wily/styx/wily

« back to all changes in this revision

Viewing changes to examples/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Frederik Schüler
  • Date: 2013-12-28 18:20:37 UTC
  • mfrom: (0.1.5)
  • Revision ID: package-import@ubuntu.com-20131228182037-ihsf1de5y1oe24nf
Tags: 2.0.1-1
New upstream release

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.6 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@
53
70
        install-pdf-recursive install-ps-recursive install-recursive \
54
71
        installcheck-recursive installdirs-recursive pdf-recursive \
55
72
        ps-recursive uninstall-recursive
 
73
am__can_run_installinfo = \
 
74
  case $$AM_UPDATE_INFO_DIR in \
 
75
    n|no|NO) false;; \
 
76
    *) (install-info --version) >/dev/null 2>&1;; \
 
77
  esac
56
78
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
57
79
am__vpath_adj = case $$p in \
58
80
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
74
96
am__base_list = \
75
97
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
76
98
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
99
am__uninstall_files_from_dir = { \
 
100
  test -z "$$files" \
 
101
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
102
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
103
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
104
  }
77
105
am__installdirs = "$(DESTDIR)$(sampledir)"
78
106
DATA = $(sample_DATA)
79
107
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
129
157
CYGPATH_W = @CYGPATH_W@
130
158
DEFS = @DEFS@
131
159
DEPDIR = @DEPDIR@
 
160
DLLTOOL = @DLLTOOL@
132
161
DSYMUTIL = @DSYMUTIL@
133
162
DUMPBIN = @DUMPBIN@
134
163
ECHO_C = @ECHO_C@
152
181
LN_S = @LN_S@
153
182
LTLIBOBJS = @LTLIBOBJS@
154
183
MAKEINFO = @MAKEINFO@
 
184
MANIFEST_TOOL = @MANIFEST_TOOL@
155
185
MKDIR_P = @MKDIR_P@
156
186
NM = @NM@
157
187
NMEDIT = @NMEDIT@
177
207
abs_srcdir = @abs_srcdir@
178
208
abs_top_builddir = @abs_top_builddir@
179
209
abs_top_srcdir = @abs_top_srcdir@
 
210
ac_ct_AR = @ac_ct_AR@
180
211
ac_ct_CC = @ac_ct_CC@
181
212
ac_ct_CXX = @ac_ct_CXX@
182
213
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210
241
libexecdir = @libexecdir@
211
242
localedir = @localedir@
212
243
localstatedir = @localstatedir@
213
 
lt_ECHO = @lt_ECHO@
214
244
mandir = @mandir@
215
245
mkdir_p = @mkdir_p@
216
246
oldincludedir = @oldincludedir@
230
260
top_srcdir = @top_srcdir@
231
261
sample_DATA = readme
232
262
EXTRA_DIST = $(sample_DATA)
233
 
SUBDIRS = example01 example02 example03 example04 example05 example06 example07
 
263
SUBDIRS = example01 example02 example03 example04 example05 example06 example07 example08
234
264
all: all-recursive
235
265
 
236
266
.SUFFIXES:
272
302
        -rm -rf .libs _libs
273
303
install-sampleDATA: $(sample_DATA)
274
304
        @$(NORMAL_INSTALL)
275
 
        test -z "$(sampledir)" || $(MKDIR_P) "$(DESTDIR)$(sampledir)"
276
305
        @list='$(sample_DATA)'; test -n "$(sampledir)" || list=; \
 
306
        if test -n "$$list"; then \
 
307
          echo " $(MKDIR_P) '$(DESTDIR)$(sampledir)'"; \
 
308
          $(MKDIR_P) "$(DESTDIR)$(sampledir)" || exit 1; \
 
309
        fi; \
277
310
        for p in $$list; do \
278
311
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
279
312
          echo "$$d$$p"; \
287
320
        @$(NORMAL_UNINSTALL)
288
321
        @list='$(sample_DATA)'; test -n "$(sampledir)" || list=; \
289
322
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
290
 
        test -n "$$files" || exit 0; \
291
 
        echo " ( cd '$(DESTDIR)$(sampledir)' && rm -f" $$files ")"; \
292
 
        cd "$(DESTDIR)$(sampledir)" && rm -f $$files
 
323
        dir='$(DESTDIR)$(sampledir)'; $(am__uninstall_files_from_dir)
293
324
 
294
325
# This directory's subdirectories are mostly independent; you can cd
295
326
# into them and run `make' without going through this Makefile.
458
489
        done
459
490
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
460
491
          if test "$$subdir" = .; then :; else \
461
 
            test -d "$(distdir)/$$subdir" \
462
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
463
 
            || exit 1; \
464
 
          fi; \
465
 
        done
466
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
467
 
          if test "$$subdir" = .; then :; else \
 
492
            $(am__make_dryrun) \
 
493
              || test -d "$(distdir)/$$subdir" \
 
494
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
495
              || exit 1; \
468
496
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
469
497
            $(am__relativize); \
470
498
            new_distdir=$$reldir; \
502
530
 
503
531
installcheck: installcheck-recursive
504
532
install-strip:
505
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507
 
          `test -z '$(STRIP)' || \
508
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
533
        if test -z '$(STRIP)'; then \
 
534
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
535
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
536
              install; \
 
537
        else \
 
538
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
539
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
540
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
541
        fi
509
542
mostlyclean-generic:
510
543
 
511
544
clean-generic: