~ubuntu-branches/ubuntu/oneiric/irssi/oneiric

« back to all changes in this revision

Viewing changes to src/irc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2009-05-05 15:50:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090505155050-aoqlnpes7che9rtd
Tags: 0.8.13-1ubuntu1
* Merge from debian unstable (LP: #372411), remaining changes:
  - debian/patches: 03firsttimer_text
    + Adapt it so it tells you about connecting to irc.ubuntu.com and
      joining #ubuntu instead of irc.debian.org and #debian.
  - debian/patches: 90irc-ubuntu-com
* Fixed debian/patches/90irc-ubuntu-com for new irssi.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ../..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
44
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
41
        $(ACLOCAL_M4)
46
42
mkinstalldirs = $(install_sh) -d
47
 
CONFIG_HEADER = $(top_builddir)/config.h
 
43
CONFIG_HEADER = $(top_builddir)/irssi-config.h
48
44
CONFIG_CLEAN_FILES =
49
45
LIBRARIES = $(noinst_LIBRARIES)
50
46
ARFLAGS = cru
52
48
libirc_a_LIBADD =
53
49
am_libirc_a_OBJECTS = irc.$(OBJEXT)
54
50
libirc_a_OBJECTS = $(am_libirc_a_OBJECTS)
55
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
56
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
51
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
52
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
57
53
am__depfiles_maybe = depfiles
58
54
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59
55
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
61
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
62
 
        $(AM_CFLAGS) $(CFLAGS)
 
56
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
57
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
58
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
59
CCLD = $(CC)
64
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
60
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
61
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
62
        $(LDFLAGS) -o $@
66
63
SOURCES = $(libirc_a_SOURCES)
67
64
DIST_SOURCES = $(libirc_a_SOURCES)
68
65
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69
66
        html-recursive info-recursive install-data-recursive \
70
 
        install-exec-recursive install-info-recursive \
71
 
        install-recursive installcheck-recursive installdirs-recursive \
72
 
        pdf-recursive ps-recursive uninstall-info-recursive \
73
 
        uninstall-recursive
 
67
        install-dvi-recursive install-exec-recursive \
 
68
        install-html-recursive install-info-recursive \
 
69
        install-pdf-recursive install-ps-recursive install-recursive \
 
70
        installcheck-recursive installdirs-recursive pdf-recursive \
 
71
        ps-recursive uninstall-recursive
 
72
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
73
  distclean-recursive maintainer-clean-recursive
74
74
ETAGS = etags
75
75
CTAGS = ctags
76
76
DIST_SUBDIRS = core dcc flood notifylist proxy
77
77
ACLOCAL = @ACLOCAL@
78
 
AMDEP_FALSE = @AMDEP_FALSE@
79
 
AMDEP_TRUE = @AMDEP_TRUE@
80
78
AMTAR = @AMTAR@
81
79
AR = @AR@
82
80
AUTOCONF = @AUTOCONF@
83
81
AUTOHEADER = @AUTOHEADER@
84
82
AUTOMAKE = @AUTOMAKE@
85
83
AWK = @AWK@
86
 
BUILD_IRSSIBOT_FALSE = @BUILD_IRSSIBOT_FALSE@
87
 
BUILD_IRSSIBOT_TRUE = @BUILD_IRSSIBOT_TRUE@
88
 
BUILD_IRSSIPROXY_FALSE = @BUILD_IRSSIPROXY_FALSE@
89
 
BUILD_IRSSIPROXY_TRUE = @BUILD_IRSSIPROXY_TRUE@
90
 
BUILD_TEXTUI_FALSE = @BUILD_TEXTUI_FALSE@
91
 
BUILD_TEXTUI_TRUE = @BUILD_TEXTUI_TRUE@
92
84
CC = @CC@
93
85
CCDEPMODE = @CCDEPMODE@
94
86
CFLAGS = @CFLAGS@
106
98
CYGPATH_W = @CYGPATH_W@
107
99
DEFS = @DEFS@
108
100
DEPDIR = @DEPDIR@
109
 
DYNALOADER_A = @DYNALOADER_A@
 
101
DSYMUTIL = @DSYMUTIL@
110
102
ECHO = @ECHO@
111
103
ECHO_C = @ECHO_C@
112
104
ECHO_N = @ECHO_N@
121
113
GLIB_MKENUMS = @GLIB_MKENUMS@
122
114
GOBJECT_QUERY = @GOBJECT_QUERY@
123
115
GREP = @GREP@
124
 
HAVE_PERL_FALSE = @HAVE_PERL_FALSE@
125
 
HAVE_PERL_TRUE = @HAVE_PERL_TRUE@
126
 
HAVE_STATIC_PERL_FALSE = @HAVE_STATIC_PERL_FALSE@
127
 
HAVE_STATIC_PERL_TRUE = @HAVE_STATIC_PERL_TRUE@
 
116
INSTALL = @INSTALL@
128
117
INSTALL_DATA = @INSTALL_DATA@
129
118
INSTALL_PROGRAM = @INSTALL_PROGRAM@
130
119
INSTALL_SCRIPT = @INSTALL_SCRIPT@
131
120
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
132
121
LDFLAGS = @LDFLAGS@
133
122
LIBOBJS = @LIBOBJS@
134
 
LIBPERL_A = @LIBPERL_A@
135
123
LIBS = @LIBS@
136
124
LIBTOOL = @LIBTOOL@
137
125
LN_S = @LN_S@
138
126
LTLIBOBJS = @LTLIBOBJS@
139
127
MAINT = @MAINT@
140
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
141
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
142
128
MAKEINFO = @MAKEINFO@
143
 
NEED_TPARM_FALSE = @NEED_TPARM_FALSE@
144
 
NEED_TPARM_TRUE = @NEED_TPARM_TRUE@
 
129
MKDIR_P = @MKDIR_P@
 
130
NMEDIT = @NMEDIT@
145
131
OBJEXT = @OBJEXT@
146
132
PACKAGE = @PACKAGE@
147
133
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154
140
PERL_EXTRA_OPTS = @PERL_EXTRA_OPTS@
155
141
PERL_FE_LINK_LIBS = @PERL_FE_LINK_LIBS@
156
142
PERL_LDFLAGS = @PERL_LDFLAGS@
157
 
PERL_LIBTOOL = @PERL_LIBTOOL@
158
143
PERL_LINK_FLAGS = @PERL_LINK_FLAGS@
159
144
PERL_LINK_LIBS = @PERL_LINK_LIBS@
160
145
PERL_MM_PARAMS = @PERL_MM_PARAMS@
163
148
PKG_CONFIG = @PKG_CONFIG@
164
149
PROG_LIBS = @PROG_LIBS@
165
150
RANLIB = @RANLIB@
 
151
SED = @SED@
166
152
SET_MAKE = @SET_MAKE@
167
153
SHELL = @SHELL@
168
154
SSL_CFLAGS = @SSL_CFLAGS@
169
155
SSL_LIBS = @SSL_LIBS@
170
156
STRIP = @STRIP@
171
157
TEXTUI_LIBS = @TEXTUI_LIBS@
172
 
USE_CURSES_FALSE = @USE_CURSES_FALSE@
173
 
USE_CURSES_TRUE = @USE_CURSES_TRUE@
174
158
VERSION = @VERSION@
175
 
VERSION_DATE = @VERSION_DATE@
176
 
VERSION_TIME = @VERSION_TIME@
 
159
abs_builddir = @abs_builddir@
 
160
abs_srcdir = @abs_srcdir@
 
161
abs_top_builddir = @abs_top_builddir@
 
162
abs_top_srcdir = @abs_top_srcdir@
177
163
ac_ct_CC = @ac_ct_CC@
178
164
ac_ct_CXX = @ac_ct_CXX@
179
165
ac_ct_F77 = @ac_ct_F77@
180
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
181
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
182
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
183
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
184
166
am__include = @am__include@
185
167
am__leading_dot = @am__leading_dot@
186
168
am__quote = @am__quote@
192
174
build_cpu = @build_cpu@
193
175
build_os = @build_os@
194
176
build_vendor = @build_vendor@
 
177
builddir = @builddir@
195
178
datadir = @datadir@
196
179
datarootdir = @datarootdir@
197
180
docdir = @docdir@
226
209
sbindir = @sbindir@
227
210
sedpath = @sedpath@
228
211
sharedstatedir = @sharedstatedir@
 
212
srcdir = @srcdir@
229
213
sysconfdir = @sysconfdir@
230
214
target_alias = @target_alias@
 
215
top_build_prefix = @top_build_prefix@
 
216
top_builddir = @top_builddir@
 
217
top_srcdir = @top_srcdir@
231
218
@BUILD_IRSSIPROXY_TRUE@PROXY = proxy
232
219
SUBDIRS = core dcc flood notifylist $(PROXY)
233
220
noinst_LIBRARIES = libirc.a
246
233
              exit 1;; \
247
234
          esac; \
248
235
        done; \
249
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/irc/Makefile'; \
 
236
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/irc/Makefile'; \
250
237
        cd $(top_srcdir) && \
251
 
          $(AUTOMAKE) --gnu  src/irc/Makefile
 
238
          $(AUTOMAKE) --foreign  src/irc/Makefile
252
239
.PRECIOUS: Makefile
253
240
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254
241
        @case '$?' in \
283
270
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc.Po@am__quote@
284
271
 
285
272
.c.o:
286
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
287
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
273
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
274
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
288
275
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
289
276
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290
277
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
291
278
 
292
279
.c.obj:
293
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
294
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
280
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
281
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
295
282
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
296
283
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297
284
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
298
285
 
299
286
.c.lo:
300
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
301
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
287
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
288
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
302
289
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
303
290
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
304
291
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
309
296
clean-libtool:
310
297
        -rm -rf .libs _libs
311
298
 
312
 
distclean-libtool:
313
 
        -rm -f libtool
314
 
uninstall-info-am:
315
 
 
316
299
# This directory's subdirectories are mostly independent; you can cd
317
300
# into them and run `make' without going through this Makefile.
318
301
# To change the values of `make' variables: instead of editing Makefiles,
344
327
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
345
328
        fi; test -z "$$fail"
346
329
 
347
 
mostlyclean-recursive clean-recursive distclean-recursive \
348
 
maintainer-clean-recursive:
 
330
$(RECURSIVE_CLEAN_TARGETS):
349
331
        @failcom='exit 1'; \
350
332
        for f in x $$MAKEFLAGS; do \
351
333
          case $$f in \
389
371
        unique=`for i in $$list; do \
390
372
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391
373
          done | \
392
 
          $(AWK) '    { files[$$0] = 1; } \
393
 
               END { for (i in files) print i; }'`; \
 
374
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
375
              END { if (nonempty) { for (i in files) print i; }; }'`; \
394
376
        mkid -fID $$unique
395
377
tags: TAGS
396
378
 
415
397
        unique=`for i in $$list; do \
416
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417
399
          done | \
418
 
          $(AWK) '    { files[$$0] = 1; } \
419
 
               END { for (i in files) print i; }'`; \
 
400
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
401
              END { if (nonempty) { for (i in files) print i; }; }'`; \
420
402
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
421
403
          test -n "$$unique" || unique=$$empty_fix; \
422
404
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
426
408
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
427
409
                $(TAGS_FILES) $(LISP)
428
410
        tags=; \
429
 
        here=`pwd`; \
430
411
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
431
412
        unique=`for i in $$list; do \
432
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433
414
          done | \
434
 
          $(AWK) '    { files[$$0] = 1; } \
435
 
               END { for (i in files) print i; }'`; \
 
415
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
416
              END { if (nonempty) { for (i in files) print i; }; }'`; \
436
417
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
437
418
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
438
419
             $$tags $$unique
446
427
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
447
428
 
448
429
distdir: $(DISTFILES)
449
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
450
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
451
 
        list='$(DISTFILES)'; for file in $$list; do \
452
 
          case $$file in \
453
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
454
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
455
 
          esac; \
 
430
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
431
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
432
        list='$(DISTFILES)'; \
 
433
          dist_files=`for file in $$list; do echo $$file; done | \
 
434
          sed -e "s|^$$srcdirstrip/||;t" \
 
435
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
436
        case $$dist_files in \
 
437
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
438
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
439
                           sort -u` ;; \
 
440
        esac; \
 
441
        for file in $$dist_files; do \
456
442
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
457
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
458
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
459
 
            dir="/$$dir"; \
460
 
            $(mkdir_p) "$(distdir)$$dir"; \
461
 
          else \
462
 
            dir=''; \
463
 
          fi; \
464
443
          if test -d $$d/$$file; then \
 
444
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
465
445
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
466
446
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
467
447
            fi; \
475
455
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
476
456
          if test "$$subdir" = .; then :; else \
477
457
            test -d "$(distdir)/$$subdir" \
478
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
458
            || $(MKDIR_P) "$(distdir)/$$subdir" \
479
459
            || exit 1; \
480
460
            distdir=`$(am__cd) $(distdir) && pwd`; \
481
461
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
483
463
              $(MAKE) $(AM_MAKEFLAGS) \
484
464
                top_distdir="$$top_distdir" \
485
465
                distdir="$$distdir/$$subdir" \
 
466
                am__remove_distdir=: \
 
467
                am__skip_length_check=: \
486
468
                distdir) \
487
469
              || exit 1; \
488
470
          fi; \
522
504
        -rm -rf ./$(DEPDIR)
523
505
        -rm -f Makefile
524
506
distclean-am: clean-am distclean-compile distclean-generic \
525
 
        distclean-libtool distclean-tags
 
507
        distclean-tags
526
508
 
527
509
dvi: dvi-recursive
528
510
 
536
518
 
537
519
install-data-am:
538
520
 
 
521
install-dvi: install-dvi-recursive
 
522
 
539
523
install-exec-am:
540
524
 
 
525
install-html: install-html-recursive
 
526
 
541
527
install-info: install-info-recursive
542
528
 
543
529
install-man:
544
530
 
 
531
install-pdf: install-pdf-recursive
 
532
 
 
533
install-ps: install-ps-recursive
 
534
 
545
535
installcheck-am:
546
536
 
547
537
maintainer-clean: maintainer-clean-recursive
562
552
 
563
553
ps-am:
564
554
 
565
 
uninstall-am: uninstall-info-am
566
 
 
567
 
uninstall-info: uninstall-info-recursive
568
 
 
569
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
570
 
        clean clean-generic clean-libtool clean-noinstLIBRARIES \
571
 
        clean-recursive ctags ctags-recursive distclean \
 
555
uninstall-am:
 
556
 
 
557
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
558
        install-strip
 
559
 
 
560
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
561
        all all-am check check-am clean clean-generic clean-libtool \
 
562
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
572
563
        distclean-compile distclean-generic distclean-libtool \
573
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
574
 
        html-am info info-am install install-am install-data \
575
 
        install-data-am install-exec install-exec-am install-info \
576
 
        install-info-am install-man install-strip installcheck \
577
 
        installcheck-am installdirs installdirs-am maintainer-clean \
578
 
        maintainer-clean-generic maintainer-clean-recursive \
 
564
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
565
        install install-am install-data install-data-am install-dvi \
 
566
        install-dvi-am install-exec install-exec-am install-html \
 
567
        install-html-am install-info install-info-am install-man \
 
568
        install-pdf install-pdf-am install-ps install-ps-am \
 
569
        install-strip installcheck installcheck-am installdirs \
 
570
        installdirs-am maintainer-clean maintainer-clean-generic \
579
571
        mostlyclean mostlyclean-compile mostlyclean-generic \
580
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
581
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
572
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
573
        uninstall uninstall-am
582
574
 
583
575
 
584
576
distclean-generic: