~ubuntu-branches/ubuntu/precise/igraph/precise

« back to all changes in this revision

Viewing changes to interfaces/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Malaterre
  • Date: 2009-11-16 18:12:42 UTC
  • Revision ID: james.westby@ubuntu.com-20091116181242-mzv9p5fz9uj57xd1
Tags: upstream-0.5.3
ImportĀ upstreamĀ versionĀ 0.5.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
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
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = interfaces
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
39
        $(ACLOCAL_M4)
 
40
mkinstalldirs = $(install_sh) -d
 
41
CONFIG_HEADER = $(top_builddir)/config.h
 
42
CONFIG_CLEAN_FILES =
 
43
SOURCES =
 
44
DIST_SOURCES =
 
45
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
46
        html-recursive info-recursive install-data-recursive \
 
47
        install-dvi-recursive install-exec-recursive \
 
48
        install-html-recursive install-info-recursive \
 
49
        install-pdf-recursive install-ps-recursive install-recursive \
 
50
        installcheck-recursive installdirs-recursive pdf-recursive \
 
51
        ps-recursive uninstall-recursive
 
52
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
53
  distclean-recursive maintainer-clean-recursive
 
54
ETAGS = etags
 
55
CTAGS = ctags
 
56
DIST_SUBDIRS = shell
 
57
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
58
ACLOCAL = @ACLOCAL@
 
59
AMTAR = @AMTAR@
 
60
AR = @AR@
 
61
AS = @AS@
 
62
AUTOCONF = @AUTOCONF@
 
63
AUTOHEADER = @AUTOHEADER@
 
64
AUTOM4TE = @AUTOM4TE@
 
65
AUTOMAKE = @AUTOMAKE@
 
66
AWK = @AWK@
 
67
CC = @CC@
 
68
CCDEPMODE = @CCDEPMODE@
 
69
CFLAGS = @CFLAGS@
 
70
CPP = @CPP@
 
71
CPPFLAGS = @CPPFLAGS@
 
72
CXX = @CXX@
 
73
CXXCPP = @CXXCPP@
 
74
CXXDEPMODE = @CXXDEPMODE@
 
75
CXXFLAGS = @CXXFLAGS@
 
76
CYGPATH_W = @CYGPATH_W@
 
77
DEFS = @DEFS@
 
78
DEPDIR = @DEPDIR@
 
79
DLLTOOL = @DLLTOOL@
 
80
DSYMUTIL = @DSYMUTIL@
 
81
DUMPBIN = @DUMPBIN@
 
82
ECHO_C = @ECHO_C@
 
83
ECHO_N = @ECHO_N@
 
84
ECHO_T = @ECHO_T@
 
85
EGREP = @EGREP@
 
86
EXEEXT = @EXEEXT@
 
87
FGREP = @FGREP@
 
88
FLOATSTORE = @FLOATSTORE@
 
89
GREP = @GREP@
 
90
INSTALL = @INSTALL@
 
91
INSTALL_DATA = @INSTALL_DATA@
 
92
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
93
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
94
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
95
LD = @LD@
 
96
LDFLAGS = @LDFLAGS@
 
97
LEX = @LEX@
 
98
LEXLIB = @LEXLIB@
 
99
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
100
LIBOBJS = @LIBOBJS@
 
101
LIBS = @LIBS@
 
102
LIBTOOL = @LIBTOOL@
 
103
LIPO = @LIPO@
 
104
LN_S = @LN_S@
 
105
LTLIBOBJS = @LTLIBOBJS@
 
106
MAKEINFO = @MAKEINFO@
 
107
MKDIR_P = @MKDIR_P@
 
108
NM = @NM@
 
109
NMEDIT = @NMEDIT@
 
110
OBJDUMP = @OBJDUMP@
 
111
OBJEXT = @OBJEXT@
 
112
OTOOL = @OTOOL@
 
113
OTOOL64 = @OTOOL64@
 
114
PACKAGE = @PACKAGE@
 
115
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
116
PACKAGE_NAME = @PACKAGE_NAME@
 
117
PACKAGE_STRING = @PACKAGE_STRING@
 
118
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
119
PACKAGE_VERSION = @PACKAGE_VERSION@
 
120
PATH_SEPARATOR = @PATH_SEPARATOR@
 
121
RANLIB = @RANLIB@
 
122
SED = @SED@
 
123
SET_MAKE = @SET_MAKE@
 
124
SHELL = @SHELL@
 
125
STRIP = @STRIP@
 
126
VERSION = @VERSION@
 
127
WARNING_CFLAGS = @WARNING_CFLAGS@
 
128
WERROR_CFLAGS = @WERROR_CFLAGS@
 
129
XML2CONFIG = @XML2CONFIG@
 
130
XML2_CFLAGS = @XML2_CFLAGS@
 
131
XML2_LIBS = @XML2_LIBS@
 
132
YACC = @YACC@
 
133
YFLAGS = @YFLAGS@
 
134
abs_builddir = @abs_builddir@
 
135
abs_srcdir = @abs_srcdir@
 
136
abs_top_builddir = @abs_top_builddir@
 
137
abs_top_srcdir = @abs_top_srcdir@
 
138
ac_ct_CC = @ac_ct_CC@
 
139
ac_ct_CXX = @ac_ct_CXX@
 
140
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
141
am__include = @am__include@
 
142
am__leading_dot = @am__leading_dot@
 
143
am__quote = @am__quote@
 
144
am__tar = @am__tar@
 
145
am__untar = @am__untar@
 
146
bindir = @bindir@
 
147
build = @build@
 
148
build_alias = @build_alias@
 
149
build_cpu = @build_cpu@
 
150
build_os = @build_os@
 
151
build_vendor = @build_vendor@
 
152
builddir = @builddir@
 
153
datadir = @datadir@
 
154
datarootdir = @datarootdir@
 
155
docdir = @docdir@
 
156
dvidir = @dvidir@
 
157
exec_prefix = @exec_prefix@
 
158
host = @host@
 
159
host_alias = @host_alias@
 
160
host_cpu = @host_cpu@
 
161
host_os = @host_os@
 
162
host_vendor = @host_vendor@
 
163
htmldir = @htmldir@
 
164
includedir = @includedir@
 
165
infodir = @infodir@
 
166
install_sh = @install_sh@
 
167
libdir = @libdir@
 
168
libexecdir = @libexecdir@
 
169
localedir = @localedir@
 
170
localstatedir = @localstatedir@
 
171
lt_ECHO = @lt_ECHO@
 
172
mandir = @mandir@
 
173
mkdir_p = @mkdir_p@
 
174
oldincludedir = @oldincludedir@
 
175
pdfdir = @pdfdir@
 
176
prefix = @prefix@
 
177
program_transform_name = @program_transform_name@
 
178
psdir = @psdir@
 
179
sbindir = @sbindir@
 
180
sharedstatedir = @sharedstatedir@
 
181
srcdir = @srcdir@
 
182
sysconfdir = @sysconfdir@
 
183
target_alias = @target_alias@
 
184
top_builddir = @top_builddir@
 
185
top_srcdir = @top_srcdir@
 
186
@USE_SHELL_TRUE@MAYBE_SHELL_INTERFACE = shell
 
187
SUBDIRS = $(MAYBE_SHELL_INTERFACE)
 
188
MAINTAINERCLEANFILES = Makefile.in
 
189
DISTCLEANFILES = R/igraph/src/*.o R/igraph/src/igraph.so \
 
190
                 shell/.deps
 
191
 
 
192
all: all-recursive
 
193
 
 
194
.SUFFIXES:
 
195
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
196
        @for dep in $?; do \
 
197
          case '$(am__configure_deps)' in \
 
198
            *$$dep*) \
 
199
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
200
                && exit 0; \
 
201
              exit 1;; \
 
202
          esac; \
 
203
        done; \
 
204
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  interfaces/Makefile'; \
 
205
        cd $(top_srcdir) && \
 
206
          $(AUTOMAKE) --gnu  interfaces/Makefile
 
207
.PRECIOUS: Makefile
 
208
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
209
        @case '$?' in \
 
210
          *config.status*) \
 
211
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
212
          *) \
 
213
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
214
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
215
        esac;
 
216
 
 
217
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
218
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
219
 
 
220
$(top_srcdir)/configure:  $(am__configure_deps)
 
221
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
222
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
223
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
224
 
 
225
mostlyclean-libtool:
 
226
        -rm -f *.lo
 
227
 
 
228
clean-libtool:
 
229
        -rm -rf .libs _libs
 
230
 
 
231
# This directory's subdirectories are mostly independent; you can cd
 
232
# into them and run `make' without going through this Makefile.
 
233
# To change the values of `make' variables: instead of editing Makefiles,
 
234
# (1) if the variable is set in `config.status', edit `config.status'
 
235
#     (which will cause the Makefiles to be regenerated when you run `make');
 
236
# (2) otherwise, pass the desired values on the `make' command line.
 
237
$(RECURSIVE_TARGETS):
 
238
        @failcom='exit 1'; \
 
239
        for f in x $$MAKEFLAGS; do \
 
240
          case $$f in \
 
241
            *=* | --[!k]*);; \
 
242
            *k*) failcom='fail=yes';; \
 
243
          esac; \
 
244
        done; \
 
245
        dot_seen=no; \
 
246
        target=`echo $@ | sed s/-recursive//`; \
 
247
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
248
          echo "Making $$target in $$subdir"; \
 
249
          if test "$$subdir" = "."; then \
 
250
            dot_seen=yes; \
 
251
            local_target="$$target-am"; \
 
252
          else \
 
253
            local_target="$$target"; \
 
254
          fi; \
 
255
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
256
          || eval $$failcom; \
 
257
        done; \
 
258
        if test "$$dot_seen" = "no"; then \
 
259
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
260
        fi; test -z "$$fail"
 
261
 
 
262
$(RECURSIVE_CLEAN_TARGETS):
 
263
        @failcom='exit 1'; \
 
264
        for f in x $$MAKEFLAGS; do \
 
265
          case $$f in \
 
266
            *=* | --[!k]*);; \
 
267
            *k*) failcom='fail=yes';; \
 
268
          esac; \
 
269
        done; \
 
270
        dot_seen=no; \
 
271
        case "$@" in \
 
272
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
273
          *) list='$(SUBDIRS)' ;; \
 
274
        esac; \
 
275
        rev=''; for subdir in $$list; do \
 
276
          if test "$$subdir" = "."; then :; else \
 
277
            rev="$$subdir $$rev"; \
 
278
          fi; \
 
279
        done; \
 
280
        rev="$$rev ."; \
 
281
        target=`echo $@ | sed s/-recursive//`; \
 
282
        for subdir in $$rev; do \
 
283
          echo "Making $$target in $$subdir"; \
 
284
          if test "$$subdir" = "."; then \
 
285
            local_target="$$target-am"; \
 
286
          else \
 
287
            local_target="$$target"; \
 
288
          fi; \
 
289
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
290
          || eval $$failcom; \
 
291
        done && test -z "$$fail"
 
292
tags-recursive:
 
293
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
294
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
295
        done
 
296
ctags-recursive:
 
297
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
298
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
299
        done
 
300
 
 
301
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
302
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
303
        unique=`for i in $$list; do \
 
304
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
305
          done | \
 
306
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
307
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
308
        mkid -fID $$unique
 
309
tags: TAGS
 
310
 
 
311
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
312
                $(TAGS_FILES) $(LISP)
 
313
        tags=; \
 
314
        here=`pwd`; \
 
315
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
316
          include_option=--etags-include; \
 
317
          empty_fix=.; \
 
318
        else \
 
319
          include_option=--include; \
 
320
          empty_fix=; \
 
321
        fi; \
 
322
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
323
          if test "$$subdir" = .; then :; else \
 
324
            test ! -f $$subdir/TAGS || \
 
325
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
326
          fi; \
 
327
        done; \
 
328
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
329
        unique=`for i in $$list; do \
 
330
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
331
          done | \
 
332
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
333
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
334
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
335
          test -n "$$unique" || unique=$$empty_fix; \
 
336
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
337
            $$tags $$unique; \
 
338
        fi
 
339
ctags: CTAGS
 
340
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
341
                $(TAGS_FILES) $(LISP)
 
342
        tags=; \
 
343
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
344
        unique=`for i in $$list; do \
 
345
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
346
          done | \
 
347
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
348
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
349
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
350
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
351
             $$tags $$unique
 
352
 
 
353
GTAGS:
 
354
        here=`$(am__cd) $(top_builddir) && pwd` \
 
355
          && cd $(top_srcdir) \
 
356
          && gtags -i $(GTAGS_ARGS) $$here
 
357
 
 
358
distclean-tags:
 
359
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
360
 
 
361
distdir: $(DISTFILES)
 
362
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
363
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
364
        list='$(DISTFILES)'; \
 
365
          dist_files=`for file in $$list; do echo $$file; done | \
 
366
          sed -e "s|^$$srcdirstrip/||;t" \
 
367
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
368
        case $$dist_files in \
 
369
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
370
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
371
                           sort -u` ;; \
 
372
        esac; \
 
373
        for file in $$dist_files; do \
 
374
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
375
          if test -d $$d/$$file; then \
 
376
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
377
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
378
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
379
            fi; \
 
380
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
381
          else \
 
382
            test -f $(distdir)/$$file \
 
383
            || cp -p $$d/$$file $(distdir)/$$file \
 
384
            || exit 1; \
 
385
          fi; \
 
386
        done
 
387
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
388
          if test "$$subdir" = .; then :; else \
 
389
            test -d "$(distdir)/$$subdir" \
 
390
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
391
            || exit 1; \
 
392
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
393
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
394
            (cd $$subdir && \
 
395
              $(MAKE) $(AM_MAKEFLAGS) \
 
396
                top_distdir="$$top_distdir" \
 
397
                distdir="$$distdir/$$subdir" \
 
398
                am__remove_distdir=: \
 
399
                am__skip_length_check=: \
 
400
                distdir) \
 
401
              || exit 1; \
 
402
          fi; \
 
403
        done
 
404
check-am: all-am
 
405
check: check-recursive
 
406
all-am: Makefile
 
407
installdirs: installdirs-recursive
 
408
installdirs-am:
 
409
install: install-recursive
 
410
install-exec: install-exec-recursive
 
411
install-data: install-data-recursive
 
412
uninstall: uninstall-recursive
 
413
 
 
414
install-am: all-am
 
415
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
416
 
 
417
installcheck: installcheck-recursive
 
418
install-strip:
 
419
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
420
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
421
          `test -z '$(STRIP)' || \
 
422
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
423
mostlyclean-generic:
 
424
 
 
425
clean-generic:
 
426
 
 
427
distclean-generic:
 
428
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
429
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
430
 
 
431
maintainer-clean-generic:
 
432
        @echo "This command is intended for maintainers to use"
 
433
        @echo "it deletes files that may require special tools to rebuild."
 
434
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
 
435
clean: clean-recursive
 
436
 
 
437
clean-am: clean-generic clean-libtool mostlyclean-am
 
438
 
 
439
distclean: distclean-recursive
 
440
        -rm -f Makefile
 
441
distclean-am: clean-am distclean-generic distclean-tags
 
442
 
 
443
dvi: dvi-recursive
 
444
 
 
445
dvi-am:
 
446
 
 
447
html: html-recursive
 
448
 
 
449
info: info-recursive
 
450
 
 
451
info-am:
 
452
 
 
453
install-data-am:
 
454
 
 
455
install-dvi: install-dvi-recursive
 
456
 
 
457
install-exec-am:
 
458
 
 
459
install-html: install-html-recursive
 
460
 
 
461
install-info: install-info-recursive
 
462
 
 
463
install-man:
 
464
 
 
465
install-pdf: install-pdf-recursive
 
466
 
 
467
install-ps: install-ps-recursive
 
468
 
 
469
installcheck-am:
 
470
 
 
471
maintainer-clean: maintainer-clean-recursive
 
472
        -rm -f Makefile
 
473
maintainer-clean-am: distclean-am maintainer-clean-generic
 
474
 
 
475
mostlyclean: mostlyclean-recursive
 
476
 
 
477
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
478
 
 
479
pdf: pdf-recursive
 
480
 
 
481
pdf-am:
 
482
 
 
483
ps: ps-recursive
 
484
 
 
485
ps-am:
 
486
 
 
487
uninstall-am:
 
488
 
 
489
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
490
        install-strip
 
491
 
 
492
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
493
        all all-am check check-am clean clean-generic clean-libtool \
 
494
        ctags ctags-recursive distclean distclean-generic \
 
495
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
496
        html-am info info-am install install-am install-data \
 
497
        install-data-am install-dvi install-dvi-am install-exec \
 
498
        install-exec-am install-html install-html-am install-info \
 
499
        install-info-am install-man install-pdf install-pdf-am \
 
500
        install-ps install-ps-am install-strip installcheck \
 
501
        installcheck-am installdirs installdirs-am maintainer-clean \
 
502
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
503
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
504
        uninstall uninstall-am
 
505
 
 
506
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
507
# Otherwise a system limit (for SysV at least) may be exceeded.
 
508
.NOEXPORT: