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

« back to all changes in this revision

Viewing changes to src/slurmd/slurmd/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,
41
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
43
am__aclocal_m4_deps = $(top_srcdir)/auxdir/acx_pthread.m4 \
 
44
        $(top_srcdir)/auxdir/libtool.m4 \
 
45
        $(top_srcdir)/auxdir/ltoptions.m4 \
 
46
        $(top_srcdir)/auxdir/ltsugar.m4 \
 
47
        $(top_srcdir)/auxdir/ltversion.m4 \
 
48
        $(top_srcdir)/auxdir/lt~obsolete.m4 \
44
49
        $(top_srcdir)/auxdir/slurm.m4 \
45
50
        $(top_srcdir)/auxdir/x_ac__system_configuration.m4 \
46
51
        $(top_srcdir)/auxdir/x_ac_affinity.m4 \
47
52
        $(top_srcdir)/auxdir/x_ac_aix.m4 \
 
53
        $(top_srcdir)/auxdir/x_ac_blcr.m4 \
48
54
        $(top_srcdir)/auxdir/x_ac_bluegene.m4 \
49
55
        $(top_srcdir)/auxdir/x_ac_cflags.m4 \
 
56
        $(top_srcdir)/auxdir/x_ac_cray.m4 \
50
57
        $(top_srcdir)/auxdir/x_ac_databases.m4 \
51
58
        $(top_srcdir)/auxdir/x_ac_debug.m4 \
52
59
        $(top_srcdir)/auxdir/x_ac_elan.m4 \
 
60
        $(top_srcdir)/auxdir/x_ac_env.m4 \
53
61
        $(top_srcdir)/auxdir/x_ac_federation.m4 \
54
62
        $(top_srcdir)/auxdir/x_ac_gpl_licensed.m4 \
55
63
        $(top_srcdir)/auxdir/x_ac_gtk.m4 \
 
64
        $(top_srcdir)/auxdir/x_ac_iso.m4 \
56
65
        $(top_srcdir)/auxdir/x_ac_munge.m4 \
57
66
        $(top_srcdir)/auxdir/x_ac_ncurses.m4 \
58
67
        $(top_srcdir)/auxdir/x_ac_pam.m4 \
76
85
        read_proc.$(OBJEXT) reverse_tree_math.$(OBJEXT) xcpu.$(OBJEXT) \
77
86
        proctrack.$(OBJEXT) setproctitle.$(OBJEXT) \
78
87
        slurmstepd_init.$(OBJEXT) run_script.$(OBJEXT) \
79
 
        task_plugin.$(OBJEXT)
 
88
        task_plugin.$(OBJEXT) set_oomadj.$(OBJEXT)
80
89
am_slurmd_OBJECTS = $(am__objects_1)
81
90
slurmd_OBJECTS = $(am_slurmd_OBJECTS)
82
91
am__DEPENDENCIES_1 =
112
121
AUTOMAKE = @AUTOMAKE@
113
122
AWK = @AWK@
114
123
BG_INCLUDES = @BG_INCLUDES@
 
124
BLCR_CPPFLAGS = @BLCR_CPPFLAGS@
 
125
BLCR_HOME = @BLCR_HOME@
 
126
BLCR_LDFLAGS = @BLCR_LDFLAGS@
 
127
BLCR_LIBS = @BLCR_LIBS@
115
128
BLUEGENE_LOADED = @BLUEGENE_LOADED@
116
129
CC = @CC@
117
130
CCDEPMODE = @CCDEPMODE@
127
140
DEFS = @DEFS@
128
141
DEPDIR = @DEPDIR@
129
142
DSYMUTIL = @DSYMUTIL@
130
 
ECHO = @ECHO@
 
143
DUMPBIN = @DUMPBIN@
131
144
ECHO_C = @ECHO_C@
132
145
ECHO_N = @ECHO_N@
133
146
ECHO_T = @ECHO_T@
134
147
EGREP = @EGREP@
135
148
ELAN_LIBS = @ELAN_LIBS@
136
149
EXEEXT = @EXEEXT@
137
 
F77 = @F77@
138
150
FEDERATION_LDFLAGS = @FEDERATION_LDFLAGS@
139
 
FFLAGS = @FFLAGS@
 
151
FGREP = @FGREP@
140
152
GREP = @GREP@
141
153
GTK2_CFLAGS = @GTK2_CFLAGS@
142
154
GTK2_LIBS = @GTK2_LIBS@
153
165
INSTALL_PROGRAM = @INSTALL_PROGRAM@
154
166
INSTALL_SCRIPT = @INSTALL_SCRIPT@
155
167
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
168
LD = @LD@
156
169
LDFLAGS = @LDFLAGS@
157
170
LIBOBJS = @LIBOBJS@
158
171
LIBS = @LIBS@
159
172
LIBTOOL = @LIBTOOL@
160
173
LIB_LDFLAGS = @LIB_LDFLAGS@
 
174
LIPO = @LIPO@
161
175
LN_S = @LN_S@
162
176
LTLIBOBJS = @LTLIBOBJS@
163
177
MAINT = @MAINT@
169
183
MYSQL_CFLAGS = @MYSQL_CFLAGS@
170
184
MYSQL_LIBS = @MYSQL_LIBS@
171
185
NCURSES = @NCURSES@
 
186
NM = @NM@
172
187
NMEDIT = @NMEDIT@
173
188
NUMA_LIBS = @NUMA_LIBS@
 
189
OBJDUMP = @OBJDUMP@
174
190
OBJEXT = @OBJEXT@
 
191
OTOOL = @OTOOL@
 
192
OTOOL64 = @OTOOL64@
175
193
PACKAGE = @PACKAGE@
176
194
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177
195
PACKAGE_NAME = @PACKAGE_NAME@
222
240
abs_top_srcdir = @abs_top_srcdir@
223
241
ac_ct_CC = @ac_ct_CC@
224
242
ac_ct_CXX = @ac_ct_CXX@
225
 
ac_ct_F77 = @ac_ct_F77@
 
243
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226
244
am__include = @am__include@
227
245
am__leading_dot = @am__leading_dot@
228
246
am__quote = @am__quote@
253
271
libexecdir = @libexecdir@
254
272
localedir = @localedir@
255
273
localstatedir = @localstatedir@
 
274
lt_ECHO = @lt_ECHO@
256
275
mandir = @mandir@
257
276
mkdir_p = @mkdir_p@
258
277
oldincludedir = @oldincludedir@
269
288
target_cpu = @target_cpu@
270
289
target_os = @target_os@
271
290
target_vendor = @target_vendor@
 
291
top_build_prefix = @top_build_prefix@
272
292
top_builddir = @top_builddir@
273
293
top_srcdir = @top_srcdir@
274
294
AUTOMAKE_OPTIONS = foreign
295
315
        $(top_builddir)/src/slurmd/common/run_script.h \
296
316
        $(top_builddir)/src/slurmd/common/task_plugin.c \
297
317
        $(top_builddir)/src/slurmd/common/task_plugin.h \
 
318
        $(top_builddir)/src/slurmd/common/set_oomadj.c \
 
319
        $(top_builddir)/src/slurmd/common/set_oomadj.h \
298
320
        $(top_builddir)/src/slurmd/common/reverse_tree.h
299
321
 
300
322
slurmd_SOURCES = $(SLURMD_SOURCES)
311
333
        @for dep in $?; do \
312
334
          case '$(am__configure_deps)' in \
313
335
            *$$dep*) \
314
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
315
 
                && exit 0; \
 
336
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
337
                && { if test -f $@; then exit 0; else break; fi; }; \
316
338
              exit 1;; \
317
339
          esac; \
318
340
        done; \
380
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/req.Po@am__quote@
381
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reverse_tree_math.Po@am__quote@
382
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_script.Po@am__quote@
 
405
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_oomadj.Po@am__quote@
383
406
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setproctitle.Po@am__quote@
384
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slurmd.Po@am__quote@
385
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slurmstepd_init.Po@am__quote@
477
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478
501
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o task_plugin.obj `if test -f '$(top_builddir)/src/slurmd/common/task_plugin.c'; then $(CYGPATH_W) '$(top_builddir)/src/slurmd/common/task_plugin.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/src/slurmd/common/task_plugin.c'; fi`
479
502
 
 
503
set_oomadj.o: $(top_builddir)/src/slurmd/common/set_oomadj.c
 
504
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set_oomadj.o -MD -MP -MF $(DEPDIR)/set_oomadj.Tpo -c -o set_oomadj.o `test -f '$(top_builddir)/src/slurmd/common/set_oomadj.c' || echo '$(srcdir)/'`$(top_builddir)/src/slurmd/common/set_oomadj.c
 
505
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/set_oomadj.Tpo $(DEPDIR)/set_oomadj.Po
 
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/src/slurmd/common/set_oomadj.c' object='set_oomadj.o' libtool=no @AMDEPBACKSLASH@
 
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
508
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_oomadj.o `test -f '$(top_builddir)/src/slurmd/common/set_oomadj.c' || echo '$(srcdir)/'`$(top_builddir)/src/slurmd/common/set_oomadj.c
 
509
 
 
510
set_oomadj.obj: $(top_builddir)/src/slurmd/common/set_oomadj.c
 
511
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set_oomadj.obj -MD -MP -MF $(DEPDIR)/set_oomadj.Tpo -c -o set_oomadj.obj `if test -f '$(top_builddir)/src/slurmd/common/set_oomadj.c'; then $(CYGPATH_W) '$(top_builddir)/src/slurmd/common/set_oomadj.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/src/slurmd/common/set_oomadj.c'; fi`
 
512
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/set_oomadj.Tpo $(DEPDIR)/set_oomadj.Po
 
513
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_builddir)/src/slurmd/common/set_oomadj.c' object='set_oomadj.obj' libtool=no @AMDEPBACKSLASH@
 
514
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
515
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_oomadj.obj `if test -f '$(top_builddir)/src/slurmd/common/set_oomadj.c'; then $(CYGPATH_W) '$(top_builddir)/src/slurmd/common/set_oomadj.c'; else $(CYGPATH_W) '$(srcdir)/$(top_builddir)/src/slurmd/common/set_oomadj.c'; fi`
 
516
 
480
517
mostlyclean-libtool:
481
518
        -rm -f *.lo
482
519
 
488
525
        unique=`for i in $$list; do \
489
526
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
527
          done | \
491
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
528
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
492
529
              END { if (nonempty) { for (i in files) print i; }; }'`; \
493
530
        mkid -fID $$unique
494
531
tags: TAGS