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

« back to all changes in this revision

Viewing changes to src/smap/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.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
46
46
        $(srcdir)/Makefile.in
47
47
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48
48
am__aclocal_m4_deps = $(top_srcdir)/auxdir/acx_pthread.m4 \
 
49
        $(top_srcdir)/auxdir/libtool.m4 \
 
50
        $(top_srcdir)/auxdir/ltoptions.m4 \
 
51
        $(top_srcdir)/auxdir/ltsugar.m4 \
 
52
        $(top_srcdir)/auxdir/ltversion.m4 \
 
53
        $(top_srcdir)/auxdir/lt~obsolete.m4 \
49
54
        $(top_srcdir)/auxdir/slurm.m4 \
50
55
        $(top_srcdir)/auxdir/x_ac__system_configuration.m4 \
51
56
        $(top_srcdir)/auxdir/x_ac_affinity.m4 \
52
57
        $(top_srcdir)/auxdir/x_ac_aix.m4 \
 
58
        $(top_srcdir)/auxdir/x_ac_blcr.m4 \
53
59
        $(top_srcdir)/auxdir/x_ac_bluegene.m4 \
54
60
        $(top_srcdir)/auxdir/x_ac_cflags.m4 \
 
61
        $(top_srcdir)/auxdir/x_ac_cray.m4 \
55
62
        $(top_srcdir)/auxdir/x_ac_databases.m4 \
56
63
        $(top_srcdir)/auxdir/x_ac_debug.m4 \
57
64
        $(top_srcdir)/auxdir/x_ac_elan.m4 \
 
65
        $(top_srcdir)/auxdir/x_ac_env.m4 \
58
66
        $(top_srcdir)/auxdir/x_ac_federation.m4 \
59
67
        $(top_srcdir)/auxdir/x_ac_gpl_licensed.m4 \
60
68
        $(top_srcdir)/auxdir/x_ac_gtk.m4 \
 
69
        $(top_srcdir)/auxdir/x_ac_iso.m4 \
61
70
        $(top_srcdir)/auxdir/x_ac_munge.m4 \
62
71
        $(top_srcdir)/auxdir/x_ac_ncurses.m4 \
63
72
        $(top_srcdir)/auxdir/x_ac_pam.m4 \
78
87
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
79
88
PROGRAMS = $(bin_PROGRAMS)
80
89
am__smap_SOURCES_DIST = smap.c job_functions.c partition_functions.c \
81
 
        configure_functions.c grid_functions.c opts.c
 
90
        configure_functions.c grid_functions.c reservation_functions.c \
 
91
        opts.c
82
92
@HAVE_SOME_CURSES_TRUE@am_smap_OBJECTS = smap.$(OBJEXT) \
83
93
@HAVE_SOME_CURSES_TRUE@ job_functions.$(OBJEXT) \
84
94
@HAVE_SOME_CURSES_TRUE@ partition_functions.$(OBJEXT) \
85
95
@HAVE_SOME_CURSES_TRUE@ configure_functions.$(OBJEXT) \
86
 
@HAVE_SOME_CURSES_TRUE@ grid_functions.$(OBJEXT) opts.$(OBJEXT)
 
96
@HAVE_SOME_CURSES_TRUE@ grid_functions.$(OBJEXT) \
 
97
@HAVE_SOME_CURSES_TRUE@ reservation_functions.$(OBJEXT) \
 
98
@HAVE_SOME_CURSES_TRUE@ opts.$(OBJEXT)
87
99
am__EXTRA_smap_SOURCES_DIST = smap.h smap.c job_functions.c \
88
100
        partition_functions.c configure_functions.c grid_functions.c \
89
 
        opts.c
 
101
        reservation_functions.c opts.c
90
102
smap_OBJECTS = $(am_smap_OBJECTS)
91
103
@HAVE_SOME_CURSES_TRUE@smap_DEPENDENCIES = $(top_builddir)/src/plugins/select/bluegene/block_allocator/libbluegene_block_allocator.la \
92
104
@HAVE_SOME_CURSES_TRUE@ $(top_builddir)/src/api/libslurm.o
122
134
AUTOMAKE = @AUTOMAKE@
123
135
AWK = @AWK@
124
136
BG_INCLUDES = @BG_INCLUDES@
 
137
BLCR_CPPFLAGS = @BLCR_CPPFLAGS@
 
138
BLCR_HOME = @BLCR_HOME@
 
139
BLCR_LDFLAGS = @BLCR_LDFLAGS@
 
140
BLCR_LIBS = @BLCR_LIBS@
125
141
BLUEGENE_LOADED = @BLUEGENE_LOADED@
126
142
CC = @CC@
127
143
CCDEPMODE = @CCDEPMODE@
137
153
DEFS = @DEFS@
138
154
DEPDIR = @DEPDIR@
139
155
DSYMUTIL = @DSYMUTIL@
140
 
ECHO = @ECHO@
 
156
DUMPBIN = @DUMPBIN@
141
157
ECHO_C = @ECHO_C@
142
158
ECHO_N = @ECHO_N@
143
159
ECHO_T = @ECHO_T@
144
160
EGREP = @EGREP@
145
161
ELAN_LIBS = @ELAN_LIBS@
146
162
EXEEXT = @EXEEXT@
147
 
F77 = @F77@
148
163
FEDERATION_LDFLAGS = @FEDERATION_LDFLAGS@
149
 
FFLAGS = @FFLAGS@
 
164
FGREP = @FGREP@
150
165
GREP = @GREP@
151
166
GTK2_CFLAGS = @GTK2_CFLAGS@
152
167
GTK2_LIBS = @GTK2_LIBS@
163
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
164
179
INSTALL_SCRIPT = @INSTALL_SCRIPT@
165
180
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
181
LD = @LD@
166
182
LDFLAGS = @LDFLAGS@
167
183
LIBOBJS = @LIBOBJS@
168
184
LIBS = $(NCURSES) 
169
185
LIBTOOL = @LIBTOOL@
170
186
LIB_LDFLAGS = @LIB_LDFLAGS@
 
187
LIPO = @LIPO@
171
188
LN_S = @LN_S@
172
189
LTLIBOBJS = @LTLIBOBJS@
173
190
MAINT = @MAINT@
179
196
MYSQL_CFLAGS = @MYSQL_CFLAGS@
180
197
MYSQL_LIBS = @MYSQL_LIBS@
181
198
NCURSES = @NCURSES@
 
199
NM = @NM@
182
200
NMEDIT = @NMEDIT@
183
201
NUMA_LIBS = @NUMA_LIBS@
 
202
OBJDUMP = @OBJDUMP@
184
203
OBJEXT = @OBJEXT@
 
204
OTOOL = @OTOOL@
 
205
OTOOL64 = @OTOOL64@
185
206
PACKAGE = @PACKAGE@
186
207
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
187
208
PACKAGE_NAME = @PACKAGE_NAME@
232
253
abs_top_srcdir = @abs_top_srcdir@
233
254
ac_ct_CC = @ac_ct_CC@
234
255
ac_ct_CXX = @ac_ct_CXX@
235
 
ac_ct_F77 = @ac_ct_F77@
 
256
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
236
257
am__include = @am__include@
237
258
am__leading_dot = @am__leading_dot@
238
259
am__quote = @am__quote@
263
284
libexecdir = @libexecdir@
264
285
localedir = @localedir@
265
286
localstatedir = @localstatedir@
 
287
lt_ECHO = @lt_ECHO@
266
288
mandir = @mandir@
267
289
mkdir_p = @mkdir_p@
268
290
oldincludedir = @oldincludedir@
279
301
target_cpu = @target_cpu@
280
302
target_os = @target_os@
281
303
target_vendor = @target_vendor@
 
304
top_build_prefix = @top_build_prefix@
282
305
top_builddir = @top_builddir@
283
306
top_srcdir = @top_srcdir@
284
307
AUTOMAKE_OPTIONS = foreign
290
313
@HAVE_SOME_CURSES_TRUE@noinst_HEADERS = smap.h 
291
314
@HAVE_SOME_CURSES_TRUE@smap_SOURCES = smap.c \
292
315
@HAVE_SOME_CURSES_TRUE@ job_functions.c partition_functions.c \
293
 
@HAVE_SOME_CURSES_TRUE@ configure_functions.c grid_functions.c opts.c
 
316
@HAVE_SOME_CURSES_TRUE@ configure_functions.c grid_functions.c \
 
317
@HAVE_SOME_CURSES_TRUE@ reservation_functions.c opts.c
294
318
 
295
319
@HAVE_SOME_CURSES_TRUE@smap_LDFLAGS = -export-dynamic $(CMD_LDFLAGS)
296
320
@HAVE_SOME_CURSES_FALSE@EXTRA_smap_SOURCES = smap.h smap.c \
297
321
@HAVE_SOME_CURSES_FALSE@        job_functions.c partition_functions.c \
298
 
@HAVE_SOME_CURSES_FALSE@        configure_functions.c grid_functions.c opts.c
 
322
@HAVE_SOME_CURSES_FALSE@        configure_functions.c grid_functions.c \
 
323
@HAVE_SOME_CURSES_FALSE@        reservation_functions.c opts.c
299
324
 
300
325
all: all-am
301
326
 
305
330
        @for dep in $?; do \
306
331
          case '$(am__configure_deps)' in \
307
332
            *$$dep*) \
308
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
309
 
                && exit 0; \
 
333
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
334
                && { if test -f $@; then exit 0; else break; fi; }; \
310
335
              exit 1;; \
311
336
          esac; \
312
337
        done; \
373
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/job_functions.Po@am__quote@
374
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opts.Po@am__quote@
375
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/partition_functions.Po@am__quote@
 
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reservation_functions.Po@am__quote@
376
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smap.Po@am__quote@
377
403
 
378
404
.c.o:
407
433
        unique=`for i in $$list; do \
408
434
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
435
          done | \
410
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
436
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
411
437
              END { if (nonempty) { for (i in files) print i; }; }'`; \
412
438
        mkid -fID $$unique
413
439
tags: TAGS