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

« back to all changes in this revision

Viewing changes to src/fe-common/core/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
53
49
libfe_common_core_a_AR = $(AR) $(ARFLAGS)
54
50
libfe_common_core_a_LIBADD =
55
 
am_libfe_common_core_a_OBJECTS = autorun.$(OBJEXT) \
56
 
        chat-completion.$(OBJEXT) command-history.$(OBJEXT) \
57
 
        completion.$(OBJEXT) fe-channels.$(OBJEXT) \
58
 
        fe-common-core.$(OBJEXT) fe-core-commands.$(OBJEXT) \
59
 
        fe-exec.$(OBJEXT) fe-expandos.$(OBJEXT) fe-help.$(OBJEXT) \
60
 
        fe-ignore.$(OBJEXT) fe-ignore-messages.$(OBJEXT) \
61
 
        fe-log.$(OBJEXT) fe-messages.$(OBJEXT) fe-modules.$(OBJEXT) \
 
51
am_libfe_common_core_a_OBJECTS = chat-completion.$(OBJEXT) \
 
52
        command-history.$(OBJEXT) completion.$(OBJEXT) \
 
53
        fe-channels.$(OBJEXT) fe-common-core.$(OBJEXT) \
 
54
        fe-core-commands.$(OBJEXT) fe-exec.$(OBJEXT) \
 
55
        fe-expandos.$(OBJEXT) fe-help.$(OBJEXT) fe-ignore.$(OBJEXT) \
 
56
        fe-ignore-messages.$(OBJEXT) fe-log.$(OBJEXT) \
 
57
        fe-messages.$(OBJEXT) fe-modules.$(OBJEXT) \
62
58
        fe-queries.$(OBJEXT) fe-server.$(OBJEXT) fe-settings.$(OBJEXT) \
63
59
        utf8.$(OBJEXT) wcwidth.$(OBJEXT) formats.$(OBJEXT) \
64
60
        hilight-text.$(OBJEXT) keyboard.$(OBJEXT) \
65
61
        module-formats.$(OBJEXT) printtext.$(OBJEXT) \
66
 
        fe-recode.$(OBJEXT) themes.$(OBJEXT) translation.$(OBJEXT) \
67
 
        window-activity.$(OBJEXT) window-commands.$(OBJEXT) \
68
 
        window-items.$(OBJEXT) windows-layout.$(OBJEXT) \
69
 
        fe-windows.$(OBJEXT)
 
62
        fe-recode.$(OBJEXT) themes.$(OBJEXT) window-activity.$(OBJEXT) \
 
63
        window-commands.$(OBJEXT) window-items.$(OBJEXT) \
 
64
        windows-layout.$(OBJEXT) fe-windows.$(OBJEXT)
70
65
libfe_common_core_a_OBJECTS = $(am_libfe_common_core_a_OBJECTS)
71
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
72
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
66
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
67
depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
73
68
am__depfiles_maybe = depfiles
74
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
77
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78
 
        $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
73
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79
74
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
75
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
76
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
77
        $(LDFLAGS) -o $@
82
78
SOURCES = $(libfe_common_core_a_SOURCES)
83
79
DIST_SOURCES = $(libfe_common_core_a_SOURCES)
84
80
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
94
90
CTAGS = ctags
95
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96
92
ACLOCAL = @ACLOCAL@
97
 
AMDEP_FALSE = @AMDEP_FALSE@
98
 
AMDEP_TRUE = @AMDEP_TRUE@
99
93
AMTAR = @AMTAR@
100
94
AR = @AR@
101
95
AUTOCONF = @AUTOCONF@
102
96
AUTOHEADER = @AUTOHEADER@
103
97
AUTOMAKE = @AUTOMAKE@
104
98
AWK = @AWK@
105
 
BUILD_IRSSIBOT_FALSE = @BUILD_IRSSIBOT_FALSE@
106
 
BUILD_IRSSIBOT_TRUE = @BUILD_IRSSIBOT_TRUE@
107
 
BUILD_IRSSIPROXY_FALSE = @BUILD_IRSSIPROXY_FALSE@
108
 
BUILD_IRSSIPROXY_TRUE = @BUILD_IRSSIPROXY_TRUE@
109
 
BUILD_TEXTUI_FALSE = @BUILD_TEXTUI_FALSE@
110
 
BUILD_TEXTUI_TRUE = @BUILD_TEXTUI_TRUE@
111
99
CC = @CC@
112
100
CCDEPMODE = @CCDEPMODE@
113
101
CFLAGS = @CFLAGS@
125
113
CYGPATH_W = @CYGPATH_W@
126
114
DEFS = @DEFS@
127
115
DEPDIR = @DEPDIR@
128
 
DYNALOADER_A = @DYNALOADER_A@
 
116
DSYMUTIL = @DSYMUTIL@
129
117
ECHO = @ECHO@
130
118
ECHO_C = @ECHO_C@
131
119
ECHO_N = @ECHO_N@
140
128
GLIB_MKENUMS = @GLIB_MKENUMS@
141
129
GOBJECT_QUERY = @GOBJECT_QUERY@
142
130
GREP = @GREP@
143
 
HAVE_PERL_FALSE = @HAVE_PERL_FALSE@
144
 
HAVE_PERL_TRUE = @HAVE_PERL_TRUE@
145
 
HAVE_STATIC_PERL_FALSE = @HAVE_STATIC_PERL_FALSE@
146
 
HAVE_STATIC_PERL_TRUE = @HAVE_STATIC_PERL_TRUE@
 
131
INSTALL = @INSTALL@
147
132
INSTALL_DATA = @INSTALL_DATA@
148
133
INSTALL_PROGRAM = @INSTALL_PROGRAM@
149
134
INSTALL_SCRIPT = @INSTALL_SCRIPT@
150
135
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
151
136
LDFLAGS = @LDFLAGS@
152
137
LIBOBJS = @LIBOBJS@
153
 
LIBPERL_A = @LIBPERL_A@
154
138
LIBS = @LIBS@
155
139
LIBTOOL = @LIBTOOL@
156
140
LN_S = @LN_S@
157
141
LTLIBOBJS = @LTLIBOBJS@
158
142
MAINT = @MAINT@
159
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
160
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
161
143
MAKEINFO = @MAKEINFO@
162
 
NEED_TPARM_FALSE = @NEED_TPARM_FALSE@
163
 
NEED_TPARM_TRUE = @NEED_TPARM_TRUE@
 
144
MKDIR_P = @MKDIR_P@
 
145
NMEDIT = @NMEDIT@
164
146
OBJEXT = @OBJEXT@
165
147
PACKAGE = @PACKAGE@
166
148
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173
155
PERL_EXTRA_OPTS = @PERL_EXTRA_OPTS@
174
156
PERL_FE_LINK_LIBS = @PERL_FE_LINK_LIBS@
175
157
PERL_LDFLAGS = @PERL_LDFLAGS@
176
 
PERL_LIBTOOL = @PERL_LIBTOOL@
177
158
PERL_LINK_FLAGS = @PERL_LINK_FLAGS@
178
159
PERL_LINK_LIBS = @PERL_LINK_LIBS@
179
160
PERL_MM_PARAMS = @PERL_MM_PARAMS@
182
163
PKG_CONFIG = @PKG_CONFIG@
183
164
PROG_LIBS = @PROG_LIBS@
184
165
RANLIB = @RANLIB@
 
166
SED = @SED@
185
167
SET_MAKE = @SET_MAKE@
186
168
SHELL = @SHELL@
187
169
SSL_CFLAGS = @SSL_CFLAGS@
188
170
SSL_LIBS = @SSL_LIBS@
189
171
STRIP = @STRIP@
190
172
TEXTUI_LIBS = @TEXTUI_LIBS@
191
 
USE_CURSES_FALSE = @USE_CURSES_FALSE@
192
 
USE_CURSES_TRUE = @USE_CURSES_TRUE@
193
173
VERSION = @VERSION@
194
 
VERSION_DATE = @VERSION_DATE@
195
 
VERSION_TIME = @VERSION_TIME@
 
174
abs_builddir = @abs_builddir@
 
175
abs_srcdir = @abs_srcdir@
 
176
abs_top_builddir = @abs_top_builddir@
 
177
abs_top_srcdir = @abs_top_srcdir@
196
178
ac_ct_CC = @ac_ct_CC@
197
179
ac_ct_CXX = @ac_ct_CXX@
198
180
ac_ct_F77 = @ac_ct_F77@
199
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
200
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
201
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
202
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
203
181
am__include = @am__include@
204
182
am__leading_dot = @am__leading_dot@
205
183
am__quote = @am__quote@
211
189
build_cpu = @build_cpu@
212
190
build_os = @build_os@
213
191
build_vendor = @build_vendor@
 
192
builddir = @builddir@
214
193
datadir = @datadir@
215
194
datarootdir = @datarootdir@
216
195
docdir = @docdir@
245
224
sbindir = @sbindir@
246
225
sedpath = @sedpath@
247
226
sharedstatedir = @sharedstatedir@
 
227
srcdir = @srcdir@
248
228
sysconfdir = @sysconfdir@
249
229
target_alias = @target_alias@
 
230
top_build_prefix = @top_build_prefix@
 
231
top_builddir = @top_builddir@
 
232
top_srcdir = @top_srcdir@
250
233
noinst_LIBRARIES = libfe_common_core.a
251
234
INCLUDES = \
252
235
        -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ \
255
238
        -DTHEMESDIR=\""$(datadir)/irssi/themes"\"
256
239
 
257
240
libfe_common_core_a_SOURCES = \
258
 
        autorun.c \
259
241
        chat-completion.c \
260
242
        command-history.c \
261
243
        completion.c \
282
264
        printtext.c \
283
265
        fe-recode.c \
284
266
        themes.c \
285
 
        translation.c \
286
267
        window-activity.c \
287
268
        window-commands.c \
288
269
        window-items.c \
291
272
 
292
273
pkginc_fe_common_coredir = $(pkgincludedir)/src/fe-common/core
293
274
pkginc_fe_common_core_HEADERS = \
294
 
        autorun.h \
295
275
        command-history.h \
296
276
        chat-completion.h \
297
277
        completion.h \
309
289
        printtext.h \
310
290
        fe-recode.h \
311
291
        themes.h \
312
 
        translation.h \
313
292
        window-activity.h \
314
293
        window-items.h \
315
294
        windows-layout.h \
331
310
              exit 1;; \
332
311
          esac; \
333
312
        done; \
334
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/fe-common/core/Makefile'; \
 
313
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/fe-common/core/Makefile'; \
335
314
        cd $(top_srcdir) && \
336
 
          $(AUTOMAKE) --gnu  src/fe-common/core/Makefile
 
315
          $(AUTOMAKE) --foreign  src/fe-common/core/Makefile
337
316
.PRECIOUS: Makefile
338
317
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339
318
        @case '$?' in \
365
344
distclean-compile:
366
345
        -rm -f *.tab.c
367
346
 
368
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autorun.Po@am__quote@
369
347
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chat-completion.Po@am__quote@
370
348
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/command-history.Po@am__quote@
371
349
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/completion.Po@am__quote@
391
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module-formats.Po@am__quote@
392
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/printtext.Po@am__quote@
393
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/themes.Po@am__quote@
394
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/translation.Po@am__quote@
395
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8.Po@am__quote@
396
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wcwidth.Po@am__quote@
397
374
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window-activity.Po@am__quote@
400
377
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-layout.Po@am__quote@
401
378
 
402
379
.c.o:
403
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
404
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
380
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
381
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
405
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
406
383
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
407
384
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
408
385
 
409
386
.c.obj:
410
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
411
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
387
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
388
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
412
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
413
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
414
391
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
415
392
 
416
393
.c.lo:
417
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
418
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
394
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
395
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
419
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
420
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
421
398
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
425
402
 
426
403
clean-libtool:
427
404
        -rm -rf .libs _libs
428
 
 
429
 
distclean-libtool:
430
 
        -rm -f libtool
431
 
uninstall-info-am:
432
405
install-pkginc_fe_common_coreHEADERS: $(pkginc_fe_common_core_HEADERS)
433
406
        @$(NORMAL_INSTALL)
434
 
        test -z "$(pkginc_fe_common_coredir)" || $(mkdir_p) "$(DESTDIR)$(pkginc_fe_common_coredir)"
 
407
        test -z "$(pkginc_fe_common_coredir)" || $(MKDIR_P) "$(DESTDIR)$(pkginc_fe_common_coredir)"
435
408
        @list='$(pkginc_fe_common_core_HEADERS)'; for p in $$list; do \
436
409
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
437
410
          f=$(am__strip_dir) \
452
425
        unique=`for i in $$list; do \
453
426
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454
427
          done | \
455
 
          $(AWK) '    { files[$$0] = 1; } \
456
 
               END { for (i in files) print i; }'`; \
 
428
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
429
              END { if (nonempty) { for (i in files) print i; }; }'`; \
457
430
        mkid -fID $$unique
458
431
tags: TAGS
459
432
 
465
438
        unique=`for i in $$list; do \
466
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
467
440
          done | \
468
 
          $(AWK) '    { files[$$0] = 1; } \
469
 
               END { for (i in files) print i; }'`; \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
470
443
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
471
444
          test -n "$$unique" || unique=$$empty_fix; \
472
445
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
476
449
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
477
450
                $(TAGS_FILES) $(LISP)
478
451
        tags=; \
479
 
        here=`pwd`; \
480
452
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
481
453
        unique=`for i in $$list; do \
482
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
455
          done | \
484
 
          $(AWK) '    { files[$$0] = 1; } \
485
 
               END { for (i in files) print i; }'`; \
 
456
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
457
              END { if (nonempty) { for (i in files) print i; }; }'`; \
486
458
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
487
459
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
488
460
             $$tags $$unique
496
468
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
497
469
 
498
470
distdir: $(DISTFILES)
499
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
500
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
501
 
        list='$(DISTFILES)'; for file in $$list; do \
502
 
          case $$file in \
503
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
504
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
505
 
          esac; \
 
471
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
472
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
473
        list='$(DISTFILES)'; \
 
474
          dist_files=`for file in $$list; do echo $$file; done | \
 
475
          sed -e "s|^$$srcdirstrip/||;t" \
 
476
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
477
        case $$dist_files in \
 
478
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
479
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
480
                           sort -u` ;; \
 
481
        esac; \
 
482
        for file in $$dist_files; do \
506
483
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
507
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
508
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
509
 
            dir="/$$dir"; \
510
 
            $(mkdir_p) "$(distdir)$$dir"; \
511
 
          else \
512
 
            dir=''; \
513
 
          fi; \
514
484
          if test -d $$d/$$file; then \
 
485
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
515
486
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
516
487
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
517
488
            fi; \
527
498
all-am: Makefile $(LIBRARIES) $(HEADERS)
528
499
installdirs:
529
500
        for dir in "$(DESTDIR)$(pkginc_fe_common_coredir)"; do \
530
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
501
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
531
502
        done
532
503
install: install-am
533
504
install-exec: install-exec-am
562
533
        -rm -rf ./$(DEPDIR)
563
534
        -rm -f Makefile
564
535
distclean-am: clean-am distclean-compile distclean-generic \
565
 
        distclean-libtool distclean-tags
 
536
        distclean-tags
566
537
 
567
538
dvi: dvi-am
568
539
 
576
547
 
577
548
install-data-am: install-pkginc_fe_common_coreHEADERS
578
549
 
 
550
install-dvi: install-dvi-am
 
551
 
579
552
install-exec-am:
580
553
 
 
554
install-html: install-html-am
 
555
 
581
556
install-info: install-info-am
582
557
 
583
558
install-man:
584
559
 
 
560
install-pdf: install-pdf-am
 
561
 
 
562
install-ps: install-ps-am
 
563
 
585
564
installcheck-am:
586
565
 
587
566
maintainer-clean: maintainer-clean-am
602
581
 
603
582
ps-am:
604
583
 
605
 
uninstall-am: uninstall-info-am uninstall-pkginc_fe_common_coreHEADERS
 
584
uninstall-am: uninstall-pkginc_fe_common_coreHEADERS
 
585
 
 
586
.MAKE: install-am install-strip
606
587
 
607
588
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
608
589
        clean-libtool clean-noinstLIBRARIES ctags distclean \
609
590
        distclean-compile distclean-generic distclean-libtool \
610
591
        distclean-tags distdir dvi dvi-am html html-am info info-am \
611
 
        install install-am install-data install-data-am install-exec \
612
 
        install-exec-am install-info install-info-am install-man \
613
 
        install-pkginc_fe_common_coreHEADERS install-strip \
614
 
        installcheck installcheck-am installdirs maintainer-clean \
615
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
616
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
617
 
        tags uninstall uninstall-am uninstall-info-am \
 
592
        install install-am install-data install-data-am install-dvi \
 
593
        install-dvi-am install-exec install-exec-am install-html \
 
594
        install-html-am install-info install-info-am install-man \
 
595
        install-pdf install-pdf-am \
 
596
        install-pkginc_fe_common_coreHEADERS install-ps install-ps-am \
 
597
        install-strip installcheck installcheck-am installdirs \
 
598
        maintainer-clean maintainer-clean-generic mostlyclean \
 
599
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
600
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
618
601
        uninstall-pkginc_fe_common_coreHEADERS
619
602
 
620
603
# Tell versions [3.59,3.63) of GNU make to not export all variables.