~ubuntu-branches/ubuntu/trusty/styx/trusty-proposed

« back to all changes in this revision

Viewing changes to examples/example07/Makefile

  • 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.
2
 
# examples/example07/Makefile.  Generated from Makefile.in by configure.
3
 
 
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.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
 
17
 
 
18
 
 
19
 
 
20
 
pkgdatadir = $(datadir)/styx
21
 
pkgincludedir = $(includedir)/styx
22
 
pkglibdir = $(libdir)/styx
23
 
pkglibexecdir = $(libexecdir)/styx
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = i686-pc-linux-gnu
37
 
host_triplet = i686-pc-linux-gnu
38
 
subdir = examples/example07
39
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40
 
        $(srcdir)/mx.in
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
43
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
 
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46
 
CONFIG_HEADER = $(top_builddir)/config.h
47
 
CONFIG_CLEAN_FILES = mx
48
 
CONFIG_CLEAN_VPATH_FILES =
49
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
 
am__vpath_adj = case $$p in \
51
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
 
    *) f=$$p;; \
53
 
  esac;
54
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
55
 
am__install_max = 40
56
 
am__nobase_strip_setup = \
57
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
58
 
am__nobase_strip = \
59
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
60
 
am__nobase_list = $(am__nobase_strip_setup); \
61
 
  for p in $$list; do echo "$$p $$p"; done | \
62
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
63
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
64
 
    if (++n[$$2] == $(am__install_max)) \
65
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
66
 
    END { for (dir in files) print dir, files[dir] }'
67
 
am__base_list = \
68
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
69
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
70
 
am__installdirs = "$(DESTDIR)$(tutdir)" "$(DESTDIR)$(tutdir)"
71
 
SCRIPTS = $(tut_SCRIPTS)
72
 
SOURCES =
73
 
DIST_SOURCES =
74
 
DATA = $(tut_DATA)
75
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
 
ACLOCAL = aclocal-1.11
77
 
AMTAR = tar
78
 
AR = ar
79
 
AUTOCONF = autoconf
80
 
AUTOHEADER = autoheader
81
 
AUTOMAKE = automake-1.11
82
 
AWK = gawk
83
 
CC = gcc
84
 
CCDEPMODE = depmode=gcc3
85
 
CFLAGS = -funsigned-char -g -O2
86
 
CPP = gcc -E
87
 
CPPFLAGS = 
88
 
CXX = g++
89
 
CXXCPP = g++ -E
90
 
CXXDEPMODE = depmode=gcc3
91
 
CXXFLAGS = -g -O2
92
 
CYGPATH_W = echo
93
 
DEFS = -DHAVE_CONFIG_H
94
 
DEPDIR = .deps
95
 
DSYMUTIL = 
96
 
DUMPBIN = 
97
 
ECHO_C = 
98
 
ECHO_N = -n
99
 
ECHO_T = 
100
 
EGREP = /bin/grep -E
101
 
EXEEXT = 
102
 
FGREP = /bin/grep -F
103
 
GREP = /bin/grep
104
 
INSTALL = /usr/bin/install -c
105
 
INSTALL_DATA = ${INSTALL} -m 644
106
 
INSTALL_PROGRAM = ${INSTALL}
107
 
INSTALL_SCRIPT = ${INSTALL}
108
 
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
109
 
LD = /usr/bin/ld
110
 
LDFLAGS = 
111
 
LIBOBJS = 
112
 
LIBS = -lrt -ldl 
113
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
114
 
LIPO = 
115
 
LN_S = ln -s
116
 
LTLIBOBJS = 
117
 
MAKEINFO = makeinfo
118
 
MKDIR_P = /bin/mkdir -p
119
 
NM = /usr/bin/nm -B
120
 
NMEDIT = 
121
 
OBJDUMP = objdump
122
 
OBJEXT = o
123
 
OTOOL = 
124
 
OTOOL64 = 
125
 
PACKAGE = styx
126
 
PACKAGE_BUGREPORT = 
127
 
PACKAGE_NAME = 
128
 
PACKAGE_STRING = 
129
 
PACKAGE_TARNAME = 
130
 
PACKAGE_URL = 
131
 
PACKAGE_VERSION = 
132
 
PATH_SEPARATOR = :
133
 
RANLIB = ranlib
134
 
SED = /bin/sed
135
 
SET_MAKE = 
136
 
SHELL = /bin/sh
137
 
STRIP = strip
138
 
VERSION = 1.8.0
139
 
abs_builddir = /home/heike/styx-inst/styx-1.8.0/examples/example07
140
 
abs_srcdir = /home/heike/styx-inst/styx-1.8.0/examples/example07
141
 
abs_top_builddir = /home/heike/styx-inst/styx-1.8.0
142
 
abs_top_srcdir = /home/heike/styx-inst/styx-1.8.0
143
 
ac_ct_CC = gcc
144
 
ac_ct_CXX = g++
145
 
ac_ct_DUMPBIN = 
146
 
am__include = include
147
 
am__leading_dot = .
148
 
am__quote = 
149
 
am__tar = ${AMTAR} chof - "$$tardir"
150
 
am__untar = ${AMTAR} xf -
151
 
bindir = ${exec_prefix}/bin
152
 
build = i686-pc-linux-gnu
153
 
build_alias = 
154
 
build_cpu = i686
155
 
build_os = linux-gnu
156
 
build_vendor = pc
157
 
builddir = .
158
 
datadir = ${datarootdir}
159
 
datarootdir = ${prefix}/share
160
 
docdir = ${datarootdir}/doc/${PACKAGE}
161
 
dvidir = ${docdir}
162
 
exec_prefix = ${prefix}
163
 
host = i686-pc-linux-gnu
164
 
host_alias = 
165
 
host_cpu = i686
166
 
host_os = linux-gnu
167
 
host_vendor = pc
168
 
htmldir = $(datadir)/doc
169
 
includedir = ${prefix}/include
170
 
infodir = ${datarootdir}/info
171
 
install_sh = ${SHELL} /home/heike/styx-inst/styx-1.8.0/install-sh
172
 
libdir = ${exec_prefix}/lib
173
 
libexecdir = ${exec_prefix}/libexec
174
 
localedir = ${datarootdir}/locale
175
 
localstatedir = ${prefix}/var
176
 
lt_ECHO = echo
177
 
mandir = ${datarootdir}/man
178
 
mkdir_p = /bin/mkdir -p
179
 
oldincludedir = /usr/include
180
 
pdfdir = ${docdir}
181
 
prefix = /home/heike/styx-bin
182
 
program_transform_name = s,x,x,
183
 
psdir = ${docdir}
184
 
sampledir = $(datadir)/examples
185
 
sbindir = ${exec_prefix}/sbin
186
 
sgmldir = $(datadir)/doc
187
 
sharedstatedir = ${prefix}/com
188
 
srcdir = .
189
 
sysconfdir = ${prefix}/etc
190
 
target_alias = 
191
 
top_build_prefix = ../../
192
 
top_builddir = ../..
193
 
top_srcdir = ../..
194
 
tutdir = $(sampledir)/example07
195
 
tut_SCRIPTS = mx
196
 
tut_DATA = readme st.sty sp11.sty sp21.sty php50.sty php52.sty json.sty
197
 
EXTRA_DIST = $(tut_DATA)
198
 
all: all-am
199
 
 
200
 
.SUFFIXES:
201
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
202
 
        @for dep in $?; do \
203
 
          case '$(am__configure_deps)' in \
204
 
            *$$dep*) \
205
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
206
 
                && { if test -f $@; then exit 0; else break; fi; }; \
207
 
              exit 1;; \
208
 
          esac; \
209
 
        done; \
210
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/example07/Makefile'; \
211
 
        $(am__cd) $(top_srcdir) && \
212
 
          $(AUTOMAKE) --foreign examples/example07/Makefile
213
 
.PRECIOUS: Makefile
214
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215
 
        @case '$?' in \
216
 
          *config.status*) \
217
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
218
 
          *) \
219
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
220
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
221
 
        esac;
222
 
 
223
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
224
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225
 
 
226
 
$(top_srcdir)/configure:  $(am__configure_deps)
227
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
229
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230
 
$(am__aclocal_m4_deps):
231
 
mx: $(top_builddir)/config.status $(srcdir)/mx.in
232
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
233
 
install-tutSCRIPTS: $(tut_SCRIPTS)
234
 
        @$(NORMAL_INSTALL)
235
 
        test -z "$(tutdir)" || $(MKDIR_P) "$(DESTDIR)$(tutdir)"
236
 
        @list='$(tut_SCRIPTS)'; test -n "$(tutdir)" || list=; \
237
 
        for p in $$list; do \
238
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
239
 
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
240
 
        done | \
241
 
        sed -e 'p;s,.*/,,;n' \
242
 
            -e 'h;s|.*|.|' \
243
 
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
244
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
245
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
246
 
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
247
 
              if (++n[d] == $(am__install_max)) { \
248
 
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
249
 
            else { print "f", d "/" $$4, $$1 } } \
250
 
          END { for (d in files) print "f", d, files[d] }' | \
251
 
        while read type dir files; do \
252
 
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
253
 
             test -z "$$files" || { \
254
 
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(tutdir)$$dir'"; \
255
 
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(tutdir)$$dir" || exit $$?; \
256
 
             } \
257
 
        ; done
258
 
 
259
 
uninstall-tutSCRIPTS:
260
 
        @$(NORMAL_UNINSTALL)
261
 
        @list='$(tut_SCRIPTS)'; test -n "$(tutdir)" || exit 0; \
262
 
        files=`for p in $$list; do echo "$$p"; done | \
263
 
               sed -e 's,.*/,,;$(transform)'`; \
264
 
        test -n "$$list" || exit 0; \
265
 
        echo " ( cd '$(DESTDIR)$(tutdir)' && rm -f" $$files ")"; \
266
 
        cd "$(DESTDIR)$(tutdir)" && rm -f $$files
267
 
 
268
 
mostlyclean-libtool:
269
 
        -rm -f *.lo
270
 
 
271
 
clean-libtool:
272
 
        -rm -rf .libs _libs
273
 
install-tutDATA: $(tut_DATA)
274
 
        @$(NORMAL_INSTALL)
275
 
        test -z "$(tutdir)" || $(MKDIR_P) "$(DESTDIR)$(tutdir)"
276
 
        @list='$(tut_DATA)'; test -n "$(tutdir)" || list=; \
277
 
        for p in $$list; do \
278
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
279
 
          echo "$$d$$p"; \
280
 
        done | $(am__base_list) | \
281
 
        while read files; do \
282
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tutdir)'"; \
283
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(tutdir)" || exit $$?; \
284
 
        done
285
 
 
286
 
uninstall-tutDATA:
287
 
        @$(NORMAL_UNINSTALL)
288
 
        @list='$(tut_DATA)'; test -n "$(tutdir)" || list=; \
289
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
290
 
        test -n "$$files" || exit 0; \
291
 
        echo " ( cd '$(DESTDIR)$(tutdir)' && rm -f" $$files ")"; \
292
 
        cd "$(DESTDIR)$(tutdir)" && rm -f $$files
293
 
tags: TAGS
294
 
TAGS:
295
 
 
296
 
ctags: CTAGS
297
 
CTAGS:
298
 
 
299
 
 
300
 
distdir: $(DISTFILES)
301
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
302
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
303
 
        list='$(DISTFILES)'; \
304
 
          dist_files=`for file in $$list; do echo $$file; done | \
305
 
          sed -e "s|^$$srcdirstrip/||;t" \
306
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
307
 
        case $$dist_files in \
308
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
309
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
310
 
                           sort -u` ;; \
311
 
        esac; \
312
 
        for file in $$dist_files; do \
313
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
314
 
          if test -d $$d/$$file; then \
315
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
316
 
            if test -d "$(distdir)/$$file"; then \
317
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
318
 
            fi; \
319
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
320
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
321
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
322
 
            fi; \
323
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
324
 
          else \
325
 
            test -f "$(distdir)/$$file" \
326
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
327
 
            || exit 1; \
328
 
          fi; \
329
 
        done
330
 
check-am: all-am
331
 
check: check-am
332
 
all-am: Makefile $(SCRIPTS) $(DATA)
333
 
installdirs:
334
 
        for dir in "$(DESTDIR)$(tutdir)" "$(DESTDIR)$(tutdir)"; do \
335
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
336
 
        done
337
 
install: install-am
338
 
install-exec: install-exec-am
339
 
install-data: install-data-am
340
 
uninstall: uninstall-am
341
 
 
342
 
install-am: all-am
343
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
344
 
 
345
 
installcheck: installcheck-am
346
 
install-strip:
347
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
348
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
349
 
          `test -z '$(STRIP)' || \
350
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
351
 
mostlyclean-generic:
352
 
 
353
 
clean-generic:
354
 
 
355
 
distclean-generic:
356
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
357
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
358
 
 
359
 
maintainer-clean-generic:
360
 
        @echo "This command is intended for maintainers to use"
361
 
        @echo "it deletes files that may require special tools to rebuild."
362
 
clean: clean-am
363
 
 
364
 
clean-am: clean-generic clean-libtool mostlyclean-am
365
 
 
366
 
distclean: distclean-am
367
 
        -rm -f Makefile
368
 
distclean-am: clean-am distclean-generic
369
 
 
370
 
dvi: dvi-am
371
 
 
372
 
dvi-am:
373
 
 
374
 
html: html-am
375
 
 
376
 
html-am:
377
 
 
378
 
info: info-am
379
 
 
380
 
info-am:
381
 
 
382
 
install-data-am: install-tutDATA install-tutSCRIPTS
383
 
 
384
 
install-dvi: install-dvi-am
385
 
 
386
 
install-dvi-am:
387
 
 
388
 
install-exec-am:
389
 
 
390
 
install-html: install-html-am
391
 
 
392
 
install-html-am:
393
 
 
394
 
install-info: install-info-am
395
 
 
396
 
install-info-am:
397
 
 
398
 
install-man:
399
 
 
400
 
install-pdf: install-pdf-am
401
 
 
402
 
install-pdf-am:
403
 
 
404
 
install-ps: install-ps-am
405
 
 
406
 
install-ps-am:
407
 
 
408
 
installcheck-am:
409
 
 
410
 
maintainer-clean: maintainer-clean-am
411
 
        -rm -f Makefile
412
 
maintainer-clean-am: distclean-am maintainer-clean-generic
413
 
 
414
 
mostlyclean: mostlyclean-am
415
 
 
416
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
417
 
 
418
 
pdf: pdf-am
419
 
 
420
 
pdf-am:
421
 
 
422
 
ps: ps-am
423
 
 
424
 
ps-am:
425
 
 
426
 
uninstall-am: uninstall-tutDATA uninstall-tutSCRIPTS
427
 
 
428
 
.MAKE: install-am install-strip
429
 
 
430
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
431
 
        distclean distclean-generic distclean-libtool distdir dvi \
432
 
        dvi-am html html-am info info-am install install-am \
433
 
        install-data install-data-am install-dvi install-dvi-am \
434
 
        install-exec install-exec-am install-html install-html-am \
435
 
        install-info install-info-am install-man install-pdf \
436
 
        install-pdf-am install-ps install-ps-am install-strip \
437
 
        install-tutDATA install-tutSCRIPTS installcheck \
438
 
        installcheck-am installdirs maintainer-clean \
439
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
440
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
441
 
        uninstall-tutDATA uninstall-tutSCRIPTS
442
 
 
443
 
 
444
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
445
 
# Otherwise a system limit (for SysV at least) may be exceeded.
446
 
.NOEXPORT: