~ubuntu-branches/ubuntu/trusty/libnfnetlink/trusty

« back to all changes in this revision

Viewing changes to utils/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-07-22 23:09:10 UTC
  • mfrom: (1.2.1 upstream) (2.1.3 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722230910-6pdckzhbi7e1pnyj
Tags: 0.0.39-1
New upstream release

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
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
target_triplet = @target@
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
37
        $(top_srcdir)/Make_global.am
 
38
noinst_PROGRAMS = iftest$(EXEEXT)
 
39
subdir = utils
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_CLEAN_FILES =
 
46
PROGRAMS = $(noinst_PROGRAMS)
 
47
am_iftest_OBJECTS = iftest.$(OBJEXT)
 
48
iftest_OBJECTS = $(am_iftest_OBJECTS)
 
49
iftest_DEPENDENCIES = ../src/libnfnetlink.la
 
50
iftest_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
51
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(iftest_LDFLAGS) \
 
52
        $(LDFLAGS) -o $@
 
53
DEFAULT_INCLUDES = -I.@am__isrc@
 
54
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
55
am__depfiles_maybe = depfiles
 
56
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
57
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
58
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
59
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
60
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
61
CCLD = $(CC)
 
62
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
63
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
64
        $(LDFLAGS) -o $@
 
65
SOURCES = $(iftest_SOURCES)
 
66
DIST_SOURCES = $(iftest_SOURCES)
 
67
ETAGS = etags
 
68
CTAGS = ctags
 
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
ACLOCAL = @ACLOCAL@
 
71
AMTAR = @AMTAR@
 
72
AR = @AR@
 
73
AUTOCONF = @AUTOCONF@
 
74
AUTOHEADER = @AUTOHEADER@
 
75
AUTOMAKE = @AUTOMAKE@
 
76
AWK = @AWK@
 
77
CC = @CC@
 
78
CCDEPMODE = @CCDEPMODE@
 
79
CFLAGS = @CFLAGS@
 
80
CPP = @CPP@
 
81
CPPFLAGS = @CPPFLAGS@
 
82
CXX = @CXX@
 
83
CXXCPP = @CXXCPP@
 
84
CXXDEPMODE = @CXXDEPMODE@
 
85
CXXFLAGS = @CXXFLAGS@
 
86
CYGPATH_W = @CYGPATH_W@
 
87
DEFS = @DEFS@
 
88
DEPDIR = @DEPDIR@
 
89
DSYMUTIL = @DSYMUTIL@
 
90
ECHO = @ECHO@
 
91
ECHO_C = @ECHO_C@
 
92
ECHO_N = @ECHO_N@
 
93
ECHO_T = @ECHO_T@
 
94
EGREP = @EGREP@
 
95
EXEEXT = @EXEEXT@
 
96
F77 = @F77@
 
97
FFLAGS = @FFLAGS@
 
98
GREP = @GREP@
 
99
INSTALL = @INSTALL@
 
100
INSTALL_DATA = @INSTALL_DATA@
 
101
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
102
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
103
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
104
LDFLAGS = @LDFLAGS@
 
105
LIBOBJS = @LIBOBJS@
 
106
LIBS = @LIBS@
 
107
LIBTOOL = @LIBTOOL@
 
108
LIBTOOL_DEPS = @LIBTOOL_DEPS@
 
109
LN_S = @LN_S@
 
110
LTLIBOBJS = @LTLIBOBJS@
 
111
MAKEINFO = @MAKEINFO@
 
112
MKDIR_P = @MKDIR_P@
 
113
NMEDIT = @NMEDIT@
 
114
OBJEXT = @OBJEXT@
 
115
PACKAGE = @PACKAGE@
 
116
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
117
PACKAGE_NAME = @PACKAGE_NAME@
 
118
PACKAGE_STRING = @PACKAGE_STRING@
 
119
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
120
PACKAGE_VERSION = @PACKAGE_VERSION@
 
121
PATH_SEPARATOR = @PATH_SEPARATOR@
 
122
RANLIB = @RANLIB@
 
123
SED = @SED@
 
124
SET_MAKE = @SET_MAKE@
 
125
SHELL = @SHELL@
 
126
STRIP = @STRIP@
 
127
VERSION = @VERSION@
 
128
abs_builddir = @abs_builddir@
 
129
abs_srcdir = @abs_srcdir@
 
130
abs_top_builddir = @abs_top_builddir@
 
131
abs_top_srcdir = @abs_top_srcdir@
 
132
ac_ct_CC = @ac_ct_CC@
 
133
ac_ct_CXX = @ac_ct_CXX@
 
134
ac_ct_F77 = @ac_ct_F77@
 
135
am__include = @am__include@
 
136
am__leading_dot = @am__leading_dot@
 
137
am__quote = @am__quote@
 
138
am__tar = @am__tar@
 
139
am__untar = @am__untar@
 
140
bindir = @bindir@
 
141
build = @build@
 
142
build_alias = @build_alias@
 
143
build_cpu = @build_cpu@
 
144
build_os = @build_os@
 
145
build_vendor = @build_vendor@
 
146
builddir = @builddir@
 
147
datadir = @datadir@
 
148
datarootdir = @datarootdir@
 
149
docdir = @docdir@
 
150
dvidir = @dvidir@
 
151
exec_prefix = @exec_prefix@
 
152
host = @host@
 
153
host_alias = @host_alias@
 
154
host_cpu = @host_cpu@
 
155
host_os = @host_os@
 
156
host_vendor = @host_vendor@
 
157
htmldir = @htmldir@
 
158
includedir = @includedir@
 
159
infodir = @infodir@
 
160
install_sh = @install_sh@
 
161
libdir = @libdir@
 
162
libexecdir = @libexecdir@
 
163
localedir = @localedir@
 
164
localstatedir = @localstatedir@
 
165
mandir = @mandir@
 
166
mkdir_p = @mkdir_p@
 
167
oldincludedir = @oldincludedir@
 
168
pdfdir = @pdfdir@
 
169
prefix = @prefix@
 
170
program_transform_name = @program_transform_name@
 
171
psdir = @psdir@
 
172
sbindir = @sbindir@
 
173
sharedstatedir = @sharedstatedir@
 
174
srcdir = @srcdir@
 
175
sysconfdir = @sysconfdir@
 
176
target = @target@
 
177
target_alias = @target_alias@
 
178
target_cpu = @target_cpu@
 
179
target_os = @target_os@
 
180
target_vendor = @target_vendor@
 
181
top_builddir = @top_builddir@
 
182
top_srcdir = @top_srcdir@
 
183
 
 
184
# This is _NOT_ the library release version, it's an API version.
 
185
# Please read Chapter 6 "Library interface versions" of the libtool
 
186
# documentation before making any modification
 
187
# http://sources.redhat.com/autobook/autobook/autobook_91.html
 
188
LIBVERSION = 2:0:2
 
189
INCLUDES = $(all_includes) -I$(top_srcdir)/include
 
190
iftest_SOURCES = iftest.c
 
191
iftest_LDADD = ../src/libnfnetlink.la
 
192
iftest_LDFLAGS = -dynamic -ldl
 
193
all: all-am
 
194
 
 
195
.SUFFIXES:
 
196
.SUFFIXES: .c .lo .o .obj
 
197
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Make_global.am $(am__configure_deps)
 
198
        @for dep in $?; do \
 
199
          case '$(am__configure_deps)' in \
 
200
            *$$dep*) \
 
201
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
202
                && exit 0; \
 
203
              exit 1;; \
 
204
          esac; \
 
205
        done; \
 
206
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  utils/Makefile'; \
 
207
        cd $(top_srcdir) && \
 
208
          $(AUTOMAKE) --foreign  utils/Makefile
 
209
.PRECIOUS: Makefile
 
210
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
211
        @case '$?' in \
 
212
          *config.status*) \
 
213
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
214
          *) \
 
215
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
216
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
217
        esac;
 
218
 
 
219
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
220
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
221
 
 
222
$(top_srcdir)/configure:  $(am__configure_deps)
 
223
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
224
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
225
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
226
 
 
227
clean-noinstPROGRAMS:
 
228
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
229
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
230
          echo " rm -f $$p $$f"; \
 
231
          rm -f $$p $$f ; \
 
232
        done
 
233
iftest$(EXEEXT): $(iftest_OBJECTS) $(iftest_DEPENDENCIES) 
 
234
        @rm -f iftest$(EXEEXT)
 
235
        $(iftest_LINK) $(iftest_OBJECTS) $(iftest_LDADD) $(LIBS)
 
236
 
 
237
mostlyclean-compile:
 
238
        -rm -f *.$(OBJEXT)
 
239
 
 
240
distclean-compile:
 
241
        -rm -f *.tab.c
 
242
 
 
243
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iftest.Po@am__quote@
 
244
 
 
245
.c.o:
 
246
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
247
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
248
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
249
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
250
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
251
 
 
252
.c.obj:
 
253
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
254
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
255
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
256
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
257
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
258
 
 
259
.c.lo:
 
260
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
261
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
262
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
263
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
264
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
265
 
 
266
mostlyclean-libtool:
 
267
        -rm -f *.lo
 
268
 
 
269
clean-libtool:
 
270
        -rm -rf .libs _libs
 
271
 
 
272
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
273
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
274
        unique=`for i in $$list; do \
 
275
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
276
          done | \
 
277
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
278
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
279
        mkid -fID $$unique
 
280
tags: TAGS
 
281
 
 
282
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
283
                $(TAGS_FILES) $(LISP)
 
284
        tags=; \
 
285
        here=`pwd`; \
 
286
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
287
        unique=`for i in $$list; do \
 
288
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
289
          done | \
 
290
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
291
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
292
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
293
          test -n "$$unique" || unique=$$empty_fix; \
 
294
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
295
            $$tags $$unique; \
 
296
        fi
 
297
ctags: CTAGS
 
298
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
299
                $(TAGS_FILES) $(LISP)
 
300
        tags=; \
 
301
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
302
        unique=`for i in $$list; do \
 
303
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
304
          done | \
 
305
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
306
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
307
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
308
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
309
             $$tags $$unique
 
310
 
 
311
GTAGS:
 
312
        here=`$(am__cd) $(top_builddir) && pwd` \
 
313
          && cd $(top_srcdir) \
 
314
          && gtags -i $(GTAGS_ARGS) $$here
 
315
 
 
316
distclean-tags:
 
317
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
318
 
 
319
distdir: $(DISTFILES)
 
320
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
321
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
322
        list='$(DISTFILES)'; \
 
323
          dist_files=`for file in $$list; do echo $$file; done | \
 
324
          sed -e "s|^$$srcdirstrip/||;t" \
 
325
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
326
        case $$dist_files in \
 
327
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
328
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
329
                           sort -u` ;; \
 
330
        esac; \
 
331
        for file in $$dist_files; do \
 
332
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
333
          if test -d $$d/$$file; then \
 
334
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
335
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
336
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
337
            fi; \
 
338
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
339
          else \
 
340
            test -f $(distdir)/$$file \
 
341
            || cp -p $$d/$$file $(distdir)/$$file \
 
342
            || exit 1; \
 
343
          fi; \
 
344
        done
 
345
check-am: all-am
 
346
check: check-am
 
347
all-am: Makefile $(PROGRAMS)
 
348
installdirs:
 
349
install: install-am
 
350
install-exec: install-exec-am
 
351
install-data: install-data-am
 
352
uninstall: uninstall-am
 
353
 
 
354
install-am: all-am
 
355
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
356
 
 
357
installcheck: installcheck-am
 
358
install-strip:
 
359
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
360
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
361
          `test -z '$(STRIP)' || \
 
362
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
363
mostlyclean-generic:
 
364
 
 
365
clean-generic:
 
366
 
 
367
distclean-generic:
 
368
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
369
 
 
370
maintainer-clean-generic:
 
371
        @echo "This command is intended for maintainers to use"
 
372
        @echo "it deletes files that may require special tools to rebuild."
 
373
clean: clean-am
 
374
 
 
375
clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
 
376
        mostlyclean-am
 
377
 
 
378
distclean: distclean-am
 
379
        -rm -rf ./$(DEPDIR)
 
380
        -rm -f Makefile
 
381
distclean-am: clean-am distclean-compile distclean-generic \
 
382
        distclean-tags
 
383
 
 
384
dvi: dvi-am
 
385
 
 
386
dvi-am:
 
387
 
 
388
html: html-am
 
389
 
 
390
info: info-am
 
391
 
 
392
info-am:
 
393
 
 
394
install-data-am:
 
395
 
 
396
install-dvi: install-dvi-am
 
397
 
 
398
install-exec-am:
 
399
 
 
400
install-html: install-html-am
 
401
 
 
402
install-info: install-info-am
 
403
 
 
404
install-man:
 
405
 
 
406
install-pdf: install-pdf-am
 
407
 
 
408
install-ps: install-ps-am
 
409
 
 
410
installcheck-am:
 
411
 
 
412
maintainer-clean: maintainer-clean-am
 
413
        -rm -rf ./$(DEPDIR)
 
414
        -rm -f Makefile
 
415
maintainer-clean-am: distclean-am maintainer-clean-generic
 
416
 
 
417
mostlyclean: mostlyclean-am
 
418
 
 
419
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
420
        mostlyclean-libtool
 
421
 
 
422
pdf: pdf-am
 
423
 
 
424
pdf-am:
 
425
 
 
426
ps: ps-am
 
427
 
 
428
ps-am:
 
429
 
 
430
uninstall-am:
 
431
 
 
432
.MAKE: install-am install-strip
 
433
 
 
434
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
435
        clean-libtool clean-noinstPROGRAMS ctags distclean \
 
436
        distclean-compile distclean-generic distclean-libtool \
 
437
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
438
        install install-am install-data install-data-am install-dvi \
 
439
        install-dvi-am install-exec install-exec-am install-html \
 
440
        install-html-am install-info install-info-am install-man \
 
441
        install-pdf install-pdf-am install-ps install-ps-am \
 
442
        install-strip installcheck installcheck-am installdirs \
 
443
        maintainer-clean maintainer-clean-generic mostlyclean \
 
444
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
445
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
446
 
 
447
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
448
# Otherwise a system limit (for SysV at least) may be exceeded.
 
449
.NOEXPORT: