~ubuntu-branches/ubuntu/precise/slurm-llnl/precise

« back to all changes in this revision

Viewing changes to contribs/perlapi/libslurmdb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-04-08 11:21:17 UTC
  • mfrom: (3.3.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110408112117-nfnyq9dtm55hqoaw
Tags: 2.2.4-1
* New upstream releases 
* Cleaning spare file and directories, not belonging to the sources
  generated by the building process and not removed by distclean.
  Added debian/clean with spare files and rm -rf inside debian/rules
  for directories.
* Added new packages libslurm-perl, libslurmdb-perl, slurm-llnl-torque
  (Closes: #575822) thanks to Julien Blache

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 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, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@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 = contribs/perlapi/libslurmdb
 
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_hwloc.m4 \
 
61
        $(top_srcdir)/auxdir/x_ac_iso.m4 \
 
62
        $(top_srcdir)/auxdir/x_ac_lua.m4 \
 
63
        $(top_srcdir)/auxdir/x_ac_munge.m4 \
 
64
        $(top_srcdir)/auxdir/x_ac_ncurses.m4 \
 
65
        $(top_srcdir)/auxdir/x_ac_pam.m4 \
 
66
        $(top_srcdir)/auxdir/x_ac_printf_null.m4 \
 
67
        $(top_srcdir)/auxdir/x_ac_ptrace.m4 \
 
68
        $(top_srcdir)/auxdir/x_ac_readline.m4 \
 
69
        $(top_srcdir)/auxdir/x_ac_setpgrp.m4 \
 
70
        $(top_srcdir)/auxdir/x_ac_setproctitle.m4 \
 
71
        $(top_srcdir)/auxdir/x_ac_sgi_job.m4 \
 
72
        $(top_srcdir)/auxdir/x_ac_slurm_ssl.m4 \
 
73
        $(top_srcdir)/auxdir/x_ac_sun_const.m4 \
 
74
        $(top_srcdir)/auxdir/x_ac_xcpu.m4 $(top_srcdir)/configure.ac
 
75
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
76
        $(ACLOCAL_M4)
 
77
mkinstalldirs = $(install_sh) -d
 
78
CONFIG_HEADER = $(top_builddir)/config.h $(top_builddir)/slurm/slurm.h
 
79
CONFIG_CLEAN_FILES =
 
80
CONFIG_CLEAN_VPATH_FILES =
 
81
SOURCES =
 
82
DIST_SOURCES =
 
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
84
ACLOCAL = @ACLOCAL@
 
85
AMTAR = @AMTAR@
 
86
AR = @AR@
 
87
AUTHD_CFLAGS = @AUTHD_CFLAGS@
 
88
AUTHD_LIBS = @AUTHD_LIBS@
 
89
AUTOCONF = @AUTOCONF@
 
90
AUTOHEADER = @AUTOHEADER@
 
91
AUTOMAKE = @AUTOMAKE@
 
92
AWK = @AWK@
 
93
BGL_LOADED = @BGL_LOADED@
 
94
BG_INCLUDES = @BG_INCLUDES@
 
95
BLCR_CPPFLAGS = @BLCR_CPPFLAGS@
 
96
BLCR_HOME = @BLCR_HOME@
 
97
BLCR_LDFLAGS = @BLCR_LDFLAGS@
 
98
BLCR_LIBS = @BLCR_LIBS@
 
99
BLUEGENE_LOADED = @BLUEGENE_LOADED@
 
100
CC = @CC@
 
101
CCDEPMODE = @CCDEPMODE@
 
102
CFLAGS = @CFLAGS@
 
103
CMD_LDFLAGS = @CMD_LDFLAGS@
 
104
CPP = @CPP@
 
105
CPPFLAGS = @CPPFLAGS@
 
106
CXX = @CXX@
 
107
CXXCPP = @CXXCPP@
 
108
CXXDEPMODE = @CXXDEPMODE@
 
109
CXXFLAGS = @CXXFLAGS@
 
110
CYGPATH_W = @CYGPATH_W@
 
111
DEFS = @DEFS@
 
112
DEPDIR = @DEPDIR@
 
113
DSYMUTIL = @DSYMUTIL@
 
114
DUMPBIN = @DUMPBIN@
 
115
ECHO_C = @ECHO_C@
 
116
ECHO_N = @ECHO_N@
 
117
ECHO_T = @ECHO_T@
 
118
EGREP = @EGREP@
 
119
ELAN_LIBS = @ELAN_LIBS@
 
120
EXEEXT = @EXEEXT@
 
121
FEDERATION_LDFLAGS = @FEDERATION_LDFLAGS@
 
122
FGREP = @FGREP@
 
123
GREP = @GREP@
 
124
GTK_CFLAGS = @GTK_CFLAGS@
 
125
GTK_LIBS = @GTK_LIBS@
 
126
HAVEMYSQLCONFIG = @HAVEMYSQLCONFIG@
 
127
HAVEPGCONFIG = @HAVEPGCONFIG@
 
128
HAVE_AIX = @HAVE_AIX@
 
129
HAVE_ELAN = @HAVE_ELAN@
 
130
HAVE_FEDERATION = @HAVE_FEDERATION@
 
131
HAVE_OPENSSL = @HAVE_OPENSSL@
 
132
HAVE_SOME_CURSES = @HAVE_SOME_CURSES@
 
133
HWLOC_CPPFLAGS = @HWLOC_CPPFLAGS@
 
134
HWLOC_LDFLAGS = @HWLOC_LDFLAGS@
 
135
HWLOC_LIBS = @HWLOC_LIBS@
 
136
INSTALL = @INSTALL@
 
137
INSTALL_DATA = @INSTALL_DATA@
 
138
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
139
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
140
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
141
LD = @LD@
 
142
LDFLAGS = @LDFLAGS@
 
143
LIBOBJS = @LIBOBJS@
 
144
LIBS = @LIBS@
 
145
LIBTOOL = @LIBTOOL@
 
146
LIB_LDFLAGS = @LIB_LDFLAGS@
 
147
LIPO = @LIPO@
 
148
LN_S = @LN_S@
 
149
LTLIBOBJS = @LTLIBOBJS@
 
150
MAINT = @MAINT@
 
151
MAKEINFO = @MAKEINFO@
 
152
MKDIR_P = @MKDIR_P@
 
153
MUNGE_CPPFLAGS = @MUNGE_CPPFLAGS@
 
154
MUNGE_LDFLAGS = @MUNGE_LDFLAGS@
 
155
MUNGE_LIBS = @MUNGE_LIBS@
 
156
MYSQL_CFLAGS = @MYSQL_CFLAGS@
 
157
MYSQL_LIBS = @MYSQL_LIBS@
 
158
NCURSES = @NCURSES@
 
159
NM = @NM@
 
160
NMEDIT = @NMEDIT@
 
161
NUMA_LIBS = @NUMA_LIBS@
 
162
OBJDUMP = @OBJDUMP@
 
163
OBJEXT = @OBJEXT@
 
164
OTOOL = @OTOOL@
 
165
OTOOL64 = @OTOOL64@
 
166
PACKAGE = @PACKAGE@
 
167
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
168
PACKAGE_NAME = @PACKAGE_NAME@
 
169
PACKAGE_STRING = @PACKAGE_STRING@
 
170
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
171
PACKAGE_URL = @PACKAGE_URL@
 
172
PACKAGE_VERSION = @PACKAGE_VERSION@
 
173
PAM_DIR = @PAM_DIR@
 
174
PAM_LIBS = @PAM_LIBS@
 
175
PATH_SEPARATOR = @PATH_SEPARATOR@
 
176
PGSQL_CFLAGS = @PGSQL_CFLAGS@
 
177
PGSQL_LIBS = @PGSQL_LIBS@
 
178
PKG_CONFIG = @PKG_CONFIG@
 
179
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
180
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
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
SLURMCTLD_PORT_COUNT = @SLURMCTLD_PORT_COUNT@
 
196
SLURMDBD_PORT = @SLURMDBD_PORT@
 
197
SLURMD_PORT = @SLURMD_PORT@
 
198
SLURM_API_AGE = @SLURM_API_AGE@
 
199
SLURM_API_CURRENT = @SLURM_API_CURRENT@
 
200
SLURM_API_MAJOR = @SLURM_API_MAJOR@
 
201
SLURM_API_REVISION = @SLURM_API_REVISION@
 
202
SLURM_API_VERSION = @SLURM_API_VERSION@
 
203
SLURM_MAJOR = @SLURM_MAJOR@
 
204
SLURM_MICRO = @SLURM_MICRO@
 
205
SLURM_MINOR = @SLURM_MINOR@
 
206
SLURM_PREFIX = @SLURM_PREFIX@
 
207
SLURM_VERSION_NUMBER = @SLURM_VERSION_NUMBER@
 
208
SLURM_VERSION_STRING = @SLURM_VERSION_STRING@
 
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
lua_CFLAGS = @lua_CFLAGS@
 
255
lua_LIBS = @lua_LIBS@
 
256
mandir = @mandir@
 
257
mkdir_p = @mkdir_p@
 
258
oldincludedir = @oldincludedir@
 
259
pdfdir = @pdfdir@
 
260
prefix = @prefix@
 
261
program_transform_name = @program_transform_name@
 
262
psdir = @psdir@
 
263
sbindir = @sbindir@
 
264
sharedstatedir = @sharedstatedir@
 
265
srcdir = @srcdir@
 
266
sysconfdir = @sysconfdir@
 
267
target = @target@
 
268
target_alias = @target_alias@
 
269
target_cpu = @target_cpu@
 
270
target_os = @target_os@
 
271
target_vendor = @target_vendor@
 
272
top_build_prefix = @top_build_prefix@
 
273
top_builddir = @top_builddir@
 
274
top_srcdir = @top_srcdir@
 
275
AUTOMAKE_OPTIONS = foreign
 
276
# copied from pidgin
 
277
#
 
278
perl_dir = perl
 
279
perlpath = /usr/bin/perl
 
280
perl_sources = \
 
281
               $(perl_dir)/Makefile.PL.in \
 
282
               $(perl_dir)/ppport.h \
 
283
               $(perl_dir)/Slurmdb.pm \
 
284
               $(perl_dir)/Slurmdb.xs \
 
285
               $(perl_dir)/slurmdb-perl.h \
 
286
               $(perl_dir)/cluster.c
 
287
 
 
288
AM_CPPFLAGS = \
 
289
        -DVERSION=\"$(VERSION)\" \
 
290
        -I$(top_srcdir) \
 
291
        -I$(top_builddir) \
 
292
        $(DEBUG_CFLAGS) \
 
293
        $(PERL_CFLAGS)
 
294
 
 
295
all: all-am
 
296
 
 
297
.SUFFIXES:
 
298
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
299
        @for dep in $?; do \
 
300
          case '$(am__configure_deps)' in \
 
301
            *$$dep*) \
 
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
303
                && { if test -f $@; then exit 0; else break; fi; }; \
 
304
              exit 1;; \
 
305
          esac; \
 
306
        done; \
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contribs/perlapi/libslurmdb/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --foreign contribs/perlapi/libslurmdb/Makefile
 
310
.PRECIOUS: Makefile
 
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
312
        @case '$?' in \
 
313
          *config.status*) \
 
314
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
315
          *) \
 
316
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
317
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
318
        esac;
 
319
 
 
320
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
321
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
322
 
 
323
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
 
328
 
 
329
mostlyclean-libtool:
 
330
        -rm -f *.lo
 
331
 
 
332
clean-libtool:
 
333
        -rm -rf .libs _libs
 
334
tags: TAGS
 
335
TAGS:
 
336
 
 
337
ctags: CTAGS
 
338
CTAGS:
 
339
 
 
340
 
 
341
distdir: $(DISTFILES)
 
342
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
343
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
344
        list='$(DISTFILES)'; \
 
345
          dist_files=`for file in $$list; do echo $$file; done | \
 
346
          sed -e "s|^$$srcdirstrip/||;t" \
 
347
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
348
        case $$dist_files in \
 
349
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
350
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
351
                           sort -u` ;; \
 
352
        esac; \
 
353
        for file in $$dist_files; do \
 
354
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
355
          if test -d $$d/$$file; then \
 
356
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
357
            if test -d "$(distdir)/$$file"; then \
 
358
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
359
            fi; \
 
360
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
361
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
362
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
363
            fi; \
 
364
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
365
          else \
 
366
            test -f "$(distdir)/$$file" \
 
367
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
368
            || exit 1; \
 
369
          fi; \
 
370
        done
 
371
check-am: all-am
 
372
check: check-am
 
373
all-am: Makefile all-local
 
374
installdirs:
 
375
install: install-am
 
376
install-exec: install-exec-am
 
377
install-data: install-data-am
 
378
uninstall: uninstall-am
 
379
 
 
380
install-am: all-am
 
381
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
382
 
 
383
installcheck: installcheck-am
 
384
install-strip:
 
385
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
386
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
387
          `test -z '$(STRIP)' || \
 
388
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
389
mostlyclean-generic:
 
390
 
 
391
maintainer-clean-generic:
 
392
        @echo "This command is intended for maintainers to use"
 
393
        @echo "it deletes files that may require special tools to rebuild."
 
394
clean: clean-am
 
395
 
 
396
clean-am: clean-generic clean-libtool mostlyclean-am
 
397
 
 
398
distclean: distclean-am
 
399
        -rm -f Makefile
 
400
distclean-am: clean-am distclean-generic
 
401
 
 
402
dvi: dvi-am
 
403
 
 
404
dvi-am:
 
405
 
 
406
html: html-am
 
407
 
 
408
html-am:
 
409
 
 
410
info: info-am
 
411
 
 
412
info-am:
 
413
 
 
414
install-data-am:
 
415
 
 
416
install-dvi: install-dvi-am
 
417
 
 
418
install-dvi-am:
 
419
 
 
420
install-exec-am: install-exec-local
 
421
 
 
422
install-html: install-html-am
 
423
 
 
424
install-html-am:
 
425
 
 
426
install-info: install-info-am
 
427
 
 
428
install-info-am:
 
429
 
 
430
install-man:
 
431
 
 
432
install-pdf: install-pdf-am
 
433
 
 
434
install-pdf-am:
 
435
 
 
436
install-ps: install-ps-am
 
437
 
 
438
install-ps-am:
 
439
 
 
440
installcheck-am:
 
441
 
 
442
maintainer-clean: maintainer-clean-am
 
443
        -rm -f Makefile
 
444
maintainer-clean-am: distclean-am maintainer-clean-generic
 
445
 
 
446
mostlyclean: mostlyclean-am
 
447
 
 
448
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
449
 
 
450
pdf: pdf-am
 
451
 
 
452
pdf-am:
 
453
 
 
454
ps: ps-am
 
455
 
 
456
ps-am:
 
457
 
 
458
uninstall-am: uninstall-local
 
459
 
 
460
.MAKE: install-am install-strip
 
461
 
 
462
.PHONY: all all-am all-local check check-am clean clean-generic \
 
463
        clean-libtool distclean distclean-generic distclean-libtool \
 
464
        distdir dvi dvi-am html html-am info info-am install \
 
465
        install-am install-data install-data-am install-dvi \
 
466
        install-dvi-am install-exec install-exec-am install-exec-local \
 
467
        install-html install-html-am install-info install-info-am \
 
468
        install-man install-pdf install-pdf-am install-ps \
 
469
        install-ps-am install-strip installcheck installcheck-am \
 
470
        installdirs maintainer-clean maintainer-clean-generic \
 
471
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
472
        ps ps-am uninstall uninstall-am uninstall-local
 
473
 
 
474
 
 
475
$(perl_dir)/Makefile:   $(perl_dir)/Makefile.PL
 
476
        @if test "x${top_srcdir}" != "x${top_builddir}"; then \
 
477
                for f in ${perl_sources}; do \
 
478
                        ${LN_S} -f ${abs_srcdir}/$$f $$f; \
 
479
                done; \
 
480
        fi
 
481
        @cd $(perl_dir) && $(perlpath) Makefile.PL $(PERL_MM_PARAMS) prefix=${prefix} INSTALL_BASE= PERL_MM_OPT=
 
482
 
 
483
#
 
484
# Note on linking logic below
 
485
#
 
486
# AIX needs to use LD to link. It can not use gcc.
 
487
# Suse Linux compiles with gcc, but picks some other compiler to use for linking.
 
488
#   Since some CFLAGS may be incompatible with this other compiler, the build
 
489
#   may fail, as seen on BlueGene platforms.
 
490
# Other Linux implementations sems to work fine with the LD specified as below
 
491
#
 
492
all-local: $(perl_dir)/Makefile #libslurmdb
 
493
@HAVE_AIX_TRUE@ @cd $(perl_dir) && \
 
494
@HAVE_AIX_TRUE@ if [ ! -f Makefile ]; then \
 
495
@HAVE_AIX_TRUE@         $(perlpath) Makefile.PL $(PERL_MM_PARAMS) prefix=${prefix} INSTALL_BASE= PERL_MM_OPT=; \
 
496
@HAVE_AIX_TRUE@ fi && \
 
497
@HAVE_AIX_TRUE@ ($(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) -g -static $(CFLAGS)" $(PERL_EXTRA_OPTS) || \
 
498
@HAVE_AIX_TRUE@  $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) -g -static $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \
 
499
@HAVE_AIX_TRUE@ cd ..;
 
500
@HAVE_AIX_FALSE@        @cd $(perl_dir) && \
 
501
@HAVE_AIX_FALSE@        if [ ! -f Makefile ]; then \
 
502
@HAVE_AIX_FALSE@                $(perlpath) Makefile.PL $(PERL_MM_PARAMS) prefix=${prefix} INSTALL_BASE= PERL_MM_OPT=; \
 
503
@HAVE_AIX_FALSE@        fi && \
 
504
@HAVE_AIX_FALSE@        ($(MAKE) CC="$(CC)" LD="$(CC) $(CFLAGS)" CCFLAGS="$(PERL_CFLAGS) -g -static $(CFLAGS)" $(PERL_EXTRA_OPTS) || \
 
505
@HAVE_AIX_FALSE@         $(MAKE) CC="$(CC)" LD="$(CC) $(CFLAGS)" CCFLAGS="$(PERL_CFLAGS) -g -static $(CFLAGS)" $(PERL_EXTRA_OPTS)) && \
 
506
@HAVE_AIX_FALSE@        cd ..;
 
507
 
 
508
install-exec-local:
 
509
        @cd $(perl_dir) && \
 
510
        $(MAKE) DESTDIR=$(DESTDIR) install && \
 
511
        cd ..;
 
512
 
 
513
# Evil Hack (TM)
 
514
# ... which doesn't work with DESTDIR installs. FIXME?
 
515
uninstall-local:
 
516
        @cd $(perl_dir) && \
 
517
        `$(MAKE) uninstall | grep unlink | sed -e 's#/usr#${prefix}#' -e 's#unlink#rm -f#'` && \
 
518
        cd ..;
 
519
 
 
520
clean-generic:
 
521
        @cd $(perl_dir); \
 
522
        $(MAKE) clean; \
 
523
        cd ..; \
 
524
        rm -f *.so
 
525
 
 
526
distclean-generic:
 
527
        @cd $(perl_dir); \
 
528
        $(MAKE) realclean; \
 
529
        rm -f Makefile.PL; \
 
530
        rm -f Makefile.old; \
 
531
        rm -f Makefile; \
 
532
        cd ..;
 
533
 
 
534
        @rm -f Makefile
 
535
 
 
536
        @if test "x${top_srcdir}" != "x${top_builddir}"; then \
 
537
                for f in ${perl_sources}; do \
 
538
                        ${LN_S} -f ${abs_srcdir}/$$f $$f; \
 
539
                done; \
 
540
        fi
 
541
 
 
542
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
543
# Otherwise a system limit (for SysV at least) may be exceeded.
 
544
.NOEXPORT: