~ubuntu-branches/ubuntu/wily/sblim-sfcb/wily-proposed

« back to all changes in this revision

Viewing changes to test/cimrstest/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Kent Baxley
  • Date: 2013-12-17 13:40:27 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131217134027-kq6p2lat59na4jvr
Tags: 1.4.6-0ubuntu3
Fix one more build dep.  LP: #1262338

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
 
6
# Foundation, 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
 
 
18
# $Id: Makefile.am,v 1.105 2010/02/10 20:51:15 buccella Exp $  
 
19
#
 
20
#  Makefile.am
 
21
 
22
#   © Copyright IBM Corp. 2009
 
23
 
24
#  THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
 
25
#  ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
 
26
#  CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
 
27
 
28
#  You can obtain a current copy of the Eclipse Public License from
 
29
#  http://www.opensource.org/licenses/eclipse-1.0.php
 
30
 
31
#  Author:        Michael Chase-Salerno <bratac@linux.vnet.ibm.com>
 
32
#  Contributions: 
 
33
 
34
#  Description:
 
35
 
36
#  Makefile process input for sfcb tests.
 
37
 
38
 
39
VPATH = @srcdir@
 
40
pkgdatadir = $(datadir)/@PACKAGE@
 
41
pkgincludedir = $(includedir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
 
43
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
45
install_sh_DATA = $(install_sh) -c -m 644
 
46
install_sh_PROGRAM = $(install_sh) -c
 
47
install_sh_SCRIPT = $(install_sh) -c
 
48
INSTALL_HEADER = $(INSTALL_DATA)
 
49
transform = $(program_transform_name)
 
50
NORMAL_INSTALL = :
 
51
PRE_INSTALL = :
 
52
POST_INSTALL = :
 
53
NORMAL_UNINSTALL = :
 
54
PRE_UNINSTALL = :
 
55
POST_UNINSTALL = :
 
56
build_triplet = @build@
 
57
host_triplet = @host@
 
58
subdir = test/cimrstest
 
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
61
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
62
        $(top_srcdir)/configure.ac
 
63
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
64
        $(ACLOCAL_M4)
 
65
mkinstalldirs = $(install_sh) -d
 
66
CONFIG_HEADER = $(top_builddir)/config.h
 
67
CONFIG_CLEAN_FILES =
 
68
CONFIG_CLEAN_VPATH_FILES =
 
69
SOURCES =
 
70
DIST_SOURCES =
 
71
am__tty_colors = \
 
72
red=; grn=; lgn=; blu=; std=
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
ACLOCAL = @ACLOCAL@
 
75
ALLOCA = @ALLOCA@
 
76
AMTAR = @AMTAR@
 
77
AR = @AR@
 
78
AUTOCONF = @AUTOCONF@
 
79
AUTOHEADER = @AUTOHEADER@
 
80
AUTOMAKE = @AUTOMAKE@
 
81
AWK = @AWK@
 
82
CC = @CC@
 
83
CCDEPMODE = @CCDEPMODE@
 
84
CFLAGS = @CFLAGS@
 
85
CIMSCHEMA_MOF = @CIMSCHEMA_MOF@
 
86
CIMSCHEMA_SOURCE = @CIMSCHEMA_SOURCE@
 
87
CIMSCHEMA_SUBDIRS = @CIMSCHEMA_SUBDIRS@
 
88
CMPIDEV_DIR = @CMPIDEV_DIR@
 
89
CPP = @CPP@
 
90
CPPFLAGS = @CPPFLAGS@
 
91
CYGPATH_W = @CYGPATH_W@
 
92
DEFS = @DEFS@
 
93
DEPDIR = @DEPDIR@
 
94
DLLTOOL = @DLLTOOL@
 
95
DOXYGEN = @DOXYGEN@
 
96
DSYMUTIL = @DSYMUTIL@
 
97
DUMPBIN = @DUMPBIN@
 
98
ECHO_C = @ECHO_C@
 
99
ECHO_N = @ECHO_N@
 
100
ECHO_T = @ECHO_T@
 
101
EGREP = @EGREP@
 
102
EXEEXT = @EXEEXT@
 
103
FGREP = @FGREP@
 
104
GENHTML = @GENHTML@
 
105
GREP = @GREP@
 
106
HAVE_UNZIP = @HAVE_UNZIP@
 
107
INIT_STYLE = @INIT_STYLE@
 
108
INSTALL = @INSTALL@
 
109
INSTALL_DATA = @INSTALL_DATA@
 
110
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
111
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
112
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
113
KILLEXEC = @KILLEXEC@
 
114
LCOV = @LCOV@
 
115
LD = @LD@
 
116
LDFLAGS = @LDFLAGS@
 
117
LEX = @LEX@
 
118
LEXLIB = @LEXLIB@
 
119
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
120
LIBOBJS = @LIBOBJS@
 
121
LIBS = @LIBS@
 
122
LIBTOOL = @LIBTOOL@
 
123
LIPO = @LIPO@
 
124
LN_S = @LN_S@
 
125
LOAD_INDICATION_PROVIDER = @LOAD_INDICATION_PROVIDER@
 
126
LOAD_PROFILE_PROVIDER = @LOAD_PROFILE_PROVIDER@
 
127
LOAD_QUALIFIER_PROVIDER = @LOAD_QUALIFIER_PROVIDER@
 
128
LOAD_SFCBACCOUNT_PROVIDER = @LOAD_SFCBACCOUNT_PROVIDER@
 
129
LTLIBOBJS = @LTLIBOBJS@
 
130
MAKEINFO = @MAKEINFO@
 
131
MANIFEST_TOOL = @MANIFEST_TOOL@
 
132
MKDIR_P = @MKDIR_P@
 
133
MOFC_DIR = @MOFC_DIR@
 
134
NM = @NM@
 
135
NMEDIT = @NMEDIT@
 
136
OBJDUMP = @OBJDUMP@
 
137
OBJEXT = @OBJEXT@
 
138
OTOOL = @OTOOL@
 
139
OTOOL64 = @OTOOL64@
 
140
PACKAGE = @PACKAGE@
 
141
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
142
PACKAGE_NAME = @PACKAGE_NAME@
 
143
PACKAGE_STRING = @PACKAGE_STRING@
 
144
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
145
PACKAGE_URL = @PACKAGE_URL@
 
146
PACKAGE_VERSION = @PACKAGE_VERSION@
 
147
PATH_SEPARATOR = @PATH_SEPARATOR@
 
148
PROFILER = @PROFILER@
 
149
RANLIB = @RANLIB@
 
150
SED = @SED@
 
151
SET_MAKE = @SET_MAKE@
 
152
SFCB_CFLAGS = @SFCB_CFLAGS@
 
153
SFCB_CMPI_OS = @SFCB_CMPI_OS@
 
154
SFCB_CMPI_PLATFORM = @SFCB_CMPI_PLATFORM@
 
155
SFCB_CONF_BASICAUTHLIB = @SFCB_CONF_BASICAUTHLIB@
 
156
SFCB_CONF_DOBASICAUTH = @SFCB_CONF_DOBASICAUTH@
 
157
SFCB_CONF_HTTP = @SFCB_CONF_HTTP@
 
158
SFCB_CONF_HTTPS = @SFCB_CONF_HTTPS@
 
159
SFCB_CPPFLAGS = @SFCB_CPPFLAGS@
 
160
SFCB_LDFLAGS = @SFCB_LDFLAGS@
 
161
SFCB_LIBPAM = @SFCB_LIBPAM@
 
162
SFCB_LIBZ = @SFCB_LIBZ@
 
163
SHELL = @SHELL@
 
164
STRIP = @STRIP@
 
165
SYSTEMDDIR = @SYSTEMDDIR@
 
166
TEST_SUBDIRS = @TEST_SUBDIRS@
 
167
VERSION = @VERSION@
 
168
YACC = @YACC@
 
169
abs_builddir = @abs_builddir@
 
170
abs_srcdir = @abs_srcdir@
 
171
abs_top_builddir = @abs_top_builddir@
 
172
abs_top_srcdir = @abs_top_srcdir@
 
173
ac_ct_AR = @ac_ct_AR@
 
174
ac_ct_CC = @ac_ct_CC@
 
175
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
176
am__include = @am__include@
 
177
am__leading_dot = @am__leading_dot@
 
178
am__quote = @am__quote@
 
179
am__tar = @am__tar@
 
180
am__untar = @am__untar@
 
181
bindir = @bindir@
 
182
build = @build@
 
183
build_alias = @build_alias@
 
184
build_cpu = @build_cpu@
 
185
build_os = @build_os@
 
186
build_vendor = @build_vendor@
 
187
builddir = @builddir@
 
188
datadir = @datadir@
 
189
datarootdir = @datarootdir@
 
190
docdir = @docdir@
 
191
dvidir = @dvidir@
 
192
exec_prefix = @exec_prefix@
 
193
host = @host@
 
194
host_alias = @host_alias@
 
195
host_cpu = @host_cpu@
 
196
host_os = @host_os@
 
197
host_vendor = @host_vendor@
 
198
htmldir = @htmldir@
 
199
includedir = @includedir@
 
200
infodir = @infodir@
 
201
install_sh = @install_sh@
 
202
libdir = @libdir@
 
203
libexecdir = @libexecdir@
 
204
localedir = @localedir@
 
205
localstatedir = @localstatedir@
 
206
mandir = @mandir@
 
207
mkdir_p = @mkdir_p@
 
208
oldincludedir = @oldincludedir@
 
209
pdfdir = @pdfdir@
 
210
prefix = @prefix@
 
211
program_transform_name = @program_transform_name@
 
212
psdir = @psdir@
 
213
sbindir = @sbindir@
 
214
sharedstatedir = @sharedstatedir@
 
215
srcdir = @srcdir@
 
216
subdirs = @subdirs@
 
217
sysconfdir = @sysconfdir@
 
218
target_alias = @target_alias@
 
219
top_build_prefix = @top_build_prefix@
 
220
top_builddir = @top_builddir@
 
221
top_srcdir = @top_srcdir@
 
222
MAINTAINERCLEANFILES = Makefile.in
 
223
 
 
224
#Some wbemcat tests
 
225
TESTS = cimrstest.sh 
 
226
all: all-am
 
227
 
 
228
.SUFFIXES:
 
229
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
230
        @for dep in $?; do \
 
231
          case '$(am__configure_deps)' in \
 
232
            *$$dep*) \
 
233
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
234
                && { if test -f $@; then exit 0; else break; fi; }; \
 
235
              exit 1;; \
 
236
          esac; \
 
237
        done; \
 
238
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/cimrstest/Makefile'; \
 
239
        $(am__cd) $(top_srcdir) && \
 
240
          $(AUTOMAKE) --gnu test/cimrstest/Makefile
 
241
.PRECIOUS: Makefile
 
242
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
243
        @case '$?' in \
 
244
          *config.status*) \
 
245
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
246
          *) \
 
247
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
248
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
249
        esac;
 
250
 
 
251
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
252
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
253
 
 
254
$(top_srcdir)/configure:  $(am__configure_deps)
 
255
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
256
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
257
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
258
$(am__aclocal_m4_deps):
 
259
 
 
260
mostlyclean-libtool:
 
261
        -rm -f *.lo
 
262
 
 
263
clean-libtool:
 
264
        -rm -rf .libs _libs
 
265
tags: TAGS
 
266
TAGS:
 
267
 
 
268
ctags: CTAGS
 
269
CTAGS:
 
270
 
 
271
 
 
272
check-TESTS: $(TESTS)
 
273
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
274
        srcdir=$(srcdir); export srcdir; \
 
275
        list=' $(TESTS) '; \
 
276
        $(am__tty_colors); \
 
277
        if test -n "$$list"; then \
 
278
          for tst in $$list; do \
 
279
            if test -f ./$$tst; then dir=./; \
 
280
            elif test -f $$tst; then dir=; \
 
281
            else dir="$(srcdir)/"; fi; \
 
282
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
 
283
              all=`expr $$all + 1`; \
 
284
              case " $(XFAIL_TESTS) " in \
 
285
              *[\ \     ]$$tst[\ \      ]*) \
 
286
                xpass=`expr $$xpass + 1`; \
 
287
                failed=`expr $$failed + 1`; \
 
288
                col=$$red; res=XPASS; \
 
289
              ;; \
 
290
              *) \
 
291
                col=$$grn; res=PASS; \
 
292
              ;; \
 
293
              esac; \
 
294
            elif test $$? -ne 77; then \
 
295
              all=`expr $$all + 1`; \
 
296
              case " $(XFAIL_TESTS) " in \
 
297
              *[\ \     ]$$tst[\ \      ]*) \
 
298
                xfail=`expr $$xfail + 1`; \
 
299
                col=$$lgn; res=XFAIL; \
 
300
              ;; \
 
301
              *) \
 
302
                failed=`expr $$failed + 1`; \
 
303
                col=$$red; res=FAIL; \
 
304
              ;; \
 
305
              esac; \
 
306
            else \
 
307
              skip=`expr $$skip + 1`; \
 
308
              col=$$blu; res=SKIP; \
 
309
            fi; \
 
310
            echo "$${col}$$res$${std}: $$tst"; \
 
311
          done; \
 
312
          if test "$$all" -eq 1; then \
 
313
            tests="test"; \
 
314
            All=""; \
 
315
          else \
 
316
            tests="tests"; \
 
317
            All="All "; \
 
318
          fi; \
 
319
          if test "$$failed" -eq 0; then \
 
320
            if test "$$xfail" -eq 0; then \
 
321
              banner="$$All$$all $$tests passed"; \
 
322
            else \
 
323
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
324
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
325
            fi; \
 
326
          else \
 
327
            if test "$$xpass" -eq 0; then \
 
328
              banner="$$failed of $$all $$tests failed"; \
 
329
            else \
 
330
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
331
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
332
            fi; \
 
333
          fi; \
 
334
          dashes="$$banner"; \
 
335
          skipped=""; \
 
336
          if test "$$skip" -ne 0; then \
 
337
            if test "$$skip" -eq 1; then \
 
338
              skipped="($$skip test was not run)"; \
 
339
            else \
 
340
              skipped="($$skip tests were not run)"; \
 
341
            fi; \
 
342
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
 
343
              dashes="$$skipped"; \
 
344
          fi; \
 
345
          report=""; \
 
346
          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
 
347
            report="Please report to $(PACKAGE_BUGREPORT)"; \
 
348
            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
 
349
              dashes="$$report"; \
 
350
          fi; \
 
351
          dashes=`echo "$$dashes" | sed s/./=/g`; \
 
352
          if test "$$failed" -eq 0; then \
 
353
            col="$$grn"; \
 
354
          else \
 
355
            col="$$red"; \
 
356
          fi; \
 
357
          echo "$${col}$$dashes$${std}"; \
 
358
          echo "$${col}$$banner$${std}"; \
 
359
          test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
 
360
          test -z "$$report" || echo "$${col}$$report$${std}"; \
 
361
          echo "$${col}$$dashes$${std}"; \
 
362
          test "$$failed" -eq 0; \
 
363
        else :; fi
 
364
 
 
365
distdir: $(DISTFILES)
 
366
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
367
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
368
        list='$(DISTFILES)'; \
 
369
          dist_files=`for file in $$list; do echo $$file; done | \
 
370
          sed -e "s|^$$srcdirstrip/||;t" \
 
371
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
372
        case $$dist_files in \
 
373
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
374
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
375
                           sort -u` ;; \
 
376
        esac; \
 
377
        for file in $$dist_files; do \
 
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
379
          if test -d $$d/$$file; then \
 
380
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
381
            if test -d "$(distdir)/$$file"; then \
 
382
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
383
            fi; \
 
384
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
385
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
387
            fi; \
 
388
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
389
          else \
 
390
            test -f "$(distdir)/$$file" \
 
391
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
392
            || exit 1; \
 
393
          fi; \
 
394
        done
 
395
check-am: all-am
 
396
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
 
397
check: check-am
 
398
all-am: Makefile
 
399
installdirs:
 
400
install: install-am
 
401
install-exec: install-exec-am
 
402
install-data: install-data-am
 
403
uninstall: uninstall-am
 
404
 
 
405
install-am: all-am
 
406
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
407
 
 
408
installcheck: installcheck-am
 
409
install-strip:
 
410
        if test -z '$(STRIP)'; then \
 
411
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
412
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
413
              install; \
 
414
        else \
 
415
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
416
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
417
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
418
        fi
 
419
mostlyclean-generic:
 
420
 
 
421
clean-generic:
 
422
 
 
423
distclean-generic:
 
424
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
425
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
426
 
 
427
maintainer-clean-generic:
 
428
        @echo "This command is intended for maintainers to use"
 
429
        @echo "it deletes files that may require special tools to rebuild."
 
430
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
431
clean: clean-am
 
432
 
 
433
clean-am: clean-generic clean-libtool mostlyclean-am
 
434
 
 
435
distclean: distclean-am
 
436
        -rm -f Makefile
 
437
distclean-am: clean-am distclean-generic
 
438
 
 
439
dvi: dvi-am
 
440
 
 
441
dvi-am:
 
442
 
 
443
html: html-am
 
444
 
 
445
html-am:
 
446
 
 
447
info: info-am
 
448
 
 
449
info-am:
 
450
 
 
451
install-data-am:
 
452
 
 
453
install-dvi: install-dvi-am
 
454
 
 
455
install-dvi-am:
 
456
 
 
457
install-exec-am:
 
458
 
 
459
install-html: install-html-am
 
460
 
 
461
install-html-am:
 
462
 
 
463
install-info: install-info-am
 
464
 
 
465
install-info-am:
 
466
 
 
467
install-man:
 
468
 
 
469
install-pdf: install-pdf-am
 
470
 
 
471
install-pdf-am:
 
472
 
 
473
install-ps: install-ps-am
 
474
 
 
475
install-ps-am:
 
476
 
 
477
installcheck-am:
 
478
 
 
479
maintainer-clean: maintainer-clean-am
 
480
        -rm -f Makefile
 
481
maintainer-clean-am: distclean-am maintainer-clean-generic
 
482
 
 
483
mostlyclean: mostlyclean-am
 
484
 
 
485
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
486
 
 
487
pdf: pdf-am
 
488
 
 
489
pdf-am:
 
490
 
 
491
ps: ps-am
 
492
 
 
493
ps-am:
 
494
 
 
495
uninstall-am:
 
496
 
 
497
.MAKE: check-am install-am install-strip
 
498
 
 
499
.PHONY: all all-am check check-TESTS check-am clean clean-generic \
 
500
        clean-libtool distclean distclean-generic distclean-libtool \
 
501
        distdir dvi dvi-am html html-am info info-am install \
 
502
        install-am install-data install-data-am install-dvi \
 
503
        install-dvi-am install-exec install-exec-am install-html \
 
504
        install-html-am install-info install-info-am install-man \
 
505
        install-pdf install-pdf-am install-ps install-ps-am \
 
506
        install-strip installcheck installcheck-am installdirs \
 
507
        maintainer-clean maintainer-clean-generic mostlyclean \
 
508
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
509
        uninstall uninstall-am
 
510
 
 
511
 
 
512
@SSL_TRUE@  export SFCB_TEST_PORT=5989
 
513
@SSL_TRUE@  export SFCB_TEST_PROTOCOL=https
 
514
@SSL_FALSE@  export SFCB_TEST_PORT=5988
 
515
@SSL_FALSE@  export SFCB_TEST_PROTOCOL=http
 
516
 
 
517
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
518
# Otherwise a system limit (for SysV at least) may be exceeded.
 
519
.NOEXPORT: