~ubuntu-branches/ubuntu/precise/nfs-utils/precise-updates

« back to all changes in this revision

Viewing changes to .pc/debian-changes-1:1.2.2-4ubuntu5/support/include/sys/fs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-07-23 17:54:36 UTC
  • mfrom: (14.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110723175436-mu7zaa6637prifpq
* Merge from Debian unstable (LP: #728586, LP: #789117), remaining
  changes:
  - debian/nfs-common.{statd,statd-mounting,gssd,idmapd}.upstart,
    debian/control, debian/nfs-common.{preinst,postinst,prerm,postrm},
    debian/rules: drop nfs-common init script in favor of upstart jobs,
    and build-depend on debhelper (>= 7.3.15ubuntu3) for correct upstart
    init handling.
  - Depend on rpcbind (>= 0.2.0-6ubuntu1) for upstart support.
  - debian/nfs-kernel-server.postinst: don't call "invoke-rc.d nfs-common"
    in the postinst, this is redundant anyway and the nfs-common init script
    is gone now.
  - nfs-kernel-server.default:  Add comment about how to disable nfs4.
  - debian/patches/multiarch-kerberos-paths: Search for kerberos libs
    in multiarch locations.
  - nfs-kernel-server.init: Unmount nfsd fs when init script stops
  - ubuntu-fix-kernel-version-handling: avoid segfaults from short kernel
    version numbers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6
 
# 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
 
VPATH = @srcdir@
19
 
pkgdatadir = $(datadir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
install_sh_DATA = $(install_sh) -c -m 644
25
 
install_sh_PROGRAM = $(install_sh) -c
26
 
install_sh_SCRIPT = $(install_sh) -c
27
 
INSTALL_HEADER = $(INSTALL_DATA)
28
 
transform = $(program_transform_name)
29
 
NORMAL_INSTALL = :
30
 
PRE_INSTALL = :
31
 
POST_INSTALL = :
32
 
NORMAL_UNINSTALL = :
33
 
PRE_UNINSTALL = :
34
 
POST_UNINSTALL = :
35
 
build_triplet = @build@
36
 
host_triplet = @host@
37
 
subdir = support/include/sys/fs
38
 
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
39
 
        $(srcdir)/Makefile.in
40
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/aclocal/bsdsignals.m4 \
42
 
        $(top_srcdir)/aclocal/ipv6.m4 \
43
 
        $(top_srcdir)/aclocal/kerberos5.m4 \
44
 
        $(top_srcdir)/aclocal/libblkid.m4 \
45
 
        $(top_srcdir)/aclocal/libcap.m4 \
46
 
        $(top_srcdir)/aclocal/libevent.m4 \
47
 
        $(top_srcdir)/aclocal/libnfsidmap.m4 \
48
 
        $(top_srcdir)/aclocal/librpcsecgss.m4 \
49
 
        $(top_srcdir)/aclocal/libtirpc.m4 \
50
 
        $(top_srcdir)/aclocal/nfs-utils.m4 \
51
 
        $(top_srcdir)/aclocal/rpcsec_vers.m4 \
52
 
        $(top_srcdir)/aclocal/tcp-wrappers.m4 \
53
 
        $(top_srcdir)/configure.ac
54
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55
 
        $(ACLOCAL_M4)
56
 
mkinstalldirs = $(install_sh) -d
57
 
CONFIG_HEADER = $(top_builddir)/support/include/config.h
58
 
CONFIG_CLEAN_FILES =
59
 
CONFIG_CLEAN_VPATH_FILES =
60
 
SOURCES =
61
 
DIST_SOURCES =
62
 
HEADERS = $(noinst_HEADERS)
63
 
ETAGS = etags
64
 
CTAGS = ctags
65
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
66
 
ACLOCAL = @ACLOCAL@
67
 
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
68
 
ALLOCA = @ALLOCA@
69
 
AMTAR = @AMTAR@
70
 
AM_CFLAGS = @AM_CFLAGS@
71
 
AM_CPPFLAGS = @AM_CPPFLAGS@
72
 
AR = @AR@
73
 
AUTOCONF = @AUTOCONF@
74
 
AUTOHEADER = @AUTOHEADER@
75
 
AUTOMAKE = @AUTOMAKE@
76
 
AWK = @AWK@
77
 
CC = @CC@
78
 
CCDEPMODE = @CCDEPMODE@
79
 
CC_FOR_BUILD = @CC_FOR_BUILD@
80
 
CFLAGS = @CFLAGS@
81
 
CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
82
 
CPP = @CPP@
83
 
CPPFLAGS = @CPPFLAGS@
84
 
CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
85
 
CXX = @CXX@
86
 
CXXCPP = @CXXCPP@
87
 
CXXDEPMODE = @CXXDEPMODE@
88
 
CXXFLAGS = @CXXFLAGS@
89
 
CXXFLAGS_FOR_BUILD = @CXXFLAGS_FOR_BUILD@
90
 
CYGPATH_W = @CYGPATH_W@
91
 
DEFS = @DEFS@
92
 
DEPDIR = @DEPDIR@
93
 
DSYMUTIL = @DSYMUTIL@
94
 
DUMPBIN = @DUMPBIN@
95
 
ECHO_C = @ECHO_C@
96
 
ECHO_N = @ECHO_N@
97
 
ECHO_T = @ECHO_T@
98
 
EGREP = @EGREP@
99
 
EXEEXT = @EXEEXT@
100
 
FGREP = @FGREP@
101
 
GREP = @GREP@
102
 
GSSD = @GSSD@
103
 
GSSGLUE_CFLAGS = @GSSGLUE_CFLAGS@
104
 
GSSGLUE_LIBS = @GSSGLUE_LIBS@
105
 
HAVE_LIBWRAP = @HAVE_LIBWRAP@
106
 
HAVE_TCP_WRAPPER = @HAVE_TCP_WRAPPER@
107
 
IDMAPD = @IDMAPD@
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
 
K5VERS = @K5VERS@
114
 
KRBCFLAGS = @KRBCFLAGS@
115
 
KRBDIR = @KRBDIR@
116
 
KRBLDFLAGS = @KRBLDFLAGS@
117
 
KRBLIBS = @KRBLIBS@
118
 
LD = @LD@
119
 
LDFLAGS = @LDFLAGS@
120
 
LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
121
 
LIBBLKID = @LIBBLKID@
122
 
LIBBSD = @LIBBSD@
123
 
LIBCAP = @LIBCAP@
124
 
LIBCRYPT = @LIBCRYPT@
125
 
LIBNSL = @LIBNSL@
126
 
LIBOBJS = @LIBOBJS@
127
 
LIBS = @LIBS@
128
 
LIBSOCKET = @LIBSOCKET@
129
 
LIBTOOL = @LIBTOOL@
130
 
LIBWRAP = @LIBWRAP@
131
 
LIPO = @LIPO@
132
 
LN_S = @LN_S@
133
 
LTLIBOBJS = @LTLIBOBJS@
134
 
MAINT = @MAINT@
135
 
MAKEINFO = @MAKEINFO@
136
 
MKDIR_P = @MKDIR_P@
137
 
NM = @NM@
138
 
NMEDIT = @NMEDIT@
139
 
OBJDUMP = @OBJDUMP@
140
 
OBJEXT = @OBJEXT@
141
 
OTOOL = @OTOOL@
142
 
OTOOL64 = @OTOOL64@
143
 
PACKAGE = @PACKAGE@
144
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
 
PACKAGE_NAME = @PACKAGE_NAME@
146
 
PACKAGE_STRING = @PACKAGE_STRING@
147
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
148
 
PACKAGE_VERSION = @PACKAGE_VERSION@
149
 
PATH_SEPARATOR = @PATH_SEPARATOR@
150
 
PKG_CONFIG = @PKG_CONFIG@
151
 
RANLIB = @RANLIB@
152
 
RELEASE = @RELEASE@
153
 
RPCGEN_PATH = @RPCGEN_PATH@
154
 
RPCSECGSS_CFLAGS = @RPCSECGSS_CFLAGS@
155
 
RPCSECGSS_LIBS = @RPCSECGSS_LIBS@
156
 
SED = @SED@
157
 
SET_MAKE = @SET_MAKE@
158
 
SHELL = @SHELL@
159
 
STRIP = @STRIP@
160
 
SVCGSSD = @SVCGSSD@
161
 
VERSION = @VERSION@
162
 
abs_builddir = @abs_builddir@
163
 
abs_srcdir = @abs_srcdir@
164
 
abs_top_builddir = @abs_top_builddir@
165
 
abs_top_srcdir = @abs_top_srcdir@
166
 
ac_ct_CC = @ac_ct_CC@
167
 
ac_ct_CXX = @ac_ct_CXX@
168
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
169
 
am__include = @am__include@
170
 
am__leading_dot = @am__leading_dot@
171
 
am__quote = @am__quote@
172
 
am__tar = @am__tar@
173
 
am__untar = @am__untar@
174
 
bindir = @bindir@
175
 
build = @build@
176
 
build_alias = @build_alias@
177
 
build_cpu = @build_cpu@
178
 
build_os = @build_os@
179
 
build_vendor = @build_vendor@
180
 
builddir = @builddir@
181
 
datadir = @datadir@
182
 
datarootdir = @datarootdir@
183
 
docdir = @docdir@
184
 
dvidir = @dvidir@
185
 
enable_gss = @enable_gss@
186
 
enable_ipv6 = @enable_ipv6@
187
 
enable_mountconfig = @enable_mountconfig@
188
 
enable_nfsv3 = @enable_nfsv3@
189
 
enable_nfsv4 = @enable_nfsv4@
190
 
enable_nfsv41 = @enable_nfsv41@
191
 
exec_prefix = @exec_prefix@
192
 
host = @host@
193
 
host_alias = @host_alias@
194
 
host_cpu = @host_cpu@
195
 
host_os = @host_os@
196
 
host_vendor = @host_vendor@
197
 
htmldir = @htmldir@
198
 
includedir = @includedir@
199
 
infodir = @infodir@
200
 
install_sh = @install_sh@
201
 
kprefix = @kprefix@
202
 
libdir = @libdir@
203
 
libexecdir = @libexecdir@
204
 
localedir = @localedir@
205
 
localstatedir = @localstatedir@
206
 
lt_ECHO = @lt_ECHO@
207
 
mandir = @mandir@
208
 
mkdir_p = @mkdir_p@
209
 
mountfile = @mountfile@
210
 
oldincludedir = @oldincludedir@
211
 
pdfdir = @pdfdir@
212
 
prefix = @prefix@
213
 
program_transform_name = @program_transform_name@
214
 
psdir = @psdir@
215
 
sbindir = @sbindir@
216
 
sharedstatedir = @sharedstatedir@
217
 
srcdir = @srcdir@
218
 
startstatd = @startstatd@
219
 
statduser = @statduser@
220
 
statedir = @statedir@
221
 
sysconfdir = @sysconfdir@
222
 
target_alias = @target_alias@
223
 
top_build_prefix = @top_build_prefix@
224
 
top_builddir = @top_builddir@
225
 
top_srcdir = @top_srcdir@
226
 
noinst_HEADERS = ext2fs.h
227
 
MAINTAINERCLEANFILES = Makefile.in
228
 
all: all-am
229
 
 
230
 
.SUFFIXES:
231
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
232
 
        @for dep in $?; do \
233
 
          case '$(am__configure_deps)' in \
234
 
            *$$dep*) \
235
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
236
 
                && { if test -f $@; then exit 0; else break; fi; }; \
237
 
              exit 1;; \
238
 
          esac; \
239
 
        done; \
240
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu support/include/sys/fs/Makefile'; \
241
 
        $(am__cd) $(top_srcdir) && \
242
 
          $(AUTOMAKE) --gnu support/include/sys/fs/Makefile
243
 
.PRECIOUS: Makefile
244
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
245
 
        @case '$?' in \
246
 
          *config.status*) \
247
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
248
 
          *) \
249
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
250
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
251
 
        esac;
252
 
 
253
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
 
 
256
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
257
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
258
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
259
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
 
$(am__aclocal_m4_deps):
261
 
 
262
 
mostlyclean-libtool:
263
 
        -rm -f *.lo
264
 
 
265
 
clean-libtool:
266
 
        -rm -rf .libs _libs
267
 
 
268
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
269
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
270
 
        unique=`for i in $$list; do \
271
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272
 
          done | \
273
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
274
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
275
 
        mkid -fID $$unique
276
 
tags: TAGS
277
 
 
278
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
279
 
                $(TAGS_FILES) $(LISP)
280
 
        set x; \
281
 
        here=`pwd`; \
282
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
283
 
        unique=`for i in $$list; do \
284
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285
 
          done | \
286
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
287
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
288
 
        shift; \
289
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
290
 
          test -n "$$unique" || unique=$$empty_fix; \
291
 
          if test $$# -gt 0; then \
292
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
293
 
              "$$@" $$unique; \
294
 
          else \
295
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296
 
              $$unique; \
297
 
          fi; \
298
 
        fi
299
 
ctags: CTAGS
300
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
301
 
                $(TAGS_FILES) $(LISP)
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; nonempty = 1; } \
307
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
308
 
        test -z "$(CTAGS_ARGS)$$unique" \
309
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
310
 
             $$unique
311
 
 
312
 
GTAGS:
313
 
        here=`$(am__cd) $(top_builddir) && pwd` \
314
 
          && $(am__cd) $(top_srcdir) \
315
 
          && gtags -i $(GTAGS_ARGS) "$$here"
316
 
 
317
 
distclean-tags:
318
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
319
 
 
320
 
distdir: $(DISTFILES)
321
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
322
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
323
 
        list='$(DISTFILES)'; \
324
 
          dist_files=`for file in $$list; do echo $$file; done | \
325
 
          sed -e "s|^$$srcdirstrip/||;t" \
326
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
327
 
        case $$dist_files in \
328
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
329
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
330
 
                           sort -u` ;; \
331
 
        esac; \
332
 
        for file in $$dist_files; do \
333
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
334
 
          if test -d $$d/$$file; then \
335
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
336
 
            if test -d "$(distdir)/$$file"; then \
337
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
338
 
            fi; \
339
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
340
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
341
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
342
 
            fi; \
343
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
344
 
          else \
345
 
            test -f "$(distdir)/$$file" \
346
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
347
 
            || exit 1; \
348
 
          fi; \
349
 
        done
350
 
check-am: all-am
351
 
check: check-am
352
 
all-am: Makefile $(HEADERS)
353
 
installdirs:
354
 
install: install-am
355
 
install-exec: install-exec-am
356
 
install-data: install-data-am
357
 
uninstall: uninstall-am
358
 
 
359
 
install-am: all-am
360
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
361
 
 
362
 
installcheck: installcheck-am
363
 
install-strip:
364
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
365
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
366
 
          `test -z '$(STRIP)' || \
367
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
368
 
mostlyclean-generic:
369
 
 
370
 
clean-generic:
371
 
 
372
 
distclean-generic:
373
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
374
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
375
 
 
376
 
maintainer-clean-generic:
377
 
        @echo "This command is intended for maintainers to use"
378
 
        @echo "it deletes files that may require special tools to rebuild."
379
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
380
 
clean: clean-am
381
 
 
382
 
clean-am: clean-generic clean-libtool mostlyclean-am
383
 
 
384
 
distclean: distclean-am
385
 
        -rm -f Makefile
386
 
distclean-am: clean-am distclean-generic distclean-tags
387
 
 
388
 
dvi: dvi-am
389
 
 
390
 
dvi-am:
391
 
 
392
 
html: html-am
393
 
 
394
 
html-am:
395
 
 
396
 
info: info-am
397
 
 
398
 
info-am:
399
 
 
400
 
install-data-am:
401
 
 
402
 
install-dvi: install-dvi-am
403
 
 
404
 
install-dvi-am:
405
 
 
406
 
install-exec-am:
407
 
 
408
 
install-html: install-html-am
409
 
 
410
 
install-html-am:
411
 
 
412
 
install-info: install-info-am
413
 
 
414
 
install-info-am:
415
 
 
416
 
install-man:
417
 
 
418
 
install-pdf: install-pdf-am
419
 
 
420
 
install-pdf-am:
421
 
 
422
 
install-ps: install-ps-am
423
 
 
424
 
install-ps-am:
425
 
 
426
 
installcheck-am:
427
 
 
428
 
maintainer-clean: maintainer-clean-am
429
 
        -rm -f Makefile
430
 
maintainer-clean-am: distclean-am maintainer-clean-generic
431
 
 
432
 
mostlyclean: mostlyclean-am
433
 
 
434
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
435
 
 
436
 
pdf: pdf-am
437
 
 
438
 
pdf-am:
439
 
 
440
 
ps: ps-am
441
 
 
442
 
ps-am:
443
 
 
444
 
uninstall-am:
445
 
 
446
 
.MAKE: install-am install-strip
447
 
 
448
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
449
 
        clean-libtool ctags distclean distclean-generic \
450
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
451
 
        html-am info info-am install install-am install-data \
452
 
        install-data-am install-dvi install-dvi-am install-exec \
453
 
        install-exec-am install-html install-html-am install-info \
454
 
        install-info-am install-man install-pdf install-pdf-am \
455
 
        install-ps install-ps-am install-strip installcheck \
456
 
        installcheck-am installdirs maintainer-clean \
457
 
        maintainer-clean-generic mostlyclean mostlyclean-generic \
458
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
459
 
        uninstall-am
460
 
 
461
 
 
462
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
463
 
# Otherwise a system limit (for SysV at least) may be exceeded.
464
 
.NOEXPORT: