1 1.1 christos # Makefile.in generated by automake 1.10 from Makefile.am. 2 1.1 christos # @configure_input@ 3 1.1 christos 4 1.1 christos # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 1.1 christos # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 1.1 christos # This Makefile.in is free software; the Free Software Foundation 7 1.1 christos # gives unlimited permission to copy and/or distribute it, 8 1.1 christos # with or without modifications, as long as this notice is preserved. 9 1.1 christos 10 1.1 christos # This program is distributed in the hope that it will be useful, 11 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 1.1 christos # PARTICULAR PURPOSE. 14 1.1 christos 15 1.1 christos @SET_MAKE@ 16 1.1 christos 17 1.1 christos VPATH = @srcdir@ 18 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@ 19 1.1 christos pkglibdir = $(libdir)/@PACKAGE@ 20 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@ 21 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 22 1.1 christos install_sh_DATA = $(install_sh) -c -m 644 23 1.1 christos install_sh_PROGRAM = $(install_sh) -c 24 1.1 christos install_sh_SCRIPT = $(install_sh) -c 25 1.1 christos INSTALL_HEADER = $(INSTALL_DATA) 26 1.1 christos transform = $(program_transform_name) 27 1.1 christos NORMAL_INSTALL = : 28 1.1 christos PRE_INSTALL = : 29 1.1 christos POST_INSTALL = : 30 1.1 christos NORMAL_UNINSTALL = : 31 1.1 christos PRE_UNINSTALL = : 32 1.1 christos POST_UNINSTALL = : 33 1.1 christos build_triplet = @build@ 34 1.1 christos host_triplet = @host@ 35 1.1 christos TESTS = test-lock$(EXEEXT) 36 1.1 christos noinst_PROGRAMS = test-lock$(EXEEXT) 37 1.1 christos subdir = tests 38 1.1 christos DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog 39 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 40 1.1 christos am__aclocal_m4_deps = $(top_srcdir)/gnulib-m4/alloca.m4 \ 41 1.1 christos $(top_srcdir)/gnulib-m4/allocsa.m4 \ 42 1.1 christos $(top_srcdir)/gnulib-m4/atexit.m4 \ 43 1.1 christos $(top_srcdir)/gnulib-m4/canonicalize.m4 \ 44 1.1 christos $(top_srcdir)/gnulib-m4/csharp.m4 \ 45 1.1 christos $(top_srcdir)/gnulib-m4/csharpcomp.m4 \ 46 1.1 christos $(top_srcdir)/gnulib-m4/eealloc.m4 \ 47 1.1 christos $(top_srcdir)/gnulib-m4/error.m4 \ 48 1.1 christos $(top_srcdir)/gnulib-m4/extensions.m4 \ 49 1.1 christos $(top_srcdir)/gnulib-m4/getopt.m4 \ 50 1.1 christos $(top_srcdir)/gnulib-m4/gnulib-comp.m4 \ 51 1.1 christos $(top_srcdir)/gnulib-m4/java.m4 \ 52 1.1 christos $(top_srcdir)/gnulib-m4/javacomp.m4 \ 53 1.1 christos $(top_srcdir)/gnulib-m4/localcharset.m4 \ 54 1.1 christos $(top_srcdir)/gnulib-m4/mbchar.m4 \ 55 1.1 christos $(top_srcdir)/gnulib-m4/mbiter.m4 \ 56 1.1 christos $(top_srcdir)/gnulib-m4/mbrtowc.m4 \ 57 1.1 christos $(top_srcdir)/gnulib-m4/memchr.m4 \ 58 1.1 christos $(top_srcdir)/gnulib-m4/memmove.m4 \ 59 1.1 christos $(top_srcdir)/gnulib-m4/onceonly_2_57.m4 \ 60 1.1 christos $(top_srcdir)/gnulib-m4/pathmax.m4 \ 61 1.1 christos $(top_srcdir)/gnulib-m4/readlink.m4 \ 62 1.1 christos $(top_srcdir)/gnulib-m4/relocatable.m4 \ 63 1.1 christos $(top_srcdir)/gnulib-m4/setenv.m4 \ 64 1.1 christos $(top_srcdir)/gnulib-m4/ssize_t.m4 \ 65 1.1 christos $(top_srcdir)/gnulib-m4/stdbool.m4 \ 66 1.1 christos $(top_srcdir)/gnulib-m4/strdup.m4 \ 67 1.1 christos $(top_srcdir)/gnulib-m4/strerror.m4 \ 68 1.1 christos $(top_srcdir)/gnulib-m4/strstr.m4 \ 69 1.1 christos $(top_srcdir)/gnulib-m4/strtol.m4 \ 70 1.1 christos $(top_srcdir)/gnulib-m4/strtoul.m4 \ 71 1.1 christos $(top_srcdir)/gnulib-m4/unistd_h.m4 \ 72 1.1 christos $(top_srcdir)/gnulib-m4/unlocked-io.m4 \ 73 1.1 christos $(top_srcdir)/gnulib-m4/wcwidth.m4 \ 74 1.1 christos $(top_srcdir)/gnulib-m4/xreadlink.m4 \ 75 1.1 christos $(top_srcdir)/../m4/fixautomake.m4 \ 76 1.1 christos $(top_srcdir)/../m4/libtool.m4 \ 77 1.1 christos $(top_srcdir)/../m4/woe32-dll.m4 \ 78 1.1 christos $(top_srcdir)/../autoconf-lib-link/m4/lib-ld.m4 \ 79 1.1 christos $(top_srcdir)/../autoconf-lib-link/m4/lib-link.m4 \ 80 1.1 christos $(top_srcdir)/../autoconf-lib-link/m4/lib-prefix.m4 \ 81 1.1 christos $(top_srcdir)/m4/ansi-c++.m4 $(top_srcdir)/m4/codeset.m4 \ 82 1.1 christos $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc2.m4 \ 83 1.1 christos $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \ 84 1.1 christos $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/intl.m4 \ 85 1.1 christos $(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \ 86 1.1 christos $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/lcmessage.m4 \ 87 1.1 christos $(top_srcdir)/m4/lock.m4 $(top_srcdir)/m4/longdouble.m4 \ 88 1.1 christos $(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \ 89 1.1 christos $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \ 90 1.1 christos $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/size_max.m4 \ 91 1.1 christos $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \ 92 1.1 christos $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/visibility.m4 \ 93 1.1 christos $(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \ 94 1.1 christos $(top_srcdir)/m4/xsize.m4 $(top_srcdir)/configure.ac 95 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 96 1.1 christos $(ACLOCAL_M4) 97 1.1 christos mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs 98 1.1 christos CONFIG_HEADER = $(top_builddir)/config.h 99 1.1 christos CONFIG_CLEAN_FILES = 100 1.1 christos PROGRAMS = $(noinst_PROGRAMS) 101 1.1 christos am_test_lock_OBJECTS = test-lock.$(OBJEXT) lock.$(OBJEXT) 102 1.1 christos test_lock_OBJECTS = $(am_test_lock_OBJECTS) 103 1.1 christos test_lock_DEPENDENCIES = 104 1.1 christos DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@ 105 1.1 christos depcomp = 106 1.1 christos am__depfiles_maybe = 107 1.1 christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 108 1.1 christos $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 109 1.1 christos LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 110 1.1 christos --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 111 1.1 christos $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 112 1.1 christos CCLD = $(CC) 113 1.1 christos LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 114 1.1 christos --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ 115 1.1 christos $(LDFLAGS) -o $@ 116 1.1 christos SOURCES = $(test_lock_SOURCES) 117 1.1 christos DIST_SOURCES = $(test_lock_SOURCES) 118 1.1 christos ETAGS = etags 119 1.1 christos CTAGS = ctags 120 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 121 1.1 christos ACLOCAL = @ACLOCAL@ 122 1.1 christos ALLOCA = @ALLOCA@ 123 1.1 christos ALLOCA_H = @ALLOCA_H@ 124 1.1 christos AMTAR = @AMTAR@ 125 1.1 christos AR = @AR@ 126 1.1 christos AS = @AS@ 127 1.1 christos AUTOCONF = @AUTOCONF@ 128 1.1 christos AUTOHEADER = @AUTOHEADER@ 129 1.1 christos AUTOMAKE = @AUTOMAKE@ 130 1.1 christos AWK = @AWK@ 131 1.1 christos BUILDCSHARP = @BUILDCSHARP@ 132 1.1 christos BUILDJAVA = @BUILDJAVA@ 133 1.1 christos BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ 134 1.1 christos CATOBJEXT = @CATOBJEXT@ 135 1.1 christos CC = @CC@ 136 1.1 christos CCDEPMODE = @CCDEPMODE@ 137 1.1 christos CFLAGS = @CFLAGS@ 138 1.1 christos CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 139 1.1 christos CLASSPATH = @CLASSPATH@ 140 1.1 christos CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@ 141 1.1 christos CONF_JAVAC = @CONF_JAVAC@ 142 1.1 christos CPP = @CPP@ 143 1.1 christos CPPFLAGS = @CPPFLAGS@ 144 1.1 christos CROSS_COMPILING = @CROSS_COMPILING@ 145 1.1 christos CSHARPCOMPFLAGS = @CSHARPCOMPFLAGS@ 146 1.1 christos CSHARP_CHOICE = @CSHARP_CHOICE@ 147 1.1 christos CXX = @CXX@ 148 1.1 christos CXXCPP = @CXXCPP@ 149 1.1 christos CXXDEPMODE = @CXXDEPMODE@ 150 1.1 christos CXXFLAGS = @CXXFLAGS@ 151 1.1 christos CYGPATH_W = @CYGPATH_W@ 152 1.1 christos DATADIRNAME = @DATADIRNAME@ 153 1.1 christos DEFS = @DEFS@ 154 1.1 christos DEPDIR = @DEPDIR@ 155 1.1 christos DLLTOOL = @DLLTOOL@ 156 1.1 christos ECHO = @ECHO@ 157 1.1 christos ECHO_C = @ECHO_C@ 158 1.1 christos ECHO_N = @ECHO_N@ 159 1.1 christos ECHO_T = @ECHO_T@ 160 1.1 christos EGREP = @EGREP@ 161 1.1 christos EXEEXT = @EXEEXT@ 162 1.1 christos F77 = @F77@ 163 1.1 christos FFLAGS = @FFLAGS@ 164 1.1 christos GENCAT = @GENCAT@ 165 1.1 christos GETOPT_H = @GETOPT_H@ 166 1.1 christos GLIBC2 = @GLIBC2@ 167 1.1 christos GLIBC21 = @GLIBC21@ 168 1.1 christos GMSGFMT = @GMSGFMT@ 169 1.1 christos GMSGFMT_015 = @GMSGFMT_015@ 170 1.1 christos GREP = @GREP@ 171 1.1 christos HAVE_ASPRINTF = @HAVE_ASPRINTF@ 172 1.1 christos HAVE_CSC = @HAVE_CSC@ 173 1.1 christos HAVE_CSCC = @HAVE_CSCC@ 174 1.1 christos HAVE_CSCC_IN_PATH = @HAVE_CSCC_IN_PATH@ 175 1.1 christos HAVE_CSC_IN_PATH = @HAVE_CSC_IN_PATH@ 176 1.1 christos HAVE_GCJ_C = @HAVE_GCJ_C@ 177 1.1 christos HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@ 178 1.1 christos HAVE_JAVAC = @HAVE_JAVAC@ 179 1.1 christos HAVE_JAVAC_ENVVAR = @HAVE_JAVAC_ENVVAR@ 180 1.1 christos HAVE_JAVAC_IN_PATH = @HAVE_JAVAC_IN_PATH@ 181 1.1 christos HAVE_JIKES = @HAVE_JIKES@ 182 1.1 christos HAVE_JIKES_IN_PATH = @HAVE_JIKES_IN_PATH@ 183 1.1 christos HAVE_MCS = @HAVE_MCS@ 184 1.1 christos HAVE_MCS_IN_PATH = @HAVE_MCS_IN_PATH@ 185 1.1 christos HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ 186 1.1 christos HAVE_SNPRINTF = @HAVE_SNPRINTF@ 187 1.1 christos HAVE_VISIBILITY = @HAVE_VISIBILITY@ 188 1.1 christos HAVE_WPRINTF = @HAVE_WPRINTF@ 189 1.1 christos HAVE__BOOL = @HAVE__BOOL@ 190 1.1 christos INSTALL = @INSTALL@ 191 1.1 christos INSTALL_DATA = @INSTALL_DATA@ 192 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@ 193 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@ 194 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 195 1.1 christos INSTOBJEXT = @INSTOBJEXT@ 196 1.1 christos INTLBISON = @INTLBISON@ 197 1.1 christos INTLLIBS = @INTLLIBS@ 198 1.1 christos INTLOBJS = @INTLOBJS@ 199 1.1 christos INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ 200 1.1 christos INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 201 1.1 christos JAR = @JAR@ 202 1.1 christos JAVA_CHOICE = @JAVA_CHOICE@ 203 1.1 christos LDFLAGS = @LDFLAGS@ 204 1.1 christos LIBGRT_LIBDEPS = @LIBGRT_LIBDEPS@ 205 1.1 christos LIBGRT_LTLIBDEPS = @LIBGRT_LTLIBDEPS@ 206 1.1 christos LIBICONV = @LIBICONV@ 207 1.1 christos LIBINTL = @LIBINTL@ 208 1.1 christos LIBMULTITHREAD = @LIBMULTITHREAD@ 209 1.1 christos LIBOBJS = @LIBOBJS@ 210 1.1 christos LIBPTH = @LIBPTH@ 211 1.1 christos LIBS = @LIBS@ 212 1.1 christos LIBSCHED = @LIBSCHED@ 213 1.1 christos LIBTHREAD = @LIBTHREAD@ 214 1.1 christos LIBTOOL = @LIBTOOL@ 215 1.1 christos LN_S = @LN_S@ 216 1.1 christos LTLIBICONV = @LTLIBICONV@ 217 1.1 christos LTLIBINTL = @LTLIBINTL@ 218 1.1 christos LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ 219 1.1 christos LTLIBOBJS = @LTLIBOBJS@ 220 1.1 christos LTLIBPTH = @LTLIBPTH@ 221 1.1 christos LTLIBTHREAD = @LTLIBTHREAD@ 222 1.1 christos MAKEINFO = @MAKEINFO@ 223 1.1 christos MKDIR_P = @MKDIR_P@ 224 1.1 christos MSGFMT = @MSGFMT@ 225 1.1 christos MSGFMT_015 = @MSGFMT_015@ 226 1.1 christos MSGMERGE = @MSGMERGE@ 227 1.1 christos OBJDUMP = @OBJDUMP@ 228 1.1 christos OBJEXT = @OBJEXT@ 229 1.1 christos PACKAGE = @PACKAGE@ 230 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 231 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@ 232 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@ 233 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@ 234 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@ 235 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@ 236 1.1 christos PERL = @PERL@ 237 1.1 christos POSUB = @POSUB@ 238 1.1 christos PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ 239 1.1 christos RANLIB = @RANLIB@ 240 1.1 christos RELOCATABLE = @RELOCATABLE@ 241 1.1 christos SET_MAKE = @SET_MAKE@ 242 1.1 christos SET_RELOCATABLE = @SET_RELOCATABLE@ 243 1.1 christos SHELL = @SHELL@ 244 1.1 christos STDBOOL_H = @STDBOOL_H@ 245 1.1 christos STRIP = @STRIP@ 246 1.1 christos UNISTD_H = @UNISTD_H@ 247 1.1 christos USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ 248 1.1 christos USE_NLS = @USE_NLS@ 249 1.1 christos VERSION = @VERSION@ 250 1.1 christos WOE32DLL = @WOE32DLL@ 251 1.1 christos XGETTEXT = @XGETTEXT@ 252 1.1 christos XGETTEXT_015 = @XGETTEXT_015@ 253 1.1 christos YACC = @YACC@ 254 1.1 christos YFLAGS = @YFLAGS@ 255 1.1 christos abs_builddir = @abs_builddir@ 256 1.1 christos abs_srcdir = @abs_srcdir@ 257 1.1 christos abs_top_builddir = @abs_top_builddir@ 258 1.1 christos abs_top_srcdir = @abs_top_srcdir@ 259 1.1 christos ac_ct_CC = @ac_ct_CC@ 260 1.1 christos ac_ct_CXX = @ac_ct_CXX@ 261 1.1 christos ac_ct_F77 = @ac_ct_F77@ 262 1.1 christos am__include = @am__include@ 263 1.1 christos am__leading_dot = @am__leading_dot@ 264 1.1 christos am__quote = @am__quote@ 265 1.1 christos am__tar = @am__tar@ 266 1.1 christos am__untar = @am__untar@ 267 1.1 christos bindir = @bindir@ 268 1.1 christos build = @build@ 269 1.1 christos build_alias = @build_alias@ 270 1.1 christos build_cpu = @build_cpu@ 271 1.1 christos build_os = @build_os@ 272 1.1 christos build_vendor = @build_vendor@ 273 1.1 christos builddir = @builddir@ 274 1.1 christos datadir = @datadir@ 275 1.1 christos datarootdir = @datarootdir@ 276 1.1 christos docdir = @docdir@ 277 1.1 christos dvidir = @dvidir@ 278 1.1 christos exec_prefix = @exec_prefix@ 279 1.1 christos gl_LIBOBJS = @gl_LIBOBJS@ 280 1.1 christos gl_LTLIBOBJS = @gl_LTLIBOBJS@ 281 1.1 christos host = @host@ 282 1.1 christos host_alias = @host_alias@ 283 1.1 christos host_cpu = @host_cpu@ 284 1.1 christos host_os = @host_os@ 285 1.1 christos host_vendor = @host_vendor@ 286 1.1 christos htmldir = @htmldir@ 287 1.1 christos includedir = @includedir@ 288 1.1 christos infodir = @infodir@ 289 1.1 christos install_sh = @install_sh@ 290 1.1 christos libdir = @libdir@ 291 1.1 christos libexecdir = @libexecdir@ 292 1.1 christos localedir = @localedir@ 293 1.1 christos localstatedir = @localstatedir@ 294 1.1 christos mandir = @mandir@ 295 1.1 christos mkdir_p = @mkdir_p@ 296 1.1 christos oldincludedir = @oldincludedir@ 297 1.1 christos pdfdir = @pdfdir@ 298 1.1 christos prefix = @prefix@ 299 1.1 christos program_transform_name = @program_transform_name@ 300 1.1 christos psdir = @psdir@ 301 1.1 christos sbindir = @sbindir@ 302 1.1 christos sharedstatedir = @sharedstatedir@ 303 1.1 christos srcdir = @srcdir@ 304 1.1 christos subdirs = @subdirs@ 305 1.1 christos sysconfdir = @sysconfdir@ 306 1.1 christos target_alias = @target_alias@ 307 1.1 christos top_builddir = @top_builddir@ 308 1.1 christos top_srcdir = @top_srcdir@ 309 1.1 christos AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies 310 1.1 christos EXTRA_DIST = 311 1.1 christos AM_CPPFLAGS = \ 312 1.1 christos -I.. \ 313 1.1 christos -I$(srcdir)/../intl 314 1.1 christos 315 1.1 christos test_lock_SOURCES = test-lock.c ../intl/lock.c 316 1.1 christos test_lock_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ 317 1.1 christos all: all-am 318 1.1 christos 319 1.1 christos .SUFFIXES: 320 1.1 christos .SUFFIXES: .c .lo .o .obj 321 1.1 christos $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 322 1.1 christos @for dep in $?; do \ 323 1.1 christos case '$(am__configure_deps)' in \ 324 1.1 christos *$$dep*) \ 325 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 326 1.1 christos && exit 0; \ 327 1.1 christos exit 1;; \ 328 1.1 christos esac; \ 329 1.1 christos done; \ 330 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits tests/Makefile'; \ 331 1.1 christos cd $(top_srcdir) && \ 332 1.1 christos $(AUTOMAKE) --gnits tests/Makefile 333 1.1 christos .PRECIOUS: Makefile 334 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 335 1.1 christos @case '$?' in \ 336 1.1 christos *config.status*) \ 337 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 338 1.1 christos *) \ 339 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 340 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 341 1.1 christos esac; 342 1.1 christos 343 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 344 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 345 1.1 christos 346 1.1 christos $(top_srcdir)/configure: $(am__configure_deps) 347 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 348 1.1 christos $(ACLOCAL_M4): $(am__aclocal_m4_deps) 349 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 350 1.1 christos 351 1.1 christos clean-noinstPROGRAMS: 352 1.1 christos @list='$(noinst_PROGRAMS)'; for p in $$list; do \ 353 1.1 christos f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 354 1.1 christos echo " rm -f $$p $$f"; \ 355 1.1 christos rm -f $$p $$f ; \ 356 1.1 christos done 357 1.1 christos test-lock$(EXEEXT): $(test_lock_OBJECTS) $(test_lock_DEPENDENCIES) 358 1.1 christos @rm -f test-lock$(EXEEXT) 359 1.1 christos $(LINK) $(test_lock_OBJECTS) $(test_lock_LDADD) $(LIBS) 360 1.1 christos 361 1.1 christos mostlyclean-compile: 362 1.1 christos -rm -f *.$(OBJEXT) 363 1.1 christos 364 1.1 christos distclean-compile: 365 1.1 christos -rm -f *.tab.c 366 1.1 christos 367 1.1 christos .c.o: 368 1.1 christos $(COMPILE) -c $< 369 1.1 christos 370 1.1 christos .c.obj: 371 1.1 christos $(COMPILE) -c `$(CYGPATH_W) '$<'` 372 1.1 christos 373 1.1 christos .c.lo: 374 1.1 christos $(LTCOMPILE) -c -o $@ $< 375 1.1 christos 376 1.1 christos lock.o: ../intl/lock.c 377 1.1 christos $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock.o `test -f '../intl/lock.c' || echo '$(srcdir)/'`../intl/lock.c 378 1.1 christos 379 1.1 christos lock.obj: ../intl/lock.c 380 1.1 christos $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lock.obj `if test -f '../intl/lock.c'; then $(CYGPATH_W) '../intl/lock.c'; else $(CYGPATH_W) '$(srcdir)/../intl/lock.c'; fi` 381 1.1 christos 382 1.1 christos mostlyclean-libtool: 383 1.1 christos -rm -f *.lo 384 1.1 christos 385 1.1 christos clean-libtool: 386 1.1 christos -rm -rf .libs _libs 387 1.1 christos 388 1.1 christos ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 389 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 390 1.1 christos unique=`for i in $$list; do \ 391 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 392 1.1 christos done | \ 393 1.1 christos $(AWK) ' { files[$$0] = 1; } \ 394 1.1 christos END { for (i in files) print i; }'`; \ 395 1.1 christos mkid -fID $$unique 396 1.1 christos tags: TAGS 397 1.1 christos 398 1.1 christos TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 399 1.1 christos $(TAGS_FILES) $(LISP) 400 1.1 christos tags=; \ 401 1.1 christos here=`pwd`; \ 402 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 403 1.1 christos unique=`for i in $$list; do \ 404 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 405 1.1 christos done | \ 406 1.1 christos $(AWK) ' { files[$$0] = 1; } \ 407 1.1 christos END { for (i in files) print i; }'`; \ 408 1.1 christos if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 409 1.1 christos test -n "$$unique" || unique=$$empty_fix; \ 410 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 411 1.1 christos $$tags $$unique; \ 412 1.1 christos fi 413 1.1 christos ctags: CTAGS 414 1.1 christos CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 415 1.1 christos $(TAGS_FILES) $(LISP) 416 1.1 christos tags=; \ 417 1.1 christos here=`pwd`; \ 418 1.1 christos list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 419 1.1 christos unique=`for i in $$list; do \ 420 1.1 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 421 1.1 christos done | \ 422 1.1 christos $(AWK) ' { files[$$0] = 1; } \ 423 1.1 christos END { for (i in files) print i; }'`; \ 424 1.1 christos test -z "$(CTAGS_ARGS)$$tags$$unique" \ 425 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 426 1.1 christos $$tags $$unique 427 1.1 christos 428 1.1 christos GTAGS: 429 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \ 430 1.1 christos && cd $(top_srcdir) \ 431 1.1 christos && gtags -i $(GTAGS_ARGS) $$here 432 1.1 christos 433 1.1 christos distclean-tags: 434 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 435 1.1 christos 436 1.1 christos check-TESTS: $(TESTS) 437 1.1 christos @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \ 438 1.1 christos srcdir=$(srcdir); export srcdir; \ 439 1.1 christos list=' $(TESTS) '; \ 440 1.1 christos if test -n "$$list"; then \ 441 1.1 christos for tst in $$list; do \ 442 1.1 christos if test -f ./$$tst; then dir=./; \ 443 1.1 christos elif test -f $$tst; then dir=; \ 444 1.1 christos else dir="$(srcdir)/"; fi; \ 445 1.1 christos if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 446 1.1 christos all=`expr $$all + 1`; \ 447 1.1 christos case " $(XFAIL_TESTS) " in \ 448 1.1 christos *$$ws$$tst$$ws*) \ 449 1.1 christos xpass=`expr $$xpass + 1`; \ 450 1.1 christos failed=`expr $$failed + 1`; \ 451 1.1 christos echo "XPASS: $$tst"; \ 452 1.1 christos ;; \ 453 1.1 christos *) \ 454 1.1 christos echo "PASS: $$tst"; \ 455 1.1 christos ;; \ 456 1.1 christos esac; \ 457 1.1 christos elif test $$? -ne 77; then \ 458 1.1 christos all=`expr $$all + 1`; \ 459 1.1 christos case " $(XFAIL_TESTS) " in \ 460 1.1 christos *$$ws$$tst$$ws*) \ 461 1.1 christos xfail=`expr $$xfail + 1`; \ 462 1.1 christos echo "XFAIL: $$tst"; \ 463 1.1 christos ;; \ 464 1.1 christos *) \ 465 1.1 christos failed=`expr $$failed + 1`; \ 466 1.1 christos echo "FAIL: $$tst"; \ 467 1.1 christos ;; \ 468 1.1 christos esac; \ 469 1.1 christos else \ 470 1.1 christos skip=`expr $$skip + 1`; \ 471 1.1 christos echo "SKIP: $$tst"; \ 472 1.1 christos fi; \ 473 1.1 christos done; \ 474 1.1 christos if test "$$failed" -eq 0; then \ 475 1.1 christos if test "$$xfail" -eq 0; then \ 476 1.1 christos banner="All $$all tests passed"; \ 477 1.1 christos else \ 478 1.1 christos banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 479 1.1 christos fi; \ 480 1.1 christos else \ 481 1.1 christos if test "$$xpass" -eq 0; then \ 482 1.1 christos banner="$$failed of $$all tests failed"; \ 483 1.1 christos else \ 484 1.1 christos banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 485 1.1 christos fi; \ 486 1.1 christos fi; \ 487 1.1 christos dashes="$$banner"; \ 488 1.1 christos skipped=""; \ 489 1.1 christos if test "$$skip" -ne 0; then \ 490 1.1 christos skipped="($$skip tests were not run)"; \ 491 1.1 christos test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 492 1.1 christos dashes="$$skipped"; \ 493 1.1 christos fi; \ 494 1.1 christos report=""; \ 495 1.1 christos if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 496 1.1 christos report="Please report to $(PACKAGE_BUGREPORT)"; \ 497 1.1 christos test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 498 1.1 christos dashes="$$report"; \ 499 1.1 christos fi; \ 500 1.1 christos dashes=`echo "$$dashes" | sed s/./=/g`; \ 501 1.1 christos echo "$$dashes"; \ 502 1.1 christos echo "$$banner"; \ 503 1.1 christos test -z "$$skipped" || echo "$$skipped"; \ 504 1.1 christos test -z "$$report" || echo "$$report"; \ 505 1.1 christos echo "$$dashes"; \ 506 1.1 christos test "$$failed" -eq 0; \ 507 1.1 christos else :; fi 508 1.1 christos 509 1.1 christos distdir: $(DISTFILES) 510 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 511 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 512 1.1 christos list='$(DISTFILES)'; \ 513 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \ 514 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \ 515 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 516 1.1 christos case $$dist_files in \ 517 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \ 518 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 519 1.1 christos sort -u` ;; \ 520 1.1 christos esac; \ 521 1.1 christos for file in $$dist_files; do \ 522 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 523 1.1 christos if test -d $$d/$$file; then \ 524 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 525 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 526 1.1 christos cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 527 1.1 christos fi; \ 528 1.1 christos cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 529 1.1 christos else \ 530 1.1 christos test -f $(distdir)/$$file \ 531 1.1 christos || cp -p $$d/$$file $(distdir)/$$file \ 532 1.1 christos || exit 1; \ 533 1.1 christos fi; \ 534 1.1 christos done 535 1.1 christos check-am: all-am 536 1.1 christos $(MAKE) $(AM_MAKEFLAGS) check-TESTS 537 1.1 christos check: check-am 538 1.1 christos all-am: Makefile $(PROGRAMS) 539 1.1 christos installdirs: 540 1.1 christos install: install-am 541 1.1 christos install-exec: install-exec-am 542 1.1 christos install-data: install-data-am 543 1.1 christos uninstall: uninstall-am 544 1.1 christos 545 1.1 christos install-am: all-am 546 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 547 1.1 christos 548 1.1 christos installcheck: installcheck-am 549 1.1 christos install-strip: 550 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 551 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 552 1.1 christos `test -z '$(STRIP)' || \ 553 1.1 christos echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 554 1.1 christos mostlyclean-generic: 555 1.1 christos 556 1.1 christos clean-generic: 557 1.1 christos 558 1.1 christos distclean-generic: 559 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 560 1.1 christos 561 1.1 christos maintainer-clean-generic: 562 1.1 christos @echo "This command is intended for maintainers to use" 563 1.1 christos @echo "it deletes files that may require special tools to rebuild." 564 1.1 christos clean: clean-am 565 1.1 christos 566 1.1 christos clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ 567 1.1 christos mostlyclean-am 568 1.1 christos 569 1.1 christos distclean: distclean-am 570 1.1 christos -rm -f Makefile 571 1.1 christos distclean-am: clean-am distclean-compile distclean-generic \ 572 1.1 christos distclean-tags 573 1.1 christos 574 1.1 christos dvi: dvi-am 575 1.1 christos 576 1.1 christos dvi-am: 577 1.1 christos 578 1.1 christos html: html-am 579 1.1 christos 580 1.1 christos info: info-am 581 1.1 christos 582 1.1 christos info-am: 583 1.1 christos 584 1.1 christos install-data-am: 585 1.1 christos 586 1.1 christos install-dvi: install-dvi-am 587 1.1 christos 588 1.1 christos install-exec-am: 589 1.1 christos 590 1.1 christos install-html: install-html-am 591 1.1 christos 592 1.1 christos install-info: install-info-am 593 1.1 christos 594 1.1 christos install-man: 595 1.1 christos 596 1.1 christos install-pdf: install-pdf-am 597 1.1 christos 598 1.1 christos install-ps: install-ps-am 599 1.1 christos 600 1.1 christos installcheck-am: 601 1.1 christos 602 1.1 christos maintainer-clean: maintainer-clean-am 603 1.1 christos -rm -f Makefile 604 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic 605 1.1 christos 606 1.1 christos mostlyclean: mostlyclean-am 607 1.1 christos 608 1.1 christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 609 1.1 christos mostlyclean-libtool 610 1.1 christos 611 1.1 christos pdf: pdf-am 612 1.1 christos 613 1.1 christos pdf-am: 614 1.1 christos 615 1.1 christos ps: ps-am 616 1.1 christos 617 1.1 christos ps-am: 618 1.1 christos 619 1.1 christos uninstall-am: 620 1.1 christos 621 1.1 christos .MAKE: install-am install-strip 622 1.1 christos 623 1.1 christos .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ 624 1.1 christos clean-generic clean-libtool clean-local clean-noinstPROGRAMS \ 625 1.1 christos ctags distclean distclean-compile distclean-generic \ 626 1.1 christos distclean-libtool distclean-tags distdir dvi dvi-am html \ 627 1.1 christos html-am info info-am install install-am install-data \ 628 1.1 christos install-data-am install-dvi install-dvi-am install-exec \ 629 1.1 christos install-exec-am install-html install-html-am install-info \ 630 1.1 christos install-info-am install-man install-pdf install-pdf-am \ 631 1.1 christos install-ps install-ps-am install-strip installcheck \ 632 1.1 christos installcheck-am installdirs maintainer-clean \ 633 1.1 christos maintainer-clean-generic mostlyclean mostlyclean-compile \ 634 1.1 christos mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 635 1.1 christos tags uninstall uninstall-am 636 1.1 christos 637 1.1 christos 638 1.1 christos # Clean up after Solaris cc. 639 1.1 christos clean-local: 640 1.1 christos rm -rf SunWS_cache 641 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables. 642 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded. 643 1.1 christos .NOEXPORT: 644