diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /nsis/Makefile.in | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'nsis/Makefile.in')
| -rw-r--r-- | nsis/Makefile.in | 500 |
1 files changed, 500 insertions, 0 deletions
diff --git a/nsis/Makefile.in b/nsis/Makefile.in new file mode 100644 index 0000000..e3d177b --- /dev/null +++ b/nsis/Makefile.in | |||
| @@ -0,0 +1,500 @@ | |||
| 1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. | ||
| 2 | # @configure_input@ | ||
| 3 | |||
| 4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. | ||
| 5 | |||
| 6 | # This Makefile.in is free software; the Free Software Foundation | ||
| 7 | # gives unlimited permission to copy and/or distribute it, | ||
| 8 | # with or without modifications, as long as this notice is preserved. | ||
| 9 | |||
| 10 | # This program is distributed in the hope that it will be useful, | ||
| 11 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
| 12 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
| 13 | # PARTICULAR PURPOSE. | ||
| 14 | |||
| 15 | @SET_MAKE@ | ||
| 16 | VPATH = @srcdir@ | ||
| 17 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' | ||
| 18 | am__make_running_with_option = \ | ||
| 19 | case $${target_option-} in \ | ||
| 20 | ?) ;; \ | ||
| 21 | *) echo "am__make_running_with_option: internal error: invalid" \ | ||
| 22 | "target option '$${target_option-}' specified" >&2; \ | ||
| 23 | exit 1;; \ | ||
| 24 | esac; \ | ||
| 25 | has_opt=no; \ | ||
| 26 | sane_makeflags=$$MAKEFLAGS; \ | ||
| 27 | if $(am__is_gnu_make); then \ | ||
| 28 | sane_makeflags=$$MFLAGS; \ | ||
| 29 | else \ | ||
| 30 | case $$MAKEFLAGS in \ | ||
| 31 | *\\[\ \ ]*) \ | ||
| 32 | bs=\\; \ | ||
| 33 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | ||
| 34 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ | ||
| 35 | esac; \ | ||
| 36 | fi; \ | ||
| 37 | skip_next=no; \ | ||
| 38 | strip_trailopt () \ | ||
| 39 | { \ | ||
| 40 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ | ||
| 41 | }; \ | ||
| 42 | for flg in $$sane_makeflags; do \ | ||
| 43 | test $$skip_next = yes && { skip_next=no; continue; }; \ | ||
| 44 | case $$flg in \ | ||
| 45 | *=*|--*) continue;; \ | ||
| 46 | -*I) strip_trailopt 'I'; skip_next=yes;; \ | ||
| 47 | -*I?*) strip_trailopt 'I';; \ | ||
| 48 | -*O) strip_trailopt 'O'; skip_next=yes;; \ | ||
| 49 | -*O?*) strip_trailopt 'O';; \ | ||
| 50 | -*l) strip_trailopt 'l'; skip_next=yes;; \ | ||
| 51 | -*l?*) strip_trailopt 'l';; \ | ||
| 52 | -[dEDm]) skip_next=yes;; \ | ||
| 53 | -[JT]) skip_next=yes;; \ | ||
| 54 | esac; \ | ||
| 55 | case $$flg in \ | ||
| 56 | *$$target_option*) has_opt=yes; break;; \ | ||
| 57 | esac; \ | ||
| 58 | done; \ | ||
| 59 | test $$has_opt = yes | ||
| 60 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) | ||
| 61 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) | ||
| 62 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
| 63 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
| 64 | pkglibdir = $(libdir)/@PACKAGE@ | ||
| 65 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
| 66 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
| 67 | install_sh_DATA = $(install_sh) -c -m 644 | ||
| 68 | install_sh_PROGRAM = $(install_sh) -c | ||
| 69 | install_sh_SCRIPT = $(install_sh) -c | ||
| 70 | INSTALL_HEADER = $(INSTALL_DATA) | ||
| 71 | transform = $(program_transform_name) | ||
| 72 | NORMAL_INSTALL = : | ||
| 73 | PRE_INSTALL = : | ||
| 74 | POST_INSTALL = : | ||
| 75 | NORMAL_UNINSTALL = : | ||
| 76 | PRE_UNINSTALL = : | ||
| 77 | POST_UNINSTALL = : | ||
| 78 | build_triplet = @build@ | ||
| 79 | host_triplet = @host@ | ||
| 80 | target_triplet = @target@ | ||
| 81 | subdir = nsis | ||
| 82 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ | ||
| 83 | $(top_srcdir)/mkinstalldirs | ||
| 84 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
| 85 | am__aclocal_m4_deps = $(top_srcdir)/ac/aclocal-include.m4 \ | ||
| 86 | $(top_srcdir)/ac/gnupg-check-typedef.m4 \ | ||
| 87 | $(top_srcdir)/configure.ac | ||
| 88 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
| 89 | $(ACLOCAL_M4) | ||
| 90 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
| 91 | CONFIG_HEADER = $(top_builddir)/config.h | ||
| 92 | CONFIG_CLEAN_FILES = | ||
| 93 | CONFIG_CLEAN_VPATH_FILES = | ||
| 94 | AM_V_P = $(am__v_P_@AM_V@) | ||
| 95 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) | ||
| 96 | am__v_P_0 = false | ||
| 97 | am__v_P_1 = : | ||
| 98 | AM_V_GEN = $(am__v_GEN_@AM_V@) | ||
| 99 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) | ||
| 100 | am__v_GEN_0 = @echo " GEN " $@; | ||
| 101 | am__v_GEN_1 = | ||
| 102 | AM_V_at = $(am__v_at_@AM_V@) | ||
| 103 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) | ||
| 104 | am__v_at_0 = @ | ||
| 105 | am__v_at_1 = | ||
| 106 | SOURCES = | ||
| 107 | DIST_SOURCES = | ||
| 108 | am__can_run_installinfo = \ | ||
| 109 | case $$AM_UPDATE_INFO_DIR in \ | ||
| 110 | n|no|NO) false;; \ | ||
| 111 | *) (install-info --version) >/dev/null 2>&1;; \ | ||
| 112 | esac | ||
| 113 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) | ||
| 114 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
| 115 | ACLOCAL = @ACLOCAL@ | ||
| 116 | ALLOCA = @ALLOCA@ | ||
| 117 | AMTAR = @AMTAR@ | ||
| 118 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
| 119 | AR = @AR@ | ||
| 120 | AUTOCONF = @AUTOCONF@ | ||
| 121 | AUTOHEADER = @AUTOHEADER@ | ||
| 122 | AUTOMAKE = @AUTOMAKE@ | ||
| 123 | AWK = @AWK@ | ||
| 124 | BUILD_REVISION = @BUILD_REVISION@ | ||
| 125 | CATALOGS = @CATALOGS@ | ||
| 126 | CATOBJEXT = @CATOBJEXT@ | ||
| 127 | CC = @CC@ | ||
| 128 | CCDEPMODE = @CCDEPMODE@ | ||
| 129 | CFLAGS = @CFLAGS@ | ||
| 130 | CPP = @CPP@ | ||
| 131 | CPPFLAGS = @CPPFLAGS@ | ||
| 132 | CYGPATH_W = @CYGPATH_W@ | ||
| 133 | DATADIRNAME = @DATADIRNAME@ | ||
| 134 | DEFS = @DEFS@ | ||
| 135 | DEPDIR = @DEPDIR@ | ||
| 136 | DEVEL_VERSION = @DEVEL_VERSION@ | ||
| 137 | DLLTOOL = @DLLTOOL@ | ||
| 138 | DSYMUTIL = @DSYMUTIL@ | ||
| 139 | DUMPBIN = @DUMPBIN@ | ||
| 140 | ECHO_C = @ECHO_C@ | ||
| 141 | ECHO_N = @ECHO_N@ | ||
| 142 | ECHO_T = @ECHO_T@ | ||
| 143 | EGREP = @EGREP@ | ||
| 144 | EXEEXT = @EXEEXT@ | ||
| 145 | EXTRA_VERSION = @EXTRA_VERSION@ | ||
| 146 | FGREP = @FGREP@ | ||
| 147 | GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ | ||
| 148 | GLIB_CFLAGS = @GLIB_CFLAGS@ | ||
| 149 | GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ | ||
| 150 | GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ | ||
| 151 | GLIB_LIBS = @GLIB_LIBS@ | ||
| 152 | GLIB_MKENUMS = @GLIB_MKENUMS@ | ||
| 153 | GMOFILES = @GMOFILES@ | ||
| 154 | GMSGFMT = @GMSGFMT@ | ||
| 155 | GOBJECT_QUERY = @GOBJECT_QUERY@ | ||
| 156 | GPGME_CFLAGS = @GPGME_CFLAGS@ | ||
| 157 | GPGME_CONFIG = @GPGME_CONFIG@ | ||
| 158 | GPGME_LIBS = @GPGME_LIBS@ | ||
| 159 | GREP = @GREP@ | ||
| 160 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
| 161 | GTK_LIBS = @GTK_LIBS@ | ||
| 162 | INSTALL = @INSTALL@ | ||
| 163 | INSTALL_DATA = @INSTALL_DATA@ | ||
| 164 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
| 165 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
| 166 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
| 167 | INSTOBJEXT = @INSTOBJEXT@ | ||
| 168 | INTLLIBS = @INTLLIBS@ | ||
| 169 | LD = @LD@ | ||
| 170 | LDAP_LIBS = @LDAP_LIBS@ | ||
| 171 | LDFLAGS = @LDFLAGS@ | ||
| 172 | LEX = @LEX@ | ||
| 173 | LEXLIB = @LEXLIB@ | ||
| 174 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ | ||
| 175 | LIBICONV = @LIBICONV@ | ||
| 176 | LIBOBJS = @LIBOBJS@ | ||
| 177 | LIBS = @LIBS@ | ||
| 178 | LIBSYLPH_CFLAGS = @LIBSYLPH_CFLAGS@ | ||
| 179 | LIBSYLPH_LIBS = @LIBSYLPH_LIBS@ | ||
| 180 | LIBTOOL = @LIBTOOL@ | ||
| 181 | LIPO = @LIPO@ | ||
| 182 | LN_S = @LN_S@ | ||
| 183 | LTLIBICONV = @LTLIBICONV@ | ||
| 184 | LTLIBOBJS = @LTLIBOBJS@ | ||
| 185 | LT_AGE = @LT_AGE@ | ||
| 186 | LT_CURRENT = @LT_CURRENT@ | ||
| 187 | LT_RELEASE = @LT_RELEASE@ | ||
| 188 | LT_REVISION = @LT_REVISION@ | ||
| 189 | MAINT = @MAINT@ | ||
| 190 | MAJOR_VERSION = @MAJOR_VERSION@ | ||
| 191 | MAKEINFO = @MAKEINFO@ | ||
| 192 | MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
| 193 | MICRO_VERSION = @MICRO_VERSION@ | ||
| 194 | MINOR_VERSION = @MINOR_VERSION@ | ||
| 195 | MKDIR_P = @MKDIR_P@ | ||
| 196 | MKINSTALLDIRS = @MKINSTALLDIRS@ | ||
| 197 | MSGFMT = @MSGFMT@ | ||
| 198 | MSGFMT_OPTS = @MSGFMT_OPTS@ | ||
| 199 | NM = @NM@ | ||
| 200 | NMEDIT = @NMEDIT@ | ||
| 201 | OBJDUMP = @OBJDUMP@ | ||
| 202 | OBJEXT = @OBJEXT@ | ||
| 203 | OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ | ||
| 204 | OPENSSL_LIBS = @OPENSSL_LIBS@ | ||
| 205 | OTOOL = @OTOOL@ | ||
| 206 | OTOOL64 = @OTOOL64@ | ||
| 207 | PACKAGE = @PACKAGE@ | ||
| 208 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
| 209 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
| 210 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
| 211 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
| 212 | PACKAGE_URL = @PACKAGE_URL@ | ||
| 213 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
| 214 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
| 215 | PKG_CONFIG = @PKG_CONFIG@ | ||
| 216 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
| 217 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
| 218 | POFILES = @POFILES@ | ||
| 219 | POSUB = @POSUB@ | ||
| 220 | PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ | ||
| 221 | PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ | ||
| 222 | RANLIB = @RANLIB@ | ||
| 223 | SED = @SED@ | ||
| 224 | SET_MAKE = @SET_MAKE@ | ||
| 225 | SHELL = @SHELL@ | ||
| 226 | STRIP = @STRIP@ | ||
| 227 | SYLPHEED_LIBS = @SYLPHEED_LIBS@ | ||
| 228 | USE_NLS = @USE_NLS@ | ||
| 229 | VERSION = @VERSION@ | ||
| 230 | WINDRES = @WINDRES@ | ||
| 231 | XGETTEXT = @XGETTEXT@ | ||
| 232 | YACC = @YACC@ | ||
| 233 | YFLAGS = @YFLAGS@ | ||
| 234 | abs_builddir = @abs_builddir@ | ||
| 235 | abs_srcdir = @abs_srcdir@ | ||
| 236 | abs_top_builddir = @abs_top_builddir@ | ||
| 237 | abs_top_srcdir = @abs_top_srcdir@ | ||
| 238 | ac_ct_AR = @ac_ct_AR@ | ||
| 239 | ac_ct_CC = @ac_ct_CC@ | ||
| 240 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
| 241 | am__include = @am__include@ | ||
| 242 | am__leading_dot = @am__leading_dot@ | ||
| 243 | am__quote = @am__quote@ | ||
| 244 | am__tar = @am__tar@ | ||
| 245 | am__untar = @am__untar@ | ||
| 246 | bindir = @bindir@ | ||
| 247 | build = @build@ | ||
| 248 | build_alias = @build_alias@ | ||
| 249 | build_cpu = @build_cpu@ | ||
| 250 | build_os = @build_os@ | ||
| 251 | build_vendor = @build_vendor@ | ||
| 252 | builddir = @builddir@ | ||
| 253 | datadir = @datadir@ | ||
| 254 | datarootdir = @datarootdir@ | ||
| 255 | docdir = @docdir@ | ||
| 256 | dvidir = @dvidir@ | ||
| 257 | exec_prefix = @exec_prefix@ | ||
| 258 | faqdir = @faqdir@ | ||
| 259 | host = @host@ | ||
| 260 | host_alias = @host_alias@ | ||
| 261 | host_cpu = @host_cpu@ | ||
| 262 | host_os = @host_os@ | ||
| 263 | host_vendor = @host_vendor@ | ||
| 264 | htmldir = @htmldir@ | ||
| 265 | includedir = @includedir@ | ||
| 266 | infodir = @infodir@ | ||
| 267 | install_sh = @install_sh@ | ||
| 268 | libdir = @libdir@ | ||
| 269 | libexecdir = @libexecdir@ | ||
| 270 | localedir = @localedir@ | ||
| 271 | localstatedir = @localstatedir@ | ||
| 272 | mandir = @mandir@ | ||
| 273 | manualdir = @manualdir@ | ||
| 274 | mkdir_p = @mkdir_p@ | ||
| 275 | oldincludedir = @oldincludedir@ | ||
| 276 | pdfdir = @pdfdir@ | ||
| 277 | plugindir = @plugindir@ | ||
| 278 | prefix = @prefix@ | ||
| 279 | program_transform_name = @program_transform_name@ | ||
| 280 | psdir = @psdir@ | ||
| 281 | sbindir = @sbindir@ | ||
| 282 | sharedstatedir = @sharedstatedir@ | ||
| 283 | srcdir = @srcdir@ | ||
| 284 | sysconfdir = @sysconfdir@ | ||
| 285 | target = @target@ | ||
| 286 | target_alias = @target_alias@ | ||
| 287 | target_cpu = @target_cpu@ | ||
| 288 | target_os = @target_os@ | ||
| 289 | target_vendor = @target_vendor@ | ||
| 290 | themedir = @themedir@ | ||
| 291 | top_build_prefix = @top_build_prefix@ | ||
| 292 | top_builddir = @top_builddir@ | ||
| 293 | top_srcdir = @top_srcdir@ | ||
| 294 | EXTRA_DIST = \ | ||
| 295 | COPYING.ja.txt \ | ||
| 296 | COPYING.txt \ | ||
| 297 | README.txt \ | ||
| 298 | compile.bat \ | ||
| 299 | english.nsh \ | ||
| 300 | japanese.nsh \ | ||
| 301 | plugin-updater.nsi \ | ||
| 302 | spanish.nsh \ | ||
| 303 | sylpheed-defs.nsh \ | ||
| 304 | sylpheed.nsi \ | ||
| 305 | update-manager.nsi | ||
| 306 | |||
| 307 | all: all-am | ||
| 308 | |||
| 309 | .SUFFIXES: | ||
| 310 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) | ||
| 311 | @for dep in $?; do \ | ||
| 312 | case '$(am__configure_deps)' in \ | ||
| 313 | *$$dep*) \ | ||
| 314 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
| 315 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
| 316 | exit 1;; \ | ||
| 317 | esac; \ | ||
| 318 | done; \ | ||
| 319 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nsis/Makefile'; \ | ||
| 320 | $(am__cd) $(top_srcdir) && \ | ||
| 321 | $(AUTOMAKE) --foreign nsis/Makefile | ||
| 322 | .PRECIOUS: Makefile | ||
| 323 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
| 324 | @case '$?' in \ | ||
| 325 | *config.status*) \ | ||
| 326 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
| 327 | *) \ | ||
| 328 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
| 329 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
| 330 | esac; | ||
| 331 | |||
| 332 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
| 333 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 334 | |||
| 335 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) | ||
| 336 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 337 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) | ||
| 338 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
| 339 | $(am__aclocal_m4_deps): | ||
| 340 | |||
| 341 | mostlyclean-libtool: | ||
| 342 | -rm -f *.lo | ||
| 343 | |||
| 344 | clean-libtool: | ||
| 345 | -rm -rf .libs _libs | ||
| 346 | tags TAGS: | ||
| 347 | |||
| 348 | ctags CTAGS: | ||
| 349 | |||
| 350 | cscope cscopelist: | ||
| 351 | |||
| 352 | |||
| 353 | distdir: $(DISTFILES) | ||
| 354 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 355 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
| 356 | list='$(DISTFILES)'; \ | ||
| 357 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
| 358 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
| 359 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
| 360 | case $$dist_files in \ | ||
| 361 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
| 362 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
| 363 | sort -u` ;; \ | ||
| 364 | esac; \ | ||
| 365 | for file in $$dist_files; do \ | ||
| 366 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
| 367 | if test -d $$d/$$file; then \ | ||
| 368 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
| 369 | if test -d "$(distdir)/$$file"; then \ | ||
| 370 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 371 | fi; \ | ||
| 372 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
| 373 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 374 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
| 375 | fi; \ | ||
| 376 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
| 377 | else \ | ||
| 378 | test -f "$(distdir)/$$file" \ | ||
| 379 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
| 380 | || exit 1; \ | ||
| 381 | fi; \ | ||
| 382 | done | ||
| 383 | check-am: all-am | ||
| 384 | check: check-am | ||
| 385 | all-am: Makefile | ||
| 386 | installdirs: | ||
| 387 | install: install-am | ||
| 388 | install-exec: install-exec-am | ||
| 389 | install-data: install-data-am | ||
| 390 | uninstall: uninstall-am | ||
| 391 | |||
| 392 | install-am: all-am | ||
| 393 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
| 394 | |||
| 395 | installcheck: installcheck-am | ||
| 396 | install-strip: | ||
| 397 | if test -z '$(STRIP)'; then \ | ||
| 398 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 399 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 400 | install; \ | ||
| 401 | else \ | ||
| 402 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
| 403 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
| 404 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ | ||
| 405 | fi | ||
| 406 | mostlyclean-generic: | ||
| 407 | |||
| 408 | clean-generic: | ||
| 409 | |||
| 410 | distclean-generic: | ||
| 411 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
| 412 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
| 413 | |||
| 414 | maintainer-clean-generic: | ||
| 415 | @echo "This command is intended for maintainers to use" | ||
| 416 | @echo "it deletes files that may require special tools to rebuild." | ||
| 417 | clean: clean-am | ||
| 418 | |||
| 419 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
| 420 | |||
| 421 | distclean: distclean-am | ||
| 422 | -rm -f Makefile | ||
| 423 | distclean-am: clean-am distclean-generic | ||
| 424 | |||
| 425 | dvi: dvi-am | ||
| 426 | |||
| 427 | dvi-am: | ||
| 428 | |||
| 429 | html: html-am | ||
| 430 | |||
| 431 | html-am: | ||
| 432 | |||
| 433 | info: info-am | ||
| 434 | |||
| 435 | info-am: | ||
| 436 | |||
| 437 | install-data-am: | ||
| 438 | |||
| 439 | install-dvi: install-dvi-am | ||
| 440 | |||
| 441 | install-dvi-am: | ||
| 442 | |||
| 443 | install-exec-am: | ||
| 444 | |||
| 445 | install-html: install-html-am | ||
| 446 | |||
| 447 | install-html-am: | ||
| 448 | |||
| 449 | install-info: install-info-am | ||
| 450 | |||
| 451 | install-info-am: | ||
| 452 | |||
| 453 | install-man: | ||
| 454 | |||
| 455 | install-pdf: install-pdf-am | ||
| 456 | |||
| 457 | install-pdf-am: | ||
| 458 | |||
| 459 | install-ps: install-ps-am | ||
| 460 | |||
| 461 | install-ps-am: | ||
| 462 | |||
| 463 | installcheck-am: | ||
| 464 | |||
| 465 | maintainer-clean: maintainer-clean-am | ||
| 466 | -rm -f Makefile | ||
| 467 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
| 468 | |||
| 469 | mostlyclean: mostlyclean-am | ||
| 470 | |||
| 471 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
| 472 | |||
| 473 | pdf: pdf-am | ||
| 474 | |||
| 475 | pdf-am: | ||
| 476 | |||
| 477 | ps: ps-am | ||
| 478 | |||
| 479 | ps-am: | ||
| 480 | |||
| 481 | uninstall-am: | ||
| 482 | |||
| 483 | .MAKE: install-am install-strip | ||
| 484 | |||
| 485 | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ | ||
| 486 | cscopelist-am ctags-am distclean distclean-generic \ | ||
| 487 | distclean-libtool distdir dvi dvi-am html html-am info info-am \ | ||
| 488 | install install-am install-data install-data-am install-dvi \ | ||
| 489 | install-dvi-am install-exec install-exec-am install-html \ | ||
| 490 | install-html-am install-info install-info-am install-man \ | ||
| 491 | install-pdf install-pdf-am install-ps install-ps-am \ | ||
| 492 | install-strip installcheck installcheck-am installdirs \ | ||
| 493 | maintainer-clean maintainer-clean-generic mostlyclean \ | ||
| 494 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | ||
| 495 | tags-am uninstall uninstall-am | ||
| 496 | |||
| 497 | |||
| 498 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
| 499 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
| 500 | .NOEXPORT: | ||
