Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 1 | # Makefile.in generated by automake 1.11 from Makefile.am. |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 2 | # @configure_input@ |
| 3 | |
| 4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
| 6 | # Inc. |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 7 | # This Makefile.in is free software; the Free Software Foundation |
| 8 | # gives unlimited permission to copy and/or distribute it, |
| 9 | # with or without modifications, as long as this notice is preserved. |
| 10 | |
| 11 | # This program is distributed in the hope that it will be useful, |
| 12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 14 | # PARTICULAR PURPOSE. |
| 15 | |
| 16 | @SET_MAKE@ |
| 17 | VPATH = @srcdir@ |
| 18 | pkgdatadir = $(datadir)/@PACKAGE@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 19 | pkgincludedir = $(includedir)/@PACKAGE@ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 20 | pkglibdir = $(libdir)/@PACKAGE@ |
| 21 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 22 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
| 23 | install_sh_DATA = $(install_sh) -c -m 644 |
| 24 | install_sh_PROGRAM = $(install_sh) -c |
| 25 | install_sh_SCRIPT = $(install_sh) -c |
| 26 | INSTALL_HEADER = $(INSTALL_DATA) |
| 27 | transform = $(program_transform_name) |
| 28 | NORMAL_INSTALL = : |
| 29 | PRE_INSTALL = : |
| 30 | POST_INSTALL = : |
| 31 | NORMAL_UNINSTALL = : |
| 32 | PRE_UNINSTALL = : |
| 33 | POST_UNINSTALL = : |
| 34 | build_triplet = @build@ |
| 35 | host_triplet = @host@ |
| 36 | subdir = . |
| 37 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
| 38 | $(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
| 39 | $(top_srcdir)/configure $(top_srcdir)/intl/Makefile.in \ |
| 40 | ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile \ |
| 41 | config.guess config.rpath config.sub depcomp install-sh \ |
| 42 | ltmain.sh missing |
| 43 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
| 44 | am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \ |
| 45 | $(top_srcdir)/m4/compiler.m4 $(top_srcdir)/m4/gettext.m4 \ |
| 46 | $(top_srcdir)/m4/glibc2.m4 $(top_srcdir)/m4/glibc21.m4 \ |
| 47 | $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \ |
| 48 | $(top_srcdir)/m4/intl.m4 $(top_srcdir)/m4/intmax.m4 \ |
| 49 | $(top_srcdir)/m4/inttypes-pri.m4 \ |
| 50 | $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ |
| 51 | $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \ |
| 52 | $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libs.m4 \ |
| 53 | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/linker.m4 \ |
| 54 | $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longdouble.m4 \ |
| 55 | $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
| 56 | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
| 57 | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/misc.m4 \ |
| 58 | $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \ |
| 59 | $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ |
| 60 | $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ |
| 61 | $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \ |
| 62 | $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/visibility.m4 \ |
| 63 | $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ |
| 64 | $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac |
| 65 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
| 66 | $(ACLOCAL_M4) |
| 67 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
| 68 | configure.lineno config.status.lineno |
| 69 | mkinstalldirs = $(install_sh) -d |
| 70 | CONFIG_HEADER = config.h |
| 71 | CONFIG_CLEAN_FILES = intl/Makefile |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 72 | CONFIG_CLEAN_VPATH_FILES = |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 73 | SOURCES = |
| 74 | DIST_SOURCES = |
| 75 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
| 76 | html-recursive info-recursive install-data-recursive \ |
| 77 | install-dvi-recursive install-exec-recursive \ |
| 78 | install-html-recursive install-info-recursive \ |
| 79 | install-pdf-recursive install-ps-recursive install-recursive \ |
| 80 | installcheck-recursive installdirs-recursive pdf-recursive \ |
| 81 | ps-recursive uninstall-recursive |
| 82 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ |
| 83 | distclean-recursive maintainer-clean-recursive |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 84 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ |
| 85 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ |
| 86 | distdir dist dist-all distcheck |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 87 | ETAGS = etags |
| 88 | CTAGS = ctags |
| 89 | DIST_SUBDIRS = $(SUBDIRS) |
| 90 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
| 91 | distdir = $(PACKAGE)-$(VERSION) |
| 92 | top_distdir = $(distdir) |
| 93 | am__remove_distdir = \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 94 | { test ! -d "$(distdir)" \ |
| 95 | || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ |
| 96 | && rm -fr "$(distdir)"; }; } |
| 97 | am__relativize = \ |
| 98 | dir0=`pwd`; \ |
| 99 | sed_first='s,^\([^/]*\)/.*$$,\1,'; \ |
| 100 | sed_rest='s,^[^/]*/*,,'; \ |
| 101 | sed_last='s,^.*/\([^/]*\)$$,\1,'; \ |
| 102 | sed_butlast='s,/*[^/]*$$,,'; \ |
| 103 | while test -n "$$dir1"; do \ |
| 104 | first=`echo "$$dir1" | sed -e "$$sed_first"`; \ |
| 105 | if test "$$first" != "."; then \ |
| 106 | if test "$$first" = ".."; then \ |
| 107 | dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ |
| 108 | dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ |
| 109 | else \ |
| 110 | first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ |
| 111 | if test "$$first2" = "$$first"; then \ |
| 112 | dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ |
| 113 | else \ |
| 114 | dir2="../$$dir2"; \ |
| 115 | fi; \ |
| 116 | dir0="$$dir0"/"$$first"; \ |
| 117 | fi; \ |
| 118 | fi; \ |
| 119 | dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ |
| 120 | done; \ |
| 121 | reldir="$$dir2" |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 122 | DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 |
| 123 | GZIP_ENV = --best |
| 124 | distuninstallcheck_listfiles = find . -type f -print |
| 125 | distcleancheck_listfiles = find . -type f -print |
| 126 | ACLOCAL = @ACLOCAL@ |
| 127 | ALLOCA = @ALLOCA@ |
| 128 | AMTAR = @AMTAR@ |
| 129 | AR = @AR@ |
Colin Watson | d58a9aa | 2010-01-16 02:55:43 +0000 | [diff] [blame] | 130 | AR_FOR_BUILD = @AR_FOR_BUILD@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 131 | AUTOCONF = @AUTOCONF@ |
| 132 | AUTOHEADER = @AUTOHEADER@ |
| 133 | AUTOMAKE = @AUTOMAKE@ |
| 134 | AWK = @AWK@ |
| 135 | BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ |
| 136 | CATOBJEXT = @CATOBJEXT@ |
| 137 | CC = @CC@ |
| 138 | CCDEPMODE = @CCDEPMODE@ |
Colin Watson | d58a9aa | 2010-01-16 02:55:43 +0000 | [diff] [blame] | 139 | CC_FOR_BUILD = @CC_FOR_BUILD@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 140 | CFLAGS = @CFLAGS@ |
Colin Watson | d58a9aa | 2010-01-16 02:55:43 +0000 | [diff] [blame] | 141 | CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 142 | CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ |
| 143 | CPP = @CPP@ |
| 144 | CPPFLAGS = @CPPFLAGS@ |
| 145 | CYGPATH_W = @CYGPATH_W@ |
| 146 | DATADIRNAME = @DATADIRNAME@ |
| 147 | DBUS_CFLAGS = @DBUS_CFLAGS@ |
Colin Watson | d58a9aa | 2010-01-16 02:55:43 +0000 | [diff] [blame] | 148 | DBUS_CFLAGS_FOR_BUILD = @DBUS_CFLAGS_FOR_BUILD@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 149 | DBUS_LIBS = @DBUS_LIBS@ |
Colin Watson | d58a9aa | 2010-01-16 02:55:43 +0000 | [diff] [blame] | 150 | DBUS_LIBS_FOR_BUILD = @DBUS_LIBS_FOR_BUILD@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 151 | DEFS = @DEFS@ |
| 152 | DEPDIR = @DEPDIR@ |
| 153 | DSYMUTIL = @DSYMUTIL@ |
| 154 | DUMPBIN = @DUMPBIN@ |
| 155 | ECHO_C = @ECHO_C@ |
| 156 | ECHO_N = @ECHO_N@ |
| 157 | ECHO_T = @ECHO_T@ |
| 158 | EGREP = @EGREP@ |
| 159 | EXEEXT = @EXEEXT@ |
| 160 | EXPAT_LIBS = @EXPAT_LIBS@ |
| 161 | FGREP = @FGREP@ |
| 162 | GENCAT = @GENCAT@ |
| 163 | GLIBC2 = @GLIBC2@ |
| 164 | GLIBC21 = @GLIBC21@ |
| 165 | GMSGFMT = @GMSGFMT@ |
| 166 | GMSGFMT_015 = @GMSGFMT_015@ |
| 167 | GREP = @GREP@ |
| 168 | HAVE_ASPRINTF = @HAVE_ASPRINTF@ |
| 169 | HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ |
| 170 | HAVE_SNPRINTF = @HAVE_SNPRINTF@ |
| 171 | HAVE_VISIBILITY = @HAVE_VISIBILITY@ |
| 172 | HAVE_WPRINTF = @HAVE_WPRINTF@ |
| 173 | INSTALL = @INSTALL@ |
| 174 | INSTALL_DATA = @INSTALL_DATA@ |
| 175 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
| 176 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
| 177 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
| 178 | INSTOBJEXT = @INSTOBJEXT@ |
| 179 | INTLBISON = @INTLBISON@ |
| 180 | INTLLIBS = @INTLLIBS@ |
| 181 | INTLOBJS = @INTLOBJS@ |
| 182 | INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ |
| 183 | INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ |
| 184 | LD = @LD@ |
| 185 | LDFLAGS = @LDFLAGS@ |
Colin Watson | d58a9aa | 2010-01-16 02:55:43 +0000 | [diff] [blame] | 186 | LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 187 | LIBICONV = @LIBICONV@ |
| 188 | LIBINTL = @LIBINTL@ |
| 189 | LIBMULTITHREAD = @LIBMULTITHREAD@ |
| 190 | LIBOBJS = @LIBOBJS@ |
| 191 | LIBPTH = @LIBPTH@ |
| 192 | LIBS = @LIBS@ |
| 193 | LIBTHREAD = @LIBTHREAD@ |
| 194 | LIBTOOL = @LIBTOOL@ |
| 195 | LIPO = @LIPO@ |
| 196 | LN_S = @LN_S@ |
| 197 | LTLIBICONV = @LTLIBICONV@ |
| 198 | LTLIBINTL = @LTLIBINTL@ |
| 199 | LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ |
| 200 | LTLIBOBJS = @LTLIBOBJS@ |
| 201 | LTLIBPTH = @LTLIBPTH@ |
| 202 | LTLIBTHREAD = @LTLIBTHREAD@ |
| 203 | MAKEINFO = @MAKEINFO@ |
| 204 | MKDIR_P = @MKDIR_P@ |
| 205 | MSGFMT = @MSGFMT@ |
| 206 | MSGFMT_015 = @MSGFMT_015@ |
| 207 | MSGMERGE = @MSGMERGE@ |
Scott James Remnant | 2c84e53 | 2009-10-14 05:31:38 +0100 | [diff] [blame] | 208 | NIH_DBUS_TOOL = @NIH_DBUS_TOOL@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 209 | NM = @NM@ |
| 210 | NMEDIT = @NMEDIT@ |
| 211 | OBJDUMP = @OBJDUMP@ |
| 212 | OBJEXT = @OBJEXT@ |
| 213 | OTOOL = @OTOOL@ |
| 214 | OTOOL64 = @OTOOL64@ |
| 215 | PACKAGE = @PACKAGE@ |
| 216 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
| 217 | PACKAGE_COPYRIGHT = @PACKAGE_COPYRIGHT@ |
| 218 | PACKAGE_NAME = @PACKAGE_NAME@ |
| 219 | PACKAGE_STRING = @PACKAGE_STRING@ |
| 220 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 221 | PACKAGE_URL = @PACKAGE_URL@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 222 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
| 223 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
| 224 | PKG_CONFIG = @PKG_CONFIG@ |
| 225 | POSUB = @POSUB@ |
| 226 | PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ |
| 227 | RANLIB = @RANLIB@ |
Colin Watson | d58a9aa | 2010-01-16 02:55:43 +0000 | [diff] [blame] | 228 | RANLIB_FOR_BUILD = @RANLIB_FOR_BUILD@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 229 | SED = @SED@ |
| 230 | SET_MAKE = @SET_MAKE@ |
| 231 | SHELL = @SHELL@ |
| 232 | STRIP = @STRIP@ |
Scott James Remnant | 2a66c57 | 2009-09-15 03:19:16 +0100 | [diff] [blame] | 233 | UDEV_CFLAGS = @UDEV_CFLAGS@ |
| 234 | UDEV_LIBS = @UDEV_LIBS@ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 235 | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ |
| 236 | USE_NLS = @USE_NLS@ |
| 237 | VERSION = @VERSION@ |
| 238 | VERSION_SCRIPT_ARG = @VERSION_SCRIPT_ARG@ |
| 239 | WOE32DLL = @WOE32DLL@ |
| 240 | XGETTEXT = @XGETTEXT@ |
| 241 | XGETTEXT_015 = @XGETTEXT_015@ |
| 242 | abs_builddir = @abs_builddir@ |
| 243 | abs_srcdir = @abs_srcdir@ |
| 244 | abs_top_builddir = @abs_top_builddir@ |
| 245 | abs_top_srcdir = @abs_top_srcdir@ |
| 246 | ac_ct_CC = @ac_ct_CC@ |
| 247 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
| 248 | am__include = @am__include@ |
| 249 | am__leading_dot = @am__leading_dot@ |
| 250 | am__quote = @am__quote@ |
| 251 | am__tar = @am__tar@ |
| 252 | am__untar = @am__untar@ |
| 253 | bindir = @bindir@ |
| 254 | build = @build@ |
| 255 | build_alias = @build_alias@ |
| 256 | build_cpu = @build_cpu@ |
| 257 | build_os = @build_os@ |
| 258 | build_vendor = @build_vendor@ |
| 259 | builddir = @builddir@ |
| 260 | datadir = @datadir@ |
| 261 | datarootdir = @datarootdir@ |
| 262 | docdir = @docdir@ |
| 263 | dvidir = @dvidir@ |
| 264 | exec_prefix = @exec_prefix@ |
| 265 | host = @host@ |
| 266 | host_alias = @host_alias@ |
| 267 | host_cpu = @host_cpu@ |
| 268 | host_os = @host_os@ |
| 269 | host_vendor = @host_vendor@ |
| 270 | htmldir = @htmldir@ |
| 271 | includedir = @includedir@ |
| 272 | infodir = @infodir@ |
| 273 | install_sh = @install_sh@ |
| 274 | libdir = @libdir@ |
| 275 | libexecdir = @libexecdir@ |
| 276 | localedir = @localedir@ |
| 277 | localstatedir = @localstatedir@ |
| 278 | lt_ECHO = @lt_ECHO@ |
| 279 | mandir = @mandir@ |
| 280 | mkdir_p = @mkdir_p@ |
| 281 | oldincludedir = @oldincludedir@ |
| 282 | pdfdir = @pdfdir@ |
| 283 | prefix = @prefix@ |
| 284 | program_transform_name = @program_transform_name@ |
| 285 | psdir = @psdir@ |
| 286 | sbindir = @sbindir@ |
| 287 | sharedstatedir = @sharedstatedir@ |
| 288 | srcdir = @srcdir@ |
| 289 | sysconfdir = @sysconfdir@ |
| 290 | target_alias = @target_alias@ |
| 291 | top_build_prefix = @top_build_prefix@ |
| 292 | top_builddir = @top_builddir@ |
| 293 | top_srcdir = @top_srcdir@ |
Scott James Remnant | 2a66c57 | 2009-09-15 03:19:16 +0100 | [diff] [blame] | 294 | SUBDIRS = m4 intl nih nih-dbus nih-dbus-tool dbus init util udev conf doc contrib po |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 295 | EXTRA_DIST = HACKING ChangeLog.nih |
| 296 | ACLOCAL_AMFLAGS = --install -I m4 |
| 297 | all: config.h |
| 298 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
| 299 | |
| 300 | .SUFFIXES: |
| 301 | am--refresh: |
| 302 | @: |
| 303 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
| 304 | @for dep in $?; do \ |
| 305 | case '$(am__configure_deps)' in \ |
| 306 | *$$dep*) \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 307 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ |
| 308 | $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 309 | && exit 0; \ |
| 310 | exit 1;; \ |
| 311 | esac; \ |
| 312 | done; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 313 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
| 314 | $(am__cd) $(top_srcdir) && \ |
| 315 | $(AUTOMAKE) --gnu Makefile |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 316 | .PRECIOUS: Makefile |
| 317 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
| 318 | @case '$?' in \ |
| 319 | *config.status*) \ |
| 320 | echo ' $(SHELL) ./config.status'; \ |
| 321 | $(SHELL) ./config.status;; \ |
| 322 | *) \ |
| 323 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
| 324 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
| 325 | esac; |
| 326 | |
| 327 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
| 328 | $(SHELL) ./config.status --recheck |
| 329 | |
| 330 | $(top_srcdir)/configure: $(am__configure_deps) |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 331 | $(am__cd) $(srcdir) && $(AUTOCONF) |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 332 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 333 | $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
| 334 | $(am__aclocal_m4_deps): |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 335 | |
| 336 | config.h: stamp-h1 |
| 337 | @if test ! -f $@; then \ |
| 338 | rm -f stamp-h1; \ |
| 339 | $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ |
| 340 | else :; fi |
| 341 | |
| 342 | stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status |
| 343 | @rm -f stamp-h1 |
| 344 | cd $(top_builddir) && $(SHELL) ./config.status config.h |
| 345 | $(srcdir)/config.h.in: $(am__configure_deps) |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 346 | ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 347 | rm -f stamp-h1 |
| 348 | touch $@ |
| 349 | |
| 350 | distclean-hdr: |
| 351 | -rm -f config.h stamp-h1 |
| 352 | intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in |
| 353 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
| 354 | |
| 355 | mostlyclean-libtool: |
| 356 | -rm -f *.lo |
| 357 | |
| 358 | clean-libtool: |
| 359 | -rm -rf .libs _libs |
| 360 | |
| 361 | distclean-libtool: |
| 362 | -rm -f libtool config.lt |
| 363 | |
| 364 | # This directory's subdirectories are mostly independent; you can cd |
| 365 | # into them and run `make' without going through this Makefile. |
| 366 | # To change the values of `make' variables: instead of editing Makefiles, |
| 367 | # (1) if the variable is set in `config.status', edit `config.status' |
| 368 | # (which will cause the Makefiles to be regenerated when you run `make'); |
| 369 | # (2) otherwise, pass the desired values on the `make' command line. |
| 370 | $(RECURSIVE_TARGETS): |
| 371 | @failcom='exit 1'; \ |
| 372 | for f in x $$MAKEFLAGS; do \ |
| 373 | case $$f in \ |
| 374 | *=* | --[!k]*);; \ |
| 375 | *k*) failcom='fail=yes';; \ |
| 376 | esac; \ |
| 377 | done; \ |
| 378 | dot_seen=no; \ |
| 379 | target=`echo $@ | sed s/-recursive//`; \ |
| 380 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 381 | echo "Making $$target in $$subdir"; \ |
| 382 | if test "$$subdir" = "."; then \ |
| 383 | dot_seen=yes; \ |
| 384 | local_target="$$target-am"; \ |
| 385 | else \ |
| 386 | local_target="$$target"; \ |
| 387 | fi; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 388 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 389 | || eval $$failcom; \ |
| 390 | done; \ |
| 391 | if test "$$dot_seen" = "no"; then \ |
| 392 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 393 | fi; test -z "$$fail" |
| 394 | |
| 395 | $(RECURSIVE_CLEAN_TARGETS): |
| 396 | @failcom='exit 1'; \ |
| 397 | for f in x $$MAKEFLAGS; do \ |
| 398 | case $$f in \ |
| 399 | *=* | --[!k]*);; \ |
| 400 | *k*) failcom='fail=yes';; \ |
| 401 | esac; \ |
| 402 | done; \ |
| 403 | dot_seen=no; \ |
| 404 | case "$@" in \ |
| 405 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| 406 | *) list='$(SUBDIRS)' ;; \ |
| 407 | esac; \ |
| 408 | rev=''; for subdir in $$list; do \ |
| 409 | if test "$$subdir" = "."; then :; else \ |
| 410 | rev="$$subdir $$rev"; \ |
| 411 | fi; \ |
| 412 | done; \ |
| 413 | rev="$$rev ."; \ |
| 414 | target=`echo $@ | sed s/-recursive//`; \ |
| 415 | for subdir in $$rev; do \ |
| 416 | echo "Making $$target in $$subdir"; \ |
| 417 | if test "$$subdir" = "."; then \ |
| 418 | local_target="$$target-am"; \ |
| 419 | else \ |
| 420 | local_target="$$target"; \ |
| 421 | fi; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 422 | ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 423 | || eval $$failcom; \ |
| 424 | done && test -z "$$fail" |
| 425 | tags-recursive: |
| 426 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 427 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 428 | done |
| 429 | ctags-recursive: |
| 430 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 431 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 432 | done |
| 433 | |
| 434 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| 435 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| 436 | unique=`for i in $$list; do \ |
| 437 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 438 | done | \ |
| 439 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 440 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
| 441 | mkid -fID $$unique |
| 442 | tags: TAGS |
| 443 | |
| 444 | TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
| 445 | $(TAGS_FILES) $(LISP) |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 446 | set x; \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 447 | here=`pwd`; \ |
| 448 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
| 449 | include_option=--etags-include; \ |
| 450 | empty_fix=.; \ |
| 451 | else \ |
| 452 | include_option=--include; \ |
| 453 | empty_fix=; \ |
| 454 | fi; \ |
| 455 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 456 | if test "$$subdir" = .; then :; else \ |
| 457 | test ! -f $$subdir/TAGS || \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 458 | set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 459 | fi; \ |
| 460 | done; \ |
| 461 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
| 462 | unique=`for i in $$list; do \ |
| 463 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 464 | done | \ |
| 465 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 466 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 467 | shift; \ |
| 468 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 469 | test -n "$$unique" || unique=$$empty_fix; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 470 | if test $$# -gt 0; then \ |
| 471 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 472 | "$$@" $$unique; \ |
| 473 | else \ |
| 474 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| 475 | $$unique; \ |
| 476 | fi; \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 477 | fi |
| 478 | ctags: CTAGS |
| 479 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ |
| 480 | $(TAGS_FILES) $(LISP) |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 481 | list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ |
| 482 | unique=`for i in $$list; do \ |
| 483 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
| 484 | done | \ |
| 485 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
| 486 | END { if (nonempty) { for (i in files) print i; }; }'`; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 487 | test -z "$(CTAGS_ARGS)$$unique" \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 488 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 489 | $$unique |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 490 | |
| 491 | GTAGS: |
| 492 | here=`$(am__cd) $(top_builddir) && pwd` \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 493 | && $(am__cd) $(top_srcdir) \ |
| 494 | && gtags -i $(GTAGS_ARGS) "$$here" |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 495 | |
| 496 | distclean-tags: |
| 497 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
| 498 | |
| 499 | distdir: $(DISTFILES) |
| 500 | @case `sed 15q $(srcdir)/NEWS` in \ |
| 501 | *"$(VERSION)"*) : ;; \ |
| 502 | *) \ |
| 503 | echo "NEWS not updated; not releasing" 1>&2; \ |
| 504 | exit 1;; \ |
| 505 | esac |
| 506 | $(am__remove_distdir) |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 507 | test -d "$(distdir)" || mkdir "$(distdir)" |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 508 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 509 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
| 510 | list='$(DISTFILES)'; \ |
| 511 | dist_files=`for file in $$list; do echo $$file; done | \ |
| 512 | sed -e "s|^$$srcdirstrip/||;t" \ |
| 513 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
| 514 | case $$dist_files in \ |
| 515 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
| 516 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
| 517 | sort -u` ;; \ |
| 518 | esac; \ |
| 519 | for file in $$dist_files; do \ |
| 520 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
| 521 | if test -d $$d/$$file; then \ |
| 522 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 523 | if test -d "$(distdir)/$$file"; then \ |
| 524 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 525 | fi; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 526 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
| 527 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
| 528 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
| 529 | fi; \ |
| 530 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 531 | else \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 532 | test -f "$(distdir)/$$file" \ |
| 533 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 534 | || exit 1; \ |
| 535 | fi; \ |
| 536 | done |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 537 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 538 | if test "$$subdir" = .; then :; else \ |
| 539 | test -d "$(distdir)/$$subdir" \ |
| 540 | || $(MKDIR_P) "$(distdir)/$$subdir" \ |
| 541 | || exit 1; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 542 | fi; \ |
| 543 | done |
| 544 | @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
| 545 | if test "$$subdir" = .; then :; else \ |
| 546 | dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ |
| 547 | $(am__relativize); \ |
| 548 | new_distdir=$$reldir; \ |
| 549 | dir1=$$subdir; dir2="$(top_distdir)"; \ |
| 550 | $(am__relativize); \ |
| 551 | new_top_distdir=$$reldir; \ |
| 552 | echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ |
| 553 | echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ |
| 554 | ($(am__cd) $$subdir && \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 555 | $(MAKE) $(AM_MAKEFLAGS) \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 556 | top_distdir="$$new_top_distdir" \ |
| 557 | distdir="$$new_distdir" \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 558 | am__remove_distdir=: \ |
| 559 | am__skip_length_check=: \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 560 | am__skip_mode_fix=: \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 561 | distdir) \ |
| 562 | || exit 1; \ |
| 563 | fi; \ |
| 564 | done |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 565 | -test -n "$(am__skip_mode_fix)" \ |
| 566 | || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 567 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
| 568 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
| 569 | ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 570 | || chmod -R a+r "$(distdir)" |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 571 | dist-gzip: distdir |
| 572 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 573 | $(am__remove_distdir) |
| 574 | dist-bzip2: distdir |
| 575 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
| 576 | $(am__remove_distdir) |
| 577 | |
| 578 | dist-lzma: distdir |
| 579 | tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma |
| 580 | $(am__remove_distdir) |
| 581 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 582 | dist-xz: distdir |
| 583 | tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz |
| 584 | $(am__remove_distdir) |
| 585 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 586 | dist-tarZ: distdir |
| 587 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
| 588 | $(am__remove_distdir) |
| 589 | |
| 590 | dist-shar: distdir |
| 591 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
| 592 | $(am__remove_distdir) |
| 593 | |
| 594 | dist-zip: distdir |
| 595 | -rm -f $(distdir).zip |
| 596 | zip -rq $(distdir).zip $(distdir) |
| 597 | $(am__remove_distdir) |
| 598 | |
| 599 | dist dist-all: distdir |
| 600 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
| 601 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
| 602 | $(am__remove_distdir) |
| 603 | |
| 604 | # This target untars the dist file and tries a VPATH configuration. Then |
| 605 | # it guarantees that the distribution is self-contained by making another |
| 606 | # tarfile. |
| 607 | distcheck: dist |
| 608 | case '$(DIST_ARCHIVES)' in \ |
| 609 | *.tar.gz*) \ |
| 610 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
| 611 | *.tar.bz2*) \ |
| 612 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
| 613 | *.tar.lzma*) \ |
| 614 | unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 615 | *.tar.xz*) \ |
| 616 | xz -dc $(distdir).tar.xz | $(am__untar) ;;\ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 617 | *.tar.Z*) \ |
| 618 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
| 619 | *.shar.gz*) \ |
| 620 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
| 621 | *.zip*) \ |
| 622 | unzip $(distdir).zip ;;\ |
| 623 | esac |
| 624 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
| 625 | mkdir $(distdir)/_build |
| 626 | mkdir $(distdir)/_inst |
| 627 | chmod a-w $(distdir) |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 628 | test -d $(distdir)/_build || exit 0; \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 629 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
| 630 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 631 | && am__cwd=`pwd` \ |
| 632 | && $(am__cd) $(distdir)/_build \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 633 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
| 634 | --with-included-gettext \ |
| 635 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
| 636 | && $(MAKE) $(AM_MAKEFLAGS) \ |
| 637 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
| 638 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
| 639 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
| 640 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
| 641 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
| 642 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
| 643 | distuninstallcheck \ |
| 644 | && chmod -R a-w "$$dc_install_base" \ |
| 645 | && ({ \ |
| 646 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
| 647 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
| 648 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
| 649 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
| 650 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
| 651 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
| 652 | && rm -rf "$$dc_destdir" \ |
| 653 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
| 654 | && rm -rf $(DIST_ARCHIVES) \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 655 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ |
| 656 | && cd "$$am__cwd" \ |
| 657 | || exit 1 |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 658 | $(am__remove_distdir) |
| 659 | @(echo "$(distdir) archives ready for distribution: "; \ |
| 660 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
| 661 | sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' |
| 662 | distuninstallcheck: |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 663 | @$(am__cd) '$(distuninstallcheck_dir)' \ |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 664 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
| 665 | || { echo "ERROR: files left after uninstall:" ; \ |
| 666 | if test -n "$(DESTDIR)"; then \ |
| 667 | echo " (check DESTDIR support)"; \ |
| 668 | fi ; \ |
| 669 | $(distuninstallcheck_listfiles) ; \ |
| 670 | exit 1; } >&2 |
| 671 | distcleancheck: distclean |
| 672 | @if test '$(srcdir)' = . ; then \ |
| 673 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
| 674 | exit 1 ; \ |
| 675 | fi |
| 676 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
| 677 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
| 678 | $(distcleancheck_listfiles) ; \ |
| 679 | exit 1; } >&2 |
| 680 | check-am: all-am |
| 681 | check: check-recursive |
| 682 | all-am: Makefile config.h |
| 683 | installdirs: installdirs-recursive |
| 684 | installdirs-am: |
| 685 | install: install-recursive |
| 686 | install-exec: install-exec-recursive |
| 687 | install-data: install-data-recursive |
| 688 | uninstall: uninstall-recursive |
| 689 | |
| 690 | install-am: all-am |
| 691 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 692 | |
| 693 | installcheck: installcheck-recursive |
| 694 | install-strip: |
| 695 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
| 696 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
| 697 | `test -z '$(STRIP)' || \ |
| 698 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
| 699 | mostlyclean-generic: |
| 700 | |
| 701 | clean-generic: |
| 702 | |
| 703 | distclean-generic: |
| 704 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 705 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 706 | |
| 707 | maintainer-clean-generic: |
| 708 | @echo "This command is intended for maintainers to use" |
| 709 | @echo "it deletes files that may require special tools to rebuild." |
| 710 | clean: clean-recursive |
| 711 | |
| 712 | clean-am: clean-generic clean-libtool mostlyclean-am |
| 713 | |
| 714 | distclean: distclean-recursive |
| 715 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 716 | -rm -f Makefile |
| 717 | distclean-am: clean-am distclean-generic distclean-hdr \ |
| 718 | distclean-libtool distclean-tags |
| 719 | |
| 720 | dvi: dvi-recursive |
| 721 | |
| 722 | dvi-am: |
| 723 | |
| 724 | html: html-recursive |
| 725 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 726 | html-am: |
| 727 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 728 | info: info-recursive |
| 729 | |
| 730 | info-am: |
| 731 | |
| 732 | install-data-am: |
| 733 | |
| 734 | install-dvi: install-dvi-recursive |
| 735 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 736 | install-dvi-am: |
| 737 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 738 | install-exec-am: |
| 739 | |
| 740 | install-html: install-html-recursive |
| 741 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 742 | install-html-am: |
| 743 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 744 | install-info: install-info-recursive |
| 745 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 746 | install-info-am: |
| 747 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 748 | install-man: |
| 749 | |
| 750 | install-pdf: install-pdf-recursive |
| 751 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 752 | install-pdf-am: |
| 753 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 754 | install-ps: install-ps-recursive |
| 755 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 756 | install-ps-am: |
| 757 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 758 | installcheck-am: |
| 759 | |
| 760 | maintainer-clean: maintainer-clean-recursive |
| 761 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
| 762 | -rm -rf $(top_srcdir)/autom4te.cache |
| 763 | -rm -f Makefile |
| 764 | maintainer-clean-am: distclean-am maintainer-clean-generic |
| 765 | |
| 766 | mostlyclean: mostlyclean-recursive |
| 767 | |
| 768 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
| 769 | |
| 770 | pdf: pdf-recursive |
| 771 | |
| 772 | pdf-am: |
| 773 | |
| 774 | ps: ps-recursive |
| 775 | |
| 776 | ps-am: |
| 777 | |
| 778 | uninstall-am: |
| 779 | |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 780 | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ |
| 781 | ctags-recursive install-am install-strip tags-recursive |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 782 | |
| 783 | .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
| 784 | all all-am am--refresh check check-am clean clean-generic \ |
| 785 | clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ |
Scott James Remnant | c5b6558 | 2009-09-23 14:16:28 -0700 | [diff] [blame] | 786 | dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ |
| 787 | distcheck distclean distclean-generic distclean-hdr \ |
| 788 | distclean-libtool distclean-tags distcleancheck distdir \ |
| 789 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
| 790 | install install-am install-data install-data-am install-dvi \ |
| 791 | install-dvi-am install-exec install-exec-am install-html \ |
| 792 | install-html-am install-info install-info-am install-man \ |
| 793 | install-pdf install-pdf-am install-ps install-ps-am \ |
| 794 | install-strip installcheck installcheck-am installdirs \ |
| 795 | installdirs-am maintainer-clean maintainer-clean-generic \ |
| 796 | mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ |
| 797 | ps ps-am tags tags-recursive uninstall uninstall-am |
| 798 | |
Scott James Remnant | 65f683d | 2009-07-14 13:05:17 +0100 | [diff] [blame] | 799 | |
| 800 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 801 | # Otherwise a system limit (for SysV at least) may be exceeded. |
| 802 | .NOEXPORT: |