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.2 christos # Disable parallel make, because the interaction between the 18 1.2 christos # $(am__ELCFILES) and elc-stamp targets is extremely unfriendly to 19 1.2 christos # parallel make. Without this, the following happens: 20 1.2 christos # * elc-stamp gets made. Because EMACS = no, this doesn't 21 1.2 christos # create any of the *.elc files. 22 1.2 christos # * The *.elc files referred to by ${am__ELCFILES) are all made in 23 1.2 christos # parallel. 24 1.2 christos # * Each of those parallel job discovers that its .elc file doesn't 25 1.2 christos # exist, deletes elc-stamp, and runs a recursive 26 1.2 christos # $(MAKE) $(AM_MAKEFLAGS) elc-stamp 27 1.2 christos # * One of those parallel "make elc-stamp" jobs is likely to delete 28 1.2 christos # the elc-temp file at just the wrong time, so that the 29 1.2 christos # mv -f elc-temp elc-stamp 30 1.2 christos # command in another parallel job fails, thus aborting the build. 31 1.2 christos .NOTPARALLEL: 32 1.1 christos 33 1.1 christos VPATH = @srcdir@ 34 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@ 35 1.1 christos pkglibdir = $(libdir)/@PACKAGE@ 36 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@ 37 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 38 1.1 christos install_sh_DATA = $(install_sh) -c -m 644 39 1.1 christos install_sh_PROGRAM = $(install_sh) -c 40 1.1 christos install_sh_SCRIPT = $(install_sh) -c 41 1.1 christos INSTALL_HEADER = $(INSTALL_DATA) 42 1.1 christos transform = $(program_transform_name) 43 1.1 christos NORMAL_INSTALL = : 44 1.1 christos PRE_INSTALL = : 45 1.1 christos POST_INSTALL = : 46 1.1 christos NORMAL_UNINSTALL = : 47 1.1 christos PRE_UNINSTALL = : 48 1.1 christos POST_UNINSTALL = : 49 1.1 christos build_triplet = @build@ 50 1.1 christos host_triplet = @host@ 51 1.1 christos subdir = misc 52 1.1 christos DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 53 1.1 christos $(srcdir)/autopoint.in $(srcdir)/gettextize.in ChangeLog 54 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 55 1.1 christos am__aclocal_m4_deps = \ 56 1.1 christos $(top_srcdir)/libgettextpo/gnulib-m4/gnulib-comp.m4 \ 57 1.1 christos $(top_srcdir)/gnulib-m4/absolute-header.m4 \ 58 1.1 christos $(top_srcdir)/gnulib-m4/alloca.m4 \ 59 1.1 christos $(top_srcdir)/gnulib-m4/allocsa.m4 \ 60 1.1 christos $(top_srcdir)/gnulib-m4/argmatch.m4 \ 61 1.1 christos $(top_srcdir)/gnulib-m4/atexit.m4 \ 62 1.1 christos $(top_srcdir)/gnulib-m4/backupfile.m4 \ 63 1.1 christos $(top_srcdir)/gnulib-m4/bison-i18n.m4 \ 64 1.1 christos $(top_srcdir)/gnulib-m4/byteswap.m4 \ 65 1.1 christos $(top_srcdir)/gnulib-m4/canonicalize.m4 \ 66 1.1 christos $(top_srcdir)/gnulib-m4/copy-file.m4 \ 67 1.1 christos $(top_srcdir)/gnulib-m4/csharp.m4 \ 68 1.1 christos $(top_srcdir)/gnulib-m4/csharpcomp.m4 \ 69 1.1 christos $(top_srcdir)/gnulib-m4/csharpexec.m4 \ 70 1.1 christos $(top_srcdir)/gnulib-m4/eaccess.m4 \ 71 1.1 christos $(top_srcdir)/gnulib-m4/eealloc.m4 \ 72 1.1 christos $(top_srcdir)/gnulib-m4/error.m4 \ 73 1.1 christos $(top_srcdir)/gnulib-m4/execute.m4 \ 74 1.1 christos $(top_srcdir)/gnulib-m4/exitfail.m4 \ 75 1.1 christos $(top_srcdir)/gnulib-m4/extensions.m4 \ 76 1.1 christos $(top_srcdir)/gnulib-m4/fatal-signal.m4 \ 77 1.1 christos $(top_srcdir)/gnulib-m4/findprog.m4 \ 78 1.1 christos $(top_srcdir)/gnulib-m4/fnmatch.m4 \ 79 1.1 christos $(top_srcdir)/gnulib-m4/gcj.m4 \ 80 1.1 christos $(top_srcdir)/gnulib-m4/getdelim.m4 \ 81 1.1 christos $(top_srcdir)/gnulib-m4/getline.m4 \ 82 1.1 christos $(top_srcdir)/gnulib-m4/getopt.m4 \ 83 1.1 christos $(top_srcdir)/gnulib-m4/gl_list.m4 \ 84 1.1 christos $(top_srcdir)/gnulib-m4/gnulib-comp.m4 \ 85 1.1 christos $(top_srcdir)/gnulib-m4/hard-locale.m4 \ 86 1.1 christos $(top_srcdir)/gnulib-m4/java.m4 \ 87 1.1 christos $(top_srcdir)/gnulib-m4/javacomp.m4 \ 88 1.1 christos $(top_srcdir)/gnulib-m4/javaexec.m4 \ 89 1.1 christos $(top_srcdir)/gnulib-m4/linebreak.m4 \ 90 1.1 christos $(top_srcdir)/gnulib-m4/localcharset.m4 \ 91 1.1 christos $(top_srcdir)/gnulib-m4/mbchar.m4 \ 92 1.1 christos $(top_srcdir)/gnulib-m4/mbiter.m4 \ 93 1.1 christos $(top_srcdir)/gnulib-m4/mbrtowc.m4 \ 94 1.1 christos $(top_srcdir)/gnulib-m4/mbstate_t.m4 \ 95 1.1 christos $(top_srcdir)/gnulib-m4/mbswidth.m4 \ 96 1.1 christos $(top_srcdir)/gnulib-m4/memchr.m4 \ 97 1.1 christos $(top_srcdir)/gnulib-m4/memmove.m4 \ 98 1.1 christos $(top_srcdir)/gnulib-m4/memset.m4 \ 99 1.1 christos $(top_srcdir)/gnulib-m4/minmax.m4 \ 100 1.1 christos $(top_srcdir)/gnulib-m4/mkdtemp.m4 \ 101 1.1 christos $(top_srcdir)/gnulib-m4/onceonly_2_57.m4 \ 102 1.1 christos $(top_srcdir)/gnulib-m4/pathmax.m4 \ 103 1.1 christos $(top_srcdir)/gnulib-m4/pipe.m4 \ 104 1.1 christos $(top_srcdir)/gnulib-m4/quote.m4 \ 105 1.1 christos $(top_srcdir)/gnulib-m4/quotearg.m4 \ 106 1.1 christos $(top_srcdir)/gnulib-m4/readlink.m4 \ 107 1.1 christos $(top_srcdir)/gnulib-m4/relocatable.m4 \ 108 1.1 christos $(top_srcdir)/gnulib-m4/safe-read.m4 \ 109 1.1 christos $(top_srcdir)/gnulib-m4/safe-write.m4 \ 110 1.1 christos $(top_srcdir)/gnulib-m4/setenv.m4 \ 111 1.1 christos $(top_srcdir)/gnulib-m4/sig_atomic_t.m4 \ 112 1.1 christos $(top_srcdir)/gnulib-m4/signalblocking.m4 \ 113 1.1 christos $(top_srcdir)/gnulib-m4/ssize_t.m4 \ 114 1.1 christos $(top_srcdir)/gnulib-m4/stdarg.m4 \ 115 1.1 christos $(top_srcdir)/gnulib-m4/stdbool.m4 \ 116 1.1 christos $(top_srcdir)/gnulib-m4/stdint.m4 \ 117 1.1 christos $(top_srcdir)/gnulib-m4/stpcpy.m4 \ 118 1.1 christos $(top_srcdir)/gnulib-m4/stpncpy.m4 \ 119 1.1 christos $(top_srcdir)/gnulib-m4/strcspn.m4 \ 120 1.1 christos $(top_srcdir)/gnulib-m4/strdup.m4 \ 121 1.1 christos $(top_srcdir)/gnulib-m4/strerror.m4 \ 122 1.1 christos $(top_srcdir)/gnulib-m4/strpbrk.m4 \ 123 1.1 christos $(top_srcdir)/gnulib-m4/strstr.m4 \ 124 1.1 christos $(top_srcdir)/gnulib-m4/strtol.m4 \ 125 1.1 christos $(top_srcdir)/gnulib-m4/strtoul.m4 \ 126 1.1 christos $(top_srcdir)/gnulib-m4/tls.m4 \ 127 1.1 christos $(top_srcdir)/gnulib-m4/tmpdir.m4 \ 128 1.1 christos $(top_srcdir)/gnulib-m4/ucs4-utf.m4 \ 129 1.1 christos $(top_srcdir)/gnulib-m4/unionwait.m4 \ 130 1.1 christos $(top_srcdir)/gnulib-m4/unistd_h.m4 \ 131 1.1 christos $(top_srcdir)/gnulib-m4/unlocked-io.m4 \ 132 1.1 christos $(top_srcdir)/gnulib-m4/utf-ucs4.m4 \ 133 1.1 christos $(top_srcdir)/gnulib-m4/vasprintf.m4 \ 134 1.1 christos $(top_srcdir)/gnulib-m4/wait-process.m4 \ 135 1.1 christos $(top_srcdir)/gnulib-m4/wcwidth.m4 \ 136 1.1 christos $(top_srcdir)/gnulib-m4/xreadlink.m4 \ 137 1.1 christos $(top_srcdir)/gnulib-m4/xvasprintf.m4 \ 138 1.1 christos $(top_srcdir)/../m4/fixautomake.m4 \ 139 1.1 christos $(top_srcdir)/../m4/libtool.m4 \ 140 1.1 christos $(top_srcdir)/../m4/woe32-dll.m4 \ 141 1.1 christos $(top_srcdir)/../autoconf-lib-link/m4/lib-ld.m4 \ 142 1.1 christos $(top_srcdir)/../autoconf-lib-link/m4/lib-link.m4 \ 143 1.1 christos $(top_srcdir)/../autoconf-lib-link/m4/lib-prefix.m4 \ 144 1.1 christos $(top_srcdir)/../gettext-runtime/m4/ansi-c++.m4 \ 145 1.1 christos $(top_srcdir)/../gettext-runtime/m4/codeset.m4 \ 146 1.1 christos $(top_srcdir)/../gettext-runtime/m4/gettext.m4 \ 147 1.1 christos $(top_srcdir)/../gettext-runtime/m4/glibc2.m4 \ 148 1.1 christos $(top_srcdir)/../gettext-runtime/m4/glibc21.m4 \ 149 1.1 christos $(top_srcdir)/../gettext-runtime/m4/iconv.m4 \ 150 1.1 christos $(top_srcdir)/../gettext-runtime/m4/intdiv0.m4 \ 151 1.1 christos $(top_srcdir)/../gettext-runtime/m4/intl.m4 \ 152 1.1 christos $(top_srcdir)/../gettext-runtime/m4/intmax.m4 \ 153 1.1 christos $(top_srcdir)/../gettext-runtime/m4/inttypes-pri.m4 \ 154 1.1 christos $(top_srcdir)/../gettext-runtime/m4/inttypes_h.m4 \ 155 1.1 christos $(top_srcdir)/../gettext-runtime/m4/lcmessage.m4 \ 156 1.1 christos $(top_srcdir)/../gettext-runtime/m4/lock.m4 \ 157 1.1 christos $(top_srcdir)/../gettext-runtime/m4/longdouble.m4 \ 158 1.1 christos $(top_srcdir)/../gettext-runtime/m4/longlong.m4 \ 159 1.1 christos $(top_srcdir)/../gettext-runtime/m4/nls.m4 \ 160 1.1 christos $(top_srcdir)/../gettext-runtime/m4/po.m4 \ 161 1.1 christos $(top_srcdir)/../gettext-runtime/m4/printf-posix.m4 \ 162 1.1 christos $(top_srcdir)/../gettext-runtime/m4/progtest.m4 \ 163 1.1 christos $(top_srcdir)/../gettext-runtime/m4/size_max.m4 \ 164 1.1 christos $(top_srcdir)/../gettext-runtime/m4/stdint_h.m4 \ 165 1.1 christos $(top_srcdir)/../gettext-runtime/m4/uintmax_t.m4 \ 166 1.1 christos $(top_srcdir)/../gettext-runtime/m4/ulonglong.m4 \ 167 1.1 christos $(top_srcdir)/../gettext-runtime/m4/visibility.m4 \ 168 1.1 christos $(top_srcdir)/../gettext-runtime/m4/wchar_t.m4 \ 169 1.1 christos $(top_srcdir)/../gettext-runtime/m4/wint_t.m4 \ 170 1.1 christos $(top_srcdir)/../gettext-runtime/m4/xsize.m4 \ 171 1.1 christos $(top_srcdir)/m4/hostname.m4 $(top_srcdir)/m4/libgrep.m4 \ 172 1.1 christos $(top_srcdir)/m4/locale-fr.m4 $(top_srcdir)/m4/openmp.m4 \ 173 1.1 christos $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/setlocale.m4 \ 174 1.1 christos $(top_srcdir)/m4/siginfo.m4 $(top_srcdir)/configure.ac 175 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 176 1.1 christos $(ACLOCAL_M4) 177 1.1 christos mkinstalldirs = $(SHELL) $(top_srcdir)/../build-aux/mkinstalldirs 178 1.1 christos CONFIG_HEADER = $(top_builddir)/config.h 179 1.1 christos CONFIG_CLEAN_FILES = gettextize autopoint 180 1.1 christos am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(lispdir)" \ 181 1.1 christos "$(DESTDIR)$(gettextsrcdir)" 182 1.1 christos binSCRIPT_INSTALL = $(INSTALL_SCRIPT) 183 1.1 christos SCRIPTS = $(bin_SCRIPTS) 184 1.1 christos SOURCES = 185 1.1 christos DIST_SOURCES = 186 1.1 christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 187 1.1 christos am__vpath_adj = case $$p in \ 188 1.1 christos $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 189 1.1 christos *) f=$$p;; \ 190 1.1 christos esac; 191 1.1 christos am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 192 1.1 christos lispLISP_INSTALL = $(INSTALL_DATA) 193 1.1 christos LISP = $(lisp_LISP) 194 1.1 christos am__ELFILES = po-compat.el po-mode.el start-po.el 195 1.1 christos am__ELCFILES = $(am__ELFILES:.el=.elc) 196 1.1 christos ELCFILES = $(LISP:.el=.elc) 197 1.1 christos elisp_comp = $(top_srcdir)/../build-aux/elisp-comp 198 1.1 christos gettextsrcDATA_INSTALL = $(INSTALL_DATA) 199 1.1 christos DATA = $(gettextsrc_DATA) 200 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 201 1.1 christos ABSOLUTE_STDINT_H = @ABSOLUTE_STDINT_H@ 202 1.1 christos ACLOCAL = @ACLOCAL@ 203 1.1 christos ALLOCA = @ALLOCA@ 204 1.1 christos ALLOCA_H = @ALLOCA_H@ 205 1.1 christos AMTAR = @AMTAR@ 206 1.1 christos AR = @AR@ 207 1.1 christos AS = @AS@ 208 1.1 christos AUTOCONF = @AUTOCONF@ 209 1.1 christos AUTOHEADER = @AUTOHEADER@ 210 1.1 christos AUTOMAKE = @AUTOMAKE@ 211 1.1 christos AWK = @AWK@ 212 1.1 christos BISON_LOCALEDIR = @BISON_LOCALEDIR@ 213 1.1 christos BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ 214 1.1 christos BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ 215 1.1 christos BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ 216 1.1 christos BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ 217 1.1 christos BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ 218 1.1 christos BUILDCSHARP = @BUILDCSHARP@ 219 1.1 christos BUILDJAVA = @BUILDJAVA@ 220 1.1 christos BUILDJAVAEXE = @BUILDJAVAEXE@ 221 1.1 christos BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ 222 1.1 christos BYTESWAP_H = @BYTESWAP_H@ 223 1.1 christos CATOBJEXT = @CATOBJEXT@ 224 1.1 christos CC = @CC@ 225 1.1 christos CCDEPMODE = @CCDEPMODE@ 226 1.1 christos CFLAGS = @CFLAGS@ 227 1.1 christos CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ 228 1.1 christos CLASSPATH = @CLASSPATH@ 229 1.1 christos CLASSPATH_SEPARATOR = @CLASSPATH_SEPARATOR@ 230 1.1 christos CLIX_PATH = @CLIX_PATH@ 231 1.1 christos CLIX_PATH_VAR = @CLIX_PATH_VAR@ 232 1.1 christos CONF_JAVA = @CONF_JAVA@ 233 1.1 christos CONF_JAVAC = @CONF_JAVAC@ 234 1.1 christos CPP = @CPP@ 235 1.1 christos CPPFLAGS = @CPPFLAGS@ 236 1.1 christos CROSS_COMPILING = @CROSS_COMPILING@ 237 1.1 christos CSHARPCOMPFLAGS = @CSHARPCOMPFLAGS@ 238 1.1 christos CSHARP_CHOICE = @CSHARP_CHOICE@ 239 1.1 christos CXX = @CXX@ 240 1.1 christos CXXCPP = @CXXCPP@ 241 1.1 christos CXXDEPMODE = @CXXDEPMODE@ 242 1.1 christos CXXFLAGS = @CXXFLAGS@ 243 1.1 christos CYGPATH_W = @CYGPATH_W@ 244 1.1 christos DATADIRNAME = @DATADIRNAME@ 245 1.1 christos DEFS = @DEFS@ 246 1.1 christos DEPDIR = @DEPDIR@ 247 1.1 christos DLLTOOL = @DLLTOOL@ 248 1.1 christos DVIPS = @DVIPS@ 249 1.1 christos ECHO = @ECHO@ 250 1.1 christos ECHO_C = @ECHO_C@ 251 1.1 christos ECHO_N = @ECHO_N@ 252 1.1 christos ECHO_T = @ECHO_T@ 253 1.1 christos EGREP = @EGREP@ 254 1.1 christos EMACS = @EMACS@ 255 1.1 christos EMACSLOADPATH = @EMACSLOADPATH@ 256 1.1 christos EXEEXT = @EXEEXT@ 257 1.1 christos F77 = @F77@ 258 1.1 christos FFLAGS = @FFLAGS@ 259 1.1 christos FNMATCH_H = @FNMATCH_H@ 260 1.1 christos GCJ = @GCJ@ 261 1.1 christos GCJFLAGS = @GCJFLAGS@ 262 1.1 christos GENCAT = @GENCAT@ 263 1.1 christos GETOPT_H = @GETOPT_H@ 264 1.1 christos GLIBC2 = @GLIBC2@ 265 1.1 christos GLIBC21 = @GLIBC21@ 266 1.1 christos GLOBAL_SYMBOL_PIPE = @GLOBAL_SYMBOL_PIPE@ 267 1.1 christos GMSGFMT = @GMSGFMT@ 268 1.1 christos GMSGFMT_015 = @GMSGFMT_015@ 269 1.1 christos GREP = @GREP@ 270 1.1 christos HAVE_ASPRINTF = @HAVE_ASPRINTF@ 271 1.1 christos HAVE_CLIX = @HAVE_CLIX@ 272 1.1 christos HAVE_CLIX_IN_PATH = @HAVE_CLIX_IN_PATH@ 273 1.1 christos HAVE_CSC = @HAVE_CSC@ 274 1.1 christos HAVE_CSCC = @HAVE_CSCC@ 275 1.1 christos HAVE_CSCC_IN_PATH = @HAVE_CSCC_IN_PATH@ 276 1.1 christos HAVE_CSC_IN_PATH = @HAVE_CSC_IN_PATH@ 277 1.1 christos HAVE_GCJ = @HAVE_GCJ@ 278 1.1 christos HAVE_GCJ_C = @HAVE_GCJ_C@ 279 1.1 christos HAVE_GCJ_IN_PATH = @HAVE_GCJ_IN_PATH@ 280 1.1 christos HAVE_GIJ = @HAVE_GIJ@ 281 1.1 christos HAVE_GIJ_IN_PATH = @HAVE_GIJ_IN_PATH@ 282 1.1 christos HAVE_GLOBAL_SYMBOL_PIPE = @HAVE_GLOBAL_SYMBOL_PIPE@ 283 1.1 christos HAVE_ILRUN = @HAVE_ILRUN@ 284 1.1 christos HAVE_ILRUN_IN_PATH = @HAVE_ILRUN_IN_PATH@ 285 1.1 christos HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ 286 1.1 christos HAVE_JAVA = @HAVE_JAVA@ 287 1.1 christos HAVE_JAVAC = @HAVE_JAVAC@ 288 1.1 christos HAVE_JAVAC_ENVVAR = @HAVE_JAVAC_ENVVAR@ 289 1.1 christos HAVE_JAVAC_IN_PATH = @HAVE_JAVAC_IN_PATH@ 290 1.1 christos HAVE_JAVA_ENVVAR = @HAVE_JAVA_ENVVAR@ 291 1.1 christos HAVE_JAVA_IN_PATH = @HAVE_JAVA_IN_PATH@ 292 1.1 christos HAVE_JIKES = @HAVE_JIKES@ 293 1.1 christos HAVE_JIKES_IN_PATH = @HAVE_JIKES_IN_PATH@ 294 1.1 christos HAVE_JRE = @HAVE_JRE@ 295 1.1 christos HAVE_JRE_IN_PATH = @HAVE_JRE_IN_PATH@ 296 1.1 christos HAVE_JVIEW = @HAVE_JVIEW@ 297 1.1 christos HAVE_JVIEW_IN_PATH = @HAVE_JVIEW_IN_PATH@ 298 1.1 christos HAVE_LIBEXPAT = @HAVE_LIBEXPAT@ 299 1.1 christos HAVE_LONG_LONG_INT = @HAVE_LONG_LONG_INT@ 300 1.1 christos HAVE_MCS = @HAVE_MCS@ 301 1.1 christos HAVE_MCS_IN_PATH = @HAVE_MCS_IN_PATH@ 302 1.1 christos HAVE_MONO = @HAVE_MONO@ 303 1.1 christos HAVE_MONO_IN_PATH = @HAVE_MONO_IN_PATH@ 304 1.1 christos HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@ 305 1.1 christos HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ 306 1.1 christos HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ 307 1.1 christos HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ 308 1.1 christos HAVE_SNPRINTF = @HAVE_SNPRINTF@ 309 1.1 christos HAVE_STDINT_H = @HAVE_STDINT_H@ 310 1.1 christos HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ 311 1.1 christos HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ 312 1.1 christos HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ 313 1.1 christos HAVE_UNSIGNED_LONG_LONG_INT = @HAVE_UNSIGNED_LONG_LONG_INT@ 314 1.1 christos HAVE_VISIBILITY = @HAVE_VISIBILITY@ 315 1.1 christos HAVE_WCHAR_H = @HAVE_WCHAR_H@ 316 1.1 christos HAVE_WPRINTF = @HAVE_WPRINTF@ 317 1.1 christos HAVE__BOOL = @HAVE__BOOL@ 318 1.1 christos INSTALL = @INSTALL@ 319 1.1 christos INSTALL_DATA = @INSTALL_DATA@ 320 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@ 321 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@ 322 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 323 1.1 christos INSTOBJEXT = @INSTOBJEXT@ 324 1.1 christos INTLBISON = @INTLBISON@ 325 1.1 christos INTLLIBS = @INTLLIBS@ 326 1.1 christos INTLOBJS = @INTLOBJS@ 327 1.1 christos INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@ 328 1.1 christos INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 329 1.1 christos JAR = @JAR@ 330 1.1 christos JAVA_CHOICE = @JAVA_CHOICE@ 331 1.1 christos LDFLAGS = @LDFLAGS@ 332 1.1 christos LIBEXPAT = @LIBEXPAT@ 333 1.1 christos LIBGREPOBJS = @LIBGREPOBJS@ 334 1.1 christos LIBICONV = @LIBICONV@ 335 1.1 christos LIBINTL = @LIBINTL@ 336 1.1 christos LIBMULTITHREAD = @LIBMULTITHREAD@ 337 1.1 christos LIBOBJS = @LIBOBJS@ 338 1.1 christos LIBPTH = @LIBPTH@ 339 1.1 christos LIBS = @LIBS@ 340 1.1 christos LIBTHREAD = @LIBTHREAD@ 341 1.1 christos LIBTOOL = @LIBTOOL@ 342 1.1 christos LN_S = @LN_S@ 343 1.1 christos LOCALE_FR = @LOCALE_FR@ 344 1.1 christos LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ 345 1.1 christos LTLIBEXPAT = @LTLIBEXPAT@ 346 1.1 christos LTLIBICONV = @LTLIBICONV@ 347 1.1 christos LTLIBINTL = @LTLIBINTL@ 348 1.1 christos LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ 349 1.1 christos LTLIBOBJS = @LTLIBOBJS@ 350 1.1 christos LTLIBPTH = @LTLIBPTH@ 351 1.1 christos LTLIBTHREAD = @LTLIBTHREAD@ 352 1.1 christos LTNOUNDEF = @LTNOUNDEF@ 353 1.1 christos MAKEINFO = @MAKEINFO@ 354 1.1 christos MKDIR_P = @MKDIR_P@ 355 1.1 christos MONO_PATH = @MONO_PATH@ 356 1.1 christos MONO_PATH_SEPARATOR = @MONO_PATH_SEPARATOR@ 357 1.1 christos MSGFMT = @MSGFMT@ 358 1.1 christos MSGFMT_015 = @MSGFMT_015@ 359 1.1 christos MSGMERGE = @MSGMERGE@ 360 1.1 christos MSGMERGE_LIBM = @MSGMERGE_LIBM@ 361 1.1 christos NM = @NM@ 362 1.1 christos OBJDUMP = @OBJDUMP@ 363 1.1 christos OBJEXT = @OBJEXT@ 364 1.1 christos OPENMP_CFLAGS = @OPENMP_CFLAGS@ 365 1.1 christos PACKAGE = @PACKAGE@ 366 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 367 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@ 368 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@ 369 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@ 370 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@ 371 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@ 372 1.1 christos PERL = @PERL@ 373 1.1 christos POSUB = @POSUB@ 374 1.1 christos PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ 375 1.1 christos PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ 376 1.1 christos RANLIB = @RANLIB@ 377 1.1 christos RELOCATABLE = @RELOCATABLE@ 378 1.1 christos SET_MAKE = @SET_MAKE@ 379 1.1 christos SET_RELOCATABLE = @SET_RELOCATABLE@ 380 1.1 christos SHELL = @SHELL@ 381 1.1 christos SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ 382 1.1 christos SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ 383 1.1 christos STDBOOL_H = @STDBOOL_H@ 384 1.1 christos STDINT_H = @STDINT_H@ 385 1.1 christos STRIP = @STRIP@ 386 1.1 christos TESTCSHARP = @TESTCSHARP@ 387 1.1 christos TESTJAVA = @TESTJAVA@ 388 1.1 christos TESTLIBASPRINTF = @TESTLIBASPRINTF@ 389 1.1 christos TEXI2PDF = @TEXI2PDF@ 390 1.1 christos UNISTD_H = @UNISTD_H@ 391 1.1 christos USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ 392 1.1 christos USE_NLS = @USE_NLS@ 393 1.1 christos VERSION = @VERSION@ 394 1.1 christos WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ 395 1.1 christos WINT_T_SUFFIX = @WINT_T_SUFFIX@ 396 1.1 christos WOE32DLL = @WOE32DLL@ 397 1.1 christos XGETTEXT = @XGETTEXT@ 398 1.1 christos XGETTEXT_015 = @XGETTEXT_015@ 399 1.1 christos YACC = @YACC@ 400 1.1 christos YFLAGS = @YFLAGS@ 401 1.1 christos abs_builddir = @abs_builddir@ 402 1.1 christos abs_srcdir = @abs_srcdir@ 403 1.1 christos abs_top_builddir = @abs_top_builddir@ 404 1.1 christos abs_top_srcdir = @abs_top_srcdir@ 405 1.1 christos ac_ct_CC = @ac_ct_CC@ 406 1.1 christos ac_ct_CXX = @ac_ct_CXX@ 407 1.1 christos ac_ct_F77 = @ac_ct_F77@ 408 1.1 christos aclocaldir = @aclocaldir@ 409 1.1 christos am__include = @am__include@ 410 1.1 christos am__leading_dot = @am__leading_dot@ 411 1.1 christos am__quote = @am__quote@ 412 1.1 christos am__tar = @am__tar@ 413 1.1 christos am__untar = @am__untar@ 414 1.1 christos bindir = @bindir@ 415 1.1 christos build = @build@ 416 1.1 christos build_alias = @build_alias@ 417 1.1 christos build_cpu = @build_cpu@ 418 1.1 christos build_os = @build_os@ 419 1.1 christos build_vendor = @build_vendor@ 420 1.1 christos builddir = @builddir@ 421 1.1 christos datadir = @datadir@ 422 1.1 christos datarootdir = @datarootdir@ 423 1.1 christos docdir = @docdir@ 424 1.1 christos dvidir = @dvidir@ 425 1.1 christos exec_prefix = @exec_prefix@ 426 1.1 christos gl_LIBOBJS = @gl_LIBOBJS@ 427 1.1 christos gl_LTLIBOBJS = @gl_LTLIBOBJS@ 428 1.1 christos gtpo_LIBOBJS = @gtpo_LIBOBJS@ 429 1.1 christos gtpo_LTLIBOBJS = @gtpo_LTLIBOBJS@ 430 1.1 christos host = @host@ 431 1.1 christos host_alias = @host_alias@ 432 1.1 christos host_cpu = @host_cpu@ 433 1.1 christos host_os = @host_os@ 434 1.1 christos host_vendor = @host_vendor@ 435 1.1 christos htmldir = @htmldir@ 436 1.1 christos includedir = @includedir@ 437 1.1 christos infodir = @infodir@ 438 1.1 christos install_sh = @install_sh@ 439 1.1 christos libdir = @libdir@ 440 1.1 christos libexecdir = @libexecdir@ 441 1.1 christos lispdir = @lispdir@ 442 1.1 christos localedir = @localedir@ 443 1.1 christos localstatedir = @localstatedir@ 444 1.1 christos mandir = @mandir@ 445 1.1 christos mkdir_p = @mkdir_p@ 446 1.1 christos oldincludedir = @oldincludedir@ 447 1.1 christos pdfdir = @pdfdir@ 448 1.1 christos prefix = @prefix@ 449 1.1 christos program_transform_name = @program_transform_name@ 450 1.1 christos psdir = @psdir@ 451 1.1 christos sbindir = @sbindir@ 452 1.1 christos sharedstatedir = @sharedstatedir@ 453 1.1 christos srcdir = @srcdir@ 454 1.1 christos subdirs = @subdirs@ 455 1.1 christos sysconfdir = @sysconfdir@ 456 1.1 christos target_alias = @target_alias@ 457 1.1 christos top_builddir = @top_builddir@ 458 1.1 christos top_srcdir = @top_srcdir@ 459 1.1 christos AUTOMAKE_OPTIONS = 1.2 gnits 460 1.1 christos EXTRA_DIST = add-to-archive cvsuser.c archive.tar.gz $(lisp_LISP) 461 1.1 christos DISTCLEANFILES = gettextize autopoint 462 1.1 christos 463 1.1 christos # Scripts for maintainers. 464 1.1 christos bin_SCRIPTS = gettextize autopoint 465 1.1 christos gettextsrcdir = $(datadir)/gettext 466 1.1 christos gettextsrc_DATA = archive.tar.gz 467 1.1 christos 468 1.1 christos # Emacs Lisp code. 469 1.1 christos lisp_LISP = start-po.el po-mode.el po-compat.el 470 1.1 christos all: all-am 471 1.1 christos 472 1.1 christos .SUFFIXES: 473 1.1 christos $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 474 1.1 christos @for dep in $?; do \ 475 1.1 christos case '$(am__configure_deps)' in \ 476 1.1 christos *$$dep*) \ 477 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 478 1.1 christos && exit 0; \ 479 1.1 christos exit 1;; \ 480 1.1 christos esac; \ 481 1.1 christos done; \ 482 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits misc/Makefile'; \ 483 1.1 christos cd $(top_srcdir) && \ 484 1.1 christos $(AUTOMAKE) --gnits misc/Makefile 485 1.1 christos .PRECIOUS: Makefile 486 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 487 1.1 christos @case '$?' in \ 488 1.1 christos *config.status*) \ 489 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 490 1.1 christos *) \ 491 1.1 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 492 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 493 1.1 christos esac; 494 1.1 christos 495 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 496 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 497 1.1 christos 498 1.1 christos $(top_srcdir)/configure: $(am__configure_deps) 499 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 500 1.1 christos $(ACLOCAL_M4): $(am__aclocal_m4_deps) 501 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 502 1.1 christos gettextize: $(top_builddir)/config.status $(srcdir)/gettextize.in 503 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 504 1.1 christos autopoint: $(top_builddir)/config.status $(srcdir)/autopoint.in 505 1.1 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 506 1.1 christos install-binSCRIPTS: $(bin_SCRIPTS) 507 1.1 christos @$(NORMAL_INSTALL) 508 1.1 christos test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 509 1.1 christos @list='$(bin_SCRIPTS)'; for p in $$list; do \ 510 1.1 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 511 1.1 christos if test -f $$d$$p; then \ 512 1.1 christos f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 513 1.1 christos echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 514 1.1 christos $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ 515 1.1 christos else :; fi; \ 516 1.1 christos done 517 1.1 christos 518 1.1 christos uninstall-binSCRIPTS: 519 1.1 christos @$(NORMAL_UNINSTALL) 520 1.1 christos @list='$(bin_SCRIPTS)'; for p in $$list; do \ 521 1.1 christos f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ 522 1.1 christos echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 523 1.1 christos rm -f "$(DESTDIR)$(bindir)/$$f"; \ 524 1.1 christos done 525 1.1 christos 526 1.1 christos installcheck-binSCRIPTS: $(bin_SCRIPTS) 527 1.1 christos bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \ 528 1.1 christos case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \ 529 1.1 christos *" $$p "* | *" $(srcdir)/$$p "*) continue;; \ 530 1.1 christos esac; \ 531 1.1 christos f=`echo "$$p" | sed 's,^.*/,,;$(transform)'`; \ 532 1.1 christos for opt in --help --version; do \ 533 1.1 christos if "$(DESTDIR)$(bindir)/$$f" $$opt >c$${pid}_.out \ 534 1.1 christos 2>c$${pid}_.err </dev/null \ 535 1.1 christos && test -n "`cat c$${pid}_.out`" \ 536 1.1 christos && test -z "`cat c$${pid}_.err`"; then :; \ 537 1.1 christos else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \ 538 1.1 christos done; \ 539 1.1 christos done; rm -f c$${pid}_.???; exit $$bad 540 1.1 christos 541 1.1 christos mostlyclean-libtool: 542 1.1 christos -rm -f *.lo 543 1.1 christos 544 1.1 christos clean-libtool: 545 1.1 christos -rm -rf .libs _libs 546 1.1 christos 547 1.1 christos elc-stamp: $(LISP) 548 1.1 christos @echo 'WARNING: Warnings can be ignored. :-)' 549 1.1 christos @rm -f elc-temp && touch elc-temp 550 1.1 christos if test "$(EMACS)" != no; then \ 551 1.1 christos set x; \ 552 1.1 christos list='$(LISP)'; for p in $$list; do \ 553 1.1 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 554 1.1 christos set x "$$@" "$$d$$p"; shift; \ 555 1.1 christos done; \ 556 1.1 christos shift; \ 557 1.1 christos EMACS="$(EMACS)" $(SHELL) $(elisp_comp) "$$@" || exit 1; \ 558 1.1 christos else : ; fi 559 1.1 christos @mv -f elc-temp $@ 560 1.1 christos $(am__ELCFILES): elc-stamp 561 1.1 christos @if test "$(EMACS)" != no && test ! -f $@; then \ 562 1.1 christos trap 'rm -rf elc-lock elc-stamp' 1 2 13 15; \ 563 1.1 christos if mkdir elc-lock 2>/dev/null; then \ 564 1.1 christos rm -f elc-stamp; \ 565 1.1 christos $(MAKE) $(AM_MAKEFLAGS) elc-stamp; \ 566 1.1 christos rmdir elc-lock; \ 567 1.1 christos else \ 568 1.1 christos while test -d elc-lock; do sleep 1; done; \ 569 1.1 christos test -f elc-stamp; exit $$?; \ 570 1.1 christos fi; \ 571 1.1 christos else : ; fi 572 1.1 christos install-lispLISP: $(lisp_LISP) $(ELCFILES) 573 1.1 christos @$(NORMAL_INSTALL) 574 1.1 christos @if test "$(EMACS)" != no; then \ 575 1.1 christos test -z "$(lispdir)" || $(MKDIR_P) "$(DESTDIR)$(lispdir)"; \ 576 1.1 christos list='$(lisp_LISP)'; for p in $$list; do \ 577 1.1 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 578 1.1 christos f=$(am__strip_dir) \ 579 1.1 christos echo " $(lispLISP_INSTALL) '$$d$$p' '$(DESTDIR)$(lispdir)/$$f'"; \ 580 1.1 christos $(lispLISP_INSTALL) "$$d$$p" "$(DESTDIR)$(lispdir)/$$f"; \ 581 1.1 christos if test -f $${p}c; then \ 582 1.1 christos echo " $(lispLISP_INSTALL) '$${p}c' '$(DESTDIR)$(lispdir)/$${f}c'"; \ 583 1.1 christos $(lispLISP_INSTALL) "$${p}c" "$(DESTDIR)$(lispdir)/$${f}c"; \ 584 1.1 christos else : ; fi; \ 585 1.1 christos done; \ 586 1.1 christos else : ; fi 587 1.1 christos 588 1.1 christos uninstall-lispLISP: 589 1.1 christos @$(NORMAL_UNINSTALL) 590 1.1 christos @if test "$(EMACS)" != no; then \ 591 1.1 christos list='$(lisp_LISP)'; for p in $$list; do \ 592 1.1 christos f=$(am__strip_dir) \ 593 1.1 christos echo " rm -f '$(DESTDIR)$(lispdir)/$$f' '$(DESTDIR)$(lispdir)/$${f}c'"; \ 594 1.1 christos rm -f "$(DESTDIR)$(lispdir)/$$f" "$(DESTDIR)$(lispdir)/$${f}c"; \ 595 1.1 christos done; \ 596 1.1 christos else : ; fi 597 1.1 christos 598 1.1 christos clean-lisp: 599 1.1 christos -rm -f elc-stamp $(ELCFILES) 600 1.1 christos install-gettextsrcDATA: $(gettextsrc_DATA) 601 1.1 christos @$(NORMAL_INSTALL) 602 1.1 christos test -z "$(gettextsrcdir)" || $(MKDIR_P) "$(DESTDIR)$(gettextsrcdir)" 603 1.1 christos @list='$(gettextsrc_DATA)'; for p in $$list; do \ 604 1.1 christos if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 605 1.1 christos f=$(am__strip_dir) \ 606 1.1 christos echo " $(gettextsrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gettextsrcdir)/$$f'"; \ 607 1.1 christos $(gettextsrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gettextsrcdir)/$$f"; \ 608 1.1 christos done 609 1.1 christos 610 1.1 christos uninstall-gettextsrcDATA: 611 1.1 christos @$(NORMAL_UNINSTALL) 612 1.1 christos @list='$(gettextsrc_DATA)'; for p in $$list; do \ 613 1.1 christos f=$(am__strip_dir) \ 614 1.1 christos echo " rm -f '$(DESTDIR)$(gettextsrcdir)/$$f'"; \ 615 1.1 christos rm -f "$(DESTDIR)$(gettextsrcdir)/$$f"; \ 616 1.1 christos done 617 1.1 christos tags: TAGS 618 1.1 christos TAGS: 619 1.1 christos 620 1.1 christos ctags: CTAGS 621 1.1 christos CTAGS: 622 1.1 christos 623 1.1 christos 624 1.1 christos distdir: $(DISTFILES) 625 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 626 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 627 1.1 christos list='$(DISTFILES)'; \ 628 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \ 629 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \ 630 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 631 1.1 christos case $$dist_files in \ 632 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \ 633 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 634 1.1 christos sort -u` ;; \ 635 1.1 christos esac; \ 636 1.1 christos for file in $$dist_files; do \ 637 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 638 1.1 christos if test -d $$d/$$file; then \ 639 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 640 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 641 1.1 christos cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 642 1.1 christos fi; \ 643 1.1 christos cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 644 1.1 christos else \ 645 1.1 christos test -f $(distdir)/$$file \ 646 1.1 christos || cp -p $$d/$$file $(distdir)/$$file \ 647 1.1 christos || exit 1; \ 648 1.1 christos fi; \ 649 1.1 christos done 650 1.1 christos check-am: all-am 651 1.1 christos check: check-am 652 1.1 christos all-am: Makefile $(SCRIPTS) $(LISP) $(ELCFILES) $(DATA) 653 1.1 christos installdirs: 654 1.1 christos for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(lispdir)" "$(DESTDIR)$(gettextsrcdir)"; do \ 655 1.1 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 656 1.1 christos done 657 1.1 christos install: install-am 658 1.1 christos install-exec: install-exec-am 659 1.1 christos install-data: install-data-am 660 1.1 christos uninstall: uninstall-am 661 1.1 christos 662 1.1 christos install-am: all-am 663 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 664 1.1 christos 665 1.1 christos installcheck: installcheck-am 666 1.1 christos install-strip: 667 1.1 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 668 1.1 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 669 1.1 christos `test -z '$(STRIP)' || \ 670 1.1 christos echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 671 1.1 christos mostlyclean-generic: 672 1.1 christos 673 1.1 christos clean-generic: 674 1.1 christos 675 1.1 christos distclean-generic: 676 1.1 christos -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 677 1.1 christos -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 678 1.1 christos 679 1.1 christos maintainer-clean-generic: 680 1.1 christos @echo "This command is intended for maintainers to use" 681 1.1 christos @echo "it deletes files that may require special tools to rebuild." 682 1.1 christos clean: clean-am 683 1.1 christos 684 1.1 christos clean-am: clean-generic clean-libtool clean-lisp mostlyclean-am 685 1.1 christos 686 1.1 christos distclean: distclean-am 687 1.1 christos -rm -f Makefile 688 1.1 christos distclean-am: clean-am distclean-generic 689 1.1 christos 690 1.1 christos dvi: dvi-am 691 1.1 christos 692 1.1 christos dvi-am: 693 1.1 christos 694 1.1 christos html: html-am 695 1.1 christos 696 1.1 christos info: info-am 697 1.1 christos 698 1.1 christos info-am: 699 1.1 christos 700 1.1 christos install-data-am: install-gettextsrcDATA install-lispLISP 701 1.1 christos 702 1.1 christos install-dvi: install-dvi-am 703 1.1 christos 704 1.1 christos install-exec-am: install-binSCRIPTS 705 1.1 christos 706 1.1 christos install-html: install-html-am 707 1.1 christos 708 1.1 christos install-info: install-info-am 709 1.1 christos 710 1.1 christos install-man: 711 1.1 christos 712 1.1 christos install-pdf: install-pdf-am 713 1.1 christos 714 1.1 christos install-ps: install-ps-am 715 1.1 christos 716 1.1 christos installcheck-am: installcheck-binSCRIPTS 717 1.1 christos 718 1.1 christos maintainer-clean: maintainer-clean-am 719 1.1 christos -rm -f Makefile 720 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic 721 1.1 christos 722 1.1 christos mostlyclean: mostlyclean-am 723 1.1 christos 724 1.1 christos mostlyclean-am: mostlyclean-generic mostlyclean-libtool 725 1.1 christos 726 1.1 christos pdf: pdf-am 727 1.1 christos 728 1.1 christos pdf-am: 729 1.1 christos 730 1.1 christos ps: ps-am 731 1.1 christos 732 1.1 christos ps-am: 733 1.1 christos 734 1.1 christos uninstall-am: uninstall-binSCRIPTS uninstall-gettextsrcDATA \ 735 1.1 christos uninstall-lispLISP 736 1.1 christos 737 1.1 christos .MAKE: install-am install-strip 738 1.1 christos 739 1.1 christos .PHONY: all all-am check check-am clean clean-generic clean-libtool \ 740 1.1 christos clean-lisp distclean distclean-generic distclean-libtool \ 741 1.1 christos distdir dvi dvi-am html html-am info info-am install \ 742 1.1 christos install-am install-binSCRIPTS install-data install-data-am \ 743 1.1 christos install-dvi install-dvi-am install-exec install-exec-am \ 744 1.1 christos install-gettextsrcDATA install-html install-html-am \ 745 1.1 christos install-info install-info-am install-lispLISP install-man \ 746 1.1 christos install-pdf install-pdf-am install-ps install-ps-am \ 747 1.1 christos install-strip installcheck installcheck-am \ 748 1.1 christos installcheck-binSCRIPTS installdirs maintainer-clean \ 749 1.1 christos maintainer-clean-generic mostlyclean mostlyclean-generic \ 750 1.1 christos mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \ 751 1.1 christos uninstall-binSCRIPTS uninstall-gettextsrcDATA \ 752 1.1 christos uninstall-lispLISP 753 1.1 christos 754 1.1 christos 755 1.1 christos # The archive.tar.gz is not in the CVS. Alpha-testers must use the one from an 756 1.1 christos # already installed release. 757 1.1 christos archive.tar.gz: 758 1.1 christos cp -p $(gettextsrcdir)/archive.tar.gz $@ 759 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables. 760 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded. 761 1.1 christos .NOEXPORT: 762