~stgraber/ubuntu/quantal/lxc/apparmor-profiles-rework

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-04-29 17:49:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090429174913-jvahs1ykizqtodje
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

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