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

« back to all changes in this revision

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