~ubuntu-branches/ubuntu/utopic/cloog/utopic

« back to all changes in this revision

Viewing changes to osl/tests/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-26 14:21:11 UTC
  • mfrom: (3.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140226142111-vsbb1isby30uundd
Tags: 0.18.2-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, 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
 
@SET_MAKE@
17
 
 
18
 
#
19
 
#   /*+------------------------------------------------------------------**
20
 
#    **                       OpenScop Library                           **
21
 
#    **------------------------------------------------------------------**
22
 
#    **                         makefile.am                              **
23
 
#    **------------------------------------------------------------------**
24
 
#    **                   First version: 01/10/2010                      **
25
 
#    **------------------------------------------------------------------**
26
 
#
27
 
#   
28
 
# ***************************************************************************
29
 
# * OpenScop: Structures and formats for polyhedral tools to talk together  *
30
 
# ***************************************************************************
31
 
# *   ,___,,_,__,,__,,__,,__,,_,__,,_,__,,__,,___,_,__,,_,__,               *
32
 
# *   /   / /  //  //  //  // /   / /  //  //   / /  // /  /|,_,            *
33
 
# *  /   / /  //  //  //  // /   / /  //  //   / /  // /  / / /\            *
34
 
# * |~~~|~|~~~|~~~|~~~|~~~|~|~~~|~|~~~|~~~|~~~|~|~~~|~|~~~|/_/  \           *
35
 
# * | G |C| P | = | L | P |=| = |C| = | = | = |=| = |=| C |\  \ /\          *
36
 
# * | R |l| o | = | e | l |=| = |a| = | = | = |=| = |=| L | \# \ /\         *
37
 
# * | A |a| l | = | t | u |=| = |n| = | = | = |=| = |=| o | |\# \  \        *
38
 
# * | P |n| l | = | s | t |=| = |d| = | = | = | |   |=| o | | \# \  \       *
39
 
# * | H | | y |   | e | o | | = |l|   |   | = | |   | | G | |  \  \  \      *
40
 
# * | I | |   |   | e |   | |   | |   |   |   | |   | |   | |   \  \  \     *
41
 
# * | T | |   |   |   |   | |   | |   |   |   | |   | |   | |    \  \  \    *
42
 
# * | E | |   |   |   |   | |   | |   |   |   | |   | |   | |     \  \  \   *
43
 
# * | * |*| * | * | * | * |*| * |*| * | * | * |*| * |*| * | /      \* \  \  *
44
 
# * | O |p| e | n | S | c |o| p |-| L | i | b |r| a |r| y |/        \  \ /  *
45
 
# * '---'-'---'---'---'---'-'---'-'---'---'---'-'---'-'---'          '--'   *
46
 
# *                                                                         *
47
 
# * Copyright (C) 2008 University Paris-Sud 11 and INRIA                    *
48
 
# *                                                                         *
49
 
# * (3-clause BSD license)                                                  *
50
 
# * Redistribution and use in source  and binary forms, with or without     *
51
 
# * modification, are permitted provided that the following conditions      *
52
 
# * are met:                                                                *
53
 
# *                                                                         *
54
 
# * 1. Redistributions of source code must retain the above copyright       *
55
 
# *    notice, this list of conditions and the following disclaimer.        *
56
 
# * 2. Redistributions in binary form must reproduce the above copyright    *
57
 
# *    notice, this list of conditions and the following disclaimer in the  *
58
 
# *    documentation and/or other materials provided with the distribution. *
59
 
# * 3. The name of the author may not be used to endorse or promote         *
60
 
# *    products derived from this software without specific prior written   *
61
 
# *    permission.                                                          *
62
 
# *                                                                         *
63
 
# * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR    *
64
 
# * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED          *
65
 
# * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE  *
66
 
# * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,      *
67
 
# * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES      *
68
 
# * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR      *
69
 
# * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)      *
70
 
# * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,     *
71
 
# * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING   *
72
 
# * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE      *
73
 
# * POSSIBILITY OF SUCH DAMAGE.                                             *
74
 
# *                                                                         *
75
 
# * OpenScop Library, a library to manipulate OpenScop formats and data     *
76
 
# * structures. Written by:                                                 *
77
 
# * Cedric Bastoul     <Cedric.Bastoul@u-psud.fr> and                       *
78
 
# * Louis-Noel Pouchet <Louis-Noel.Pouchet@inria.fr>                        *
79
 
# *                                                                         *
80
 
# ***************************************************************************/
81
 
#
82
 
# Makefile.am (or makefile if generated) of the OpenScop Library.
83
 
# Makefile.am is not a makefile, you must run the 'autogen.sh' THEN the
84
 
# configure shellscript to generate the Makefile thanks to this file.
85
 
 
86
 
VPATH = @srcdir@
87
 
am__make_dryrun = \
88
 
  { \
89
 
    am__dry=no; \
90
 
    case $$MAKEFLAGS in \
91
 
      *\\[\ \   ]*) \
92
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
93
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
94
 
      *) \
95
 
        for am__flg in $$MAKEFLAGS; do \
96
 
          case $$am__flg in \
97
 
            *=*|--*) ;; \
98
 
            *n*) am__dry=yes; break;; \
99
 
          esac; \
100
 
        done;; \
101
 
    esac; \
102
 
    test $$am__dry = yes; \
103
 
  }
104
 
pkgdatadir = $(datadir)/@PACKAGE@
105
 
pkgincludedir = $(includedir)/@PACKAGE@
106
 
pkglibdir = $(libdir)/@PACKAGE@
107
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
108
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
109
 
install_sh_DATA = $(install_sh) -c -m 644
110
 
install_sh_PROGRAM = $(install_sh) -c
111
 
install_sh_SCRIPT = $(install_sh) -c
112
 
INSTALL_HEADER = $(INSTALL_DATA)
113
 
transform = $(program_transform_name)
114
 
NORMAL_INSTALL = :
115
 
PRE_INSTALL = :
116
 
POST_INSTALL = :
117
 
NORMAL_UNINSTALL = :
118
 
PRE_UNINSTALL = :
119
 
POST_UNINSTALL = :
120
 
build_triplet = @build@
121
 
host_triplet = @host@
122
 
noinst_PROGRAMS = osl_test$(EXEEXT)
123
 
TESTS = osl_test$(EXEEXT)
124
 
subdir = tests
125
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
126
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
127
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cc_maxopt.m4 \
128
 
        $(top_srcdir)/m4/ax_cflags_warn_all.m4 \
129
 
        $(top_srcdir)/m4/ax_check_compiler_flags.m4 \
130
 
        $(top_srcdir)/m4/ax_compiler_vendor.m4 \
131
 
        $(top_srcdir)/m4/ax_gcc_archflag.m4 \
132
 
        $(top_srcdir)/m4/ax_gcc_x86_cpuid.m4 \
133
 
        $(top_srcdir)/m4/ax_submodule.m4 $(top_srcdir)/m4/libtool.m4 \
134
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
135
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
136
 
        $(top_srcdir)/configure.ac
137
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
138
 
        $(ACLOCAL_M4)
139
 
mkinstalldirs = $(install_sh) -d
140
 
CONFIG_CLEAN_FILES =
141
 
CONFIG_CLEAN_VPATH_FILES =
142
 
PROGRAMS = $(noinst_PROGRAMS)
143
 
am_osl_test_OBJECTS = osl_test-osl_test.$(OBJEXT)
144
 
osl_test_OBJECTS = $(am_osl_test_OBJECTS)
145
 
osl_test_DEPENDENCIES =
146
 
AM_V_lt = $(am__v_lt_@AM_V@)
147
 
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148
 
am__v_lt_0 = --silent
149
 
osl_test_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
151
 
        $(osl_test_LDFLAGS) $(LDFLAGS) -o $@
152
 
DEFAULT_INCLUDES = -I.@am__isrc@
153
 
depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
154
 
am__depfiles_maybe = depfiles
155
 
am__mv = mv -f
156
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
157
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158
 
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159
 
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
160
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
161
 
        $(AM_CFLAGS) $(CFLAGS)
162
 
AM_V_CC = $(am__v_CC_@AM_V@)
163
 
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
164
 
am__v_CC_0 = @echo "  CC    " $@;
165
 
AM_V_at = $(am__v_at_@AM_V@)
166
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167
 
am__v_at_0 = @
168
 
CCLD = $(CC)
169
 
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170
 
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
172
 
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
173
 
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
174
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
175
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
176
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177
 
am__v_GEN_0 = @echo "  GEN   " $@;
178
 
SOURCES = $(osl_test_SOURCES)
179
 
DIST_SOURCES = $(osl_test_SOURCES)
180
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
181
 
        html-recursive info-recursive install-data-recursive \
182
 
        install-dvi-recursive install-exec-recursive \
183
 
        install-html-recursive install-info-recursive \
184
 
        install-pdf-recursive install-ps-recursive install-recursive \
185
 
        installcheck-recursive installdirs-recursive pdf-recursive \
186
 
        ps-recursive uninstall-recursive
187
 
am__can_run_installinfo = \
188
 
  case $$AM_UPDATE_INFO_DIR in \
189
 
    n|no|NO) false;; \
190
 
    *) (install-info --version) >/dev/null 2>&1;; \
191
 
  esac
192
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
193
 
  distclean-recursive maintainer-clean-recursive
194
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
195
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
196
 
        distdir
197
 
ETAGS = etags
198
 
CTAGS = ctags
199
 
am__tty_colors = \
200
 
red=; grn=; lgn=; blu=; std=
201
 
DIST_SUBDIRS = $(SUBDIRS)
202
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
203
 
am__relativize = \
204
 
  dir0=`pwd`; \
205
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
206
 
  sed_rest='s,^[^/]*/*,,'; \
207
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
208
 
  sed_butlast='s,/*[^/]*$$,,'; \
209
 
  while test -n "$$dir1"; do \
210
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
211
 
    if test "$$first" != "."; then \
212
 
      if test "$$first" = ".."; then \
213
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
214
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
215
 
      else \
216
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
217
 
        if test "$$first2" = "$$first"; then \
218
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
219
 
        else \
220
 
          dir2="../$$dir2"; \
221
 
        fi; \
222
 
        dir0="$$dir0"/"$$first"; \
223
 
      fi; \
224
 
    fi; \
225
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
226
 
  done; \
227
 
  reldir="$$dir2"
228
 
ACLOCAL = @ACLOCAL@
229
 
AMTAR = @AMTAR@
230
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231
 
AR = @AR@
232
 
AUTOCONF = @AUTOCONF@
233
 
AUTOHEADER = @AUTOHEADER@
234
 
AUTOMAKE = @AUTOMAKE@
235
 
AWK = @AWK@
236
 
CC = @CC@
237
 
CCDEPMODE = @CCDEPMODE@
238
 
CD = @CD@
239
 
CFLAGS = @CFLAGS@
240
 
CFLAGS_WARN = @CFLAGS_WARN@
241
 
CPP = @CPP@
242
 
CPPFLAGS = @CPPFLAGS@
243
 
CYGPATH_W = @CYGPATH_W@
244
 
DEFS = @DEFS@
245
 
DEPDIR = @DEPDIR@
246
 
DLLTOOL = @DLLTOOL@
247
 
DOXYGEN = @DOXYGEN@
248
 
DSYMUTIL = @DSYMUTIL@
249
 
DUMPBIN = @DUMPBIN@
250
 
ECHO_C = @ECHO_C@
251
 
ECHO_N = @ECHO_N@
252
 
ECHO_T = @ECHO_T@
253
 
EGREP = @EGREP@
254
 
EXEEXT = @EXEEXT@
255
 
FGREP = @FGREP@
256
 
GREP = @GREP@
257
 
INSTALL = @INSTALL@
258
 
INSTALL_DATA = @INSTALL_DATA@
259
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
260
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
261
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262
 
LD = @LD@
263
 
LDFLAGS = @LDFLAGS@
264
 
LIBOBJS = @LIBOBJS@
265
 
LIBS = @LIBS@
266
 
LIBTOOL = @LIBTOOL@
267
 
LIPO = @LIPO@
268
 
LN_S = @LN_S@
269
 
LTLIBOBJS = @LTLIBOBJS@
270
 
MAKEINFO = @MAKEINFO@
271
 
MANIFEST_TOOL = @MANIFEST_TOOL@
272
 
MKDIR_P = @MKDIR_P@
273
 
NM = @NM@
274
 
NMEDIT = @NMEDIT@
275
 
OBJDUMP = @OBJDUMP@
276
 
OBJEXT = @OBJEXT@
277
 
OTOOL = @OTOOL@
278
 
OTOOL64 = @OTOOL64@
279
 
PACKAGE = @PACKAGE@
280
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
281
 
PACKAGE_NAME = @PACKAGE_NAME@
282
 
PACKAGE_STRING = @PACKAGE_STRING@
283
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
284
 
PACKAGE_URL = @PACKAGE_URL@
285
 
PACKAGE_VERSION = @PACKAGE_VERSION@
286
 
PATH_SEPARATOR = @PATH_SEPARATOR@
287
 
PRTDIAG = @PRTDIAG@
288
 
RANLIB = @RANLIB@
289
 
SED = @SED@
290
 
SET_MAKE = @SET_MAKE@
291
 
SHELL = @SHELL@
292
 
STRIP = @STRIP@
293
 
VERSION = @VERSION@
294
 
VERSION_MAJOR = @VERSION_MAJOR@
295
 
VERSION_MINOR = @VERSION_MINOR@
296
 
VERSION_REVISION = @VERSION_REVISION@
297
 
abs_builddir = @abs_builddir@
298
 
abs_srcdir = @abs_srcdir@
299
 
abs_top_builddir = @abs_top_builddir@
300
 
abs_top_srcdir = @abs_top_srcdir@
301
 
ac_aux_dir = @ac_aux_dir@
302
 
ac_ct_AR = @ac_ct_AR@
303
 
ac_ct_CC = @ac_ct_CC@
304
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
305
 
am__include = @am__include@
306
 
am__leading_dot = @am__leading_dot@
307
 
am__quote = @am__quote@
308
 
am__tar = @am__tar@
309
 
am__untar = @am__untar@
310
 
bindir = @bindir@
311
 
build = @build@
312
 
build_alias = @build_alias@
313
 
build_cpu = @build_cpu@
314
 
build_os = @build_os@
315
 
build_vendor = @build_vendor@
316
 
builddir = @builddir@
317
 
datadir = @datadir@
318
 
datarootdir = @datarootdir@
319
 
docdir = @docdir@
320
 
dvidir = @dvidir@
321
 
exec_prefix = @exec_prefix@
322
 
host = @host@
323
 
host_alias = @host_alias@
324
 
host_cpu = @host_cpu@
325
 
host_os = @host_os@
326
 
host_vendor = @host_vendor@
327
 
htmldir = @htmldir@
328
 
includedir = @includedir@
329
 
infodir = @infodir@
330
 
install_sh = @install_sh@
331
 
libdir = @libdir@
332
 
libexecdir = @libexecdir@
333
 
localedir = @localedir@
334
 
localstatedir = @localstatedir@
335
 
mandir = @mandir@
336
 
mkdir_p = @mkdir_p@
337
 
oldincludedir = @oldincludedir@
338
 
pdfdir = @pdfdir@
339
 
prefix = @prefix@
340
 
program_transform_name = @program_transform_name@
341
 
psdir = @psdir@
342
 
sbindir = @sbindir@
343
 
sharedstatedir = @sharedstatedir@
344
 
srcdir = @srcdir@
345
 
sysconfdir = @sysconfdir@
346
 
target_alias = @target_alias@
347
 
top_build_prefix = @top_build_prefix@
348
 
top_builddir = @top_builddir@
349
 
top_srcdir = @top_srcdir@
350
 
 
351
 
#############################################################################
352
 
SUBDIRS = 
353
 
 
354
 
#############################################################################
355
 
MAINTAINERCLEANFILES = Makefile.in
356
 
osl_test_CPPFLAGS = -I$(top_srcdir)/include -static
357
 
osl_test_LDFLAGS = -L$(top_srcdir)
358
 
osl_test_LDADD = -losl
359
 
osl_test_SOURCES = \
360
 
        osl_test.c \
361
 
        polynom.scop \
362
 
        test_empty_statement.scop \
363
 
        test_just_access.scop \
364
 
        test_just_body.scop \
365
 
        test_just_extbody.scop \
366
 
        test_just_domain.scop \
367
 
        test_just_scattering.scop \
368
 
        test_coordinates.scop \
369
 
        test_matmult.scop \
370
 
        test_clay.scop \
371
 
        test_no_statement.scop \
372
 
        test_scop_list.scop
373
 
 
374
 
all: all-recursive
375
 
 
376
 
.SUFFIXES:
377
 
.SUFFIXES: .c .lo .o .obj
378
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
379
 
        @for dep in $?; do \
380
 
          case '$(am__configure_deps)' in \
381
 
            *$$dep*) \
382
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
383
 
                && { if test -f $@; then exit 0; else break; fi; }; \
384
 
              exit 1;; \
385
 
          esac; \
386
 
        done; \
387
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
388
 
        $(am__cd) $(top_srcdir) && \
389
 
          $(AUTOMAKE) --foreign tests/Makefile
390
 
.PRECIOUS: Makefile
391
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
392
 
        @case '$?' in \
393
 
          *config.status*) \
394
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
395
 
          *) \
396
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
397
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
398
 
        esac;
399
 
 
400
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
401
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402
 
 
403
 
$(top_srcdir)/configure:  $(am__configure_deps)
404
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
406
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407
 
$(am__aclocal_m4_deps):
408
 
 
409
 
clean-noinstPROGRAMS:
410
 
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
411
 
        echo " rm -f" $$list; \
412
 
        rm -f $$list || exit $$?; \
413
 
        test -n "$(EXEEXT)" || exit 0; \
414
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
415
 
        echo " rm -f" $$list; \
416
 
        rm -f $$list
417
 
osl_test$(EXEEXT): $(osl_test_OBJECTS) $(osl_test_DEPENDENCIES) $(EXTRA_osl_test_DEPENDENCIES) 
418
 
        @rm -f osl_test$(EXEEXT)
419
 
        $(AM_V_CCLD)$(osl_test_LINK) $(osl_test_OBJECTS) $(osl_test_LDADD) $(LIBS)
420
 
 
421
 
mostlyclean-compile:
422
 
        -rm -f *.$(OBJEXT)
423
 
 
424
 
distclean-compile:
425
 
        -rm -f *.tab.c
426
 
 
427
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osl_test-osl_test.Po@am__quote@
428
 
 
429
 
.c.o:
430
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
431
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
432
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
433
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
435
 
 
436
 
.c.obj:
437
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
438
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
439
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
442
 
 
443
 
.c.lo:
444
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
445
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
446
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
447
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
449
 
 
450
 
osl_test-osl_test.o: osl_test.c
451
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(osl_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT osl_test-osl_test.o -MD -MP -MF $(DEPDIR)/osl_test-osl_test.Tpo -c -o osl_test-osl_test.o `test -f 'osl_test.c' || echo '$(srcdir)/'`osl_test.c
452
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/osl_test-osl_test.Tpo $(DEPDIR)/osl_test-osl_test.Po
453
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='osl_test.c' object='osl_test-osl_test.o' libtool=no @AMDEPBACKSLASH@
454
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(osl_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o osl_test-osl_test.o `test -f 'osl_test.c' || echo '$(srcdir)/'`osl_test.c
456
 
 
457
 
osl_test-osl_test.obj: osl_test.c
458
 
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(osl_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT osl_test-osl_test.obj -MD -MP -MF $(DEPDIR)/osl_test-osl_test.Tpo -c -o osl_test-osl_test.obj `if test -f 'osl_test.c'; then $(CYGPATH_W) 'osl_test.c'; else $(CYGPATH_W) '$(srcdir)/osl_test.c'; fi`
459
 
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/osl_test-osl_test.Tpo $(DEPDIR)/osl_test-osl_test.Po
460
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='osl_test.c' object='osl_test-osl_test.obj' libtool=no @AMDEPBACKSLASH@
461
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(osl_test_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o osl_test-osl_test.obj `if test -f 'osl_test.c'; then $(CYGPATH_W) 'osl_test.c'; else $(CYGPATH_W) '$(srcdir)/osl_test.c'; fi`
463
 
 
464
 
mostlyclean-libtool:
465
 
        -rm -f *.lo
466
 
 
467
 
clean-libtool:
468
 
        -rm -rf .libs _libs
469
 
 
470
 
# This directory's subdirectories are mostly independent; you can cd
471
 
# into them and run `make' without going through this Makefile.
472
 
# To change the values of `make' variables: instead of editing Makefiles,
473
 
# (1) if the variable is set in `config.status', edit `config.status'
474
 
#     (which will cause the Makefiles to be regenerated when you run `make');
475
 
# (2) otherwise, pass the desired values on the `make' command line.
476
 
$(RECURSIVE_TARGETS):
477
 
        @fail= failcom='exit 1'; \
478
 
        for f in x $$MAKEFLAGS; do \
479
 
          case $$f in \
480
 
            *=* | --[!k]*);; \
481
 
            *k*) failcom='fail=yes';; \
482
 
          esac; \
483
 
        done; \
484
 
        dot_seen=no; \
485
 
        target=`echo $@ | sed s/-recursive//`; \
486
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
487
 
          echo "Making $$target in $$subdir"; \
488
 
          if test "$$subdir" = "."; then \
489
 
            dot_seen=yes; \
490
 
            local_target="$$target-am"; \
491
 
          else \
492
 
            local_target="$$target"; \
493
 
          fi; \
494
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
495
 
          || eval $$failcom; \
496
 
        done; \
497
 
        if test "$$dot_seen" = "no"; then \
498
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
499
 
        fi; test -z "$$fail"
500
 
 
501
 
$(RECURSIVE_CLEAN_TARGETS):
502
 
        @fail= failcom='exit 1'; \
503
 
        for f in x $$MAKEFLAGS; do \
504
 
          case $$f in \
505
 
            *=* | --[!k]*);; \
506
 
            *k*) failcom='fail=yes';; \
507
 
          esac; \
508
 
        done; \
509
 
        dot_seen=no; \
510
 
        case "$@" in \
511
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
512
 
          *) list='$(SUBDIRS)' ;; \
513
 
        esac; \
514
 
        rev=''; for subdir in $$list; do \
515
 
          if test "$$subdir" = "."; then :; else \
516
 
            rev="$$subdir $$rev"; \
517
 
          fi; \
518
 
        done; \
519
 
        rev="$$rev ."; \
520
 
        target=`echo $@ | sed s/-recursive//`; \
521
 
        for subdir in $$rev; do \
522
 
          echo "Making $$target in $$subdir"; \
523
 
          if test "$$subdir" = "."; then \
524
 
            local_target="$$target-am"; \
525
 
          else \
526
 
            local_target="$$target"; \
527
 
          fi; \
528
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
529
 
          || eval $$failcom; \
530
 
        done && test -z "$$fail"
531
 
tags-recursive:
532
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
533
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
534
 
        done
535
 
ctags-recursive:
536
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
537
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
538
 
        done
539
 
 
540
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
541
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
542
 
        unique=`for i in $$list; do \
543
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
544
 
          done | \
545
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
546
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
547
 
        mkid -fID $$unique
548
 
tags: TAGS
549
 
 
550
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
551
 
                $(TAGS_FILES) $(LISP)
552
 
        set x; \
553
 
        here=`pwd`; \
554
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
555
 
          include_option=--etags-include; \
556
 
          empty_fix=.; \
557
 
        else \
558
 
          include_option=--include; \
559
 
          empty_fix=; \
560
 
        fi; \
561
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
562
 
          if test "$$subdir" = .; then :; else \
563
 
            test ! -f $$subdir/TAGS || \
564
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
565
 
          fi; \
566
 
        done; \
567
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
568
 
        unique=`for i in $$list; do \
569
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
570
 
          done | \
571
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
572
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
573
 
        shift; \
574
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
575
 
          test -n "$$unique" || unique=$$empty_fix; \
576
 
          if test $$# -gt 0; then \
577
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578
 
              "$$@" $$unique; \
579
 
          else \
580
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581
 
              $$unique; \
582
 
          fi; \
583
 
        fi
584
 
ctags: CTAGS
585
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
586
 
                $(TAGS_FILES) $(LISP)
587
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
588
 
        unique=`for i in $$list; do \
589
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590
 
          done | \
591
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
593
 
        test -z "$(CTAGS_ARGS)$$unique" \
594
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595
 
             $$unique
596
 
 
597
 
GTAGS:
598
 
        here=`$(am__cd) $(top_builddir) && pwd` \
599
 
          && $(am__cd) $(top_srcdir) \
600
 
          && gtags -i $(GTAGS_ARGS) "$$here"
601
 
 
602
 
distclean-tags:
603
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
604
 
 
605
 
check-TESTS: $(TESTS)
606
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
607
 
        srcdir=$(srcdir); export srcdir; \
608
 
        list=' $(TESTS) '; \
609
 
        $(am__tty_colors); \
610
 
        if test -n "$$list"; then \
611
 
          for tst in $$list; do \
612
 
            if test -f ./$$tst; then dir=./; \
613
 
            elif test -f $$tst; then dir=; \
614
 
            else dir="$(srcdir)/"; fi; \
615
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
616
 
              all=`expr $$all + 1`; \
617
 
              case " $(XFAIL_TESTS) " in \
618
 
              *[\ \     ]$$tst[\ \      ]*) \
619
 
                xpass=`expr $$xpass + 1`; \
620
 
                failed=`expr $$failed + 1`; \
621
 
                col=$$red; res=XPASS; \
622
 
              ;; \
623
 
              *) \
624
 
                col=$$grn; res=PASS; \
625
 
              ;; \
626
 
              esac; \
627
 
            elif test $$? -ne 77; then \
628
 
              all=`expr $$all + 1`; \
629
 
              case " $(XFAIL_TESTS) " in \
630
 
              *[\ \     ]$$tst[\ \      ]*) \
631
 
                xfail=`expr $$xfail + 1`; \
632
 
                col=$$lgn; res=XFAIL; \
633
 
              ;; \
634
 
              *) \
635
 
                failed=`expr $$failed + 1`; \
636
 
                col=$$red; res=FAIL; \
637
 
              ;; \
638
 
              esac; \
639
 
            else \
640
 
              skip=`expr $$skip + 1`; \
641
 
              col=$$blu; res=SKIP; \
642
 
            fi; \
643
 
            echo "$${col}$$res$${std}: $$tst"; \
644
 
          done; \
645
 
          if test "$$all" -eq 1; then \
646
 
            tests="test"; \
647
 
            All=""; \
648
 
          else \
649
 
            tests="tests"; \
650
 
            All="All "; \
651
 
          fi; \
652
 
          if test "$$failed" -eq 0; then \
653
 
            if test "$$xfail" -eq 0; then \
654
 
              banner="$$All$$all $$tests passed"; \
655
 
            else \
656
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
657
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
658
 
            fi; \
659
 
          else \
660
 
            if test "$$xpass" -eq 0; then \
661
 
              banner="$$failed of $$all $$tests failed"; \
662
 
            else \
663
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
664
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
665
 
            fi; \
666
 
          fi; \
667
 
          dashes="$$banner"; \
668
 
          skipped=""; \
669
 
          if test "$$skip" -ne 0; then \
670
 
            if test "$$skip" -eq 1; then \
671
 
              skipped="($$skip test was not run)"; \
672
 
            else \
673
 
              skipped="($$skip tests were not run)"; \
674
 
            fi; \
675
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
676
 
              dashes="$$skipped"; \
677
 
          fi; \
678
 
          report=""; \
679
 
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
680
 
            report="Please report to $(PACKAGE_BUGREPORT)"; \
681
 
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
682
 
              dashes="$$report"; \
683
 
          fi; \
684
 
          dashes=`echo "$$dashes" | sed s/./=/g`; \
685
 
          if test "$$failed" -eq 0; then \
686
 
            col="$$grn"; \
687
 
          else \
688
 
            col="$$red"; \
689
 
          fi; \
690
 
          echo "$${col}$$dashes$${std}"; \
691
 
          echo "$${col}$$banner$${std}"; \
692
 
          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
693
 
          test -z "$$report" || echo "$${col}$$report$${std}"; \
694
 
          echo "$${col}$$dashes$${std}"; \
695
 
          test "$$failed" -eq 0; \
696
 
        else :; fi
697
 
 
698
 
distdir: $(DISTFILES)
699
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
700
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
701
 
        list='$(DISTFILES)'; \
702
 
          dist_files=`for file in $$list; do echo $$file; done | \
703
 
          sed -e "s|^$$srcdirstrip/||;t" \
704
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
705
 
        case $$dist_files in \
706
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
707
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
708
 
                           sort -u` ;; \
709
 
        esac; \
710
 
        for file in $$dist_files; do \
711
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
712
 
          if test -d $$d/$$file; then \
713
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
714
 
            if test -d "$(distdir)/$$file"; then \
715
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
716
 
            fi; \
717
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
718
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
719
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
720
 
            fi; \
721
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
722
 
          else \
723
 
            test -f "$(distdir)/$$file" \
724
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
725
 
            || exit 1; \
726
 
          fi; \
727
 
        done
728
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
729
 
          if test "$$subdir" = .; then :; else \
730
 
            $(am__make_dryrun) \
731
 
              || test -d "$(distdir)/$$subdir" \
732
 
              || $(MKDIR_P) "$(distdir)/$$subdir" \
733
 
              || exit 1; \
734
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
735
 
            $(am__relativize); \
736
 
            new_distdir=$$reldir; \
737
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
738
 
            $(am__relativize); \
739
 
            new_top_distdir=$$reldir; \
740
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
741
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
742
 
            ($(am__cd) $$subdir && \
743
 
              $(MAKE) $(AM_MAKEFLAGS) \
744
 
                top_distdir="$$new_top_distdir" \
745
 
                distdir="$$new_distdir" \
746
 
                am__remove_distdir=: \
747
 
                am__skip_length_check=: \
748
 
                am__skip_mode_fix=: \
749
 
                distdir) \
750
 
              || exit 1; \
751
 
          fi; \
752
 
        done
753
 
check-am: all-am
754
 
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
755
 
check: check-recursive
756
 
all-am: Makefile $(PROGRAMS)
757
 
installdirs: installdirs-recursive
758
 
installdirs-am:
759
 
install: install-recursive
760
 
install-exec: install-exec-recursive
761
 
install-data: install-data-recursive
762
 
uninstall: uninstall-recursive
763
 
 
764
 
install-am: all-am
765
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
766
 
 
767
 
installcheck: installcheck-recursive
768
 
install-strip:
769
 
        if test -z '$(STRIP)'; then \
770
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
771
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
772
 
              install; \
773
 
        else \
774
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
775
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
776
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
777
 
        fi
778
 
mostlyclean-generic:
779
 
 
780
 
clean-generic:
781
 
 
782
 
distclean-generic:
783
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
784
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
785
 
 
786
 
maintainer-clean-generic:
787
 
        @echo "This command is intended for maintainers to use"
788
 
        @echo "it deletes files that may require special tools to rebuild."
789
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
790
 
clean: clean-recursive
791
 
 
792
 
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
793
 
        mostlyclean-am
794
 
 
795
 
distclean: distclean-recursive
796
 
        -rm -rf ./$(DEPDIR)
797
 
        -rm -f Makefile
798
 
distclean-am: clean-am distclean-compile distclean-generic \
799
 
        distclean-tags
800
 
 
801
 
dvi: dvi-recursive
802
 
 
803
 
dvi-am:
804
 
 
805
 
html: html-recursive
806
 
 
807
 
html-am:
808
 
 
809
 
info: info-recursive
810
 
 
811
 
info-am:
812
 
 
813
 
install-data-am:
814
 
 
815
 
install-dvi: install-dvi-recursive
816
 
 
817
 
install-dvi-am:
818
 
 
819
 
install-exec-am:
820
 
 
821
 
install-html: install-html-recursive
822
 
 
823
 
install-html-am:
824
 
 
825
 
install-info: install-info-recursive
826
 
 
827
 
install-info-am:
828
 
 
829
 
install-man:
830
 
 
831
 
install-pdf: install-pdf-recursive
832
 
 
833
 
install-pdf-am:
834
 
 
835
 
install-ps: install-ps-recursive
836
 
 
837
 
install-ps-am:
838
 
 
839
 
installcheck-am:
840
 
 
841
 
maintainer-clean: maintainer-clean-recursive
842
 
        -rm -rf ./$(DEPDIR)
843
 
        -rm -f Makefile
844
 
maintainer-clean-am: distclean-am maintainer-clean-generic
845
 
 
846
 
mostlyclean: mostlyclean-recursive
847
 
 
848
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
849
 
        mostlyclean-libtool
850
 
 
851
 
pdf: pdf-recursive
852
 
 
853
 
pdf-am:
854
 
 
855
 
ps: ps-recursive
856
 
 
857
 
ps-am:
858
 
 
859
 
uninstall-am:
860
 
 
861
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
862
 
        ctags-recursive install-am install-strip tags-recursive
863
 
 
864
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
865
 
        all all-am check check-TESTS check-am clean clean-generic \
866
 
        clean-libtool clean-noinstPROGRAMS ctags ctags-recursive \
867
 
        distclean distclean-compile distclean-generic \
868
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
869
 
        html-am info info-am install install-am install-data \
870
 
        install-data-am install-dvi install-dvi-am install-exec \
871
 
        install-exec-am install-html install-html-am install-info \
872
 
        install-info-am install-man install-pdf install-pdf-am \
873
 
        install-ps install-ps-am install-strip installcheck \
874
 
        installcheck-am installdirs installdirs-am maintainer-clean \
875
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
876
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
877
 
        tags tags-recursive uninstall uninstall-am
878
 
 
879
 
 
880
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
881
 
# Otherwise a system limit (for SysV at least) may be exceeded.
882
 
.NOEXPORT: