~ubuntu-branches/ubuntu/saucy/slurm-llnl/saucy

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2008-05-30 13:11:30 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080530131130-l6ko6aie7xhrlmxe
Tags: 1.3.3-1
* New upstream release
* Removed patches to src/slurmctd/controller.c src/slurmdbd/slurmdbd.c
  doc/man/man1/sacctmgr.1 included to upstream
* Edited watch file to seek for 1.3 releases
* doc/man/man1/salloc.1 doc/man/man1/sbatch.1 doc/man/man5/slurm.conf.5
  patched to improve formatting and avoid manual warnings 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
41
41
        $(top_srcdir)/auxdir/x_ac_affinity.m4 \
42
42
        $(top_srcdir)/auxdir/x_ac_aix.m4 \
43
43
        $(top_srcdir)/auxdir/x_ac_bluegene.m4 \
 
44
        $(top_srcdir)/auxdir/x_ac_cflags.m4 \
 
45
        $(top_srcdir)/auxdir/x_ac_databases.m4 \
44
46
        $(top_srcdir)/auxdir/x_ac_debug.m4 \
45
47
        $(top_srcdir)/auxdir/x_ac_elan.m4 \
46
48
        $(top_srcdir)/auxdir/x_ac_federation.m4 \
99
101
CYGPATH_W = @CYGPATH_W@
100
102
DEFS = @DEFS@
101
103
DEPDIR = @DEPDIR@
 
104
DSYMUTIL = @DSYMUTIL@
102
105
ECHO = @ECHO@
103
106
ECHO_C = @ECHO_C@
104
107
ECHO_N = @ECHO_N@
112
115
GREP = @GREP@
113
116
GTK2_CFLAGS = @GTK2_CFLAGS@
114
117
GTK2_LIBS = @GTK2_LIBS@
 
118
HAVEMYSQLCONFIG = @HAVEMYSQLCONFIG@
 
119
HAVEPGCONFIG = @HAVEPGCONFIG@
115
120
HAVEPKGCONFIG = @HAVEPKGCONFIG@
116
121
HAVE_AIX = @HAVE_AIX@
117
122
HAVE_ELAN = @HAVE_ELAN@
118
123
HAVE_FEDERATION = @HAVE_FEDERATION@
 
124
HAVE_OPENSSL = @HAVE_OPENSSL@
119
125
HAVE_SOME_CURSES = @HAVE_SOME_CURSES@
120
126
INSTALL = @INSTALL@
121
127
INSTALL_DATA = @INSTALL_DATA@
135
141
MUNGE_CPPFLAGS = @MUNGE_CPPFLAGS@
136
142
MUNGE_LDFLAGS = @MUNGE_LDFLAGS@
137
143
MUNGE_LIBS = @MUNGE_LIBS@
 
144
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
145
MYSQL_LIBS = @MYSQL_LIBS@
138
146
NCURSES = @NCURSES@
 
147
NMEDIT = @NMEDIT@
139
148
NUMA_LIBS = @NUMA_LIBS@
140
149
OBJEXT = @OBJEXT@
141
150
PACKAGE = @PACKAGE@
146
155
PACKAGE_VERSION = @PACKAGE_VERSION@
147
156
PAM_LIBS = @PAM_LIBS@
148
157
PATH_SEPARATOR = @PATH_SEPARATOR@
 
158
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
159
PGSQL_LIBS = @PGSQL_LIBS@
149
160
PLPA_LIBS = @PLPA_LIBS@
150
161
PROCTRACKDIR = @PROCTRACKDIR@
151
162
PROJECT = @PROJECT@
161
172
SET_MAKE = @SET_MAKE@
162
173
SHELL = @SHELL@
163
174
SLURMCTLD_PORT = @SLURMCTLD_PORT@
 
175
SLURMDBD_PORT = @SLURMDBD_PORT@
164
176
SLURMD_PORT = @SLURMD_PORT@
165
177
SLURM_API_AGE = @SLURM_API_AGE@
166
178
SLURM_API_CURRENT = @SLURM_API_CURRENT@
176
188
SSL_LDFLAGS = @SSL_LDFLAGS@
177
189
SSL_LIBS = @SSL_LIBS@
178
190
STRIP = @STRIP@
 
191
UTIL_LIBS = @UTIL_LIBS@
179
192
VERSION = @VERSION@
180
193
abs_builddir = @abs_builddir@
181
194
abs_srcdir = @abs_srcdir@
232
245
target_vendor = @target_vendor@
233
246
top_builddir = @top_builddir@
234
247
top_srcdir = @top_srcdir@
235
 
SUBDIRS = common api slurmctld slurmd plugins srun sacct sbcast \
236
 
        scontrol scancel squeue sinfo smap sview slaunch salloc \
237
 
        sbatch sattach strigger
 
248
SUBDIRS = common api database \
 
249
        slurmctld slurmd slurmdbd plugins srun sbcast \
 
250
        scontrol scancel squeue sinfo smap sview salloc \
 
251
        sbatch sattach strigger sacct sacctmgr sreport sstat
238
252
 
239
253
all: all-recursive
240
254
 
350
364
        unique=`for i in $$list; do \
351
365
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
366
          done | \
353
 
          $(AWK) '    { files[$$0] = 1; } \
354
 
               END { for (i in files) print i; }'`; \
 
367
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
368
              END { if (nonempty) { for (i in files) print i; }; }'`; \
355
369
        mkid -fID $$unique
356
370
tags: TAGS
357
371
 
376
390
        unique=`for i in $$list; do \
377
391
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378
392
          done | \
379
 
          $(AWK) '    { files[$$0] = 1; } \
380
 
               END { for (i in files) print i; }'`; \
 
393
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
394
              END { if (nonempty) { for (i in files) print i; }; }'`; \
381
395
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
382
396
          test -n "$$unique" || unique=$$empty_fix; \
383
397
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387
401
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388
402
                $(TAGS_FILES) $(LISP)
389
403
        tags=; \
390
 
        here=`pwd`; \
391
404
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392
405
        unique=`for i in $$list; do \
393
406
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
407
          done | \
395
 
          $(AWK) '    { files[$$0] = 1; } \
396
 
               END { for (i in files) print i; }'`; \
 
408
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
409
              END { if (nonempty) { for (i in files) print i; }; }'`; \
397
410
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
398
411
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399
412
             $$tags $$unique