~ubuntu-branches/ubuntu/maverick/xchat/maverick

« back to all changes in this revision

Viewing changes to plugins/perl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-06-21 22:47:10 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100621224710-9t1iyiglri330pss
Tags: 2.8.8-1ubuntu1
* Merge from debian unstable (LP: #597042), remaining changes:
  - debian/patches:
    + series: Refreshed.
    + 01_serverlist.patch: Numerous changes to default serverlist.
    + 02_ubuntu_default_server.patch: select "Ubuntu servers" by default.
    + 37_lpi.patch: Add launchpad integration.
    + 38_autoconf.patch: Autoconf modifications for launchpad integration.
    + 45_brand_ctcp_version.patch: Add Ubuntu brand to CTCP version response.
    + 70_notification_strings_shorten.patch: Shorten notification strings.
  - debian/control:
    + Build-depend on libgtk2.0-dev (>= 2.10.0).
    + Build-depend on liblaunchpad-integration-dev.
    + Remove conflict/replaces on xchat-gnome.
    + Updated Maintainer field to match Ubuntu Developers.
  - debian/rules:
    + Make build independent of the python version.
  - debian/patches/45_ctcp_version_less_information.dpatch: 
    + Renamed to debian/patches/45_brand_ctcp_version.patch
    + Added short description.
* Converted all patches to quilt, as in debian quilt has been
  adopted, all old dpatch patches have been renamed with the 
  *.patch extension.
* Dropped changes:
  - 71_notification_icon_change.patch: can't be applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.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, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46
49
am__vpath_adj = case $$p in \
47
50
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
48
51
    *) f=$$p;; \
49
52
  esac;
50
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
53
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
54
am__install_max = 40
 
55
am__nobase_strip_setup = \
 
56
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
57
am__nobase_strip = \
 
58
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
59
am__nobase_list = $(am__nobase_strip_setup); \
 
60
  for p in $$list; do echo "$$p $$p"; done | \
 
61
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
62
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
63
    if (++n[$$2] == $(am__install_max)) \
 
64
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
65
    END { for (dir in files) print dir, files[dir] }'
 
66
am__base_list = \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
51
69
am__installdirs = "$(DESTDIR)$(libdir)"
52
 
libLTLIBRARIES_INSTALL = $(INSTALL)
53
70
LTLIBRARIES = $(lib_LTLIBRARIES)
54
71
am__DEPENDENCIES_1 =
55
72
perl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
58
75
perl_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
59
76
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(perl_la_LDFLAGS) \
60
77
        $(LDFLAGS) -o $@
61
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
78
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
79
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
80
am__depfiles_maybe = depfiles
 
81
am__mv = mv -f
64
82
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
83
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
84
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
96
114
COMMON_LIBS = @COMMON_LIBS@
97
115
CPP = @CPP@
98
116
CPPFLAGS = @CPPFLAGS@
99
 
CXX = @CXX@
100
 
CXXCPP = @CXXCPP@
101
 
CXXDEPMODE = @CXXDEPMODE@
102
 
CXXFLAGS = @CXXFLAGS@
103
117
CYGPATH_W = @CYGPATH_W@
104
118
DATADIR = @DATADIR@
105
119
DATADIRNAME = @DATADIRNAME@
109
123
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
110
124
DEFS = @DEFS@
111
125
DEPDIR = @DEPDIR@
112
 
ECHO = @ECHO@
 
126
DSYMUTIL = @DSYMUTIL@
 
127
DUMPBIN = @DUMPBIN@
113
128
ECHO_C = @ECHO_C@
114
129
ECHO_N = @ECHO_N@
115
130
ECHO_T = @ECHO_T@
116
131
EGREP = @EGREP@
117
132
EXEEXT = @EXEEXT@
118
 
F77 = @F77@
119
 
FFLAGS = @FFLAGS@
 
133
FGREP = @FGREP@
120
134
GCONFTOOL = @GCONFTOOL@
121
135
GENCAT = @GENCAT@
 
136
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
122
137
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
123
138
GLIBC2 = @GLIBC2@
124
139
GLIBC21 = @GLIBC21@
152
167
INTLOBJS = @INTLOBJS@
153
168
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
154
169
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
170
LD = @LD@
155
171
LDFLAGS = @LDFLAGS@
156
172
LIBICONV = @LIBICONV@
157
173
LIBINTL = @LIBINTL@
158
174
LIBMULTITHREAD = @LIBMULTITHREAD@
159
175
LIBOBJS = @LIBOBJS@
160
176
LIBPTH = @LIBPTH@
 
177
LIBPTH_PREFIX = @LIBPTH_PREFIX@
161
178
LIBS = @LIBS@
162
179
LIBSEXY_CFLAGS = @LIBSEXY_CFLAGS@
163
180
LIBSEXY_LIBS = @LIBSEXY_LIBS@
164
181
LIBTHREAD = @LIBTHREAD@
165
182
LIBTOOL = @LIBTOOL@
 
183
LIPO = @LIPO@
166
184
LN_S = @LN_S@
 
185
LTLIBC = @LTLIBC@
167
186
LTLIBICONV = @LTLIBICONV@
168
187
LTLIBINTL = @LTLIBINTL@
169
188
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
176
195
MSGFMT = @MSGFMT@
177
196
MSGFMT_015 = @MSGFMT_015@
178
197
MSGMERGE = @MSGMERGE@
 
198
NM = @NM@
 
199
NMEDIT = @NMEDIT@
 
200
OBJDUMP = @OBJDUMP@
179
201
OBJEXT = @OBJEXT@
 
202
OTOOL = @OTOOL@
 
203
OTOOL64 = @OTOOL64@
180
204
PACKAGE = @PACKAGE@
181
205
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
182
206
PACKAGE_NAME = @PACKAGE_NAME@
183
207
PACKAGE_STRING = @PACKAGE_STRING@
184
208
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
209
PACKAGE_URL = @PACKAGE_URL@
185
210
PACKAGE_VERSION = @PACKAGE_VERSION@
186
211
PATH_SEPARATOR = @PATH_SEPARATOR@
187
212
PERL_CFLAGS = @PERL_CFLAGS@
202
227
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
203
228
USE_NLS = @USE_NLS@
204
229
VERSION = @VERSION@
 
230
WINDRES = @WINDRES@
 
231
WOE32 = @WOE32@
205
232
WOE32DLL = @WOE32DLL@
206
233
XGETTEXT = @XGETTEXT@
207
234
XGETTEXT_015 = @XGETTEXT_015@
 
235
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
208
236
abs_builddir = @abs_builddir@
209
237
abs_srcdir = @abs_srcdir@
210
238
abs_top_builddir = @abs_top_builddir@
211
239
abs_top_srcdir = @abs_top_srcdir@
212
240
ac_ct_CC = @ac_ct_CC@
213
 
ac_ct_CXX = @ac_ct_CXX@
214
 
ac_ct_F77 = @ac_ct_F77@
 
241
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215
242
am__include = @am__include@
216
243
am__leading_dot = @am__leading_dot@
217
244
am__quote = @am__quote@
243
270
libexecdir = @libexecdir@
244
271
localedir = @localedir@
245
272
localstatedir = @localstatedir@
 
273
lt_ECHO = @lt_ECHO@
246
274
mandir = @mandir@
247
275
mkdir_p = @mkdir_p@
248
276
oldincludedir = @oldincludedir@
259
287
srcdir = @srcdir@
260
288
sysconfdir = @sysconfdir@
261
289
target_alias = @target_alias@
 
290
top_build_prefix = @top_build_prefix@
262
291
top_builddir = @top_builddir@
263
292
top_srcdir = @top_srcdir@
264
293
unamepath = @unamepath@
265
294
xchatlibdir = @xchatlibdir@
266
 
EXTRA_DIST = alt_completion.pl xchat2-perldocs.html xchat2-perl.html generate_header Xchat.pm IRC.pm makefile.msc
 
295
EXTRA_DIST = alt_completion.pl xchat2-perldocs.html xchat2-perl.html generate_header Xchat.pm IRC.pm Pod/
267
296
lib_LTLIBRARIES = perl.la
268
297
perl_la_SOURCES = perl.c
269
298
perl_la_LDFLAGS = -avoid-version -module 
270
299
perl_la_LIBADD = $(PERL_LDFLAGS)
271
 
BUILT_SOURCES = xchat.pm.h
 
300
BUILT_SOURCES = xchat.pm.h irc.pm.h
272
301
#CFLAGS = @CFLAGS@ -Wno-unused
273
302
INCLUDES = $(PERL_CFLAGS) $(COMMON_CFLAGS) -I$(srcdir)/..
274
 
CLEANFILES = xchat.pm.h
 
303
CLEANFILES = xchat.pm.h irc.pm.h
275
304
all: $(BUILT_SOURCES)
276
305
        $(MAKE) $(AM_MAKEFLAGS) all-am
277
306
 
281
310
        @for dep in $?; do \
282
311
          case '$(am__configure_deps)' in \
283
312
            *$$dep*) \
284
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
285
 
                && exit 0; \
 
313
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
314
                && { if test -f $@; then exit 0; else break; fi; }; \
286
315
              exit 1;; \
287
316
          esac; \
288
317
        done; \
289
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  plugins/perl/Makefile'; \
290
 
        cd $(top_srcdir) && \
291
 
          $(AUTOMAKE) --foreign  plugins/perl/Makefile
 
318
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/perl/Makefile'; \
 
319
        $(am__cd) $(top_srcdir) && \
 
320
          $(AUTOMAKE) --foreign plugins/perl/Makefile
292
321
.PRECIOUS: Makefile
293
322
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294
323
        @case '$?' in \
306
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307
336
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
308
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
$(am__aclocal_m4_deps):
309
339
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
310
340
        @$(NORMAL_INSTALL)
311
341
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
312
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
342
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
343
        list2=; for p in $$list; do \
313
344
          if test -f $$p; then \
314
 
            f=$(am__strip_dir) \
315
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
316
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
345
            list2="$$list2 $$p"; \
317
346
          else :; fi; \
318
 
        done
 
347
        done; \
 
348
        test -z "$$list2" || { \
 
349
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
350
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
351
        }
319
352
 
320
353
uninstall-libLTLIBRARIES:
321
354
        @$(NORMAL_UNINSTALL)
322
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
323
 
          p=$(am__strip_dir) \
324
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
325
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
355
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
356
        for p in $$list; do \
 
357
          $(am__strip_dir) \
 
358
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
359
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
326
360
        done
327
361
 
328
362
clean-libLTLIBRARIES:
347
381
.c.o:
348
382
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
349
383
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
350
 
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
384
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
351
385
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
352
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353
387
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ $<
355
389
.c.obj:
356
390
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
357
391
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
358
 
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Po
 
392
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
359
393
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361
395
@am__fastdepCC_FALSE@   $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
363
397
.c.lo:
364
398
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
365
399
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
366
 
@am__fastdepCC_TRUE@    mv -f $$depbase.Tpo $$depbase.Plo
 
400
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
367
401
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
368
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369
403
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
379
413
        unique=`for i in $$list; do \
380
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
415
          done | \
382
 
          $(AWK) '    { files[$$0] = 1; } \
383
 
               END { for (i in files) print i; }'`; \
 
416
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
384
418
        mkid -fID $$unique
385
419
tags: TAGS
386
420
 
387
421
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
388
422
                $(TAGS_FILES) $(LISP)
389
 
        tags=; \
 
423
        set x; \
390
424
        here=`pwd`; \
391
425
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392
426
        unique=`for i in $$list; do \
393
427
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
428
          done | \
395
 
          $(AWK) '    { files[$$0] = 1; } \
396
 
               END { for (i in files) print i; }'`; \
397
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
429
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
430
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
431
        shift; \
 
432
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
398
433
          test -n "$$unique" || unique=$$empty_fix; \
399
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
400
 
            $$tags $$unique; \
 
434
          if test $$# -gt 0; then \
 
435
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
436
              "$$@" $$unique; \
 
437
          else \
 
438
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
439
              $$unique; \
 
440
          fi; \
401
441
        fi
402
442
ctags: CTAGS
403
443
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
404
444
                $(TAGS_FILES) $(LISP)
405
 
        tags=; \
406
 
        here=`pwd`; \
407
445
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
408
446
        unique=`for i in $$list; do \
409
447
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
410
448
          done | \
411
 
          $(AWK) '    { files[$$0] = 1; } \
412
 
               END { for (i in files) print i; }'`; \
413
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
449
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
450
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
451
        test -z "$(CTAGS_ARGS)$$unique" \
414
452
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
415
 
             $$tags $$unique
 
453
             $$unique
416
454
 
417
455
GTAGS:
418
456
        here=`$(am__cd) $(top_builddir) && pwd` \
419
 
          && cd $(top_srcdir) \
420
 
          && gtags -i $(GTAGS_ARGS) $$here
 
457
          && $(am__cd) $(top_srcdir) \
 
458
          && gtags -i $(GTAGS_ARGS) "$$here"
421
459
 
422
460
distclean-tags:
423
461
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
438
476
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
439
477
          if test -d $$d/$$file; then \
440
478
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
479
            if test -d "$(distdir)/$$file"; then \
 
480
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
481
            fi; \
441
482
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
442
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
483
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
484
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
443
485
            fi; \
444
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
486
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
445
487
          else \
446
 
            test -f $(distdir)/$$file \
447
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
488
            test -f "$(distdir)/$$file" \
 
489
            || cp -p $$d/$$file "$(distdir)/$$file" \
448
490
            || exit 1; \
449
491
          fi; \
450
492
        done
478
520
 
479
521
distclean-generic:
480
522
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
523
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
481
524
 
482
525
maintainer-clean-generic:
483
526
        @echo "This command is intended for maintainers to use"
500
543
 
501
544
html: html-am
502
545
 
 
546
html-am:
 
547
 
503
548
info: info-am
504
549
 
505
550
info-am:
508
553
 
509
554
install-dvi: install-dvi-am
510
555
 
 
556
install-dvi-am:
 
557
 
511
558
install-exec-am: install-libLTLIBRARIES
512
559
 
513
560
install-html: install-html-am
514
561
 
 
562
install-html-am:
 
563
 
515
564
install-info: install-info-am
516
565
 
 
566
install-info-am:
 
567
 
517
568
install-man:
518
569
 
519
570
install-pdf: install-pdf-am
520
571
 
 
572
install-pdf-am:
 
573
 
521
574
install-ps: install-ps-am
522
575
 
 
576
install-ps-am:
 
577
 
523
578
installcheck-am:
524
579
 
525
580
maintainer-clean: maintainer-clean-am
542
597
 
543
598
uninstall-am: uninstall-libLTLIBRARIES
544
599
 
545
 
.MAKE: install-am install-strip
 
600
.MAKE: all check install install-am install-strip
546
601
 
547
602
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
548
603
        clean-libLTLIBRARIES clean-libtool ctags distclean \
558
613
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
559
614
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
560
615
 
561
 
xchat.pm.h: Xchat.pm IRC.pm
 
616
xchat.pm.h irc.pm.h: Xchat.pm IRC.pm
562
617
        perl generate_header
 
618
 
563
619
# Tell versions [3.59,3.63) of GNU make to not export all variables.
564
620
# Otherwise a system limit (for SysV at least) may be exceeded.
565
621
.NOEXPORT: