~ubuntu-branches/ubuntu/saucy/procps/saucy

« back to all changes in this revision

Viewing changes to testsuite/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Oliver Grawert
  • Date: 2012-06-20 13:12:40 UTC
  • mfrom: (2.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20120620131240-923p0d8q88bmk3ac
Tags: 1:3.3.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/sysctl.d (Ubuntu-specific):
    + 10-console-messages.conf: stop low-level kernel messages on console.
    + 10-kernel-hardening.conf: add the kptr_restrict setting
    + 10-keyboard.conf.powerpc: mouse button emulation on PowerPC.
    + 10-network-security.conf: enable rp_filter and SYN-flood protection.
    + 10-ptrace.conf: describe new PTRACE setting.
    + 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
    + README: describe how this directory is supposed to work.
  - debian/upstart (Ubuntu-specific): upstart configuration to replace old
    style sysv init script

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
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 = @build@
 
36
host_triplet = @host@
 
37
noinst_PROGRAMS = test-schedbatch$(EXEEXT)
 
38
 
 
39
# These should be in defined in 'across the board' scope, but are
 
40
# temporarily disabled on other than linux systems, see commit
 
41
# 3d807ae853b8b4264da156065b34f1447658a8ba
 
42
@LINUX_TRUE@am__append_1 = kill pmap slabtop sysctl free lib pgrep \
 
43
@LINUX_TRUE@    pkill ps pwdx uptime vmstat w
 
44
subdir = testsuite
 
45
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 
48
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
49
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
50
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
51
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
52
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
 
53
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
 
54
        $(top_srcdir)/configure.ac
 
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
56
        $(ACLOCAL_M4)
 
57
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
58
CONFIG_HEADER = $(top_builddir)/config.h
 
59
CONFIG_CLEAN_FILES =
 
60
CONFIG_CLEAN_VPATH_FILES =
 
61
PROGRAMS = $(noinst_PROGRAMS)
 
62
am_test_schedbatch_OBJECTS = test-schedbatch.$(OBJEXT)
 
63
test_schedbatch_OBJECTS = $(am_test_schedbatch_OBJECTS)
 
64
test_schedbatch_LDADD = $(LDADD)
 
65
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
67
am__depfiles_maybe = depfiles
 
68
am__mv = mv -f
 
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
73
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
74
CCLD = $(CC)
 
75
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
77
        $(LDFLAGS) -o $@
 
78
SOURCES = $(test_schedbatch_SOURCES)
 
79
DIST_SOURCES = $(test_schedbatch_SOURCES)
 
80
ETAGS = etags
 
81
CTAGS = ctags
 
82
RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
 
83
EXPECT = expect
 
84
RUNTEST = runtest
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
ACLOCAL = @ACLOCAL@
 
87
AMTAR = @AMTAR@
 
88
AR = @AR@
 
89
AUTOCONF = @AUTOCONF@
 
90
AUTOHEADER = @AUTOHEADER@
 
91
AUTOMAKE = @AUTOMAKE@
 
92
AWK = @AWK@
 
93
CC = @CC@
 
94
CCDEPMODE = @CCDEPMODE@
 
95
CFLAGS = @CFLAGS@
 
96
CPP = @CPP@
 
97
CPPFLAGS = @CPPFLAGS@
 
98
CYGPATH_W = @CYGPATH_W@
 
99
DEFS = @DEFS@
 
100
DEJAGNU = @DEJAGNU@
 
101
DEPDIR = @DEPDIR@
 
102
DLLTOOL = @DLLTOOL@
 
103
DSYMUTIL = @DSYMUTIL@
 
104
DUMPBIN = @DUMPBIN@
 
105
ECHO_C = @ECHO_C@
 
106
ECHO_N = @ECHO_N@
 
107
ECHO_T = @ECHO_T@
 
108
EGREP = @EGREP@
 
109
EXEEXT = @EXEEXT@
 
110
FGREP = @FGREP@
 
111
GMSGFMT = @GMSGFMT@
 
112
GREP = @GREP@
 
113
INSTALL = @INSTALL@
 
114
INSTALL_DATA = @INSTALL_DATA@
 
115
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
116
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
117
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
118
INTLLIBS = @INTLLIBS@
 
119
LD = @LD@
 
120
LDFLAGS = @LDFLAGS@
 
121
LIBICONV = @LIBICONV@
 
122
LIBINTL = @LIBINTL@
 
123
LIBOBJS = @LIBOBJS@
 
124
LIBS = @LIBS@
 
125
LIBTOOL = @LIBTOOL@
 
126
LIPO = @LIPO@
 
127
LN_S = @LN_S@
 
128
LTLIBICONV = @LTLIBICONV@
 
129
LTLIBINTL = @LTLIBINTL@
 
130
LTLIBOBJS = @LTLIBOBJS@
 
131
MAKEINFO = @MAKEINFO@
 
132
MANIFEST_TOOL = @MANIFEST_TOOL@
 
133
MKDIR_P = @MKDIR_P@
 
134
MKINSTALLDIRS = @MKINSTALLDIRS@
 
135
MSGFMT = @MSGFMT@
 
136
MSGMERGE = @MSGMERGE@
 
137
NCURSESW_CFLAGS = @NCURSESW_CFLAGS@
 
138
NCURSESW_LIBS = @NCURSESW_LIBS@
 
139
NCURSES_CFLAGS = @NCURSES_CFLAGS@
 
140
NCURSES_LIBS = @NCURSES_LIBS@
 
141
NM = @NM@
 
142
NMEDIT = @NMEDIT@
 
143
OBJDUMP = @OBJDUMP@
 
144
OBJEXT = @OBJEXT@
 
145
OTOOL = @OTOOL@
 
146
OTOOL64 = @OTOOL64@
 
147
PACKAGE = @PACKAGE@
 
148
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
149
PACKAGE_NAME = @PACKAGE_NAME@
 
150
PACKAGE_STRING = @PACKAGE_STRING@
 
151
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
152
PACKAGE_URL = @PACKAGE_URL@
 
153
PACKAGE_VERSION = @PACKAGE_VERSION@
 
154
PATH_SEPARATOR = @PATH_SEPARATOR@
 
155
PKG_CONFIG = @PKG_CONFIG@
 
156
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
157
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
158
POSUB = @POSUB@
 
159
POW_LIB = @POW_LIB@
 
160
RANLIB = @RANLIB@
 
161
SED = @SED@
 
162
SET_MAKE = @SET_MAKE@
 
163
SHELL = @SHELL@
 
164
STRIP = @STRIP@
 
165
USE_NLS = @USE_NLS@
 
166
VERSION = @VERSION@
 
167
WATCH_NCURSES_LIBS = @WATCH_NCURSES_LIBS@
 
168
WITH_WATCH8BIT = @WITH_WATCH8BIT@
 
169
XGETTEXT = @XGETTEXT@
 
170
abs_builddir = @abs_builddir@
 
171
abs_srcdir = @abs_srcdir@
 
172
abs_top_builddir = @abs_top_builddir@
 
173
abs_top_srcdir = @abs_top_srcdir@
 
174
ac_ct_AR = @ac_ct_AR@
 
175
ac_ct_CC = @ac_ct_CC@
 
176
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
177
am__include = @am__include@
 
178
am__leading_dot = @am__leading_dot@
 
179
am__quote = @am__quote@
 
180
am__tar = @am__tar@
 
181
am__untar = @am__untar@
 
182
bindir = @bindir@
 
183
build = @build@
 
184
build_alias = @build_alias@
 
185
build_cpu = @build_cpu@
 
186
build_os = @build_os@
 
187
build_vendor = @build_vendor@
 
188
builddir = @builddir@
 
189
datadir = @datadir@
 
190
datarootdir = @datarootdir@
 
191
docdir = @docdir@
 
192
dvidir = @dvidir@
 
193
exec_prefix = @exec_prefix@
 
194
host = @host@
 
195
host_alias = @host_alias@
 
196
host_cpu = @host_cpu@
 
197
host_os = @host_os@
 
198
host_vendor = @host_vendor@
 
199
htmldir = @htmldir@
 
200
includedir = @includedir@
 
201
infodir = @infodir@
 
202
install_sh = @install_sh@
 
203
libdir = @libdir@
 
204
libexecdir = @libexecdir@
 
205
localedir = @localedir@
 
206
localstatedir = @localstatedir@
 
207
mandir = @mandir@
 
208
mkdir_p = @mkdir_p@
 
209
oldincludedir = @oldincludedir@
 
210
pdfdir = @pdfdir@
 
211
prefix = @prefix@
 
212
program_transform_name = @program_transform_name@
 
213
psdir = @psdir@
 
214
sbindir = @sbindir@
 
215
sharedstatedir = @sharedstatedir@
 
216
srcdir = @srcdir@
 
217
sysconfdir = @sysconfdir@
 
218
target_alias = @target_alias@
 
219
top_build_prefix = @top_build_prefix@
 
220
top_builddir = @top_builddir@
 
221
top_srcdir = @top_srcdir@
 
222
usrbin_execdir = @usrbin_execdir@
 
223
AUTOMAKE_OPTIONS = dejagnu
 
224
 
 
225
# Programs that are expected across the board.
 
226
DEJATOOL = $(am__append_1)
 
227
test_schedbatch_SOURCES = ps.test/test-schedbatch.c
 
228
EXTRA_DIST = \
 
229
        config/unix.exp \
 
230
        global-conf.exp \
 
231
    free.test/free.exp \
 
232
    kill.test/kill.exp \
 
233
    lib.test/fileutils.exp \
 
234
    lib.test/strutils.exp \
 
235
    pgrep.test/pgrep.exp \
 
236
    pkill.test/pkill.exp \
 
237
    pmap.test/pmap.exp \
 
238
    ps.test/ps_output.exp \
 
239
    ps.test/ps_personality.exp \
 
240
    ps.test/ps_sched_batch.exp \
 
241
    pwdx.test/pwdx.exp \
 
242
    slabtop.test/slabtop.exp \
 
243
    sysctl.test/sysctl_read.exp \
 
244
    uptime.test/uptime.exp \
 
245
    vmstat.test/vmstat.exp \
 
246
    w.test/w.exp 
 
247
 
 
248
all: all-am
 
249
 
 
250
.SUFFIXES:
 
251
.SUFFIXES: .c .lo .o .obj
 
252
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
253
        @for dep in $?; do \
 
254
          case '$(am__configure_deps)' in \
 
255
            *$$dep*) \
 
256
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
257
                && { if test -f $@; then exit 0; else break; fi; }; \
 
258
              exit 1;; \
 
259
          esac; \
 
260
        done; \
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
 
262
        $(am__cd) $(top_srcdir) && \
 
263
          $(AUTOMAKE) --foreign testsuite/Makefile
 
264
.PRECIOUS: Makefile
 
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
266
        @case '$?' in \
 
267
          *config.status*) \
 
268
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
269
          *) \
 
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
271
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
272
        esac;
 
273
 
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
275
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
276
 
 
277
$(top_srcdir)/configure:  $(am__configure_deps)
 
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
280
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
281
$(am__aclocal_m4_deps):
 
282
 
 
283
clean-noinstPROGRAMS:
 
284
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
285
        echo " rm -f" $$list; \
 
286
        rm -f $$list || exit $$?; \
 
287
        test -n "$(EXEEXT)" || exit 0; \
 
288
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
289
        echo " rm -f" $$list; \
 
290
        rm -f $$list
 
291
test-schedbatch$(EXEEXT): $(test_schedbatch_OBJECTS) $(test_schedbatch_DEPENDENCIES) $(EXTRA_test_schedbatch_DEPENDENCIES) 
 
292
        @rm -f test-schedbatch$(EXEEXT)
 
293
        $(LINK) $(test_schedbatch_OBJECTS) $(test_schedbatch_LDADD) $(LIBS)
 
294
 
 
295
mostlyclean-compile:
 
296
        -rm -f *.$(OBJEXT)
 
297
 
 
298
distclean-compile:
 
299
        -rm -f *.tab.c
 
300
 
 
301
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-schedbatch.Po@am__quote@
 
302
 
 
303
.c.o:
 
304
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
305
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
306
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
307
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
308
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
309
 
 
310
.c.obj:
 
311
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
312
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
313
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
314
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
315
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
316
 
 
317
.c.lo:
 
318
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
319
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
321
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
322
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
323
 
 
324
test-schedbatch.o: ps.test/test-schedbatch.c
 
325
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-schedbatch.o -MD -MP -MF $(DEPDIR)/test-schedbatch.Tpo -c -o test-schedbatch.o `test -f 'ps.test/test-schedbatch.c' || echo '$(srcdir)/'`ps.test/test-schedbatch.c
 
326
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test-schedbatch.Tpo $(DEPDIR)/test-schedbatch.Po
 
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ps.test/test-schedbatch.c' object='test-schedbatch.o' libtool=no @AMDEPBACKSLASH@
 
328
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
329
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-schedbatch.o `test -f 'ps.test/test-schedbatch.c' || echo '$(srcdir)/'`ps.test/test-schedbatch.c
 
330
 
 
331
test-schedbatch.obj: ps.test/test-schedbatch.c
 
332
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test-schedbatch.obj -MD -MP -MF $(DEPDIR)/test-schedbatch.Tpo -c -o test-schedbatch.obj `if test -f 'ps.test/test-schedbatch.c'; then $(CYGPATH_W) 'ps.test/test-schedbatch.c'; else $(CYGPATH_W) '$(srcdir)/ps.test/test-schedbatch.c'; fi`
 
333
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test-schedbatch.Tpo $(DEPDIR)/test-schedbatch.Po
 
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='ps.test/test-schedbatch.c' object='test-schedbatch.obj' libtool=no @AMDEPBACKSLASH@
 
335
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
336
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test-schedbatch.obj `if test -f 'ps.test/test-schedbatch.c'; then $(CYGPATH_W) 'ps.test/test-schedbatch.c'; else $(CYGPATH_W) '$(srcdir)/ps.test/test-schedbatch.c'; fi`
 
337
 
 
338
mostlyclean-libtool:
 
339
        -rm -f *.lo
 
340
 
 
341
clean-libtool:
 
342
        -rm -rf .libs _libs
 
343
 
 
344
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
345
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
346
        unique=`for i in $$list; do \
 
347
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
348
          done | \
 
349
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
350
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
351
        mkid -fID $$unique
 
352
tags: TAGS
 
353
 
 
354
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
355
                $(TAGS_FILES) $(LISP)
 
356
        set x; \
 
357
        here=`pwd`; \
 
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; nonempty = 1; } \
 
363
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
364
        shift; \
 
365
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
366
          test -n "$$unique" || unique=$$empty_fix; \
 
367
          if test $$# -gt 0; then \
 
368
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
369
              "$$@" $$unique; \
 
370
          else \
 
371
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
372
              $$unique; \
 
373
          fi; \
 
374
        fi
 
375
ctags: CTAGS
 
376
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
377
                $(TAGS_FILES) $(LISP)
 
378
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
379
        unique=`for i in $$list; do \
 
380
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
381
          done | \
 
382
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
383
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
384
        test -z "$(CTAGS_ARGS)$$unique" \
 
385
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
386
             $$unique
 
387
 
 
388
GTAGS:
 
389
        here=`$(am__cd) $(top_builddir) && pwd` \
 
390
          && $(am__cd) $(top_srcdir) \
 
391
          && gtags -i $(GTAGS_ARGS) "$$here"
 
392
 
 
393
distclean-tags:
 
394
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
395
 
 
396
check-DEJAGNU: site.exp
 
397
        srcdir='$(srcdir)'; export srcdir; \
 
398
        EXPECT=$(EXPECT); export EXPECT; \
 
399
        runtest=$(RUNTEST); \
 
400
        if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
 
401
          exit_status=0; l='$(DEJATOOL)'; for tool in $$l; do \
 
402
            if $$runtest $(AM_RUNTESTFLAGS) $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
 
403
            then :; else exit_status=1; fi; \
 
404
          done; \
 
405
        else echo "WARNING: could not find \`runtest'" 1>&2; :;\
 
406
        fi; \
 
407
        exit $$exit_status
 
408
site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
 
409
        @echo 'Making a new site.exp file...'
 
410
        @echo '## these variables are automatically generated by make ##' >site.tmp
 
411
        @echo '# Do not edit here.  If you wish to override these values' >>site.tmp
 
412
        @echo '# edit the last section' >>site.tmp
 
413
        @echo 'set srcdir "$(srcdir)"' >>site.tmp
 
414
        @echo "set objdir `pwd`" >>site.tmp
 
415
        @echo 'set build_alias "$(build_alias)"' >>site.tmp
 
416
        @echo 'set build_triplet $(build_triplet)' >>site.tmp
 
417
        @echo 'set host_alias "$(host_alias)"' >>site.tmp
 
418
        @echo 'set host_triplet $(host_triplet)' >>site.tmp
 
419
        @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
 
420
          echo "## Begin content included from file $$f.  Do not modify. ##" \
 
421
           && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
 
422
           && echo "## End content included from file $$f. ##" \
 
423
           || exit 1; \
 
424
         done >> site.tmp
 
425
        @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
 
426
        @if test -f site.exp; then \
 
427
           sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
 
428
         fi
 
429
        @-rm -f site.bak
 
430
        @test ! -f site.exp || mv site.exp site.bak
 
431
        @mv site.tmp site.exp
 
432
 
 
433
distclean-DEJAGNU:
 
434
        -rm -f site.exp site.bak
 
435
        -l='$(DEJATOOL)'; for tool in $$l; do \
 
436
          rm -f $$tool.sum $$tool.log; \
 
437
        done
 
438
 
 
439
distdir: $(DISTFILES)
 
440
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
441
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
442
        list='$(DISTFILES)'; \
 
443
          dist_files=`for file in $$list; do echo $$file; done | \
 
444
          sed -e "s|^$$srcdirstrip/||;t" \
 
445
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
446
        case $$dist_files in \
 
447
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
448
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
449
                           sort -u` ;; \
 
450
        esac; \
 
451
        for file in $$dist_files; do \
 
452
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
453
          if test -d $$d/$$file; then \
 
454
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
455
            if test -d "$(distdir)/$$file"; then \
 
456
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
457
            fi; \
 
458
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
459
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
460
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
461
            fi; \
 
462
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
463
          else \
 
464
            test -f "$(distdir)/$$file" \
 
465
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
466
            || exit 1; \
 
467
          fi; \
 
468
        done
 
469
check-am: all-am
 
470
        $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
 
471
check: check-am
 
472
all-am: Makefile $(PROGRAMS)
 
473
installdirs:
 
474
install: install-am
 
475
install-exec: install-exec-am
 
476
install-data: install-data-am
 
477
uninstall: uninstall-am
 
478
 
 
479
install-am: all-am
 
480
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
481
 
 
482
installcheck: installcheck-am
 
483
install-strip:
 
484
        if test -z '$(STRIP)'; then \
 
485
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
486
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
487
              install; \
 
488
        else \
 
489
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
490
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
491
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
492
        fi
 
493
mostlyclean-generic:
 
494
 
 
495
clean-generic:
 
496
 
 
497
distclean-generic:
 
498
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
499
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
500
 
 
501
maintainer-clean-generic:
 
502
        @echo "This command is intended for maintainers to use"
 
503
        @echo "it deletes files that may require special tools to rebuild."
 
504
clean: clean-am
 
505
 
 
506
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
507
        mostlyclean-am
 
508
 
 
509
distclean: distclean-am
 
510
        -rm -rf ./$(DEPDIR)
 
511
        -rm -f Makefile
 
512
distclean-am: clean-am distclean-DEJAGNU distclean-compile \
 
513
        distclean-generic distclean-tags
 
514
 
 
515
dvi: dvi-am
 
516
 
 
517
dvi-am:
 
518
 
 
519
html: html-am
 
520
 
 
521
html-am:
 
522
 
 
523
info: info-am
 
524
 
 
525
info-am:
 
526
 
 
527
install-data-am:
 
528
 
 
529
install-dvi: install-dvi-am
 
530
 
 
531
install-dvi-am:
 
532
 
 
533
install-exec-am:
 
534
 
 
535
install-html: install-html-am
 
536
 
 
537
install-html-am:
 
538
 
 
539
install-info: install-info-am
 
540
 
 
541
install-info-am:
 
542
 
 
543
install-man:
 
544
 
 
545
install-pdf: install-pdf-am
 
546
 
 
547
install-pdf-am:
 
548
 
 
549
install-ps: install-ps-am
 
550
 
 
551
install-ps-am:
 
552
 
 
553
installcheck-am:
 
554
 
 
555
maintainer-clean: maintainer-clean-am
 
556
        -rm -rf ./$(DEPDIR)
 
557
        -rm -f Makefile
 
558
maintainer-clean-am: distclean-am maintainer-clean-generic
 
559
 
 
560
mostlyclean: mostlyclean-am
 
561
 
 
562
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
563
        mostlyclean-libtool
 
564
 
 
565
pdf: pdf-am
 
566
 
 
567
pdf-am:
 
568
 
 
569
ps: ps-am
 
570
 
 
571
ps-am:
 
572
 
 
573
uninstall-am:
 
574
 
 
575
.MAKE: check-am install-am install-strip
 
576
 
 
577
.PHONY: CTAGS GTAGS all all-am check check-DEJAGNU check-am clean \
 
578
        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
 
579
        distclean distclean-DEJAGNU distclean-compile \
 
580
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
581
        dvi-am html html-am info info-am install install-am \
 
582
        install-data install-data-am install-dvi install-dvi-am \
 
583
        install-exec install-exec-am install-html install-html-am \
 
584
        install-info install-info-am install-man install-pdf \
 
585
        install-pdf-am install-ps install-ps-am install-strip \
 
586
        installcheck installcheck-am installdirs maintainer-clean \
 
587
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
588
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
589
        tags uninstall uninstall-am
 
590
 
 
591
export DEJAGNU
 
592
 
 
593
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
594
# Otherwise a system limit (for SysV at least) may be exceeded.
 
595
.NOEXPORT: