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

« back to all changes in this revision

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