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

« back to all changes in this revision

Viewing changes to kksystr/src/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,
30
30
NORMAL_UNINSTALL = :
31
31
PRE_UNINSTALL = :
32
32
POST_UNINSTALL = :
33
 
subdir = src
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = kksystr/src
34
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
35
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
36
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
38
am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
 
39
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \
 
40
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
 
41
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
 
42
        $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
 
43
        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
 
44
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
 
45
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
46
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libcurl.m4 \
 
47
        $(top_srcdir)/m4/libgnutls-extra.m4 \
 
48
        $(top_srcdir)/m4/longdouble.m4 $(top_srcdir)/m4/longlong.m4 \
 
49
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
50
        $(top_srcdir)/m4/printf-posix.m4 $(top_srcdir)/m4/progtest.m4 \
 
51
        $(top_srcdir)/m4/signed.m4 $(top_srcdir)/m4/size_max.m4 \
 
52
        $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
 
53
        $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wchar_t.m4 \
 
54
        $(top_srcdir)/m4/wint_t.m4 $(top_srcdir)/m4/xsize.m4 \
 
55
        $(top_srcdir)/configure.ac
37
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
38
57
        $(ACLOCAL_M4)
39
 
mkinstalldirs = $(install_sh) -d
 
58
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
59
CONFIG_HEADER = $(top_builddir)/config.h
40
60
CONFIG_CLEAN_FILES =
41
61
LIBRARIES = $(noinst_LIBRARIES)
42
62
AR = ar
45
65
libsrc_a_LIBADD =
46
66
am_libsrc_a_OBJECTS = kkfsys.$(OBJEXT) kkiproc.$(OBJEXT)
47
67
libsrc_a_OBJECTS = $(am_libsrc_a_OBJECTS)
48
 
DEFAULT_INCLUDES = -I.@am__isrc@
49
 
depcomp = $(SHELL) $(top_srcdir)/../depcomp
 
68
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
50
70
am__depfiles_maybe = depfiles
51
71
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
52
72
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
55
75
        -o $@
56
76
SOURCES = $(libsrc_a_SOURCES)
57
77
DIST_SOURCES = $(libsrc_a_SOURCES)
58
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59
 
        html-recursive info-recursive install-data-recursive \
60
 
        install-dvi-recursive install-exec-recursive \
61
 
        install-html-recursive install-info-recursive \
62
 
        install-pdf-recursive install-ps-recursive install-recursive \
63
 
        installcheck-recursive installdirs-recursive pdf-recursive \
64
 
        ps-recursive uninstall-recursive
65
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
66
 
  distclean-recursive maintainer-clean-recursive
67
78
ETAGS = etags
68
79
CTAGS = ctags
69
 
DIST_SUBDIRS = $(SUBDIRS)
70
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71
81
ACLOCAL = @ACLOCAL@
 
82
ALLOCA = @ALLOCA@
72
83
AMTAR = @AMTAR@
73
84
AUTOCONF = @AUTOCONF@
74
85
AUTOHEADER = @AUTOHEADER@
75
86
AUTOMAKE = @AUTOMAKE@
76
87
AWK = @AWK@
 
88
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
89
CATOBJEXT = @CATOBJEXT@
77
90
CC = @CC@
78
91
CCDEPMODE = @CCDEPMODE@
79
92
CFLAGS = @CFLAGS@
80
93
CPP = @CPP@
81
94
CPPFLAGS = @CPPFLAGS@
 
95
CURL_CFLAGS = @CURL_CFLAGS@
 
96
CURL_CXXFLAGS = @CURL_CXXFLAGS@
 
97
CURL_LIBS = @CURL_LIBS@
82
98
CXX = @CXX@
 
99
CXXCPP = @CXXCPP@
83
100
CXXDEPMODE = @CXXDEPMODE@
84
101
CXXFLAGS = @CXXFLAGS@
85
102
CYGPATH_W = @CYGPATH_W@
 
103
DATADIRNAME = @DATADIRNAME@
86
104
DEFS = @DEFS@
87
105
DEPDIR = @DEPDIR@
88
106
ECHO_C = @ECHO_C@
90
108
ECHO_T = @ECHO_T@
91
109
EGREP = @EGREP@
92
110
EXEEXT = @EXEEXT@
 
111
FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@
 
112
FRIBIDI_CONFIG = @FRIBIDI_CONFIG@
 
113
FRIBIDI_LIBS = @FRIBIDI_LIBS@
 
114
FRIBIDI_PC = @FRIBIDI_PC@
 
115
GENCAT = @GENCAT@
 
116
GLIBC2 = @GLIBC2@
 
117
GLIBC21 = @GLIBC21@
 
118
GMSGFMT = @GMSGFMT@
 
119
GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
 
120
GNUTLS_CXXFLAGS = @GNUTLS_CXXFLAGS@
 
121
GNUTLS_LIBS = @GNUTLS_LIBS@
 
122
GPGME_CFLAGS = @GPGME_CFLAGS@
 
123
GPGME_CONFIG = @GPGME_CONFIG@
 
124
GPGME_CXXFLAGS = @GPGME_CXXFLAGS@
 
125
GPGME_LIBS = @GPGME_LIBS@
93
126
GREP = @GREP@
 
127
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
128
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
129
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
130
HAVE_WPRINTF = @HAVE_WPRINTF@
94
131
INSTALL = @INSTALL@
95
132
INSTALL_DATA = @INSTALL_DATA@
96
133
INSTALL_PROGRAM = @INSTALL_PROGRAM@
97
134
INSTALL_SCRIPT = @INSTALL_SCRIPT@
98
135
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
136
INSTOBJEXT = @INSTOBJEXT@
 
137
INTLBISON = @INTLBISON@
 
138
INTLLIBS = @INTLLIBS@
 
139
INTLOBJS = @INTLOBJS@
 
140
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
141
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
142
JPEG_LIBS = @JPEG_LIBS@
99
143
LDFLAGS = @LDFLAGS@
 
144
LIBCURL = @LIBCURL@
 
145
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
 
146
LIBGNUTLS_EXTRA_CFLAGS = @LIBGNUTLS_EXTRA_CFLAGS@
 
147
LIBGNUTLS_EXTRA_CONFIG = @LIBGNUTLS_EXTRA_CONFIG@
 
148
LIBGNUTLS_EXTRA_LIBS = @LIBGNUTLS_EXTRA_LIBS@
 
149
LIBICONV = @LIBICONV@
 
150
LIBINTL = @LIBINTL@
100
151
LIBOBJS = @LIBOBJS@
101
152
LIBS = @LIBS@
 
153
LTLIBICONV = @LTLIBICONV@
 
154
LTLIBINTL = @LTLIBINTL@
102
155
LTLIBOBJS = @LTLIBOBJS@
103
156
MAKEINFO = @MAKEINFO@
104
157
MKDIR_P = @MKDIR_P@
 
158
MKINSTALLDIRS = @MKINSTALLDIRS@
 
159
MSGFMT = @MSGFMT@
 
160
MSGMERGE = @MSGMERGE@
 
161
NSS_CFLAGS = @NSS_CFLAGS@
 
162
NSS_LIBS = @NSS_LIBS@
105
163
OBJEXT = @OBJEXT@
 
164
ORDER_ONLY = @ORDER_ONLY@
106
165
PACKAGE = @PACKAGE@
107
166
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
108
167
PACKAGE_NAME = @PACKAGE_NAME@
110
169
PACKAGE_TARNAME = @PACKAGE_TARNAME@
111
170
PACKAGE_VERSION = @PACKAGE_VERSION@
112
171
PATH_SEPARATOR = @PATH_SEPARATOR@
 
172
PKG_CONFIG = @PKG_CONFIG@
 
173
POSUB = @POSUB@
113
174
RANLIB = @RANLIB@
114
175
SET_MAKE = @SET_MAKE@
115
176
SHELL = @SHELL@
116
177
STRIP = @STRIP@
 
178
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
179
USE_NLS = @USE_NLS@
117
180
VERSION = @VERSION@
 
181
XGETTEXT = @XGETTEXT@
 
182
_libcurl_config = @_libcurl_config@
118
183
abs_builddir = @abs_builddir@
119
184
abs_srcdir = @abs_srcdir@
120
185
abs_top_builddir = @abs_top_builddir@
127
192
am__tar = @am__tar@
128
193
am__untar = @am__untar@
129
194
bindir = @bindir@
 
195
build = @build@
130
196
build_alias = @build_alias@
 
197
build_cpu = @build_cpu@
 
198
build_os = @build_os@
 
199
build_vendor = @build_vendor@
131
200
builddir = @builddir@
132
201
datadir = @datadir@
133
202
datarootdir = @datarootdir@
134
203
docdir = @docdir@
135
204
dvidir = @dvidir@
136
205
exec_prefix = @exec_prefix@
 
206
host = @host@
137
207
host_alias = @host_alias@
 
208
host_cpu = @host_cpu@
 
209
host_os = @host_os@
 
210
host_vendor = @host_vendor@
138
211
htmldir = @htmldir@
139
212
includedir = @includedir@
140
213
infodir = @infodir@
155
228
srcdir = @srcdir@
156
229
sysconfdir = @sysconfdir@
157
230
target_alias = @target_alias@
 
231
top_build_prefix = @top_build_prefix@
158
232
top_builddir = @top_builddir@
159
233
top_srcdir = @top_srcdir@
160
 
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/../kkstrtext -I$(top_srcdir)/../kkstrtext-0.1
 
234
AM_CXXFLAGS = -Wno-write-strings
 
235
AM_CPPFLAGS = -I$(top_srcdir)/kksystr/include -I$(top_srcdir)//kkstrtext
161
236
noinst_LIBRARIES = libsrc.a
162
237
libsrc_a_SOURCES = kkfsys.cc kkiproc.cc
163
 
EXTRA_DIST = kkfsys.cc kkiproc.cc
164
 
AM_CPPFLAGS = 
165
 
SUBDIRS = 
166
 
all: all-recursive
 
238
all: all-am
167
239
 
168
240
.SUFFIXES:
169
241
.SUFFIXES: .cc .o .obj
171
243
        @for dep in $?; do \
172
244
          case '$(am__configure_deps)' in \
173
245
            *$$dep*) \
174
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
175
 
                && exit 0; \
 
246
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
247
                && { if test -f $@; then exit 0; else break; fi; }; \
176
248
              exit 1;; \
177
249
          esac; \
178
250
        done; \
179
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
251
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kksystr/src/Makefile'; \
180
252
        cd $(top_srcdir) && \
181
 
          $(AUTOMAKE) --gnu  src/Makefile
 
253
          $(AUTOMAKE) --gnu  kksystr/src/Makefile
182
254
.PRECIOUS: Makefile
183
255
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
184
256
        @case '$?' in \
227
299
@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
228
300
@am__fastdepCXX_FALSE@  $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
229
301
 
230
 
# This directory's subdirectories are mostly independent; you can cd
231
 
# into them and run `make' without going through this Makefile.
232
 
# To change the values of `make' variables: instead of editing Makefiles,
233
 
# (1) if the variable is set in `config.status', edit `config.status'
234
 
#     (which will cause the Makefiles to be regenerated when you run `make');
235
 
# (2) otherwise, pass the desired values on the `make' command line.
236
 
$(RECURSIVE_TARGETS):
237
 
        @failcom='exit 1'; \
238
 
        for f in x $$MAKEFLAGS; do \
239
 
          case $$f in \
240
 
            *=* | --[!k]*);; \
241
 
            *k*) failcom='fail=yes';; \
242
 
          esac; \
243
 
        done; \
244
 
        dot_seen=no; \
245
 
        target=`echo $@ | sed s/-recursive//`; \
246
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
247
 
          echo "Making $$target in $$subdir"; \
248
 
          if test "$$subdir" = "."; then \
249
 
            dot_seen=yes; \
250
 
            local_target="$$target-am"; \
251
 
          else \
252
 
            local_target="$$target"; \
253
 
          fi; \
254
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
255
 
          || eval $$failcom; \
256
 
        done; \
257
 
        if test "$$dot_seen" = "no"; then \
258
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
259
 
        fi; test -z "$$fail"
260
 
 
261
 
$(RECURSIVE_CLEAN_TARGETS):
262
 
        @failcom='exit 1'; \
263
 
        for f in x $$MAKEFLAGS; do \
264
 
          case $$f in \
265
 
            *=* | --[!k]*);; \
266
 
            *k*) failcom='fail=yes';; \
267
 
          esac; \
268
 
        done; \
269
 
        dot_seen=no; \
270
 
        case "$@" in \
271
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
272
 
          *) list='$(SUBDIRS)' ;; \
273
 
        esac; \
274
 
        rev=''; for subdir in $$list; do \
275
 
          if test "$$subdir" = "."; then :; else \
276
 
            rev="$$subdir $$rev"; \
277
 
          fi; \
278
 
        done; \
279
 
        rev="$$rev ."; \
280
 
        target=`echo $@ | sed s/-recursive//`; \
281
 
        for subdir in $$rev; do \
282
 
          echo "Making $$target in $$subdir"; \
283
 
          if test "$$subdir" = "."; then \
284
 
            local_target="$$target-am"; \
285
 
          else \
286
 
            local_target="$$target"; \
287
 
          fi; \
288
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
289
 
          || eval $$failcom; \
290
 
        done && test -z "$$fail"
291
 
tags-recursive:
292
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
293
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
294
 
        done
295
 
ctags-recursive:
296
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
297
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
298
 
        done
299
 
 
300
302
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
301
303
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
302
304
        unique=`for i in $$list; do \
303
305
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304
306
          done | \
305
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
307
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
306
308
              END { if (nonempty) { for (i in files) print i; }; }'`; \
307
309
        mkid -fID $$unique
308
310
tags: TAGS
309
311
 
310
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
312
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
311
313
                $(TAGS_FILES) $(LISP)
312
314
        tags=; \
313
315
        here=`pwd`; \
314
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
315
 
          include_option=--etags-include; \
316
 
          empty_fix=.; \
317
 
        else \
318
 
          include_option=--include; \
319
 
          empty_fix=; \
320
 
        fi; \
321
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
322
 
          if test "$$subdir" = .; then :; else \
323
 
            test ! -f $$subdir/TAGS || \
324
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
325
 
          fi; \
326
 
        done; \
327
316
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
328
317
        unique=`for i in $$list; do \
329
318
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336
325
            $$tags $$unique; \
337
326
        fi
338
327
ctags: CTAGS
339
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
328
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
329
                $(TAGS_FILES) $(LISP)
341
330
        tags=; \
342
331
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383
372
            || exit 1; \
384
373
          fi; \
385
374
        done
386
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
387
 
          if test "$$subdir" = .; then :; else \
388
 
            test -d "$(distdir)/$$subdir" \
389
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
390
 
            || exit 1; \
391
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
392
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
393
 
            (cd $$subdir && \
394
 
              $(MAKE) $(AM_MAKEFLAGS) \
395
 
                top_distdir="$$top_distdir" \
396
 
                distdir="$$distdir/$$subdir" \
397
 
                am__remove_distdir=: \
398
 
                am__skip_length_check=: \
399
 
                distdir) \
400
 
              || exit 1; \
401
 
          fi; \
402
 
        done
403
375
check-am: all-am
404
 
check: check-recursive
 
376
check: check-am
405
377
all-am: Makefile $(LIBRARIES)
406
 
installdirs: installdirs-recursive
407
 
installdirs-am:
408
 
install: install-recursive
409
 
install-exec: install-exec-recursive
410
 
install-data: install-data-recursive
411
 
uninstall: uninstall-recursive
 
378
installdirs:
 
379
install: install-am
 
380
install-exec: install-exec-am
 
381
install-data: install-data-am
 
382
uninstall: uninstall-am
412
383
 
413
384
install-am: all-am
414
385
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
415
386
 
416
 
installcheck: installcheck-recursive
 
387
installcheck: installcheck-am
417
388
install-strip:
418
389
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
419
390
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429
400
maintainer-clean-generic:
430
401
        @echo "This command is intended for maintainers to use"
431
402
        @echo "it deletes files that may require special tools to rebuild."
432
 
clean: clean-recursive
 
403
clean: clean-am
433
404
 
434
405
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
435
406
 
436
 
distclean: distclean-recursive
 
407
distclean: distclean-am
437
408
        -rm -rf ./$(DEPDIR)
438
409
        -rm -f Makefile
439
410
distclean-am: clean-am distclean-compile distclean-generic \
440
411
        distclean-tags
441
412
 
442
 
dvi: dvi-recursive
 
413
dvi: dvi-am
443
414
 
444
415
dvi-am:
445
416
 
446
 
html: html-recursive
 
417
html: html-am
447
418
 
448
 
info: info-recursive
 
419
info: info-am
449
420
 
450
421
info-am:
451
422
 
452
423
install-data-am:
453
424
 
454
 
install-dvi: install-dvi-recursive
 
425
install-dvi: install-dvi-am
455
426
 
456
427
install-exec-am:
457
428
 
458
 
install-html: install-html-recursive
 
429
install-html: install-html-am
459
430
 
460
 
install-info: install-info-recursive
 
431
install-info: install-info-am
461
432
 
462
433
install-man:
463
434
 
464
 
install-pdf: install-pdf-recursive
 
435
install-pdf: install-pdf-am
465
436
 
466
 
install-ps: install-ps-recursive
 
437
install-ps: install-ps-am
467
438
 
468
439
installcheck-am:
469
440
 
470
 
maintainer-clean: maintainer-clean-recursive
 
441
maintainer-clean: maintainer-clean-am
471
442
        -rm -rf ./$(DEPDIR)
472
443
        -rm -f Makefile
473
444
maintainer-clean-am: distclean-am maintainer-clean-generic
474
445
 
475
 
mostlyclean: mostlyclean-recursive
 
446
mostlyclean: mostlyclean-am
476
447
 
477
448
mostlyclean-am: mostlyclean-compile mostlyclean-generic
478
449
 
479
 
pdf: pdf-recursive
 
450
pdf: pdf-am
480
451
 
481
452
pdf-am:
482
453
 
483
 
ps: ps-recursive
 
454
ps: ps-am
484
455
 
485
456
ps-am:
486
457
 
487
458
uninstall-am:
488
459
 
489
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
490
 
        install-strip
 
460
.MAKE: install-am install-strip
491
461
 
492
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
493
 
        all all-am check check-am clean clean-generic \
494
 
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
495
 
        distclean-compile distclean-generic distclean-tags distdir dvi \
496
 
        dvi-am html html-am info info-am install install-am \
497
 
        install-data install-data-am install-dvi install-dvi-am \
498
 
        install-exec install-exec-am install-html install-html-am \
499
 
        install-info install-info-am install-man install-pdf \
500
 
        install-pdf-am install-ps install-ps-am install-strip \
501
 
        installcheck installcheck-am installdirs installdirs-am \
502
 
        maintainer-clean maintainer-clean-generic mostlyclean \
503
 
        mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
504
 
        tags tags-recursive uninstall uninstall-am
 
462
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
463
        clean-noinstLIBRARIES ctags distclean distclean-compile \
 
464
        distclean-generic distclean-tags distdir dvi dvi-am html \
 
465
        html-am info info-am install install-am install-data \
 
466
        install-data-am install-dvi install-dvi-am install-exec \
 
467
        install-exec-am install-html install-html-am install-info \
 
468
        install-info-am install-man install-pdf install-pdf-am \
 
469
        install-ps install-ps-am install-strip installcheck \
 
470
        installcheck-am installdirs maintainer-clean \
 
471
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
472
        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
 
473
        uninstall-am
505
474
 
506
475
# Tell versions [3.59,3.63) of GNU make to not export all variables.
507
476
# Otherwise a system limit (for SysV at least) may be exceeded.