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

« back to all changes in this revision

Viewing changes to src/fe-common/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.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
srcdir = @srcdir@
19
 
top_srcdir = @top_srcdir@
20
18
VPATH = @srcdir@
21
19
pkgdatadir = $(datadir)/@PACKAGE@
22
20
pkglibdir = $(libdir)/@PACKAGE@
23
21
pkgincludedir = $(includedir)/@PACKAGE@
24
 
top_builddir = ../../..
25
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
23
install_sh_DATA = $(install_sh) -c -m 644
28
24
install_sh_PROGRAM = $(install_sh) -c
29
25
install_sh_SCRIPT = $(install_sh) -c
46
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
43
        $(ACLOCAL_M4)
48
44
mkinstalldirs = $(install_sh) -d
49
 
CONFIG_HEADER = $(top_builddir)/config.h
 
45
CONFIG_HEADER = $(top_builddir)/irssi-config.h
50
46
CONFIG_CLEAN_FILES =
51
47
LIBRARIES = $(noinst_LIBRARIES)
52
48
ARFLAGS = cru
61
57
        irc-completion.$(OBJEXT) module-formats.$(OBJEXT)
62
58
am_libfe_common_irc_a_OBJECTS = $(am__objects_1) irc-modules.$(OBJEXT)
63
59
libfe_common_irc_a_OBJECTS = $(am_libfe_common_irc_a_OBJECTS)
64
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
65
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
60
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
61
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
66
62
am__depfiles_maybe = depfiles
67
63
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
64
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
70
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71
 
        $(AM_CFLAGS) $(CFLAGS)
 
65
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
66
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
67
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
68
CCLD = $(CC)
73
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
69
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
70
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
71
        $(LDFLAGS) -o $@
75
72
SOURCES = $(libfe_common_irc_a_SOURCES)
76
73
DIST_SOURCES = $(libfe_common_irc_a_SOURCES)
77
74
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
75
        html-recursive info-recursive install-data-recursive \
79
 
        install-exec-recursive install-info-recursive \
80
 
        install-recursive installcheck-recursive installdirs-recursive \
81
 
        pdf-recursive ps-recursive uninstall-info-recursive \
82
 
        uninstall-recursive
 
76
        install-dvi-recursive install-exec-recursive \
 
77
        install-html-recursive install-info-recursive \
 
78
        install-pdf-recursive install-ps-recursive install-recursive \
 
79
        installcheck-recursive installdirs-recursive pdf-recursive \
 
80
        ps-recursive uninstall-recursive
83
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
84
82
am__vpath_adj = case $$p in \
85
83
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
89
87
am__installdirs = "$(DESTDIR)$(pkginc_fe_common_ircdir)"
90
88
pkginc_fe_common_ircHEADERS_INSTALL = $(INSTALL_HEADER)
91
89
HEADERS = $(pkginc_fe_common_irc_HEADERS)
 
90
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
91
  distclean-recursive maintainer-clean-recursive
92
92
ETAGS = etags
93
93
CTAGS = ctags
94
94
DIST_SUBDIRS = $(SUBDIRS)
95
95
ACLOCAL = @ACLOCAL@
96
 
AMDEP_FALSE = @AMDEP_FALSE@
97
 
AMDEP_TRUE = @AMDEP_TRUE@
98
96
AMTAR = @AMTAR@
99
97
AR = @AR@
100
98
AUTOCONF = @AUTOCONF@
101
99
AUTOHEADER = @AUTOHEADER@
102
100
AUTOMAKE = @AUTOMAKE@
103
101
AWK = @AWK@
104
 
BUILD_IRSSIBOT_FALSE = @BUILD_IRSSIBOT_FALSE@
105
 
BUILD_IRSSIBOT_TRUE = @BUILD_IRSSIBOT_TRUE@
106
 
BUILD_IRSSIPROXY_FALSE = @BUILD_IRSSIPROXY_FALSE@
107
 
BUILD_IRSSIPROXY_TRUE = @BUILD_IRSSIPROXY_TRUE@
108
 
BUILD_TEXTUI_FALSE = @BUILD_TEXTUI_FALSE@
109
 
BUILD_TEXTUI_TRUE = @BUILD_TEXTUI_TRUE@
110
102
CC = @CC@
111
103
CCDEPMODE = @CCDEPMODE@
112
104
CFLAGS = @CFLAGS@
124
116
CYGPATH_W = @CYGPATH_W@
125
117
DEFS = @DEFS@
126
118
DEPDIR = @DEPDIR@
127
 
DYNALOADER_A = @DYNALOADER_A@
 
119
DSYMUTIL = @DSYMUTIL@
128
120
ECHO = @ECHO@
129
121
ECHO_C = @ECHO_C@
130
122
ECHO_N = @ECHO_N@
139
131
GLIB_MKENUMS = @GLIB_MKENUMS@
140
132
GOBJECT_QUERY = @GOBJECT_QUERY@
141
133
GREP = @GREP@
142
 
HAVE_PERL_FALSE = @HAVE_PERL_FALSE@
143
 
HAVE_PERL_TRUE = @HAVE_PERL_TRUE@
144
 
HAVE_STATIC_PERL_FALSE = @HAVE_STATIC_PERL_FALSE@
145
 
HAVE_STATIC_PERL_TRUE = @HAVE_STATIC_PERL_TRUE@
 
134
INSTALL = @INSTALL@
146
135
INSTALL_DATA = @INSTALL_DATA@
147
136
INSTALL_PROGRAM = @INSTALL_PROGRAM@
148
137
INSTALL_SCRIPT = @INSTALL_SCRIPT@
149
138
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
150
139
LDFLAGS = @LDFLAGS@
151
140
LIBOBJS = @LIBOBJS@
152
 
LIBPERL_A = @LIBPERL_A@
153
141
LIBS = @LIBS@
154
142
LIBTOOL = @LIBTOOL@
155
143
LN_S = @LN_S@
156
144
LTLIBOBJS = @LTLIBOBJS@
157
145
MAINT = @MAINT@
158
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
159
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
160
146
MAKEINFO = @MAKEINFO@
161
 
NEED_TPARM_FALSE = @NEED_TPARM_FALSE@
162
 
NEED_TPARM_TRUE = @NEED_TPARM_TRUE@
 
147
MKDIR_P = @MKDIR_P@
 
148
NMEDIT = @NMEDIT@
163
149
OBJEXT = @OBJEXT@
164
150
PACKAGE = @PACKAGE@
165
151
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172
158
PERL_EXTRA_OPTS = @PERL_EXTRA_OPTS@
173
159
PERL_FE_LINK_LIBS = @PERL_FE_LINK_LIBS@
174
160
PERL_LDFLAGS = @PERL_LDFLAGS@
175
 
PERL_LIBTOOL = @PERL_LIBTOOL@
176
161
PERL_LINK_FLAGS = @PERL_LINK_FLAGS@
177
162
PERL_LINK_LIBS = @PERL_LINK_LIBS@
178
163
PERL_MM_PARAMS = @PERL_MM_PARAMS@
181
166
PKG_CONFIG = @PKG_CONFIG@
182
167
PROG_LIBS = @PROG_LIBS@
183
168
RANLIB = @RANLIB@
 
169
SED = @SED@
184
170
SET_MAKE = @SET_MAKE@
185
171
SHELL = @SHELL@
186
172
SSL_CFLAGS = @SSL_CFLAGS@
187
173
SSL_LIBS = @SSL_LIBS@
188
174
STRIP = @STRIP@
189
175
TEXTUI_LIBS = @TEXTUI_LIBS@
190
 
USE_CURSES_FALSE = @USE_CURSES_FALSE@
191
 
USE_CURSES_TRUE = @USE_CURSES_TRUE@
192
176
VERSION = @VERSION@
193
 
VERSION_DATE = @VERSION_DATE@
194
 
VERSION_TIME = @VERSION_TIME@
 
177
abs_builddir = @abs_builddir@
 
178
abs_srcdir = @abs_srcdir@
 
179
abs_top_builddir = @abs_top_builddir@
 
180
abs_top_srcdir = @abs_top_srcdir@
195
181
ac_ct_CC = @ac_ct_CC@
196
182
ac_ct_CXX = @ac_ct_CXX@
197
183
ac_ct_F77 = @ac_ct_F77@
198
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
199
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
200
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
201
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
202
184
am__include = @am__include@
203
185
am__leading_dot = @am__leading_dot@
204
186
am__quote = @am__quote@
210
192
build_cpu = @build_cpu@
211
193
build_os = @build_os@
212
194
build_vendor = @build_vendor@
 
195
builddir = @builddir@
213
196
datadir = @datadir@
214
197
datarootdir = @datarootdir@
215
198
docdir = @docdir@
244
227
sbindir = @sbindir@
245
228
sedpath = @sedpath@
246
229
sharedstatedir = @sharedstatedir@
 
230
srcdir = @srcdir@
247
231
sysconfdir = @sysconfdir@
248
232
target_alias = @target_alias@
 
233
top_build_prefix = @top_build_prefix@
 
234
top_builddir = @top_builddir@
 
235
top_srcdir = @top_srcdir@
249
236
SUBDIRS = dcc notifylist
250
237
noinst_LIBRARIES = libfe_common_irc.a
251
238
INCLUDES = \
299
286
              exit 1;; \
300
287
          esac; \
301
288
        done; \
302
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/fe-common/irc/Makefile'; \
 
289
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/fe-common/irc/Makefile'; \
303
290
        cd $(top_srcdir) && \
304
 
          $(AUTOMAKE) --gnu  src/fe-common/irc/Makefile
 
291
          $(AUTOMAKE) --foreign  src/fe-common/irc/Makefile
305
292
.PRECIOUS: Makefile
306
293
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
307
294
        @case '$?' in \
352
339
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module-formats.Po@am__quote@
353
340
 
354
341
.c.o:
355
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
356
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
342
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
343
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
357
344
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
346
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
360
347
 
361
348
.c.obj:
362
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
363
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
349
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
350
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
364
351
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
365
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
353
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
367
354
 
368
355
.c.lo:
369
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
370
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
356
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
357
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
371
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
372
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
360
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
377
364
 
378
365
clean-libtool:
379
366
        -rm -rf .libs _libs
380
 
 
381
 
distclean-libtool:
382
 
        -rm -f libtool
383
 
uninstall-info-am:
384
367
install-pkginc_fe_common_ircHEADERS: $(pkginc_fe_common_irc_HEADERS)
385
368
        @$(NORMAL_INSTALL)
386
 
        test -z "$(pkginc_fe_common_ircdir)" || $(mkdir_p) "$(DESTDIR)$(pkginc_fe_common_ircdir)"
 
369
        test -z "$(pkginc_fe_common_ircdir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_fe_common_ircdir)"
387
370
        @list='$(pkginc_fe_common_irc_HEADERS)'; for p in $$list; do \
388
371
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
389
372
          f=$(am__strip_dir) \
430
413
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
431
414
        fi; test -z "$$fail"
432
415
 
433
 
mostlyclean-recursive clean-recursive distclean-recursive \
434
 
maintainer-clean-recursive:
 
416
$(RECURSIVE_CLEAN_TARGETS):
435
417
        @failcom='exit 1'; \
436
418
        for f in x $$MAKEFLAGS; do \
437
419
          case $$f in \
475
457
        unique=`for i in $$list; do \
476
458
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477
459
          done | \
478
 
          $(AWK) '    { files[$$0] = 1; } \
479
 
               END { for (i in files) print i; }'`; \
 
460
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
461
              END { if (nonempty) { for (i in files) print i; }; }'`; \
480
462
        mkid -fID $$unique
481
463
tags: TAGS
482
464
 
501
483
        unique=`for i in $$list; do \
502
484
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
485
          done | \
504
 
          $(AWK) '    { files[$$0] = 1; } \
505
 
               END { for (i in files) print i; }'`; \
 
486
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
487
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
488
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
507
489
          test -n "$$unique" || unique=$$empty_fix; \
508
490
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512
494
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
513
495
                $(TAGS_FILES) $(LISP)
514
496
        tags=; \
515
 
        here=`pwd`; \
516
497
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
517
498
        unique=`for i in $$list; do \
518
499
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519
500
          done | \
520
 
          $(AWK) '    { files[$$0] = 1; } \
521
 
               END { for (i in files) print i; }'`; \
 
501
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
502
              END { if (nonempty) { for (i in files) print i; }; }'`; \
522
503
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
523
504
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
524
505
             $$tags $$unique
532
513
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
533
514
 
534
515
distdir: $(DISTFILES)
535
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
536
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
537
 
        list='$(DISTFILES)'; for file in $$list; do \
538
 
          case $$file in \
539
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
540
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
541
 
          esac; \
 
516
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
517
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        list='$(DISTFILES)'; \
 
519
          dist_files=`for file in $$list; do echo $$file; done | \
 
520
          sed -e "s|^$$srcdirstrip/||;t" \
 
521
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
522
        case $$dist_files in \
 
523
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
524
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
525
                           sort -u` ;; \
 
526
        esac; \
 
527
        for file in $$dist_files; do \
542
528
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
543
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
544
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
545
 
            dir="/$$dir"; \
546
 
            $(mkdir_p) "$(distdir)$$dir"; \
547
 
          else \
548
 
            dir=''; \
549
 
          fi; \
550
529
          if test -d $$d/$$file; then \
 
530
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
551
531
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
552
532
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
553
533
            fi; \
561
541
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
562
542
          if test "$$subdir" = .; then :; else \
563
543
            test -d "$(distdir)/$$subdir" \
564
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
544
            || $(MKDIR_P) "$(distdir)/$$subdir" \
565
545
            || exit 1; \
566
546
            distdir=`$(am__cd) $(distdir) && pwd`; \
567
547
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
569
549
              $(MAKE) $(AM_MAKEFLAGS) \
570
550
                top_distdir="$$top_distdir" \
571
551
                distdir="$$distdir/$$subdir" \
 
552
                am__remove_distdir=: \
 
553
                am__skip_length_check=: \
572
554
                distdir) \
573
555
              || exit 1; \
574
556
          fi; \
579
561
installdirs: installdirs-recursive
580
562
installdirs-am:
581
563
        for dir in "$(DESTDIR)$(pkginc_fe_common_ircdir)"; do \
582
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
564
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
583
565
        done
584
566
install: install-recursive
585
567
install-exec: install-exec-recursive
611
593
        -rm -rf ./$(DEPDIR)
612
594
        -rm -f Makefile
613
595
distclean-am: clean-am distclean-compile distclean-generic \
614
 
        distclean-libtool distclean-tags
 
596
        distclean-tags
615
597
 
616
598
dvi: dvi-recursive
617
599
 
625
607
 
626
608
install-data-am: install-pkginc_fe_common_ircHEADERS
627
609
 
 
610
install-dvi: install-dvi-recursive
 
611
 
628
612
install-exec-am:
629
613
 
 
614
install-html: install-html-recursive
 
615
 
630
616
install-info: install-info-recursive
631
617
 
632
618
install-man:
633
619
 
 
620
install-pdf: install-pdf-recursive
 
621
 
 
622
install-ps: install-ps-recursive
 
623
 
634
624
installcheck-am:
635
625
 
636
626
maintainer-clean: maintainer-clean-recursive
651
641
 
652
642
ps-am:
653
643
 
654
 
uninstall-am: uninstall-info-am uninstall-pkginc_fe_common_ircHEADERS
655
 
 
656
 
uninstall-info: uninstall-info-recursive
657
 
 
658
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
659
 
        clean clean-generic clean-libtool clean-noinstLIBRARIES \
660
 
        clean-recursive ctags ctags-recursive distclean \
 
644
uninstall-am: uninstall-pkginc_fe_common_ircHEADERS
 
645
 
 
646
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
647
        install-strip
 
648
 
 
649
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
650
        all all-am check check-am clean clean-generic clean-libtool \
 
651
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
661
652
        distclean-compile distclean-generic distclean-libtool \
662
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
663
 
        html-am info info-am install install-am install-data \
664
 
        install-data-am install-exec install-exec-am install-info \
665
 
        install-info-am install-man \
666
 
        install-pkginc_fe_common_ircHEADERS install-strip installcheck \
 
653
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
654
        install install-am install-data install-data-am install-dvi \
 
655
        install-dvi-am install-exec install-exec-am install-html \
 
656
        install-html-am install-info install-info-am install-man \
 
657
        install-pdf install-pdf-am install-pkginc_fe_common_ircHEADERS \
 
658
        install-ps install-ps-am install-strip installcheck \
667
659
        installcheck-am installdirs installdirs-am maintainer-clean \
668
 
        maintainer-clean-generic maintainer-clean-recursive \
669
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
670
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
671
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
660
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
661
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
662
        tags tags-recursive uninstall uninstall-am \
672
663
        uninstall-pkginc_fe_common_ircHEADERS
673
664
 
674
665