~ubuntu-branches/ubuntu/trusty/x11proto-core/trusty-security

« back to all changes in this revision

Viewing changes to specs/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2013-06-09 14:17:07 UTC
  • mfrom: (1.1.16) (18.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130609141707-iuyzl2j5kf53nvs9
* New upstream release.
  - handles x32 madness (closes: #695535)
  - handles the lack of restrict on g++/solaris (closes: #695589)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.2 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
106
106
am__base_list = \
107
107
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
108
108
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
109
am__uninstall_files_from_dir = { \
 
110
  test -z "$$files" \
 
111
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
112
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
113
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
114
  }
109
115
am__installdirs = "$(DESTDIR)$(shelfdir)" "$(DESTDIR)$(shelfdir)"
110
116
DATA = $(dist_shelf_DATA) $(shelf_DATA)
111
117
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
187
193
LIB_MAN_DIR = @LIB_MAN_DIR@
188
194
LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
189
195
LTLIBOBJS = @LTLIBOBJS@
190
 
MAINT = @MAINT@
191
196
MAKEINFO = @MAKEINFO@
192
197
MAN_SUBSTS = @MAN_SUBSTS@
193
198
MISC_MAN_DIR = @MISC_MAN_DIR@
341
346
all: all-recursive
342
347
 
343
348
.SUFFIXES:
344
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps)
 
349
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/docbook.am $(am__configure_deps)
345
350
        @for dep in $?; do \
346
351
          case '$(am__configure_deps)' in \
347
352
            *$$dep*) \
366
371
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
373
 
369
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
374
$(top_srcdir)/configure:  $(am__configure_deps)
370
375
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
376
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
372
377
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373
378
$(am__aclocal_m4_deps):
374
379
install-dist_shelfDATA: $(dist_shelf_DATA)
388
393
        @$(NORMAL_UNINSTALL)
389
394
        @list='$(dist_shelf_DATA)'; test -n "$(shelfdir)" || list=; \
390
395
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
391
 
        test -n "$$files" || exit 0; \
392
 
        echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \
393
 
        cd "$(DESTDIR)$(shelfdir)" && rm -f $$files
 
396
        dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir)
394
397
install-shelfDATA: $(shelf_DATA)
395
398
        @$(NORMAL_INSTALL)
396
399
        test -z "$(shelfdir)" || $(MKDIR_P) "$(DESTDIR)$(shelfdir)"
408
411
        @$(NORMAL_UNINSTALL)
409
412
        @list='$(shelf_DATA)'; test -n "$(shelfdir)" || list=; \
410
413
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
411
 
        test -n "$$files" || exit 0; \
412
 
        echo " ( cd '$(DESTDIR)$(shelfdir)' && rm -f" $$files ")"; \
413
 
        cd "$(DESTDIR)$(shelfdir)" && rm -f $$files
 
414
        dir='$(DESTDIR)$(shelfdir)'; $(am__uninstall_files_from_dir)
414
415
 
415
416
# This directory's subdirectories are mostly independent; you can cd
416
417
# into them and run `make' without going through this Makefile.
623
624
 
624
625
installcheck: installcheck-recursive
625
626
install-strip:
626
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
627
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
628
 
          `test -z '$(STRIP)' || \
629
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
627
        if test -z '$(STRIP)'; then \
 
628
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
629
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
630
              install; \
 
631
        else \
 
632
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
633
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
634
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
635
        fi
630
636
mostlyclean-generic:
631
637
 
632
638
clean-generic: