~ubuntu-branches/ubuntu/vivid/slurm-llnl/vivid

« back to all changes in this revision

Viewing changes to src/plugins/topology/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2009-09-24 23:28:15 UTC
  • mfrom: (1.1.11 upstream) (3.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090924232815-enh65jn32q1ebg07
Tags: 2.0.5-1
* New upstream release 
* Changed dependecy from lib-mysqlclient15 to lib-mysqlclient 
* Added Default-Start for runlevel 2 and 4 and $remote_fs requirement in
  init.d scripts (Closes: #541252)
* Postinst checks for wrong runlevels 2 and 4 links
* Upgraded to standard version 3.8.3
* Add lintian overrides for missing slurm-llnl-configurator.html in doc
  base registration
* modified postrm scripts to ignore pkill return value in order to avoid
  postrm failure when no slurm process is running
* Checking for slurmctld.pid before cancelling running and pending
  jobs during package removal 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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  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
# Makefile for topology plugins
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
build_triplet = @build@
 
35
host_triplet = @host@
 
36
target_triplet = @target@
 
37
subdir = src/plugins/topology
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/auxdir/acx_pthread.m4 \
 
41
        $(top_srcdir)/auxdir/libtool.m4 \
 
42
        $(top_srcdir)/auxdir/ltoptions.m4 \
 
43
        $(top_srcdir)/auxdir/ltsugar.m4 \
 
44
        $(top_srcdir)/auxdir/ltversion.m4 \
 
45
        $(top_srcdir)/auxdir/lt~obsolete.m4 \
 
46
        $(top_srcdir)/auxdir/slurm.m4 \
 
47
        $(top_srcdir)/auxdir/x_ac__system_configuration.m4 \
 
48
        $(top_srcdir)/auxdir/x_ac_affinity.m4 \
 
49
        $(top_srcdir)/auxdir/x_ac_aix.m4 \
 
50
        $(top_srcdir)/auxdir/x_ac_blcr.m4 \
 
51
        $(top_srcdir)/auxdir/x_ac_bluegene.m4 \
 
52
        $(top_srcdir)/auxdir/x_ac_cflags.m4 \
 
53
        $(top_srcdir)/auxdir/x_ac_cray.m4 \
 
54
        $(top_srcdir)/auxdir/x_ac_databases.m4 \
 
55
        $(top_srcdir)/auxdir/x_ac_debug.m4 \
 
56
        $(top_srcdir)/auxdir/x_ac_elan.m4 \
 
57
        $(top_srcdir)/auxdir/x_ac_env.m4 \
 
58
        $(top_srcdir)/auxdir/x_ac_federation.m4 \
 
59
        $(top_srcdir)/auxdir/x_ac_gpl_licensed.m4 \
 
60
        $(top_srcdir)/auxdir/x_ac_gtk.m4 \
 
61
        $(top_srcdir)/auxdir/x_ac_iso.m4 \
 
62
        $(top_srcdir)/auxdir/x_ac_munge.m4 \
 
63
        $(top_srcdir)/auxdir/x_ac_ncurses.m4 \
 
64
        $(top_srcdir)/auxdir/x_ac_pam.m4 \
 
65
        $(top_srcdir)/auxdir/x_ac_ptrace.m4 \
 
66
        $(top_srcdir)/auxdir/x_ac_readline.m4 \
 
67
        $(top_srcdir)/auxdir/x_ac_setpgrp.m4 \
 
68
        $(top_srcdir)/auxdir/x_ac_setproctitle.m4 \
 
69
        $(top_srcdir)/auxdir/x_ac_sgi_job.m4 \
 
70
        $(top_srcdir)/auxdir/x_ac_slurm_ssl.m4 \
 
71
        $(top_srcdir)/auxdir/x_ac_sun_const.m4 \
 
72
        $(top_srcdir)/auxdir/x_ac_xcpu.m4 $(top_srcdir)/configure.ac
 
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
74
        $(ACLOCAL_M4)
 
75
mkinstalldirs = $(install_sh) -d
 
76
CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/slurm/slurm.h
 
77
CONFIG_CLEAN_FILES =
 
78
SOURCES =
 
79
DIST_SOURCES =
 
80
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
81
        html-recursive info-recursive install-data-recursive \
 
82
        install-dvi-recursive install-exec-recursive \
 
83
        install-html-recursive install-info-recursive \
 
84
        install-pdf-recursive install-ps-recursive install-recursive \
 
85
        installcheck-recursive installdirs-recursive pdf-recursive \
 
86
        ps-recursive uninstall-recursive
 
87
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
88
  distclean-recursive maintainer-clean-recursive
 
89
ETAGS = etags
 
90
CTAGS = ctags
 
91
DIST_SUBDIRS = $(SUBDIRS)
 
92
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
93
ACLOCAL = @ACLOCAL@
 
94
AMTAR = @AMTAR@
 
95
AR = @AR@
 
96
AUTHD_CFLAGS = @AUTHD_CFLAGS@
 
97
AUTHD_LIBS = @AUTHD_LIBS@
 
98
AUTOCONF = @AUTOCONF@
 
99
AUTOHEADER = @AUTOHEADER@
 
100
AUTOMAKE = @AUTOMAKE@
 
101
AWK = @AWK@
 
102
BG_INCLUDES = @BG_INCLUDES@
 
103
BLCR_CPPFLAGS = @BLCR_CPPFLAGS@
 
104
BLCR_HOME = @BLCR_HOME@
 
105
BLCR_LDFLAGS = @BLCR_LDFLAGS@
 
106
BLCR_LIBS = @BLCR_LIBS@
 
107
BLUEGENE_LOADED = @BLUEGENE_LOADED@
 
108
CC = @CC@
 
109
CCDEPMODE = @CCDEPMODE@
 
110
CFLAGS = @CFLAGS@
 
111
CMD_LDFLAGS = @CMD_LDFLAGS@
 
112
CPP = @CPP@
 
113
CPPFLAGS = @CPPFLAGS@
 
114
CXX = @CXX@
 
115
CXXCPP = @CXXCPP@
 
116
CXXDEPMODE = @CXXDEPMODE@
 
117
CXXFLAGS = @CXXFLAGS@
 
118
CYGPATH_W = @CYGPATH_W@
 
119
DEFS = @DEFS@
 
120
DEPDIR = @DEPDIR@
 
121
DSYMUTIL = @DSYMUTIL@
 
122
DUMPBIN = @DUMPBIN@
 
123
ECHO_C = @ECHO_C@
 
124
ECHO_N = @ECHO_N@
 
125
ECHO_T = @ECHO_T@
 
126
EGREP = @EGREP@
 
127
ELAN_LIBS = @ELAN_LIBS@
 
128
EXEEXT = @EXEEXT@
 
129
FEDERATION_LDFLAGS = @FEDERATION_LDFLAGS@
 
130
FGREP = @FGREP@
 
131
GREP = @GREP@
 
132
GTK2_CFLAGS = @GTK2_CFLAGS@
 
133
GTK2_LIBS = @GTK2_LIBS@
 
134
HAVEMYSQLCONFIG = @HAVEMYSQLCONFIG@
 
135
HAVEPGCONFIG = @HAVEPGCONFIG@
 
136
HAVEPKGCONFIG = @HAVEPKGCONFIG@
 
137
HAVE_AIX = @HAVE_AIX@
 
138
HAVE_ELAN = @HAVE_ELAN@
 
139
HAVE_FEDERATION = @HAVE_FEDERATION@
 
140
HAVE_OPENSSL = @HAVE_OPENSSL@
 
141
HAVE_SOME_CURSES = @HAVE_SOME_CURSES@
 
142
INSTALL = @INSTALL@
 
143
INSTALL_DATA = @INSTALL_DATA@
 
144
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
145
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
146
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
147
LD = @LD@
 
148
LDFLAGS = @LDFLAGS@
 
149
LIBOBJS = @LIBOBJS@
 
150
LIBS = @LIBS@
 
151
LIBTOOL = @LIBTOOL@
 
152
LIB_LDFLAGS = @LIB_LDFLAGS@
 
153
LIPO = @LIPO@
 
154
LN_S = @LN_S@
 
155
LTLIBOBJS = @LTLIBOBJS@
 
156
MAINT = @MAINT@
 
157
MAKEINFO = @MAKEINFO@
 
158
MKDIR_P = @MKDIR_P@
 
159
MUNGE_CPPFLAGS = @MUNGE_CPPFLAGS@
 
160
MUNGE_LDFLAGS = @MUNGE_LDFLAGS@
 
161
MUNGE_LIBS = @MUNGE_LIBS@
 
162
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
163
MYSQL_LIBS = @MYSQL_LIBS@
 
164
NCURSES = @NCURSES@
 
165
NM = @NM@
 
166
NMEDIT = @NMEDIT@
 
167
NUMA_LIBS = @NUMA_LIBS@
 
168
OBJDUMP = @OBJDUMP@
 
169
OBJEXT = @OBJEXT@
 
170
OTOOL = @OTOOL@
 
171
OTOOL64 = @OTOOL64@
 
172
PACKAGE = @PACKAGE@
 
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
174
PACKAGE_NAME = @PACKAGE_NAME@
 
175
PACKAGE_STRING = @PACKAGE_STRING@
 
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
177
PACKAGE_VERSION = @PACKAGE_VERSION@
 
178
PAM_LIBS = @PAM_LIBS@
 
179
PATH_SEPARATOR = @PATH_SEPARATOR@
 
180
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
181
PGSQL_LIBS = @PGSQL_LIBS@
 
182
PLPA_LIBS = @PLPA_LIBS@
 
183
PROCTRACKDIR = @PROCTRACKDIR@
 
184
PROJECT = @PROJECT@
 
185
PTHREAD_CC = @PTHREAD_CC@
 
186
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
187
PTHREAD_LIBS = @PTHREAD_LIBS@
 
188
RANLIB = @RANLIB@
 
189
READLINE_LIBS = @READLINE_LIBS@
 
190
RELEASE = @RELEASE@
 
191
SED = @SED@
 
192
SEMAPHORE_LIBS = @SEMAPHORE_LIBS@
 
193
SEMAPHORE_SOURCES = @SEMAPHORE_SOURCES@
 
194
SET_MAKE = @SET_MAKE@
 
195
SHELL = @SHELL@
 
196
SLURMCTLD_PORT = @SLURMCTLD_PORT@
 
197
SLURMDBD_PORT = @SLURMDBD_PORT@
 
198
SLURMD_PORT = @SLURMD_PORT@
 
199
SLURM_API_AGE = @SLURM_API_AGE@
 
200
SLURM_API_CURRENT = @SLURM_API_CURRENT@
 
201
SLURM_API_MAJOR = @SLURM_API_MAJOR@
 
202
SLURM_API_REVISION = @SLURM_API_REVISION@
 
203
SLURM_API_VERSION = @SLURM_API_VERSION@
 
204
SLURM_MAJOR = @SLURM_MAJOR@
 
205
SLURM_MICRO = @SLURM_MICRO@
 
206
SLURM_MINOR = @SLURM_MINOR@
 
207
SLURM_PREFIX = @SLURM_PREFIX@
 
208
SLURM_VERSION = @SLURM_VERSION@
 
209
SO_LDFLAGS = @SO_LDFLAGS@
 
210
SSL_CPPFLAGS = @SSL_CPPFLAGS@
 
211
SSL_LDFLAGS = @SSL_LDFLAGS@
 
212
SSL_LIBS = @SSL_LIBS@
 
213
STRIP = @STRIP@
 
214
UTIL_LIBS = @UTIL_LIBS@
 
215
VERSION = @VERSION@
 
216
abs_builddir = @abs_builddir@
 
217
abs_srcdir = @abs_srcdir@
 
218
abs_top_builddir = @abs_top_builddir@
 
219
abs_top_srcdir = @abs_top_srcdir@
 
220
ac_ct_CC = @ac_ct_CC@
 
221
ac_ct_CXX = @ac_ct_CXX@
 
222
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
223
am__include = @am__include@
 
224
am__leading_dot = @am__leading_dot@
 
225
am__quote = @am__quote@
 
226
am__tar = @am__tar@
 
227
am__untar = @am__untar@
 
228
bindir = @bindir@
 
229
build = @build@
 
230
build_alias = @build_alias@
 
231
build_cpu = @build_cpu@
 
232
build_os = @build_os@
 
233
build_vendor = @build_vendor@
 
234
builddir = @builddir@
 
235
datadir = @datadir@
 
236
datarootdir = @datarootdir@
 
237
docdir = @docdir@
 
238
dvidir = @dvidir@
 
239
exec_prefix = @exec_prefix@
 
240
host = @host@
 
241
host_alias = @host_alias@
 
242
host_cpu = @host_cpu@
 
243
host_os = @host_os@
 
244
host_vendor = @host_vendor@
 
245
htmldir = @htmldir@
 
246
includedir = @includedir@
 
247
infodir = @infodir@
 
248
install_sh = @install_sh@
 
249
libdir = @libdir@
 
250
libexecdir = @libexecdir@
 
251
localedir = @localedir@
 
252
localstatedir = @localstatedir@
 
253
lt_ECHO = @lt_ECHO@
 
254
mandir = @mandir@
 
255
mkdir_p = @mkdir_p@
 
256
oldincludedir = @oldincludedir@
 
257
pdfdir = @pdfdir@
 
258
prefix = @prefix@
 
259
program_transform_name = @program_transform_name@
 
260
psdir = @psdir@
 
261
sbindir = @sbindir@
 
262
sharedstatedir = @sharedstatedir@
 
263
srcdir = @srcdir@
 
264
sysconfdir = @sysconfdir@
 
265
target = @target@
 
266
target_alias = @target_alias@
 
267
target_cpu = @target_cpu@
 
268
target_os = @target_os@
 
269
target_vendor = @target_vendor@
 
270
top_build_prefix = @top_build_prefix@
 
271
top_builddir = @top_builddir@
 
272
top_srcdir = @top_srcdir@
 
273
SUBDIRS = 3d_torus none tree
 
274
all: all-recursive
 
275
 
 
276
.SUFFIXES:
 
277
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
278
        @for dep in $?; do \
 
279
          case '$(am__configure_deps)' in \
 
280
            *$$dep*) \
 
281
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
282
                && { if test -f $@; then exit 0; else break; fi; }; \
 
283
              exit 1;; \
 
284
          esac; \
 
285
        done; \
 
286
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/topology/Makefile'; \
 
287
        cd $(top_srcdir) && \
 
288
          $(AUTOMAKE) --gnu  src/plugins/topology/Makefile
 
289
.PRECIOUS: Makefile
 
290
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
291
        @case '$?' in \
 
292
          *config.status*) \
 
293
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
294
          *) \
 
295
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
296
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
297
        esac;
 
298
 
 
299
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
300
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
301
 
 
302
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
305
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
306
 
 
307
mostlyclean-libtool:
 
308
        -rm -f *.lo
 
309
 
 
310
clean-libtool:
 
311
        -rm -rf .libs _libs
 
312
 
 
313
# This directory's subdirectories are mostly independent; you can cd
 
314
# into them and run `make' without going through this Makefile.
 
315
# To change the values of `make' variables: instead of editing Makefiles,
 
316
# (1) if the variable is set in `config.status', edit `config.status'
 
317
#     (which will cause the Makefiles to be regenerated when you run `make');
 
318
# (2) otherwise, pass the desired values on the `make' command line.
 
319
$(RECURSIVE_TARGETS):
 
320
        @failcom='exit 1'; \
 
321
        for f in x $$MAKEFLAGS; do \
 
322
          case $$f in \
 
323
            *=* | --[!k]*);; \
 
324
            *k*) failcom='fail=yes';; \
 
325
          esac; \
 
326
        done; \
 
327
        dot_seen=no; \
 
328
        target=`echo $@ | sed s/-recursive//`; \
 
329
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
330
          echo "Making $$target in $$subdir"; \
 
331
          if test "$$subdir" = "."; then \
 
332
            dot_seen=yes; \
 
333
            local_target="$$target-am"; \
 
334
          else \
 
335
            local_target="$$target"; \
 
336
          fi; \
 
337
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
338
          || eval $$failcom; \
 
339
        done; \
 
340
        if test "$$dot_seen" = "no"; then \
 
341
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
342
        fi; test -z "$$fail"
 
343
 
 
344
$(RECURSIVE_CLEAN_TARGETS):
 
345
        @failcom='exit 1'; \
 
346
        for f in x $$MAKEFLAGS; do \
 
347
          case $$f in \
 
348
            *=* | --[!k]*);; \
 
349
            *k*) failcom='fail=yes';; \
 
350
          esac; \
 
351
        done; \
 
352
        dot_seen=no; \
 
353
        case "$@" in \
 
354
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
355
          *) list='$(SUBDIRS)' ;; \
 
356
        esac; \
 
357
        rev=''; for subdir in $$list; do \
 
358
          if test "$$subdir" = "."; then :; else \
 
359
            rev="$$subdir $$rev"; \
 
360
          fi; \
 
361
        done; \
 
362
        rev="$$rev ."; \
 
363
        target=`echo $@ | sed s/-recursive//`; \
 
364
        for subdir in $$rev; do \
 
365
          echo "Making $$target in $$subdir"; \
 
366
          if test "$$subdir" = "."; then \
 
367
            local_target="$$target-am"; \
 
368
          else \
 
369
            local_target="$$target"; \
 
370
          fi; \
 
371
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
372
          || eval $$failcom; \
 
373
        done && test -z "$$fail"
 
374
tags-recursive:
 
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
376
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
377
        done
 
378
ctags-recursive:
 
379
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
380
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
381
        done
 
382
 
 
383
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
384
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
385
        unique=`for i in $$list; do \
 
386
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
387
          done | \
 
388
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
389
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
390
        mkid -fID $$unique
 
391
tags: TAGS
 
392
 
 
393
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
394
                $(TAGS_FILES) $(LISP)
 
395
        tags=; \
 
396
        here=`pwd`; \
 
397
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
398
          include_option=--etags-include; \
 
399
          empty_fix=.; \
 
400
        else \
 
401
          include_option=--include; \
 
402
          empty_fix=; \
 
403
        fi; \
 
404
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
405
          if test "$$subdir" = .; then :; else \
 
406
            test ! -f $$subdir/TAGS || \
 
407
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
408
          fi; \
 
409
        done; \
 
410
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
411
        unique=`for i in $$list; do \
 
412
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
413
          done | \
 
414
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
415
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
416
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
417
          test -n "$$unique" || unique=$$empty_fix; \
 
418
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
419
            $$tags $$unique; \
 
420
        fi
 
421
ctags: CTAGS
 
422
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
423
                $(TAGS_FILES) $(LISP)
 
424
        tags=; \
 
425
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
426
        unique=`for i in $$list; do \
 
427
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
428
          done | \
 
429
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
430
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
431
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
432
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
433
             $$tags $$unique
 
434
 
 
435
GTAGS:
 
436
        here=`$(am__cd) $(top_builddir) && pwd` \
 
437
          && cd $(top_srcdir) \
 
438
          && gtags -i $(GTAGS_ARGS) $$here
 
439
 
 
440
distclean-tags:
 
441
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
442
 
 
443
distdir: $(DISTFILES)
 
444
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
445
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
446
        list='$(DISTFILES)'; \
 
447
          dist_files=`for file in $$list; do echo $$file; done | \
 
448
          sed -e "s|^$$srcdirstrip/||;t" \
 
449
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
450
        case $$dist_files in \
 
451
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
452
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
453
                           sort -u` ;; \
 
454
        esac; \
 
455
        for file in $$dist_files; do \
 
456
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
457
          if test -d $$d/$$file; then \
 
458
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
459
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
460
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
461
            fi; \
 
462
            cp -pR $$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
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
470
          if test "$$subdir" = .; then :; else \
 
471
            test -d "$(distdir)/$$subdir" \
 
472
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
473
            || exit 1; \
 
474
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
475
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
476
            (cd $$subdir && \
 
477
              $(MAKE) $(AM_MAKEFLAGS) \
 
478
                top_distdir="$$top_distdir" \
 
479
                distdir="$$distdir/$$subdir" \
 
480
                am__remove_distdir=: \
 
481
                am__skip_length_check=: \
 
482
                distdir) \
 
483
              || exit 1; \
 
484
          fi; \
 
485
        done
 
486
check-am: all-am
 
487
check: check-recursive
 
488
all-am: Makefile
 
489
installdirs: installdirs-recursive
 
490
installdirs-am:
 
491
install: install-recursive
 
492
install-exec: install-exec-recursive
 
493
install-data: install-data-recursive
 
494
uninstall: uninstall-recursive
 
495
 
 
496
install-am: all-am
 
497
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
498
 
 
499
installcheck: installcheck-recursive
 
500
install-strip:
 
501
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
502
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
503
          `test -z '$(STRIP)' || \
 
504
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
505
mostlyclean-generic:
 
506
 
 
507
clean-generic:
 
508
 
 
509
distclean-generic:
 
510
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
511
 
 
512
maintainer-clean-generic:
 
513
        @echo "This command is intended for maintainers to use"
 
514
        @echo "it deletes files that may require special tools to rebuild."
 
515
clean: clean-recursive
 
516
 
 
517
clean-am: clean-generic clean-libtool mostlyclean-am
 
518
 
 
519
distclean: distclean-recursive
 
520
        -rm -f Makefile
 
521
distclean-am: clean-am distclean-generic distclean-tags
 
522
 
 
523
dvi: dvi-recursive
 
524
 
 
525
dvi-am:
 
526
 
 
527
html: html-recursive
 
528
 
 
529
info: info-recursive
 
530
 
 
531
info-am:
 
532
 
 
533
install-data-am:
 
534
 
 
535
install-dvi: install-dvi-recursive
 
536
 
 
537
install-exec-am:
 
538
 
 
539
install-html: install-html-recursive
 
540
 
 
541
install-info: install-info-recursive
 
542
 
 
543
install-man:
 
544
 
 
545
install-pdf: install-pdf-recursive
 
546
 
 
547
install-ps: install-ps-recursive
 
548
 
 
549
installcheck-am:
 
550
 
 
551
maintainer-clean: maintainer-clean-recursive
 
552
        -rm -f Makefile
 
553
maintainer-clean-am: distclean-am maintainer-clean-generic
 
554
 
 
555
mostlyclean: mostlyclean-recursive
 
556
 
 
557
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
558
 
 
559
pdf: pdf-recursive
 
560
 
 
561
pdf-am:
 
562
 
 
563
ps: ps-recursive
 
564
 
 
565
ps-am:
 
566
 
 
567
uninstall-am:
 
568
 
 
569
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
570
        install-strip
 
571
 
 
572
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
573
        all all-am check check-am clean clean-generic clean-libtool \
 
574
        ctags ctags-recursive distclean distclean-generic \
 
575
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
576
        html-am info info-am install install-am install-data \
 
577
        install-data-am install-dvi install-dvi-am install-exec \
 
578
        install-exec-am install-html install-html-am install-info \
 
579
        install-info-am install-man install-pdf install-pdf-am \
 
580
        install-ps install-ps-am install-strip installcheck \
 
581
        installcheck-am installdirs installdirs-am maintainer-clean \
 
582
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
583
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
584
        uninstall uninstall-am
 
585
 
 
586
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
587
# Otherwise a system limit (for SysV at least) may be exceeded.
 
588
.NOEXPORT: