~ubuntu-branches/ubuntu/natty/centerim/natty

« back to all changes in this revision

Viewing changes to kksystr/include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-03-26 19:51:53 UTC
  • mfrom: (1.1.5 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090326195153-dxo63t1lwbp2m592
Tags: 4.22.7-1ubuntu1
* Merge from debian unstable, Ubuntu remaining changes:
  - Packages that Depend/Recommend/Suggest firefox (metapackage) must
    must alternatively Depend/Recommend/Suggest abrowser.
* Bugfix-only release, fixed bugs: LP: #146308 and LP: #186381.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
 
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
18
19
pkglibdir = $(libdir)/@PACKAGE@
29
30
NORMAL_UNINSTALL = :
30
31
PRE_UNINSTALL = :
31
32
POST_UNINSTALL = :
32
 
subdir = include
33
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = kksystr/include
 
36
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in
34
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
35
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
 
40
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
 
41
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
 
42
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
 
43
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
 
44
        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
 
45
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
 
46
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
47
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
 
48
        $(top_srcdir)/m4/libgnutls-extra.m4 \
 
49
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
 
50
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
51
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
 
52
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
 
53
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
 
54
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
55
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
56
        $(top_srcdir)/configure.ac
36
57
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
37
58
        $(ACLOCAL_M4)
38
 
mkinstalldirs = $(install_sh) -d
 
59
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
60
CONFIG_HEADER = $(top_builddir)/config.h
39
61
CONFIG_CLEAN_FILES =
40
62
SOURCES =
41
63
DIST_SOURCES =
42
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
43
 
        html-recursive info-recursive install-data-recursive \
44
 
        install-dvi-recursive install-exec-recursive \
45
 
        install-html-recursive install-info-recursive \
46
 
        install-pdf-recursive install-ps-recursive install-recursive \
47
 
        installcheck-recursive installdirs-recursive pdf-recursive \
48
 
        ps-recursive uninstall-recursive
49
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
50
 
  distclean-recursive maintainer-clean-recursive
 
64
HEADERS = $(noinst_HEADERS)
51
65
ETAGS = etags
52
66
CTAGS = ctags
53
 
DIST_SUBDIRS = $(SUBDIRS)
54
67
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
55
68
ACLOCAL = @ACLOCAL@
 
69
ALLOCA = @ALLOCA@
56
70
AMTAR = @AMTAR@
57
71
AUTOCONF = @AUTOCONF@
58
72
AUTOHEADER = @AUTOHEADER@
59
73
AUTOMAKE = @AUTOMAKE@
60
74
AWK = @AWK@
 
75
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
76
CATOBJEXT = @CATOBJEXT@
61
77
CC = @CC@
62
78
CCDEPMODE = @CCDEPMODE@
63
79
CFLAGS = @CFLAGS@
64
80
CPP = @CPP@
65
81
CPPFLAGS = @CPPFLAGS@
 
82
CURL_CFLAGS = @CURL_CFLAGS@
 
83
CURL_CXXFLAGS = @CURL_CXXFLAGS@
 
84
CURL_LIBS = @CURL_LIBS@
66
85
CXX = @CXX@
 
86
CXXCPP = @CXXCPP@
67
87
CXXDEPMODE = @CXXDEPMODE@
68
88
CXXFLAGS = @CXXFLAGS@
69
89
CYGPATH_W = @CYGPATH_W@
 
90
DATADIRNAME = @DATADIRNAME@
70
91
DEFS = @DEFS@
71
92
DEPDIR = @DEPDIR@
72
93
ECHO_C = @ECHO_C@
74
95
ECHO_T = @ECHO_T@
75
96
EGREP = @EGREP@
76
97
EXEEXT = @EXEEXT@
 
98
FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@
 
99
FRIBIDI_CONFIG = @FRIBIDI_CONFIG@
 
100
FRIBIDI_LIBS = @FRIBIDI_LIBS@
 
101
FRIBIDI_PC = @FRIBIDI_PC@
 
102
GENCAT = @GENCAT@
 
103
GLIBC2 = @GLIBC2@
 
104
GLIBC21 = @GLIBC21@
 
105
GMSGFMT = @GMSGFMT@
 
106
GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
 
107
GNUTLS_CXXFLAGS = @GNUTLS_CXXFLAGS@
 
108
GNUTLS_LIBS = @GNUTLS_LIBS@
 
109
GPGME_CFLAGS = @GPGME_CFLAGS@
 
110
GPGME_CONFIG = @GPGME_CONFIG@
 
111
GPGME_CXXFLAGS = @GPGME_CXXFLAGS@
 
112
GPGME_LIBS = @GPGME_LIBS@
77
113
GREP = @GREP@
 
114
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
115
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
116
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
117
HAVE_WPRINTF = @HAVE_WPRINTF@
78
118
INSTALL = @INSTALL@
79
119
INSTALL_DATA = @INSTALL_DATA@
80
120
INSTALL_PROGRAM = @INSTALL_PROGRAM@
81
121
INSTALL_SCRIPT = @INSTALL_SCRIPT@
82
122
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
123
INSTOBJEXT = @INSTOBJEXT@
 
124
INTLBISON = @INTLBISON@
 
125
INTLLIBS = @INTLLIBS@
 
126
INTLOBJS = @INTLOBJS@
 
127
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
128
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
129
JPEG_LIBS = @JPEG_LIBS@
83
130
LDFLAGS = @LDFLAGS@
 
131
LIBCURL = @LIBCURL@
 
132
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
 
133
LIBGNUTLS_EXTRA_CFLAGS = @LIBGNUTLS_EXTRA_CFLAGS@
 
134
LIBGNUTLS_EXTRA_CONFIG = @LIBGNUTLS_EXTRA_CONFIG@
 
135
LIBGNUTLS_EXTRA_LIBS = @LIBGNUTLS_EXTRA_LIBS@
 
136
LIBICONV = @LIBICONV@
 
137
LIBINTL = @LIBINTL@
84
138
LIBOBJS = @LIBOBJS@
85
139
LIBS = @LIBS@
 
140
LTLIBICONV = @LTLIBICONV@
 
141
LTLIBINTL = @LTLIBINTL@
86
142
LTLIBOBJS = @LTLIBOBJS@
87
143
MAKEINFO = @MAKEINFO@
88
144
MKDIR_P = @MKDIR_P@
 
145
MKINSTALLDIRS = @MKINSTALLDIRS@
 
146
MSGFMT = @MSGFMT@
 
147
MSGMERGE = @MSGMERGE@
 
148
NSS_CFLAGS = @NSS_CFLAGS@
 
149
NSS_LIBS = @NSS_LIBS@
89
150
OBJEXT = @OBJEXT@
 
151
ORDER_ONLY = @ORDER_ONLY@
90
152
PACKAGE = @PACKAGE@
91
153
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
92
154
PACKAGE_NAME = @PACKAGE_NAME@
94
156
PACKAGE_TARNAME = @PACKAGE_TARNAME@
95
157
PACKAGE_VERSION = @PACKAGE_VERSION@
96
158
PATH_SEPARATOR = @PATH_SEPARATOR@
 
159
PKG_CONFIG = @PKG_CONFIG@
 
160
POSUB = @POSUB@
97
161
RANLIB = @RANLIB@
98
162
SET_MAKE = @SET_MAKE@
99
163
SHELL = @SHELL@
100
164
STRIP = @STRIP@
 
165
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
166
USE_NLS = @USE_NLS@
101
167
VERSION = @VERSION@
 
168
XGETTEXT = @XGETTEXT@
 
169
_libcurl_config = @_libcurl_config@
102
170
abs_builddir = @abs_builddir@
103
171
abs_srcdir = @abs_srcdir@
104
172
abs_top_builddir = @abs_top_builddir@
111
179
am__tar = @am__tar@
112
180
am__untar = @am__untar@
113
181
bindir = @bindir@
 
182
build = @build@
114
183
build_alias = @build_alias@
 
184
build_cpu = @build_cpu@
 
185
build_os = @build_os@
 
186
build_vendor = @build_vendor@
115
187
builddir = @builddir@
116
188
datadir = @datadir@
117
189
datarootdir = @datarootdir@
118
190
docdir = @docdir@
119
191
dvidir = @dvidir@
120
192
exec_prefix = @exec_prefix@
 
193
host = @host@
121
194
host_alias = @host_alias@
 
195
host_cpu = @host_cpu@
 
196
host_os = @host_os@
 
197
host_vendor = @host_vendor@
122
198
htmldir = @htmldir@
123
199
includedir = @includedir@
124
200
infodir = @infodir@
139
215
srcdir = @srcdir@
140
216
sysconfdir = @sysconfdir@
141
217
target_alias = @target_alias@
 
218
top_build_prefix = @top_build_prefix@
142
219
top_builddir = @top_builddir@
143
220
top_srcdir = @top_srcdir@
144
 
EXTRA_DIST = conf.h kkfsys.h kkiproc.h
145
 
SUBDIRS = 
146
 
all: all-recursive
 
221
noinst_HEADERS = conf.h kkfsys.h kkiproc.h
 
222
all: all-am
147
223
 
148
224
.SUFFIXES:
149
225
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
150
226
        @for dep in $?; do \
151
227
          case '$(am__configure_deps)' in \
152
228
            *$$dep*) \
153
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
154
 
                && exit 0; \
 
229
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
230
                && { if test -f $@; then exit 0; else break; fi; }; \
155
231
              exit 1;; \
156
232
          esac; \
157
233
        done; \
158
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  include/Makefile'; \
 
234
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kksystr/include/Makefile'; \
159
235
        cd $(top_srcdir) && \
160
 
          $(AUTOMAKE) --gnu  include/Makefile
 
236
          $(AUTOMAKE) --gnu  kksystr/include/Makefile
161
237
.PRECIOUS: Makefile
162
238
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
163
239
        @case '$?' in \
176
252
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
177
253
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
178
254
 
179
 
# This directory's subdirectories are mostly independent; you can cd
180
 
# into them and run `make' without going through this Makefile.
181
 
# To change the values of `make' variables: instead of editing Makefiles,
182
 
# (1) if the variable is set in `config.status', edit `config.status'
183
 
#     (which will cause the Makefiles to be regenerated when you run `make');
184
 
# (2) otherwise, pass the desired values on the `make' command line.
185
 
$(RECURSIVE_TARGETS):
186
 
        @failcom='exit 1'; \
187
 
        for f in x $$MAKEFLAGS; do \
188
 
          case $$f in \
189
 
            *=* | --[!k]*);; \
190
 
            *k*) failcom='fail=yes';; \
191
 
          esac; \
192
 
        done; \
193
 
        dot_seen=no; \
194
 
        target=`echo $@ | sed s/-recursive//`; \
195
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
196
 
          echo "Making $$target in $$subdir"; \
197
 
          if test "$$subdir" = "."; then \
198
 
            dot_seen=yes; \
199
 
            local_target="$$target-am"; \
200
 
          else \
201
 
            local_target="$$target"; \
202
 
          fi; \
203
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
204
 
          || eval $$failcom; \
205
 
        done; \
206
 
        if test "$$dot_seen" = "no"; then \
207
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
208
 
        fi; test -z "$$fail"
209
 
 
210
 
$(RECURSIVE_CLEAN_TARGETS):
211
 
        @failcom='exit 1'; \
212
 
        for f in x $$MAKEFLAGS; do \
213
 
          case $$f in \
214
 
            *=* | --[!k]*);; \
215
 
            *k*) failcom='fail=yes';; \
216
 
          esac; \
217
 
        done; \
218
 
        dot_seen=no; \
219
 
        case "$@" in \
220
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
221
 
          *) list='$(SUBDIRS)' ;; \
222
 
        esac; \
223
 
        rev=''; for subdir in $$list; do \
224
 
          if test "$$subdir" = "."; then :; else \
225
 
            rev="$$subdir $$rev"; \
226
 
          fi; \
227
 
        done; \
228
 
        rev="$$rev ."; \
229
 
        target=`echo $@ | sed s/-recursive//`; \
230
 
        for subdir in $$rev; do \
231
 
          echo "Making $$target in $$subdir"; \
232
 
          if test "$$subdir" = "."; then \
233
 
            local_target="$$target-am"; \
234
 
          else \
235
 
            local_target="$$target"; \
236
 
          fi; \
237
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
238
 
          || eval $$failcom; \
239
 
        done && test -z "$$fail"
240
 
tags-recursive:
241
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
242
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
243
 
        done
244
 
ctags-recursive:
245
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
246
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
247
 
        done
248
 
 
249
255
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
250
256
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
251
257
        unique=`for i in $$list; do \
252
258
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
253
259
          done | \
254
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
260
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
255
261
              END { if (nonempty) { for (i in files) print i; }; }'`; \
256
262
        mkid -fID $$unique
257
263
tags: TAGS
258
264
 
259
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
265
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
260
266
                $(TAGS_FILES) $(LISP)
261
267
        tags=; \
262
268
        here=`pwd`; \
263
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
264
 
          include_option=--etags-include; \
265
 
          empty_fix=.; \
266
 
        else \
267
 
          include_option=--include; \
268
 
          empty_fix=; \
269
 
        fi; \
270
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
271
 
          if test "$$subdir" = .; then :; else \
272
 
            test ! -f $$subdir/TAGS || \
273
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
274
 
          fi; \
275
 
        done; \
276
269
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
277
270
        unique=`for i in $$list; do \
278
271
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
285
278
            $$tags $$unique; \
286
279
        fi
287
280
ctags: CTAGS
288
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
281
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
289
282
                $(TAGS_FILES) $(LISP)
290
283
        tags=; \
291
284
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
332
325
            || exit 1; \
333
326
          fi; \
334
327
        done
335
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
336
 
          if test "$$subdir" = .; then :; else \
337
 
            test -d "$(distdir)/$$subdir" \
338
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
339
 
            || exit 1; \
340
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
341
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
342
 
            (cd $$subdir && \
343
 
              $(MAKE) $(AM_MAKEFLAGS) \
344
 
                top_distdir="$$top_distdir" \
345
 
                distdir="$$distdir/$$subdir" \
346
 
                am__remove_distdir=: \
347
 
                am__skip_length_check=: \
348
 
                distdir) \
349
 
              || exit 1; \
350
 
          fi; \
351
 
        done
352
328
check-am: all-am
353
 
check: check-recursive
354
 
all-am: Makefile
355
 
installdirs: installdirs-recursive
356
 
installdirs-am:
357
 
install: install-recursive
358
 
install-exec: install-exec-recursive
359
 
install-data: install-data-recursive
360
 
uninstall: uninstall-recursive
 
329
check: check-am
 
330
all-am: Makefile $(HEADERS)
 
331
installdirs:
 
332
install: install-am
 
333
install-exec: install-exec-am
 
334
install-data: install-data-am
 
335
uninstall: uninstall-am
361
336
 
362
337
install-am: all-am
363
338
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364
339
 
365
 
installcheck: installcheck-recursive
 
340
installcheck: installcheck-am
366
341
install-strip:
367
342
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
368
343
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378
353
maintainer-clean-generic:
379
354
        @echo "This command is intended for maintainers to use"
380
355
        @echo "it deletes files that may require special tools to rebuild."
381
 
clean: clean-recursive
 
356
clean: clean-am
382
357
 
383
358
clean-am: clean-generic mostlyclean-am
384
359
 
385
 
distclean: distclean-recursive
 
360
distclean: distclean-am
386
361
        -rm -f Makefile
387
362
distclean-am: clean-am distclean-generic distclean-tags
388
363
 
389
 
dvi: dvi-recursive
 
364
dvi: dvi-am
390
365
 
391
366
dvi-am:
392
367
 
393
 
html: html-recursive
 
368
html: html-am
394
369
 
395
 
info: info-recursive
 
370
info: info-am
396
371
 
397
372
info-am:
398
373
 
399
374
install-data-am:
400
375
 
401
 
install-dvi: install-dvi-recursive
 
376
install-dvi: install-dvi-am
402
377
 
403
378
install-exec-am:
404
379
 
405
 
install-html: install-html-recursive
 
380
install-html: install-html-am
406
381
 
407
 
install-info: install-info-recursive
 
382
install-info: install-info-am
408
383
 
409
384
install-man:
410
385
 
411
 
install-pdf: install-pdf-recursive
 
386
install-pdf: install-pdf-am
412
387
 
413
 
install-ps: install-ps-recursive
 
388
install-ps: install-ps-am
414
389
 
415
390
installcheck-am:
416
391
 
417
 
maintainer-clean: maintainer-clean-recursive
 
392
maintainer-clean: maintainer-clean-am
418
393
        -rm -f Makefile
419
394
maintainer-clean-am: distclean-am maintainer-clean-generic
420
395
 
421
 
mostlyclean: mostlyclean-recursive
 
396
mostlyclean: mostlyclean-am
422
397
 
423
398
mostlyclean-am: mostlyclean-generic
424
399
 
425
 
pdf: pdf-recursive
 
400
pdf: pdf-am
426
401
 
427
402
pdf-am:
428
403
 
429
 
ps: ps-recursive
 
404
ps: ps-am
430
405
 
431
406
ps-am:
432
407
 
433
408
uninstall-am:
434
409
 
435
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
436
 
        install-strip
 
410
.MAKE: install-am install-strip
437
411
 
438
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
439
 
        all all-am check check-am clean clean-generic ctags \
440
 
        ctags-recursive distclean distclean-generic distclean-tags \
441
 
        distdir dvi dvi-am html html-am info info-am install \
442
 
        install-am install-data install-data-am install-dvi \
443
 
        install-dvi-am install-exec install-exec-am install-html \
444
 
        install-html-am install-info install-info-am install-man \
445
 
        install-pdf install-pdf-am install-ps install-ps-am \
446
 
        install-strip installcheck installcheck-am installdirs \
447
 
        installdirs-am maintainer-clean maintainer-clean-generic \
448
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
449
 
        tags-recursive uninstall uninstall-am
 
412
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
413
        ctags distclean distclean-generic distclean-tags distdir dvi \
 
414
        dvi-am html html-am info info-am install install-am \
 
415
        install-data install-data-am install-dvi install-dvi-am \
 
416
        install-exec install-exec-am install-html install-html-am \
 
417
        install-info install-info-am install-man install-pdf \
 
418
        install-pdf-am install-ps install-ps-am install-strip \
 
419
        installcheck installcheck-am installdirs maintainer-clean \
 
420
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
421
        pdf-am ps ps-am tags uninstall uninstall-am
450
422
 
451
423
# Tell versions [3.59,3.63) of GNU make to not export all variables.
452
424
# Otherwise a system limit (for SysV at least) may be exceeded.