~ubuntu-branches/ubuntu/trusty/maloc/trusty-proposed

« back to all changes in this revision

Viewing changes to tools/tests/vsh/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-06-29 15:21:06 UTC
  • Revision ID: james.westby@ubuntu.com-20060629152106-kyqdw6qlc3vmqum3
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
### ##########################################################################
 
18
### MALOC = < Minimal Abstraction Layer for Object-oriented C >
 
19
### Copyright (C) 1994--2000  Michael Holst
 
20
###
 
21
### This program is free software; you can redistribute it and/or modify it
 
22
### under the terms of the GNU General Public License as published by the
 
23
### Free Software Foundation; either version 2 of the License, or (at your
 
24
### option) any later version.
 
25
###
 
26
### This program is distributed in the hope that it will be useful,
 
27
### but WITHOUT ANY WARRANTY; without even the implied warranty of
 
28
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
29
### See the GNU General Public License for more details.
 
30
###
 
31
### You should have received a copy of the GNU General Public License along
 
32
### with this program; if not, write to the Free Software Foundation, Inc.,
 
33
### 675 Mass Ave, Cambridge, MA 02139, USA.
 
34
###
 
35
### rcsid="$Id: Makefile.in,v 1.94 2006/06/03 07:22:30 mholst Exp $"
 
36
### ##########################################################################
 
37
 
 
38
srcdir = @srcdir@
 
39
top_srcdir = @top_srcdir@
 
40
VPATH = @srcdir@
 
41
pkgdatadir = $(datadir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
 
43
pkgincludedir = $(includedir)/@PACKAGE@
 
44
top_builddir = ../..
 
45
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
46
INSTALL = @INSTALL@
 
47
install_sh_DATA = $(install_sh) -c -m 644
 
48
install_sh_PROGRAM = $(install_sh) -c
 
49
install_sh_SCRIPT = $(install_sh) -c
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = $(program_transform_name)
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
build_triplet = @build@
 
59
host_triplet = @host@
 
60
target_triplet = @target@
 
61
noinst_PROGRAMS = go$(EXEEXT)
 
62
subdir = tests/vsh
 
63
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
65
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
66
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
67
        $(ACLOCAL_M4)
 
68
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 
69
CONFIG_CLEAN_FILES =
 
70
PROGRAMS = $(noinst_PROGRAMS)
 
71
am_go_OBJECTS = main.$(OBJEXT)
 
72
go_OBJECTS = $(am_go_OBJECTS)
 
73
go_DEPENDENCIES =
 
74
DEFAULT_INCLUDES = -I. -I$(srcdir)
 
75
depcomp =
 
76
am__depfiles_maybe =
 
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
78
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
79
CCLD = $(CC)
 
80
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
81
SOURCES = $(go_SOURCES)
 
82
DIST_SOURCES = $(go_SOURCES)
 
83
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
84
        html-recursive info-recursive install-data-recursive \
 
85
        install-exec-recursive install-info-recursive \
 
86
        install-recursive installcheck-recursive installdirs-recursive \
 
87
        pdf-recursive ps-recursive uninstall-info-recursive \
 
88
        uninstall-recursive
 
89
ETAGS = etags
 
90
CTAGS = ctags
 
91
DIST_SUBDIRS = $(SUBDIRS)
 
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
93
ACLOCAL = @ACLOCAL@
 
94
AMDEP_FALSE = @AMDEP_FALSE@
 
95
AMDEP_TRUE = @AMDEP_TRUE@
 
96
AMTAR = @AMTAR@
 
97
AUTOCONF = @AUTOCONF@
 
98
AUTOHEADER = @AUTOHEADER@
 
99
AUTOMAKE = @AUTOMAKE@
 
100
AWK = @AWK@
 
101
CC = @CC@
 
102
CCDEPMODE = @CCDEPMODE@
 
103
CFLAGS = @CFLAGS@
 
104
CPP = @CPP@
 
105
CPPFLAGS = @CPPFLAGS@
 
106
CYGPATH_W = @CYGPATH_W@
 
107
DEFS = @DEFS@
 
108
DEPDIR = @DEPDIR@
 
109
ECHO_C = @ECHO_C@
 
110
ECHO_N = @ECHO_N@
 
111
ECHO_T = @ECHO_T@
 
112
EGREP = @EGREP@
 
113
EXEEXT = @EXEEXT@
 
114
FETK_VERSION = @FETK_VERSION@
 
115
INSTALL_DATA = @INSTALL_DATA@
 
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
118
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
119
LDFLAGS = @LDFLAGS@
 
120
LIBOBJS = @LIBOBJS@
 
121
LIBS = @LIBS@
 
122
LTLIBOBJS = @LTLIBOBJS@
 
123
MAINT = @MAINT@
 
124
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
125
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
126
MAKEINFO = @MAKEINFO@
 
127
OBJEXT = @OBJEXT@
 
128
PACKAGE = @PACKAGE@
 
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
130
PACKAGE_NAME = @PACKAGE_NAME@
 
131
PACKAGE_STRING = @PACKAGE_STRING@
 
132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
133
PACKAGE_VERSION = @PACKAGE_VERSION@
 
134
PATH_SEPARATOR = @PATH_SEPARATOR@
 
135
SET_MAKE = @SET_MAKE@
 
136
SHELL = @SHELL@
 
137
STRIP = @STRIP@
 
138
VERSION = @VERSION@
 
139
ac_ct_CC = @ac_ct_CC@
 
140
ac_ct_STRIP = @ac_ct_STRIP@
 
141
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
142
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
143
am__include = @am__include@
 
144
am__leading_dot = @am__leading_dot@
 
145
am__quote = @am__quote@
 
146
am__tar = @am__tar@
 
147
am__untar = @am__untar@
 
148
bindir = @bindir@
 
149
build = @build@
 
150
build_alias = @build_alias@
 
151
build_cpu = @build_cpu@
 
152
build_os = @build_os@
 
153
build_vendor = @build_vendor@
 
154
datadir = @datadir@
 
155
exec_prefix = @exec_prefix@
 
156
fetk_cpu_vendor_os = @fetk_cpu_vendor_os@
 
157
host = @host@
 
158
host_alias = @host_alias@
 
159
host_cpu = @host_cpu@
 
160
host_os = @host_os@
 
161
host_vendor = @host_vendor@
 
162
includedir = @includedir@
 
163
infodir = @infodir@
 
164
install_sh = @install_sh@
 
165
libdir = @libdir@
 
166
liberty_lib = @liberty_lib@
 
167
libexecdir = @libexecdir@
 
168
localstatedir = @localstatedir@
 
169
maloc_inc = @maloc_inc@
 
170
maloc_lib = @maloc_lib@
 
171
mandir = @mandir@
 
172
math_lib = @math_lib@
 
173
mkdir_p = @mkdir_p@
 
174
mpi_lib = @mpi_lib@
 
175
nsl_lib = @nsl_lib@
 
176
oldincludedir = @oldincludedir@
 
177
pedantic_ansi = @pedantic_ansi@
 
178
prefix = @prefix@
 
179
profile = @profile@
 
180
profile_lib = @profile_lib@
 
181
program_transform_name = @program_transform_name@
 
182
rl_lib = @rl_lib@
 
183
sbindir = @sbindir@
 
184
sharedstatedir = @sharedstatedir@
 
185
socket_lib = @socket_lib@
 
186
sysconfdir = @sysconfdir@
 
187
target = @target@
 
188
target_alias = @target_alias@
 
189
target_cpu = @target_cpu@
 
190
target_os = @target_os@
 
191
target_vendor = @target_vendor@
 
192
thread_lib = @thread_lib@
 
193
vtst = @vtst@
 
194
wall = @wall@
 
195
wall_pedantic = @wall_pedantic@
 
196
wall_pedantic_ansi = @wall_pedantic_ansi@
 
197
zfence = @zfence@
 
198
zfence_lib = @zfence_lib@
 
199
AUTOMAKE_OPTIONS = no-dependencies
 
200
SUFFIXES = .y .l .H .h .m .C .cc .c .f .java .o
 
201
always_built_SUBDIRS = 
 
202
SUBDIRS = $(always_built_SUBDIRS) .
 
203
go_SOURCES = main.c
 
204
go_LDADD = @maloc_lib@ @rl_lib@ @liberty_lib@ @socket_lib@ @nsl_lib@ @thread_lib@ @math_lib@ @zfence_lib@ @profile_lib@
 
205
INCLUDES = @maloc_inc@
 
206
AM_CFLAGS = @profile@ @wall_pedantic_ansi@
 
207
all: all-recursive
 
208
 
 
209
.SUFFIXES:
 
210
.SUFFIXES: .y .l .H .h .m .C .cc .c .f .java .o .obj
 
211
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
212
        @for dep in $?; do \
 
213
          case '$(am__configure_deps)' in \
 
214
            *$$dep*) \
 
215
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
216
                && exit 0; \
 
217
              exit 1;; \
 
218
          esac; \
 
219
        done; \
 
220
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  tests/vsh/Makefile'; \
 
221
        cd $(top_srcdir) && \
 
222
          $(AUTOMAKE) --foreign  tests/vsh/Makefile
 
223
.PRECIOUS: Makefile
 
224
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
225
        @case '$?' in \
 
226
          *config.status*) \
 
227
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
228
          *) \
 
229
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
230
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
231
        esac;
 
232
 
 
233
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
235
 
 
236
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
237
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
238
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
239
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
240
 
 
241
clean-noinstPROGRAMS:
 
242
        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
 
243
go$(EXEEXT): $(go_OBJECTS) $(go_DEPENDENCIES) 
 
244
        @rm -f go$(EXEEXT)
 
245
        $(LINK) $(go_LDFLAGS) $(go_OBJECTS) $(go_LDADD) $(LIBS)
 
246
 
 
247
mostlyclean-compile:
 
248
        -rm -f *.$(OBJEXT)
 
249
 
 
250
distclean-compile:
 
251
        -rm -f *.tab.c
 
252
 
 
253
.c.o:
 
254
        $(COMPILE) -c $<
 
255
 
 
256
.c.obj:
 
257
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
258
uninstall-info-am:
 
259
 
 
260
# This directory's subdirectories are mostly independent; you can cd
 
261
# into them and run `make' without going through this Makefile.
 
262
# To change the values of `make' variables: instead of editing Makefiles,
 
263
# (1) if the variable is set in `config.status', edit `config.status'
 
264
#     (which will cause the Makefiles to be regenerated when you run `make');
 
265
# (2) otherwise, pass the desired values on the `make' command line.
 
266
$(RECURSIVE_TARGETS):
 
267
        @failcom='exit 1'; \
 
268
        for f in x $$MAKEFLAGS; do \
 
269
          case $$f in \
 
270
            *=* | --[!k]*);; \
 
271
            *k*) failcom='fail=yes';; \
 
272
          esac; \
 
273
        done; \
 
274
        dot_seen=no; \
 
275
        target=`echo $@ | sed s/-recursive//`; \
 
276
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
277
          echo "Making $$target in $$subdir"; \
 
278
          if test "$$subdir" = "."; then \
 
279
            dot_seen=yes; \
 
280
            local_target="$$target-am"; \
 
281
          else \
 
282
            local_target="$$target"; \
 
283
          fi; \
 
284
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
285
          || eval $$failcom; \
 
286
        done; \
 
287
        if test "$$dot_seen" = "no"; then \
 
288
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
289
        fi; test -z "$$fail"
 
290
 
 
291
mostlyclean-recursive clean-recursive distclean-recursive \
 
292
maintainer-clean-recursive:
 
293
        @failcom='exit 1'; \
 
294
        for f in x $$MAKEFLAGS; do \
 
295
          case $$f in \
 
296
            *=* | --[!k]*);; \
 
297
            *k*) failcom='fail=yes';; \
 
298
          esac; \
 
299
        done; \
 
300
        dot_seen=no; \
 
301
        case "$@" in \
 
302
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
303
          *) list='$(SUBDIRS)' ;; \
 
304
        esac; \
 
305
        rev=''; for subdir in $$list; do \
 
306
          if test "$$subdir" = "."; then :; else \
 
307
            rev="$$subdir $$rev"; \
 
308
          fi; \
 
309
        done; \
 
310
        rev="$$rev ."; \
 
311
        target=`echo $@ | sed s/-recursive//`; \
 
312
        for subdir in $$rev; do \
 
313
          echo "Making $$target in $$subdir"; \
 
314
          if test "$$subdir" = "."; then \
 
315
            local_target="$$target-am"; \
 
316
          else \
 
317
            local_target="$$target"; \
 
318
          fi; \
 
319
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
320
          || eval $$failcom; \
 
321
        done && test -z "$$fail"
 
322
tags-recursive:
 
323
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
324
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
325
        done
 
326
ctags-recursive:
 
327
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
328
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
329
        done
 
330
 
 
331
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
332
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
333
        unique=`for i in $$list; do \
 
334
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
335
          done | \
 
336
          $(AWK) '    { files[$$0] = 1; } \
 
337
               END { for (i in files) print i; }'`; \
 
338
        mkid -fID $$unique
 
339
tags: TAGS
 
340
 
 
341
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
342
                $(TAGS_FILES) $(LISP)
 
343
        tags=; \
 
344
        here=`pwd`; \
 
345
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
346
          include_option=--etags-include; \
 
347
          empty_fix=.; \
 
348
        else \
 
349
          include_option=--include; \
 
350
          empty_fix=; \
 
351
        fi; \
 
352
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
353
          if test "$$subdir" = .; then :; else \
 
354
            test ! -f $$subdir/TAGS || \
 
355
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
356
          fi; \
 
357
        done; \
 
358
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
359
        unique=`for i in $$list; do \
 
360
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
361
          done | \
 
362
          $(AWK) '    { files[$$0] = 1; } \
 
363
               END { for (i in files) print i; }'`; \
 
364
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
365
          test -n "$$unique" || unique=$$empty_fix; \
 
366
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
367
            $$tags $$unique; \
 
368
        fi
 
369
ctags: CTAGS
 
370
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
371
                $(TAGS_FILES) $(LISP)
 
372
        tags=; \
 
373
        here=`pwd`; \
 
374
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
375
        unique=`for i in $$list; do \
 
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
377
          done | \
 
378
          $(AWK) '    { files[$$0] = 1; } \
 
379
               END { for (i in files) print i; }'`; \
 
380
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
381
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
382
             $$tags $$unique
 
383
 
 
384
GTAGS:
 
385
        here=`$(am__cd) $(top_builddir) && pwd` \
 
386
          && cd $(top_srcdir) \
 
387
          && gtags -i $(GTAGS_ARGS) $$here
 
388
 
 
389
distclean-tags:
 
390
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
391
 
 
392
distdir: $(DISTFILES)
 
393
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
394
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
395
        list='$(DISTFILES)'; for file in $$list; do \
 
396
          case $$file in \
 
397
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
398
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
399
          esac; \
 
400
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
401
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
402
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
403
            dir="/$$dir"; \
 
404
            $(mkdir_p) "$(distdir)$$dir"; \
 
405
          else \
 
406
            dir=''; \
 
407
          fi; \
 
408
          if test -d $$d/$$file; then \
 
409
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
410
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
411
            fi; \
 
412
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
413
          else \
 
414
            test -f $(distdir)/$$file \
 
415
            || cp -p $$d/$$file $(distdir)/$$file \
 
416
            || exit 1; \
 
417
          fi; \
 
418
        done
 
419
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
420
          if test "$$subdir" = .; then :; else \
 
421
            test -d "$(distdir)/$$subdir" \
 
422
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
423
            || exit 1; \
 
424
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
425
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
426
            (cd $$subdir && \
 
427
              $(MAKE) $(AM_MAKEFLAGS) \
 
428
                top_distdir="$$top_distdir" \
 
429
                distdir="$$distdir/$$subdir" \
 
430
                distdir) \
 
431
              || exit 1; \
 
432
          fi; \
 
433
        done
 
434
check-am: all-am
 
435
check: check-recursive
 
436
all-am: Makefile $(PROGRAMS)
 
437
installdirs: installdirs-recursive
 
438
installdirs-am:
 
439
install: install-recursive
 
440
install-exec: install-exec-recursive
 
441
install-data: install-data-recursive
 
442
uninstall: uninstall-recursive
 
443
 
 
444
install-am: all-am
 
445
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
446
 
 
447
installcheck: installcheck-recursive
 
448
install-strip:
 
449
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
450
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
451
          `test -z '$(STRIP)' || \
 
452
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
453
mostlyclean-generic:
 
454
 
 
455
clean-generic:
 
456
 
 
457
distclean-generic:
 
458
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
459
 
 
460
maintainer-clean-generic:
 
461
        @echo "This command is intended for maintainers to use"
 
462
        @echo "it deletes files that may require special tools to rebuild."
 
463
clean: clean-recursive
 
464
 
 
465
clean-am: clean-generic clean-noinstPROGRAMS mostlyclean-am
 
466
 
 
467
distclean: distclean-recursive
 
468
        -rm -f Makefile
 
469
distclean-am: clean-am distclean-compile distclean-generic \
 
470
        distclean-tags
 
471
 
 
472
dvi: dvi-recursive
 
473
 
 
474
dvi-am:
 
475
 
 
476
html: html-recursive
 
477
 
 
478
info: info-recursive
 
479
 
 
480
info-am:
 
481
 
 
482
install-data-am:
 
483
 
 
484
install-exec-am:
 
485
 
 
486
install-info: install-info-recursive
 
487
 
 
488
install-man:
 
489
 
 
490
installcheck-am:
 
491
 
 
492
maintainer-clean: maintainer-clean-recursive
 
493
        -rm -f Makefile
 
494
maintainer-clean-am: distclean-am maintainer-clean-generic
 
495
 
 
496
mostlyclean: mostlyclean-recursive
 
497
 
 
498
mostlyclean-am: mostlyclean-compile mostlyclean-generic
 
499
 
 
500
pdf: pdf-recursive
 
501
 
 
502
pdf-am:
 
503
 
 
504
ps: ps-recursive
 
505
 
 
506
ps-am:
 
507
 
 
508
uninstall-am: uninstall-info-am
 
509
 
 
510
uninstall-info: uninstall-info-recursive
 
511
 
 
512
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
 
513
        clean clean-generic clean-noinstPROGRAMS clean-recursive ctags \
 
514
        ctags-recursive distclean distclean-compile distclean-generic \
 
515
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
516
        html-am info info-am install install-am install-data \
 
517
        install-data-am install-exec install-exec-am install-info \
 
518
        install-info-am install-man install-strip installcheck \
 
519
        installcheck-am installdirs installdirs-am maintainer-clean \
 
520
        maintainer-clean-generic maintainer-clean-recursive \
 
521
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
522
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
523
        uninstall uninstall-am uninstall-info-am
 
524
 
 
525
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
526
# Otherwise a system limit (for SysV at least) may be exceeded.
 
527
.NOEXPORT: