~ubuntu-branches/ubuntu/wily/xcb-util/wily

« back to all changes in this revision

Viewing changes to reply/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Danjou
  • Date: 2009-08-24 10:55:14 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090824105514-75ax72nr2t7f5ve2
Tags: 0.3.6-1
* New upstream release
* Bump standard version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2007, 2008  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.
19
20
 
20
21
VPATH = @srcdir@
21
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
27
install_sh_DATA = $(install_sh) -c -m 644
26
28
install_sh_PROGRAM = $(install_sh) -c
46
48
        $(ACLOCAL_M4)
47
49
mkinstalldirs = $(install_sh) -d
48
50
CONFIG_CLEAN_FILES = xcb-reply.pc
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50
53
am__vpath_adj = case $$p in \
51
54
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52
55
    *) f=$$p;; \
53
56
  esac;
54
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
57
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
58
am__install_max = 40
 
59
am__nobase_strip_setup = \
 
60
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
61
am__nobase_strip = \
 
62
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
63
am__nobase_list = $(am__nobase_strip_setup); \
 
64
  for p in $$list; do echo "$$p $$p"; done | \
 
65
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
66
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
67
    if (++n[$$2] == $(am__install_max)) \
 
68
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
69
    END { for (dir in files) print dir, files[dir] }'
 
70
am__base_list = \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
72
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
55
73
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
56
74
        "$(DESTDIR)$(xcbincludedir)"
57
 
libLTLIBRARIES_INSTALL = $(INSTALL)
58
75
LTLIBRARIES = $(lib_LTLIBRARIES)
59
76
am__DEPENDENCIES_1 =
60
77
libxcb_reply_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
70
87
DEFAULT_INCLUDES = -I.@am__isrc@
71
88
depcomp = $(SHELL) $(top_srcdir)/depcomp
72
89
am__depfiles_maybe = depfiles
 
90
am__mv = mv -f
73
91
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74
92
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
93
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
99
        $(LDFLAGS) -o $@
82
100
SOURCES = $(libxcb_reply_la_SOURCES) $(test_reply_SOURCES)
83
101
DIST_SOURCES = $(libxcb_reply_la_SOURCES) $(test_reply_SOURCES)
84
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
85
102
DATA = $(pkgconfig_DATA)
86
 
xcbincludeHEADERS_INSTALL = $(INSTALL_HEADER)
87
103
HEADERS = $(xcbinclude_HEADERS)
88
104
ETAGS = etags
89
105
CTAGS = ctags
143
159
PACKAGE_NAME = @PACKAGE_NAME@
144
160
PACKAGE_STRING = @PACKAGE_STRING@
145
161
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
162
PACKAGE_URL = @PACKAGE_URL@
146
163
PACKAGE_VERSION = @PACKAGE_VERSION@
147
164
PATH_SEPARATOR = @PATH_SEPARATOR@
148
165
PKG_CONFIG = @PKG_CONFIG@
251
268
              exit 1;; \
252
269
          esac; \
253
270
        done; \
254
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  reply/Makefile'; \
255
 
        cd $(top_srcdir) && \
256
 
          $(AUTOMAKE) --foreign  reply/Makefile
 
271
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign reply/Makefile'; \
 
272
        $(am__cd) $(top_srcdir) && \
 
273
          $(AUTOMAKE) --foreign reply/Makefile
257
274
.PRECIOUS: Makefile
258
275
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259
276
        @case '$?' in \
271
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
289
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
273
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
291
$(am__aclocal_m4_deps):
274
292
xcb-reply.pc: $(top_builddir)/config.status $(srcdir)/xcb-reply.pc.in
275
293
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
276
294
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
277
295
        @$(NORMAL_INSTALL)
278
296
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
279
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
297
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
298
        list2=; for p in $$list; do \
280
299
          if test -f $$p; then \
281
 
            f=$(am__strip_dir) \
282
 
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
283
 
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
300
            list2="$$list2 $$p"; \
284
301
          else :; fi; \
285
 
        done
 
302
        done; \
 
303
        test -z "$$list2" || { \
 
304
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
 
305
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
 
306
        }
286
307
 
287
308
uninstall-libLTLIBRARIES:
288
309
        @$(NORMAL_UNINSTALL)
289
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
290
 
          p=$(am__strip_dir) \
291
 
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
292
 
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
310
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
 
311
        for p in $$list; do \
 
312
          $(am__strip_dir) \
 
313
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
 
314
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
293
315
        done
294
316
 
295
317
clean-libLTLIBRARIES:
304
326
        $(libxcb_reply_la_LINK) -rpath $(libdir) $(libxcb_reply_la_OBJECTS) $(libxcb_reply_la_LIBADD) $(LIBS)
305
327
 
306
328
clean-noinstPROGRAMS:
307
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
308
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
309
 
          echo " rm -f $$p $$f"; \
310
 
          rm -f $$p $$f ; \
311
 
        done
 
329
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
330
        echo " rm -f" $$list; \
 
331
        rm -f $$list || exit $$?; \
 
332
        test -n "$(EXEEXT)" || exit 0; \
 
333
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
334
        echo " rm -f" $$list; \
 
335
        rm -f $$list
312
336
test_reply$(EXEEXT): $(test_reply_OBJECTS) $(test_reply_DEPENDENCIES) 
313
337
        @rm -f test_reply$(EXEEXT)
314
338
        $(LINK) $(test_reply_OBJECTS) $(test_reply_LDADD) $(LIBS)
324
348
 
325
349
.c.o:
326
350
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
327
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
351
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
328
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
329
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
330
354
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
331
355
 
332
356
.c.obj:
333
357
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
334
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
358
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
335
359
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336
360
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337
361
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
338
362
 
339
363
.c.lo:
340
364
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
341
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
365
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
342
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
343
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344
368
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
345
369
 
346
370
libxcb_reply_la-reply.lo: reply.c
347
 
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_reply_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxcb_reply_la-reply.lo -MD -MP -MF $(DEPDIR)/libxcb_reply_la-reply.Tpo -c -o libxcb_reply_la-reply.lo `test -f 'reply.c' || echo '$(srcdir)/'`reply.c
348
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libxcb_reply_la-reply.Tpo $(DEPDIR)/libxcb_reply_la-reply.Plo
 
371
@am__fastdepCC_TRUE@    $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_reply_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libxcb_reply_la-reply.lo -MD -MP -MF $(DEPDIR)/libxcb_reply_la-reply.Tpo -c -o libxcb_reply_la-reply.lo `test -f 'reply.c' || echo '$(srcdir)/'`reply.c
 
372
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libxcb_reply_la-reply.Tpo $(DEPDIR)/libxcb_reply_la-reply.Plo
349
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='reply.c' object='libxcb_reply_la-reply.lo' libtool=yes @AMDEPBACKSLASH@
350
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351
 
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_reply_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxcb_reply_la-reply.lo `test -f 'reply.c' || echo '$(srcdir)/'`reply.c
 
375
@am__fastdepCC_FALSE@   $(LIBTOOL)  --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libxcb_reply_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libxcb_reply_la-reply.lo `test -f 'reply.c' || echo '$(srcdir)/'`reply.c
352
376
 
353
377
test_reply-test_reply.o: test_reply.c
354
378
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_reply-test_reply.o -MD -MP -MF $(DEPDIR)/test_reply-test_reply.Tpo -c -o test_reply-test_reply.o `test -f 'test_reply.c' || echo '$(srcdir)/'`test_reply.c
355
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_reply-test_reply.Tpo $(DEPDIR)/test_reply-test_reply.Po
 
379
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_reply-test_reply.Tpo $(DEPDIR)/test_reply-test_reply.Po
356
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_reply.c' object='test_reply-test_reply.o' libtool=no @AMDEPBACKSLASH@
357
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358
382
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_reply-test_reply.o `test -f 'test_reply.c' || echo '$(srcdir)/'`test_reply.c
359
383
 
360
384
test_reply-test_reply.obj: test_reply.c
361
385
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT test_reply-test_reply.obj -MD -MP -MF $(DEPDIR)/test_reply-test_reply.Tpo -c -o test_reply-test_reply.obj `if test -f 'test_reply.c'; then $(CYGPATH_W) 'test_reply.c'; else $(CYGPATH_W) '$(srcdir)/test_reply.c'; fi`
362
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/test_reply-test_reply.Tpo $(DEPDIR)/test_reply-test_reply.Po
 
386
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_reply-test_reply.Tpo $(DEPDIR)/test_reply-test_reply.Po
363
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='test_reply.c' object='test_reply-test_reply.obj' libtool=no @AMDEPBACKSLASH@
364
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
389
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(test_reply_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o test_reply-test_reply.obj `if test -f 'test_reply.c'; then $(CYGPATH_W) 'test_reply.c'; else $(CYGPATH_W) '$(srcdir)/test_reply.c'; fi`
372
396
install-pkgconfigDATA: $(pkgconfig_DATA)
373
397
        @$(NORMAL_INSTALL)
374
398
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
375
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
399
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
400
        for p in $$list; do \
376
401
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
377
 
          f=$(am__strip_dir) \
378
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
379
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
402
          echo "$$d$$p"; \
 
403
        done | $(am__base_list) | \
 
404
        while read files; do \
 
405
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
406
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
380
407
        done
381
408
 
382
409
uninstall-pkgconfigDATA:
383
410
        @$(NORMAL_UNINSTALL)
384
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
385
 
          f=$(am__strip_dir) \
386
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
387
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
388
 
        done
 
411
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
412
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
413
        test -n "$$files" || exit 0; \
 
414
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
415
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
389
416
install-xcbincludeHEADERS: $(xcbinclude_HEADERS)
390
417
        @$(NORMAL_INSTALL)
391
418
        test -z "$(xcbincludedir)" || $(MKDIR_P) "$(DESTDIR)$(xcbincludedir)"
392
 
        @list='$(xcbinclude_HEADERS)'; for p in $$list; do \
 
419
        @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
 
420
        for p in $$list; do \
393
421
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
394
 
          f=$(am__strip_dir) \
395
 
          echo " $(xcbincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(xcbincludedir)/$$f'"; \
396
 
          $(xcbincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(xcbincludedir)/$$f"; \
 
422
          echo "$$d$$p"; \
 
423
        done | $(am__base_list) | \
 
424
        while read files; do \
 
425
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(xcbincludedir)'"; \
 
426
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(xcbincludedir)" || exit $$?; \
397
427
        done
398
428
 
399
429
uninstall-xcbincludeHEADERS:
400
430
        @$(NORMAL_UNINSTALL)
401
 
        @list='$(xcbinclude_HEADERS)'; for p in $$list; do \
402
 
          f=$(am__strip_dir) \
403
 
          echo " rm -f '$(DESTDIR)$(xcbincludedir)/$$f'"; \
404
 
          rm -f "$(DESTDIR)$(xcbincludedir)/$$f"; \
405
 
        done
 
431
        @list='$(xcbinclude_HEADERS)'; test -n "$(xcbincludedir)" || list=; \
 
432
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
433
        test -n "$$files" || exit 0; \
 
434
        echo " ( cd '$(DESTDIR)$(xcbincludedir)' && rm -f" $$files ")"; \
 
435
        cd "$(DESTDIR)$(xcbincludedir)" && rm -f $$files
406
436
 
407
437
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
408
438
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416
446
 
417
447
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
448
                $(TAGS_FILES) $(LISP)
419
 
        tags=; \
 
449
        set x; \
420
450
        here=`pwd`; \
421
451
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
452
        unique=`for i in $$list; do \
424
454
          done | \
425
455
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
456
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
457
        shift; \
 
458
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428
459
          test -n "$$unique" || unique=$$empty_fix; \
429
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430
 
            $$tags $$unique; \
 
460
          if test $$# -gt 0; then \
 
461
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
462
              "$$@" $$unique; \
 
463
          else \
 
464
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
465
              $$unique; \
 
466
          fi; \
431
467
        fi
432
468
ctags: CTAGS
433
469
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434
470
                $(TAGS_FILES) $(LISP)
435
 
        tags=; \
436
471
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
472
        unique=`for i in $$list; do \
438
473
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
474
          done | \
440
475
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
476
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
477
        test -z "$(CTAGS_ARGS)$$unique" \
443
478
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444
 
             $$tags $$unique
 
479
             $$unique
445
480
 
446
481
GTAGS:
447
482
        here=`$(am__cd) $(top_builddir) && pwd` \
448
 
          && cd $(top_srcdir) \
449
 
          && gtags -i $(GTAGS_ARGS) $$here
 
483
          && $(am__cd) $(top_srcdir) \
 
484
          && gtags -i $(GTAGS_ARGS) "$$here"
450
485
 
451
486
distclean-tags:
452
487
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
467
502
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
468
503
          if test -d $$d/$$file; then \
469
504
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
505
            if test -d "$(distdir)/$$file"; then \
 
506
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
507
            fi; \
470
508
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
471
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
509
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
510
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
472
511
            fi; \
473
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
512
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
474
513
          else \
475
 
            test -f $(distdir)/$$file \
476
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
514
            test -f "$(distdir)/$$file" \
 
515
            || cp -p $$d/$$file "$(distdir)/$$file" \
477
516
            || exit 1; \
478
517
          fi; \
479
518
        done
504
543
 
505
544
distclean-generic:
506
545
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
546
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
507
547
 
508
548
maintainer-clean-generic:
509
549
        @echo "This command is intended for maintainers to use"
526
566
 
527
567
html: html-am
528
568
 
 
569
html-am:
 
570
 
529
571
info: info-am
530
572
 
531
573
info-am:
534
576
 
535
577
install-dvi: install-dvi-am
536
578
 
 
579
install-dvi-am:
 
580
 
537
581
install-exec-am: install-libLTLIBRARIES
538
582
 
539
583
install-html: install-html-am
540
584
 
 
585
install-html-am:
 
586
 
541
587
install-info: install-info-am
542
588
 
 
589
install-info-am:
 
590
 
543
591
install-man:
544
592
 
545
593
install-pdf: install-pdf-am
546
594
 
 
595
install-pdf-am:
 
596
 
547
597
install-ps: install-ps-am
548
598
 
 
599
install-ps-am:
 
600
 
549
601
installcheck-am:
550
602
 
551
603
maintainer-clean: maintainer-clean-am
587
639
        tags uninstall uninstall-am uninstall-libLTLIBRARIES \
588
640
        uninstall-pkgconfigDATA uninstall-xcbincludeHEADERS
589
641
 
 
642
 
590
643
# Tell versions [3.59,3.63) of GNU make to not export all variables.
591
644
# Otherwise a system limit (for SysV at least) may be exceeded.
592
645
.NOEXPORT: