~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to libraries/libapparmor/swig/ruby/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2014-09-08 16:13:10 UTC
  • mto: This revision was merged to the branch mainline in revision 76.
  • Revision ID: package-import@ubuntu.com-20140908161310-zf42uss925jnp56t
Tags: upstream-2.8.96~2652
ImportĀ upstreamĀ versionĀ 2.8.96~2652

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__make_running_with_option = \
 
20
  case $${target_option-} in \
 
21
      ?) ;; \
 
22
      *) echo "am__make_running_with_option: internal error: invalid" \
 
23
              "target option '$${target_option-}' specified" >&2; \
 
24
         exit 1;; \
 
25
  esac; \
 
26
  has_opt=no; \
 
27
  sane_makeflags=$$MAKEFLAGS; \
 
28
  if $(am__is_gnu_make); then \
 
29
    sane_makeflags=$$MFLAGS; \
 
30
  else \
 
31
    case $$MAKEFLAGS in \
 
32
      *\\[\ \   ]*) \
 
33
        bs=\\; \
 
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
35
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
36
    esac; \
 
37
  fi; \
 
38
  skip_next=no; \
 
39
  strip_trailopt () \
 
40
  { \
 
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
42
  }; \
 
43
  for flg in $$sane_makeflags; do \
 
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
45
    case $$flg in \
 
46
      *=*|--*) continue;; \
 
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
48
      -*I?*) strip_trailopt 'I';; \
 
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
50
      -*O?*) strip_trailopt 'O';; \
 
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
52
      -*l?*) strip_trailopt 'l';; \
 
53
      -[dEDm]) skip_next=yes;; \
 
54
      -[JT]) skip_next=yes;; \
 
55
    esac; \
 
56
    case $$flg in \
 
57
      *$$target_option*) has_opt=yes; break;; \
 
58
    esac; \
 
59
  done; \
 
60
  test $$has_opt = yes
 
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
63
pkgdatadir = $(datadir)/@PACKAGE@
 
64
pkgincludedir = $(includedir)/@PACKAGE@
 
65
pkglibdir = $(libdir)/@PACKAGE@
 
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
68
install_sh_DATA = $(install_sh) -c -m 644
 
69
install_sh_PROGRAM = $(install_sh) -c
 
70
install_sh_SCRIPT = $(install_sh) -c
 
71
INSTALL_HEADER = $(INSTALL_DATA)
 
72
transform = $(program_transform_name)
 
73
NORMAL_INSTALL = :
 
74
PRE_INSTALL = :
 
75
POST_INSTALL = :
 
76
NORMAL_UNINSTALL = :
 
77
PRE_UNINSTALL = :
 
78
POST_UNINSTALL = :
 
79
build_triplet = @build@
 
80
host_triplet = @host@
 
81
subdir = swig/ruby
 
82
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
84
am__aclocal_m4_deps = $(top_srcdir)/../../common/Version \
 
85
        $(top_srcdir)/m4/ac_pod2man.m4 \
 
86
        $(top_srcdir)/m4/ac_python_devel.m4 $(top_srcdir)/configure.ac
 
87
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
88
        $(ACLOCAL_M4)
 
89
mkinstalldirs = $(install_sh) -d
 
90
CONFIG_CLEAN_FILES =
 
91
CONFIG_CLEAN_VPATH_FILES =
 
92
AM_V_P = $(am__v_P_@AM_V@)
 
93
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
94
am__v_P_0 = false
 
95
am__v_P_1 = :
 
96
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
97
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
98
am__v_GEN_0 = @echo "  GEN     " $@;
 
99
am__v_GEN_1 = 
 
100
AM_V_at = $(am__v_at_@AM_V@)
 
101
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
102
am__v_at_0 = @
 
103
am__v_at_1 = 
 
104
SOURCES =
 
105
DIST_SOURCES =
 
106
am__can_run_installinfo = \
 
107
  case $$AM_UPDATE_INFO_DIR in \
 
108
    n|no|NO) false;; \
 
109
    *) (install-info --version) >/dev/null 2>&1;; \
 
110
  esac
 
111
DATA = $(noinst_DATA)
 
112
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
113
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
114
ACLOCAL = @ACLOCAL@
 
115
AMTAR = @AMTAR@
 
116
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
117
AR = @AR@
 
118
AUTOCONF = @AUTOCONF@
 
119
AUTOHEADER = @AUTOHEADER@
 
120
AUTOMAKE = @AUTOMAKE@
 
121
AWK = @AWK@
 
122
CC = @CC@
 
123
CCDEPMODE = @CCDEPMODE@
 
124
CFLAGS = @CFLAGS@
 
125
CPP = @CPP@
 
126
CPPFLAGS = @CPPFLAGS@
 
127
CYGPATH_W = @CYGPATH_W@
 
128
DEFS = @DEFS@
 
129
DEPDIR = @DEPDIR@
 
130
DLLTOOL = @DLLTOOL@
 
131
DSYMUTIL = @DSYMUTIL@
 
132
DUMPBIN = @DUMPBIN@
 
133
ECHO_C = @ECHO_C@
 
134
ECHO_N = @ECHO_N@
 
135
ECHO_T = @ECHO_T@
 
136
EGREP = @EGREP@
 
137
EXEEXT = @EXEEXT@
 
138
FGREP = @FGREP@
 
139
GREP = @GREP@
 
140
INSTALL = @INSTALL@
 
141
INSTALL_DATA = @INSTALL_DATA@
 
142
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
143
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
144
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
145
LD = @LD@
 
146
LDFLAGS = @LDFLAGS@
 
147
LEX = @LEX@
 
148
LEXLIB = @LEXLIB@
 
149
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
150
LIBOBJS = @LIBOBJS@
 
151
LIBS = @LIBS@
 
152
LIBTOOL = @LIBTOOL@
 
153
LIPO = @LIPO@
 
154
LN_S = @LN_S@
 
155
LTLIBOBJS = @LTLIBOBJS@
 
156
MAKEINFO = @MAKEINFO@
 
157
MANIFEST_TOOL = @MANIFEST_TOOL@
 
158
MKDIR_P = @MKDIR_P@
 
159
NM = @NM@
 
160
NMEDIT = @NMEDIT@
 
161
OBJDUMP = @OBJDUMP@
 
162
OBJEXT = @OBJEXT@
 
163
OTOOL = @OTOOL@
 
164
OTOOL64 = @OTOOL64@
 
165
PACKAGE = @PACKAGE@
 
166
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
167
PACKAGE_NAME = @PACKAGE_NAME@
 
168
PACKAGE_STRING = @PACKAGE_STRING@
 
169
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
170
PACKAGE_URL = @PACKAGE_URL@
 
171
PACKAGE_VERSION = @PACKAGE_VERSION@
 
172
PATH_SEPARATOR = @PATH_SEPARATOR@
 
173
PERL = @PERL@
 
174
PKG_CONFIG = @PKG_CONFIG@
 
175
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
176
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
177
POD2MAN = @POD2MAN@
 
178
PYTHON = @PYTHON@
 
179
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
 
180
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
181
PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
 
182
PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
183
PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
 
184
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
185
PYTHON_PREFIX = @PYTHON_PREFIX@
 
186
PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
 
187
PYTHON_VERSION = @PYTHON_VERSION@
 
188
RANLIB = @RANLIB@
 
189
RUBY = @RUBY@
 
190
SED = @SED@
 
191
SET_MAKE = @SET_MAKE@
 
192
SHELL = @SHELL@
 
193
STRIP = @STRIP@
 
194
SWIG = @SWIG@
 
195
VERSION = @VERSION@
 
196
YACC = @YACC@
 
197
YFLAGS = @YFLAGS@
 
198
abs_builddir = @abs_builddir@
 
199
abs_srcdir = @abs_srcdir@
 
200
abs_top_builddir = @abs_top_builddir@
 
201
abs_top_srcdir = @abs_top_srcdir@
 
202
ac_ct_AR = @ac_ct_AR@
 
203
ac_ct_CC = @ac_ct_CC@
 
204
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
205
am__include = @am__include@
 
206
am__leading_dot = @am__leading_dot@
 
207
am__quote = @am__quote@
 
208
am__tar = @am__tar@
 
209
am__untar = @am__untar@
 
210
bindir = @bindir@
 
211
build = @build@
 
212
build_alias = @build_alias@
 
213
build_cpu = @build_cpu@
 
214
build_os = @build_os@
 
215
build_vendor = @build_vendor@
 
216
builddir = @builddir@
 
217
datadir = @datadir@
 
218
datarootdir = @datarootdir@
 
219
docdir = @docdir@
 
220
dvidir = @dvidir@
 
221
exec_prefix = @exec_prefix@
 
222
host = @host@
 
223
host_alias = @host_alias@
 
224
host_cpu = @host_cpu@
 
225
host_os = @host_os@
 
226
host_vendor = @host_vendor@
 
227
htmldir = @htmldir@
 
228
includedir = @includedir@
 
229
infodir = @infodir@
 
230
install_sh = @install_sh@
 
231
libdir = @libdir@
 
232
libexecdir = @libexecdir@
 
233
localedir = @localedir@
 
234
localstatedir = @localstatedir@
 
235
mandir = @mandir@
 
236
mkdir_p = @mkdir_p@
 
237
oldincludedir = @oldincludedir@
 
238
pdfdir = @pdfdir@
 
239
pkgpyexecdir = @pkgpyexecdir@
 
240
pkgpythondir = @pkgpythondir@
 
241
prefix = @prefix@
 
242
program_transform_name = @program_transform_name@
 
243
psdir = @psdir@
 
244
pyexecdir = @pyexecdir@
 
245
pythondir = @pythondir@
 
246
sbindir = @sbindir@
 
247
sharedstatedir = @sharedstatedir@
 
248
srcdir = @srcdir@
 
249
sysconfdir = @sysconfdir@
 
250
target_alias = @target_alias@
 
251
top_build_prefix = @top_build_prefix@
 
252
top_builddir = @top_builddir@
 
253
top_srcdir = @top_srcdir@
 
254
@HAVE_RUBY_TRUE@EXTRA_DIST = extconf.rb LibAppArmor_wrap.c examples/*.rb
 
255
@HAVE_RUBY_TRUE@noinst_DATA = LibAppArmor.so
 
256
@HAVE_RUBY_TRUE@MOSTLYCLEANFILES = LibAppArmor_wrap.c
 
257
all: all-am
 
258
 
 
259
.SUFFIXES:
 
260
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
261
        @for dep in $?; do \
 
262
          case '$(am__configure_deps)' in \
 
263
            *$$dep*) \
 
264
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
265
                && { if test -f $@; then exit 0; else break; fi; }; \
 
266
              exit 1;; \
 
267
          esac; \
 
268
        done; \
 
269
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu swig/ruby/Makefile'; \
 
270
        $(am__cd) $(top_srcdir) && \
 
271
          $(AUTOMAKE) --gnu swig/ruby/Makefile
 
272
.PRECIOUS: Makefile
 
273
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
274
        @case '$?' in \
 
275
          *config.status*) \
 
276
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
277
          *) \
 
278
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
279
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
280
        esac;
 
281
 
 
282
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
283
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
284
 
 
285
$(top_srcdir)/configure:  $(am__configure_deps)
 
286
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
287
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
$(am__aclocal_m4_deps):
 
290
 
 
291
mostlyclean-libtool:
 
292
        -rm -f *.lo
 
293
 
 
294
clean-libtool:
 
295
        -rm -rf .libs _libs
 
296
tags TAGS:
 
297
 
 
298
ctags CTAGS:
 
299
 
 
300
cscope cscopelist:
 
301
 
 
302
 
 
303
distdir: $(DISTFILES)
 
304
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
305
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
306
        list='$(DISTFILES)'; \
 
307
          dist_files=`for file in $$list; do echo $$file; done | \
 
308
          sed -e "s|^$$srcdirstrip/||;t" \
 
309
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
310
        case $$dist_files in \
 
311
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
312
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
313
                           sort -u` ;; \
 
314
        esac; \
 
315
        for file in $$dist_files; do \
 
316
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
317
          if test -d $$d/$$file; then \
 
318
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
319
            if test -d "$(distdir)/$$file"; then \
 
320
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
321
            fi; \
 
322
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
323
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
324
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
325
            fi; \
 
326
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
327
          else \
 
328
            test -f "$(distdir)/$$file" \
 
329
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
330
            || exit 1; \
 
331
          fi; \
 
332
        done
 
333
check-am: all-am
 
334
check: check-am
 
335
all-am: Makefile $(DATA)
 
336
installdirs:
 
337
install: install-am
 
338
install-exec: install-exec-am
 
339
install-data: install-data-am
 
340
uninstall: uninstall-am
 
341
 
 
342
install-am: all-am
 
343
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
344
 
 
345
installcheck: installcheck-am
 
346
install-strip:
 
347
        if test -z '$(STRIP)'; then \
 
348
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
349
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
350
              install; \
 
351
        else \
 
352
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
353
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
354
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
355
        fi
 
356
mostlyclean-generic:
 
357
        -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
 
358
 
 
359
clean-generic:
 
360
 
 
361
distclean-generic:
 
362
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
363
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
364
 
 
365
maintainer-clean-generic:
 
366
        @echo "This command is intended for maintainers to use"
 
367
        @echo "it deletes files that may require special tools to rebuild."
 
368
@HAVE_RUBY_FALSE@install-exec-local:
 
369
@HAVE_RUBY_FALSE@clean-local:
 
370
clean: clean-am
 
371
 
 
372
clean-am: clean-generic clean-libtool clean-local mostlyclean-am
 
373
 
 
374
distclean: distclean-am
 
375
        -rm -f Makefile
 
376
distclean-am: clean-am distclean-generic
 
377
 
 
378
dvi: dvi-am
 
379
 
 
380
dvi-am:
 
381
 
 
382
html: html-am
 
383
 
 
384
html-am:
 
385
 
 
386
info: info-am
 
387
 
 
388
info-am:
 
389
 
 
390
install-data-am:
 
391
 
 
392
install-dvi: install-dvi-am
 
393
 
 
394
install-dvi-am:
 
395
 
 
396
install-exec-am: install-exec-local
 
397
 
 
398
install-html: install-html-am
 
399
 
 
400
install-html-am:
 
401
 
 
402
install-info: install-info-am
 
403
 
 
404
install-info-am:
 
405
 
 
406
install-man:
 
407
 
 
408
install-pdf: install-pdf-am
 
409
 
 
410
install-pdf-am:
 
411
 
 
412
install-ps: install-ps-am
 
413
 
 
414
install-ps-am:
 
415
 
 
416
installcheck-am:
 
417
 
 
418
maintainer-clean: maintainer-clean-am
 
419
        -rm -f Makefile
 
420
maintainer-clean-am: distclean-am maintainer-clean-generic
 
421
 
 
422
mostlyclean: mostlyclean-am
 
423
 
 
424
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
425
 
 
426
pdf: pdf-am
 
427
 
 
428
pdf-am:
 
429
 
 
430
ps: ps-am
 
431
 
 
432
ps-am:
 
433
 
 
434
uninstall-am:
 
435
 
 
436
.MAKE: install-am install-strip
 
437
 
 
438
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
439
        clean-local cscopelist-am ctags-am distclean distclean-generic \
 
440
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
441
        install install-am install-data install-data-am install-dvi \
 
442
        install-dvi-am install-exec install-exec-am install-exec-local \
 
443
        install-html install-html-am install-info install-info-am \
 
444
        install-man install-pdf install-pdf-am install-ps \
 
445
        install-ps-am install-strip installcheck installcheck-am \
 
446
        installdirs maintainer-clean maintainer-clean-generic \
 
447
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
448
        ps ps-am tags-am uninstall uninstall-am
 
449
 
 
450
 
 
451
@HAVE_RUBY_TRUE@LibAppArmor_wrap.c : $(srcdir)/../SWIG/libapparmor.i
 
452
@HAVE_RUBY_TRUE@        $(SWIG) -ruby -module LibAppArmor -I$(top_srcdir)/include -o $@ $(srcdir)/../SWIG/libapparmor.i
 
453
 
 
454
@HAVE_RUBY_TRUE@Makefile.ruby: extconf.rb
 
455
@HAVE_RUBY_TRUE@        PREFIX=$(prefix) $(RUBY) $< --with-LibAppArmor-include=$(top_srcdir)/include
 
456
 
 
457
@HAVE_RUBY_TRUE@LibAppArmor.so: LibAppArmor_wrap.c Makefile.ruby
 
458
@HAVE_RUBY_TRUE@        $(MAKE) -fMakefile.ruby
 
459
 
 
460
@HAVE_RUBY_TRUE@install-exec-local: Makefile.ruby
 
461
@HAVE_RUBY_TRUE@        $(MAKE) -fMakefile.ruby install
 
462
 
 
463
#uninstall
 
464
#./lib/ruby/site_ruby/1.8/i686-linux/LibAppArmor.so
 
465
 
 
466
@HAVE_RUBY_TRUE@clean-local:
 
467
@HAVE_RUBY_TRUE@        if test -f Makefile.ruby; then $(MAKE) -fMakefile.ruby clean; fi
 
468
@HAVE_RUBY_TRUE@        rm -f Makefile.ruby Makefile.new
 
469
@HAVE_RUBY_TRUE@        rm -f *.o *.so *.log
 
470
 
 
471
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
472
# Otherwise a system limit (for SysV at least) may be exceeded.
 
473
.NOEXPORT: