Skip to content

Instantly share code, notes, and snippets.

@kynnjo
Created February 12, 2015 13:19
Show Gist options
  • Save kynnjo/690e55a5081265c91880 to your computer and use it in GitHub Desktop.
Save kynnjo/690e55a5081265c91880 to your computer and use it in GitHub Desktop.
output of `brew reinstall -dv emacs`
% brew reinstall -dv emacs
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/emacs.rb
==> Reinstalling emacs with --with-x11, --with-imagemagick
rm /usr/local/bin/grep-changelog
rm /usr/local/bin/etags
rm /usr/local/bin/emacsclient
rm /usr/local/bin/emacs-24.4
rm /usr/local/bin/emacs
rm /usr/local/bin/ebrowse
rm /usr/local/share/man/man1/grep-changelog.1.gz
rm /usr/local/share/man/man1/etags.1.gz
rm /usr/local/share/man/man1/emacsclient.1.gz
rm /usr/local/share/man/man1/emacs.1.gz
rm /usr/local/share/man/man1/ebrowse.1.gz
rm /usr/local/share/info/emacs
rm /usr/local/share/icons/hicolor/scalable/mimetypes/emacs-document.svg
rm /usr/local/share/icons/hicolor/scalable/apps/emacs.svg
rm /usr/local/share/icons/hicolor/48x48/apps/emacs.png
rm /usr/local/share/icons/hicolor/32x32/apps/emacs.png
rm /usr/local/share/icons/hicolor/24x24/apps/emacs.png
rm /usr/local/share/icons/hicolor/16x16/apps/emacs.png
rm /usr/local/share/icons/hicolor/128x128/apps/emacs.png
rm /usr/local/share/emacs/site-lisp/subdirs.el
rm /usr/local/share/emacs/24.4
rm /usr/local/share/applications/emacs.desktop
rmdir /usr/local/share/icons/hicolor/128x128/apps
rmdir /usr/local/share/icons/hicolor/128x128
rmdir /usr/local/share/icons/hicolor/scalable/mimetypes
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/xz.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/pkg-config.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/imagemagick.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/libtool.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/jpeg.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/libpng.rb
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/freetype.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Library/Formula/emacs.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/imagemagick.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/libtool.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/jpeg.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/libpng.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/freetype.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/xz.rb
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/pkg-config.rb
==> Downloading http://ftpmirror.gnu.org/emacs/emacs-24.4.tar.xz
Already downloaded: /Library/Caches/Homebrew/emacs-24.4.tar.xz
==> Verifying emacs-24.4.tar.xz checksum
==> Downloading https://gist.githubusercontent.com/scotchi/66edaf426d7375c0f061/raw/4c5229a8a719f81fa6bd2e1e0c85d10b6f635765/emacs-fix-ns-antialias-text-mac-os.patch
Already downloaded: /Library/Caches/Homebrew/emacs--patch-b63eab599a7ce69de03629494a727f45b310c166.patch
==> Verifying emacs--patch-b63eab599a7ce69de03629494a727f45b310c166.patch checksum
==> Patching
/usr/bin/patch -g 0 -f -p1 -i /private/tmp/emacs--patch-eKxMov/emacs-fix-ns-antialias-text-mac-os.patch
patching file src/macfont.m
patch unexpectedly ends in middle of line
Hunk #3 succeeded at 2793 with fuzz 1.
==> ./configure --prefix=/usr/local/Cellar/emacs/24.4 --enable-locallisppath=/usr/local/share/emacs/site-lisp --infodir=/usr/local/Cellar/emacs/24.4/share/info/emacs --without-dbus --without-gnutls --with-imagemagick --with-x --with-gif=no --with-tiff=no --with-jpeg=no
checking for xcrun... xcrun
checking for make... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking for ar... ar
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking whether clang accepts -g3 -O2... yes
checking whether the compiler is clang... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether C compiler handles -Wno-switch... yes
checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare... no
checking whether C compiler handles -Wno-pointer-sign... yes
checking whether ln -s works for files in the same directory... yes
checking for install-info... /usr/bin/install-info
checking for gzip... /usr/bin/gzip
checking for makeinfo... /usr/bin/makeinfo
checking for -znocombreloc... no
checking whether addresses are sanitized... no
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking for machine/soundcard.h... no
checking for sys/soundcard.h... no
checking for soundcard.h... no
checking for mmsystem.h... no
checking for _oss_ioctl in -lossaudio... no
checking for alsa >= 1.0.0... no
checking for sys/systeminfo.h... no
checking for coff.h... no
checking for pty.h... no
checking for sys/resource.h... yes
checking for sys/utsname.h... yes
checking for pwd.h... yes
checking for utmp.h... yes
checking for util.h... yes
checking for sys/socket.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pthread.h... yes
checking for malloc/malloc.h... yes
checking for maillock.h... no
checking for sys/un.h... yes
checking for dirent.h... yes
checking for execinfo.h... yes
checking for stdio_ext.h... no
checking for getopt.h... yes
checking for sys/time.h... yes
checking for wchar.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/select.h... yes
checking for sys/stat.h... (cached) yes
checking for utime.h... yes
checking if personality LINUX32 can be set... no
checking for term.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether sys_siglist is declared... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for net/if.h... yes
checking for ifaddrs.h... yes
checking for net/if_dl.h... yes
checking for struct ifreq.ifr_flags... yes
checking for struct ifreq.ifr_hwaddr... no
checking for struct ifreq.ifr_netmask... no
checking for struct ifreq.ifr_broadaddr... yes
checking for struct ifreq.ifr_addr... yes
checking for struct ifreq.ifr_addr.sa_len... yes
checking whether we are using GNU Make... yes
checking whether gcc understands -MMD -MF... yes
checking for long file names... yes
checking for X... libraries , headers
checking whether malloc is Doug Lea style... no
checking for getpagesize... yes
checking for working mmap... yes
checking for dnet_ntoa in -ldnet... no
checking for main in -lXbsd... no
checking for pthread_self in -lpthread... yes
checking for cma_open in -lpthreads... no
checking for Xkb... yes
checking for XrmSetDatabase... yes
checking for XScreenResourceString... yes
checking for XScreenNumberOfScreen... yes
checking X11 version 6... 6 or newer
checking for librsvg-2.0 >= 2.11.0... no
checking for Wand >= 6.3.5 Wand != 6.8.2... yes CFLAGS='-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 ' LIBS='-L/usr/local/Cellar/imagemagick/6.9.0-3/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 '
checking for MagickExportImagePixels... yes
checking for MagickMergeImageLayers... yes
checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.28... no
checking for gtk+-2.0 >= 2.10 glib-2.0 >= 2.10... no
checking for gio-2.0 >= 2.26... no
checking for gconf-2.0 >= 2.13... no
checking for lgetfilecon in -lselinux... no
checking for gio-2.0 >= 2.24... no
checking sys/inotify.h usability... no
checking sys/inotify.h presence... no
checking for sys/inotify.h... no
checking for XawScrollbarSetThumb in -lXaw3d... yes
checking for xaw3d... yes; using Lucid toolkit
checking X11 toolkit version... 6 or newer
checking for XmuConvertStandardSelection in -lXmu... yes
checking for XShapeQueryExtension in -lXext... yes
checking for fontconfig >= 2.2.0... yes CFLAGS='-I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 ' LIBS='-L/usr/local/Cellar/freetype/2.5.5/lib -L/opt/X11/lib -lfontconfig -lfreetype '
checking for xft >= 0.13.0... yes CFLAGS='-I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include ' LIBS='-L/opt/X11/lib -lXft '
checking for XRenderQueryExtension in -lXrender... yes
checking for X11/Xft/Xft.h... yes
checking for XftFontOpen in -lXft... yes
checking for freetype2... yes CFLAGS='-I/usr/local/Cellar/freetype/2.5.5/include/freetype2 ' LIBS='-L/usr/local/Cellar/freetype/2.5.5/lib -lfreetype '
checking for libotf... no
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for XpmReadFileToPixmap in -lXpm... yes
checking for XpmReturnAllocPixels preprocessor define... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for png_get_channels in -lpng... yes
checking whether png_longjmp is declared... yes
checking for library containing inflateEnd... -lz
checking gpm.h usability... no
checking gpm.h presence... no
checking for gpm.h... no
checking X11/SM/SMlib.h usability... yes
checking X11/SM/SMlib.h presence... yes
checking for X11/SM/SMlib.h... yes
checking for SmcOpenConnection in -lSM... yes
checking for xrandr >= 1.2.2... yes CFLAGS='-I/opt/X11/include ' LIBS='-L/opt/X11/lib -lXrandr '
checking for XRRGetOutputPrimary... yes
checking for XRRGetScreenResourcesCurrent... yes
checking for xinerama >= 1.0.2... yes CFLAGS='-I/opt/X11/include ' LIBS='-L/opt/X11/lib -lXinerama '
checking for libxml-2.0 > 2.6.17... yes CFLAGS='-I/usr/include/libxml2 ' LIBS='-lxml2 '
checking for htmlReadMemory in -lxml2... yes
checking whether netdb declares h_errno... yes
checking for sqrt in -lm... yes
checking for maillock in -lmail... no
checking for maillock in -llockfile... no
checking for liblockfile.so... no
checking for accept4... no
checking for fchdir... yes
checking for gethostname... yes
checking for getrusage... yes
checking for get_current_dir_name... no
checking for lrand48... yes
checking for select... yes
checking for getpagesize... (cached) yes
checking for setlocale... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for shutdown... yes
checking for getaddrinfo... yes
checking for strsignal... yes
checking for setitimer... yes
checking for sendto... yes
checking for recvfrom... yes
checking for getsockname... yes
checking for getpeername... yes
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for gai_strerror... yes
checking for getline... yes
checking for getdelim... yes
checking for sync... yes
checking for getpwent... yes
checking for endpwent... yes
checking for getgrent... yes
checking for endgrent... yes
checking for touchlock... no
checking for cfmakeraw... yes
checking for cfsetspeed... yes
checking for copysign... yes
checking for __executable_start... no
checking for log2... yes
checking for random... yes
checking for rint... yes
checking for __builtin_unwind_init... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for grantpt... yes
checking for getpt... no
checking for posix_openpt... yes
checking for library containing tputs... -lncurses
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for tzset... yes
checking for readlinkat... no
checking for getdtablesize... yes
checking for faccessat... no
checking for fcntl... yes
checking for fdopendir... no
checking for fstatat... no
checking for fsync... yes
checking for gettimeofday... yes
checking for nanotime... no
checking for lstat... yes
checking for mkostemp... no
checking for pipe2... no
checking for pselect... yes
checking for pthread_sigmask... yes
checking for fchmod... yes
checking for readlink... yes
checking for strtoimax... yes
checking for strtoumax... yes
checking for symlink... yes
checking for localtime_r... yes
checking for futimes... yes
checking for futimesat... no
checking for futimens... no
checking for utimensat... no
checking for lutimes... yes
checking for secure_getenv... no
checking whether localtime caches TZ... no
checking for socket... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for pid_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for snprintf... yes
checking whether GLib is linked in... no
checking for nl_langinfo and CODESET... yes
checking for mbstate_t... yes
checking for C restricted array declarations... yes
checking for _setjmp... yes
checking for usable FIONREAD... yes
checking for usable SIGIO... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for unsigned long long int... yes
checking whether byte ordering is bigendian... no
checking whether the preprocessor supports include_next... yes
checking whether system header files limit the line length... no
checking whether strtold conforms to C99... yes
checking if environ is properly declared... no
checking for complete errno.h... yes
checking for mode_t... yes
checking whether fdatasync is declared... no
checking for st_dm_mode in struct stat... no
checking whether strmode is declared... yes
checking whether lstat correctly handles trailing slash... no
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether getopt is POSIX compatible... no
checking whether getenv is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for struct timeval... yes
checking for wide-enough struct timeval.tv_sec member... yes
checking for long long int... yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 64
checking for bit size of size_t... 64
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 32
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... yes
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix...
checking for wchar_t integer literal suffix...
checking for wint_t integer literal suffix...
checking whether memrchr is declared... no
checking whether alarm is declared... yes
checking whether <sys/select.h> is self-contained... yes
checking for sigset_t... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking whether stat file-mode macros are broken... no
checking for struct timespec in <time.h>... yes
checking whether unsetenv is declared... yes
checking whether the utimes function works... yes
checking for struct utimbuf... yes
checking type of array argument to getgroups... gid_t
checking for alloca as a compiler built-in... yes
checking byteswap.h usability... no
checking byteswap.h presence... no
checking for byteswap.h... no
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for clock_settime... no
checking whether dup2 works... yes
checking for library containing backtrace_symbols_fd... none required
checking for access... yes
checking whether fcntl handles F_DUPFD correctly... yes
checking whether fcntl understands F_DUPFD_CLOEXEC... yes
checking for fdatasync... yes
checking whether fdopendir is declared... no
checking for __fpending... no
checking how to determine the number of pending output bytes on a stream... fp->_p - fp->_bf._base
checking for getloadavg... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... yes
checking whether gettimeofday clobbers localtime buffer... no
checking for gettimeofday with POSIX signature... yes
checking for memrchr... no
checking for working mktime... no
checking whether signature of pselect conforms to POSIX... yes
checking whether pselect detects invalid fds... yes
checking whether pthread_sigmask works without -lpthread... yes
checking whether pthread_sigmask returns error numbers... yes
checking whether pthread_sigmask unblocks signals correctly... guessing yes
checking for putenv compatible with GNU and SVID... no
checking whether _putenv is declared... no
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for library containing acl_get_file... none required
checking for acl_get_file... yes
checking for acl_get_fd... yes
checking for acl_set_file... yes
checking for acl_set_fd... yes
checking for acl_free... yes
checking for acl_from_mode... no
checking for acl_from_text... yes
checking for acl_delete_def_file... yes
checking for acl_extended_file... no
checking for acl_delete_fd_np... yes
checking for acl_delete_file_np... yes
checking for acl_copy_ext_native... yes
checking for acl_create_entry_np... yes
checking for acl_to_short_text... no
checking for acl_free_text... no
checking for working acl_get_file... yes
checking acl/libacl.h usability... no
checking acl/libacl.h presence... no
checking for acl/libacl.h... no
checking for acl_entries... no
checking for ACL_FIRST_ENTRY... yes
checking for ACL_TYPE_EXTENDED... yes
checking whether readlink signature is correct... yes
checking whether readlink handles trailing slash correctly... no
checking for sig2str... no
checking for volatile sig_atomic_t... yes
checking for sighandler_t... no
checking for socklen_t... yes
checking for ssize_t... yes
checking for struct stat.st_atim.tv_nsec... no
checking for struct stat.st_atimespec.tv_nsec... yes
checking for struct stat.st_birthtimespec.tv_nsec... yes
checking for working stdalign.h... no
checking for va_copy... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether strtoimax works... yes
checking whether symlink handles trailing slash correctly... no
checking whether <sys/select.h> is self-contained... (cached) yes
checking for nlink_t... yes
checking whether localtime_r is declared... yes
checking whether localtime_r is compatible with its POSIX signature... yes
checking for library containing timer_settime... no
checking for timer_settime... no
checking for unsetenv... yes
checking for unsetenv() return type... int
checking whether unsetenv obeys POSIX... yes
checking for euidaccess... no
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for library containing eaccess... no
checking for eaccess... no
checking for group_member... no
checking for getgroups... (cached) yes
checking for working getgroups... (cached) yes
checking whether getgroups handles negative values... no
checking whether stat handles trailing slashes on directories... yes
checking whether stat handles trailing slashes on files... no
checking for __secure_getenv... no
checking for issetugid... yes
Configured for `x86_64-apple-darwin11.4.2'.
Where should the build process find the source code? .
What compiler should emacs be built with? clang -g3 -O2
Should Emacs use the GNU version of malloc? no
(The GNU allocators don't work with this system configuration.)
Should Emacs use a relocating allocator for buffers? no
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? x11
What toolkit should Emacs use? LUCID
Where do we find X Windows header files? Standard dirs
Where do we find X Windows libraries? Standard dirs
Does Emacs use -lXaw3d? yes
Does Emacs use -lXpm? yes
Does Emacs use -ljpeg? no
Does Emacs use -ltiff? no
Does Emacs use a gif library? no
Does Emacs use a png library? yes -lpng16 -lz -lm
Does Emacs use -lrsvg-2? no
Does Emacs use imagemagick? yes
Does Emacs support sound? no
Does Emacs use -lgpm? no
Does Emacs use -ldbus? no
Does Emacs use -lgconf? no
Does Emacs use GSettings? no
Does Emacs use a file notification library? no
Does Emacs use access control lists? yes
Does Emacs use -lselinux? no
Does Emacs use -lgnutls? no
Does Emacs use -lxml2? yes
Does Emacs use -lfreetype? yes
Does Emacs use -lm17n-flt? no
Does Emacs use -lotf? no
Does Emacs use -lxft? yes
Does Emacs directly use zlib? yes
Does Emacs use toolkit scroll bars? yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating lib-src/Makefile
config.status: creating oldXMenu/Makefile
config.status: creating doc/emacs/Makefile
config.status: creating doc/misc/Makefile
config.status: creating doc/lispintro/Makefile
config.status: creating doc/lispref/Makefile
config.status: creating src/Makefile
config.status: creating lwlib/Makefile
config.status: creating lisp/Makefile
config.status: creating leim/Makefile
config.status: creating nextstep/Makefile
config.status: creating nt/Makefile
config.status: creating admin/unidata/Makefile
config.status: creating admin/grammars/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing src/epaths.h commands
config.status: executing src/.gdbinit commands
==> make
[ -r "src/config.in" ] || ( cd . && autoheader )
cd lib && /usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f byteswap.h-t byteswap.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./byteswap.in.h; \
} > byteswap.h-t && \
mv -f byteswap.h-t byteswap.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../build-aux/snippet/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../build-aux/snippet/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../build-aux/snippet/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f dirent.h-t dirent.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_DIRENT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_DIRENT_H''@|<dirent.h>|g' \
-e 's/@''GNULIB_OPENDIR''@/0/g' \
-e 's/@''GNULIB_READDIR''@/0/g' \
-e 's/@''GNULIB_REWINDDIR''@/0/g' \
-e 's/@''GNULIB_CLOSEDIR''@/0/g' \
-e 's/@''GNULIB_DIRFD''@/0/g' \
-e 's/@''GNULIB_FDOPENDIR''@/1/g' \
-e 's/@''GNULIB_SCANDIR''@/0/g' \
-e 's/@''GNULIB_ALPHASORT''@/0/g' \
-e 's/@''HAVE_OPENDIR''@/1/g' \
-e 's/@''HAVE_READDIR''@/1/g' \
-e 's/@''HAVE_REWINDDIR''@/1/g' \
-e 's/@''HAVE_CLOSEDIR''@/1/g' \
-e 's|@''HAVE_DECL_DIRFD''@|1|g' \
-e 's|@''HAVE_DECL_FDOPENDIR''@|0|g' \
-e 's|@''HAVE_FDOPENDIR''@|0|g' \
-e 's|@''HAVE_SCANDIR''@|1|g' \
-e 's|@''HAVE_ALPHASORT''@|1|g' \
-e 's|@''REPLACE_OPENDIR''@|0|g' \
-e 's|@''REPLACE_CLOSEDIR''@|0|g' \
-e 's|@''REPLACE_DIRFD''@|0|g' \
-e 's|@''REPLACE_FDOPENDIR''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./dirent.in.h; \
} > dirent.h-t && \
mv dirent.h-t dirent.h
rm -f fcntl.h-t fcntl.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g' \
-e 's/@''GNULIB_FCNTL''@/1/g' \
-e 's/@''GNULIB_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_OPEN''@/0/g' \
-e 's/@''GNULIB_OPENAT''@/0/g' \
-e 's|@''HAVE_FCNTL''@|1|g' \
-e 's|@''HAVE_OPENAT''@|1|g' \
-e 's|@''REPLACE_FCNTL''@|0|g' \
-e 's|@''REPLACE_OPEN''@|0|g' \
-e 's|@''REPLACE_OPENAT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./fcntl.in.h; \
} > fcntl.h-t && \
mv fcntl.h-t fcntl.h
rm -f getopt.h-t getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< ./getopt.in.h; \
} > getopt.h-t && \
mv -f getopt.h-t getopt.h
rm -f inttypes.h-t inttypes.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_INTTYPES_H''@|<inttypes.h>|g' \
-e 's/@''PRI_MACROS_BROKEN''@/0/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''PRIPTR_PREFIX''@/__PRIPTR_PREFIX/g' \
-e 's/@''GNULIB_IMAXABS''@/0/g' \
-e 's/@''GNULIB_IMAXDIV''@/0/g' \
-e 's/@''GNULIB_STRTOIMAX''@/1/g' \
-e 's/@''GNULIB_STRTOUMAX''@/1/g' \
-e 's/@''HAVE_DECL_IMAXABS''@/1/g' \
-e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \
-e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \
-e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \
-e 's/@''REPLACE_STRTOIMAX''@/0/g' \
-e 's/@''REPLACE_STRTOUMAX''@/0/g' \
-e 's/@''INT32_MAX_LT_INTMAX_MAX''@/1/g' \
-e 's/@''INT64_MAX_EQ_LONG_MAX''@/defined _LP64/g' \
-e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/1/g' \
-e 's/@''UINT64_MAX_EQ_ULONG_MAX''@/defined _LP64/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./inttypes.in.h; \
} > inttypes.h-t && \
mv inttypes.h-t inttypes.h
rm -f signal.h-t signal.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SIGNAL_H''@|<signal.h>|g' \
-e 's|@''GNULIB_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''GNULIB_RAISE''@|0|g' \
-e 's/@''GNULIB_SIGNAL_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_SIGPROCMASK''@/0/g' \
-e 's/@''GNULIB_SIGACTION''@/0/g' \
-e 's|@''HAVE_POSIX_SIGNALBLOCKING''@|1|g' \
-e 's|@''HAVE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''HAVE_RAISE''@|1|g' \
-e 's|@''HAVE_SIGSET_T''@|1|g' \
-e 's|@''HAVE_SIGINFO_T''@|1|g' \
-e 's|@''HAVE_SIGACTION''@|1|g' \
-e 's|@''HAVE_STRUCT_SIGACTION_SA_SIGACTION''@|1|g' \
-e 's|@''HAVE_TYPE_VOLATILE_SIG_ATOMIC_T''@|1|g' \
-e 's|@''HAVE_SIGHANDLER_T''@|0|g' \
-e 's|@''REPLACE_PTHREAD_SIGMASK''@|1|g' \
-e 's|@''REPLACE_RAISE''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./signal.in.h; \
} > signal.h-t && \
mv signal.h-t signal.h
rm -f stdalign.h-t stdalign.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./stdalign.in.h; \
} > stdalign.h-t && \
mv stdalign.h-t stdalign.h
rm -f stdint.h-t stdint.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_STDINT_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDINT_H''@|<stdint.h>|g' \
-e 's/@''HAVE_SYS_TYPES_H''@/1/g' \
-e 's/@''HAVE_INTTYPES_H''@/1/g' \
-e 's/@''HAVE_SYS_INTTYPES_H''@/0/g' \
-e 's/@''HAVE_SYS_BITYPES_H''@/0/g' \
-e 's/@''HAVE_WCHAR_H''@/1/g' \
-e 's/@''HAVE_LONG_LONG_INT''@/1/g' \
-e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \
-e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g' \
-e 's/@''BITSIZEOF_PTRDIFF_T''@/64/g' \
-e 's/@''PTRDIFF_T_SUFFIX''@/l/g' \
-e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g' \
-e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g' \
-e 's/@''SIG_ATOMIC_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_SIZE_T''@/64/g' \
-e 's/@''SIZE_T_SUFFIX''@/ul/g' \
-e 's/@''BITSIZEOF_WCHAR_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WCHAR_T''@/1/g' \
-e 's/@''WCHAR_T_SUFFIX''@//g' \
-e 's/@''BITSIZEOF_WINT_T''@/32/g' \
-e 's/@''HAVE_SIGNED_WINT_T''@/1/g' \
-e 's/@''WINT_T_SUFFIX''@//g' \
< ./stdint.in.h; \
} > stdint.h-t && \
mv stdint.h-t stdint.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's/@''GNULIB_DPRINTF''@/0/g' \
-e 's/@''GNULIB_FCLOSE''@/0/g' \
-e 's/@''GNULIB_FDOPEN''@/0/g' \
-e 's/@''GNULIB_FFLUSH''@/0/g' \
-e 's/@''GNULIB_FGETC''@/1/g' \
-e 's/@''GNULIB_FGETS''@/1/g' \
-e 's/@''GNULIB_FOPEN''@/0/g' \
-e 's/@''GNULIB_FPRINTF''@/1/g' \
-e 's/@''GNULIB_FPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_FPURGE''@/0/g' \
-e 's/@''GNULIB_FPUTC''@/1/g' \
-e 's/@''GNULIB_FPUTS''@/1/g' \
-e 's/@''GNULIB_FREAD''@/1/g' \
-e 's/@''GNULIB_FREOPEN''@/0/g' \
-e 's/@''GNULIB_FSCANF''@/1/g' \
-e 's/@''GNULIB_FSEEK''@/0/g' \
-e 's/@''GNULIB_FSEEKO''@/0/g' \
-e 's/@''GNULIB_FTELL''@/0/g' \
-e 's/@''GNULIB_FTELLO''@/0/g' \
-e 's/@''GNULIB_FWRITE''@/1/g' \
-e 's/@''GNULIB_GETC''@/1/g' \
-e 's/@''GNULIB_GETCHAR''@/1/g' \
-e 's/@''GNULIB_GETDELIM''@/0/g' \
-e 's/@''GNULIB_GETLINE''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF''@/0/g' \
-e 's/@''GNULIB_OBSTACK_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PCLOSE''@/0/g' \
-e 's/@''GNULIB_PERROR''@/0/g' \
-e 's/@''GNULIB_POPEN''@/0/g' \
-e 's/@''GNULIB_PRINTF''@/1/g' \
-e 's/@''GNULIB_PRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_PUTC''@/1/g' \
-e 's/@''GNULIB_PUTCHAR''@/1/g' \
-e 's/@''GNULIB_PUTS''@/1/g' \
-e 's/@''GNULIB_REMOVE''@/0/g' \
-e 's/@''GNULIB_RENAME''@/0/g' \
-e 's/@''GNULIB_RENAMEAT''@/0/g' \
-e 's/@''GNULIB_SCANF''@/1/g' \
-e 's/@''GNULIB_SNPRINTF''@/0/g' \
-e 's/@''GNULIB_SPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_STDIO_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_STDIO_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_TMPFILE''@/0/g' \
-e 's/@''GNULIB_VASPRINTF''@/0/g' \
-e 's/@''GNULIB_VDPRINTF''@/0/g' \
-e 's/@''GNULIB_VFPRINTF''@/1/g' \
-e 's/@''GNULIB_VFPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VFSCANF''@/0/g' \
-e 's/@''GNULIB_VSCANF''@/0/g' \
-e 's/@''GNULIB_VPRINTF''@/1/g' \
-e 's/@''GNULIB_VPRINTF_POSIX''@/0/g' \
-e 's/@''GNULIB_VSNPRINTF''@/0/g' \
-e 's/@''GNULIB_VSPRINTF_POSIX''@/0/g' \
< ./stdio.in.h | \
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
-e 's|@''HAVE_DECL_FSEEKO''@|1|g' \
-e 's|@''HAVE_DECL_FTELLO''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''HAVE_DPRINTF''@|1|g' \
-e 's|@''HAVE_FSEEKO''@|1|g' \
-e 's|@''HAVE_FTELLO''@|1|g' \
-e 's|@''HAVE_PCLOSE''@|1|g' \
-e 's|@''HAVE_POPEN''@|1|g' \
-e 's|@''HAVE_RENAMEAT''@|1|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''HAVE_VDPRINTF''@|1|g' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|0|g' \
-e 's|@''REPLACE_FDOPEN''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|0|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_FPURGE''@|0|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEK''@|0|g' \
-e 's|@''REPLACE_FSEEKO''@|0|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_GETDELIM''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|0|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
-e 's|@''REPLACE_PERROR''@|0|g' \
-e 's|@''REPLACE_POPEN''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_REMOVE''@|0|g' \
-e 's|@''REPLACE_RENAME''@|0|g' \
-e 's|@''REPLACE_RENAMEAT''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_STDIO_READ_FUNCS''@|0|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
-e 's|@''REPLACE_TMPFILE''@|0|g' \
-e 's|@''REPLACE_VASPRINTF''@|0|g' \
-e 's|@''REPLACE_VDPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e 's|@''ASM_SYMBOL_PREFIX''@||g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's/@''GNULIB__EXIT''@/0/g' \
-e 's/@''GNULIB_ATOLL''@/0/g' \
-e 's/@''GNULIB_CALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_CANONICALIZE_FILE_NAME''@/0/g' \
-e 's/@''GNULIB_GETLOADAVG''@/1/g' \
-e 's/@''GNULIB_GETSUBOPT''@/0/g' \
-e 's/@''GNULIB_GRANTPT''@/0/g' \
-e 's/@''GNULIB_MALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_MBTOWC''@/0/g' \
-e 's/@''GNULIB_MKDTEMP''@/0/g' \
-e 's/@''GNULIB_MKOSTEMP''@/1/g' \
-e 's/@''GNULIB_MKOSTEMPS''@/0/g' \
-e 's/@''GNULIB_MKSTEMP''@/0/g' \
-e 's/@''GNULIB_MKSTEMPS''@/0/g' \
-e 's/@''GNULIB_POSIX_OPENPT''@/0/g' \
-e 's/@''GNULIB_PTSNAME''@/0/g' \
-e 's/@''GNULIB_PTSNAME_R''@/0/g' \
-e 's/@''GNULIB_PUTENV''@/1/g' \
-e 's/@''GNULIB_RANDOM''@/0/g' \
-e 's/@''GNULIB_RANDOM_R''@/0/g' \
-e 's/@''GNULIB_REALLOC_POSIX''@/0/g' \
-e 's/@''GNULIB_REALPATH''@/0/g' \
-e 's/@''GNULIB_RPMATCH''@/0/g' \
-e 's/@''GNULIB_SECURE_GETENV''@/1/g' \
-e 's/@''GNULIB_SETENV''@/0/g' \
-e 's/@''GNULIB_STRTOD''@/0/g' \
-e 's/@''GNULIB_STRTOLL''@/0/g' \
-e 's/@''GNULIB_STRTOULL''@/0/g' \
-e 's/@''GNULIB_SYSTEM_POSIX''@/0/g' \
-e 's/@''GNULIB_UNLOCKPT''@/0/g' \
-e 's/@''GNULIB_UNSETENV''@/1/g' \
-e 's/@''GNULIB_WCTOMB''@/0/g' \
< ./stdlib.in.h | \
sed -e 's|@''HAVE__EXIT''@|1|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|0|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMP''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_POSIX_OPENPT''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_PTSNAME_R''@|1|g' \
-e 's|@''HAVE_RANDOM''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|1|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SECURE_GETENV''@|0|g' \
-e 's|@''HAVE_DECL_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_DECL_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CALLOC''@|0|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MALLOC''@|0|g' \
-e 's|@''REPLACE_MBTOWC''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PTSNAME''@|0|g' \
-e 's|@''REPLACE_PTSNAME_R''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|1|g' \
-e 's|@''REPLACE_RANDOM_R''@|0|g' \
-e 's|@''REPLACE_REALLOC''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|0|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|0|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e 's|@''REPLACE_WCTOMB''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _Noreturn/r ../build-aux/snippet/_Noreturn.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \
-e 's/@''GNULIB_FFSL''@/0/g' \
-e 's/@''GNULIB_FFSLL''@/0/g' \
-e 's/@''GNULIB_MBSLEN''@/0/g' \
-e 's/@''GNULIB_MBSNLEN''@/0/g' \
-e 's/@''GNULIB_MBSCHR''@/0/g' \
-e 's/@''GNULIB_MBSRCHR''@/0/g' \
-e 's/@''GNULIB_MBSSTR''@/0/g' \
-e 's/@''GNULIB_MBSCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSNCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSPCASECMP''@/0/g' \
-e 's/@''GNULIB_MBSCASESTR''@/0/g' \
-e 's/@''GNULIB_MBSCSPN''@/0/g' \
-e 's/@''GNULIB_MBSPBRK''@/0/g' \
-e 's/@''GNULIB_MBSSPN''@/0/g' \
-e 's/@''GNULIB_MBSSEP''@/0/g' \
-e 's/@''GNULIB_MBSTOK_R''@/0/g' \
-e 's/@''GNULIB_MEMCHR''@/0/g' \
-e 's/@''GNULIB_MEMMEM''@/0/g' \
-e 's/@''GNULIB_MEMPCPY''@/0/g' \
-e 's/@''GNULIB_MEMRCHR''@/1/g' \
-e 's/@''GNULIB_RAWMEMCHR''@/0/g' \
-e 's/@''GNULIB_STPCPY''@/0/g' \
-e 's/@''GNULIB_STPNCPY''@/0/g' \
-e 's/@''GNULIB_STRCHRNUL''@/0/g' \
-e 's/@''GNULIB_STRDUP''@/0/g' \
-e 's/@''GNULIB_STRNCAT''@/0/g' \
-e 's/@''GNULIB_STRNDUP''@/0/g' \
-e 's/@''GNULIB_STRNLEN''@/0/g' \
-e 's/@''GNULIB_STRPBRK''@/0/g' \
-e 's/@''GNULIB_STRSEP''@/0/g' \
-e 's/@''GNULIB_STRSTR''@/0/g' \
-e 's/@''GNULIB_STRCASESTR''@/0/g' \
-e 's/@''GNULIB_STRTOK_R''@/0/g' \
-e 's/@''GNULIB_STRERROR''@/0/g' \
-e 's/@''GNULIB_STRERROR_R''@/0/g' \
-e 's/@''GNULIB_STRSIGNAL''@/0/g' \
-e 's/@''GNULIB_STRVERSCMP''@/0/g' \
< ./string.in.h | \
sed -e 's|@''HAVE_FFSL''@|1|g' \
-e 's|@''HAVE_FFSLL''@|1|g' \
-e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_MEMCHR''@|1|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
-e 's|@''HAVE_MEMPCPY''@|1|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|0|g' \
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|g' \
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
-e 's|@''HAVE_STRPBRK''@|1|g' \
-e 's|@''HAVE_STRSEP''@|1|g' \
-e 's|@''HAVE_STRCASESTR''@|1|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
-e 's|@''HAVE_DECL_STRERROR_R''@|1|g' \
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_STPNCPY''@|0|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRCHRNUL''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|0|g' \
-e 's|@''REPLACE_STRERROR''@|0|g' \
-e 's|@''REPLACE_STRERROR_R''@|0|g' \
-e 's|@''REPLACE_STRNCAT''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRNLEN''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|0|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
< ./string.in.h; \
} > string.h-t && \
mv string.h-t string.h
../build-aux/install-sh -c -d sys
rm -f sys/select.h-t sys/select.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_SELECT_H''@|<sys/select.h>|g' \
-e 's|@''HAVE_SYS_SELECT_H''@|1|g' \
-e 's/@''GNULIB_PSELECT''@/1/g' \
-e 's/@''GNULIB_SELECT''@/0/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''HAVE_PSELECT''@|1|g' \
-e 's|@''REPLACE_PSELECT''@|0|g' \
-e 's|@''REPLACE_SELECT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_select.in.h; \
} > sys/select.h-t && \
mv sys/select.h-t sys/select.h
../build-aux/install-sh -c -d sys
rm -f sys/stat.h-t sys/stat.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_STAT_H''@|<sys/stat.h>|g' \
-e 's|@''WINDOWS_64_BIT_ST_SIZE''@|0|g' \
-e 's/@''GNULIB_FCHMODAT''@/0/g' \
-e 's/@''GNULIB_FSTAT''@/0/g' \
-e 's/@''GNULIB_FSTATAT''@/1/g' \
-e 's/@''GNULIB_FUTIMENS''@/0/g' \
-e 's/@''GNULIB_LCHMOD''@/0/g' \
-e 's/@''GNULIB_LSTAT''@/1/g' \
-e 's/@''GNULIB_MKDIRAT''@/0/g' \
-e 's/@''GNULIB_MKFIFO''@/0/g' \
-e 's/@''GNULIB_MKFIFOAT''@/0/g' \
-e 's/@''GNULIB_MKNOD''@/0/g' \
-e 's/@''GNULIB_MKNODAT''@/0/g' \
-e 's/@''GNULIB_STAT''@/1/g' \
-e 's/@''GNULIB_UTIMENSAT''@/0/g' \
-e 's|@''HAVE_FCHMODAT''@|1|g' \
-e 's|@''HAVE_FSTATAT''@|0|g' \
-e 's|@''HAVE_FUTIMENS''@|1|g' \
-e 's|@''HAVE_LCHMOD''@|1|g' \
-e 's|@''HAVE_LSTAT''@|1|g' \
-e 's|@''HAVE_MKDIRAT''@|1|g' \
-e 's|@''HAVE_MKFIFO''@|1|g' \
-e 's|@''HAVE_MKFIFOAT''@|1|g' \
-e 's|@''HAVE_MKNOD''@|1|g' \
-e 's|@''HAVE_MKNODAT''@|1|g' \
-e 's|@''HAVE_UTIMENSAT''@|1|g' \
-e 's|@''REPLACE_FSTAT''@|0|g' \
-e 's|@''REPLACE_FSTATAT''@|0|g' \
-e 's|@''REPLACE_FUTIMENS''@|0|g' \
-e 's|@''REPLACE_LSTAT''@|1|g' \
-e 's|@''REPLACE_MKDIR''@|0|g' \
-e 's|@''REPLACE_MKFIFO''@|0|g' \
-e 's|@''REPLACE_MKNOD''@|0|g' \
-e 's|@''REPLACE_STAT''@|1|g' \
-e 's|@''REPLACE_UTIMENSAT''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_stat.in.h; \
} > sys/stat.h-t && \
mv sys/stat.h-t sys/stat.h
../build-aux/install-sh -c -d sys
rm -f sys/time.h-t sys/time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's/@''HAVE_SYS_TIME_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TIME_H''@|<sys/time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's|@''HAVE_WINSOCK2_H''@|0|g' \
-e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
-e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
-e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
-e 's/@''REPLACE_STRUCT_TIMEVAL''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./sys_time.in.h; \
} > sys/time.h-t && \
mv sys/time.h-t sys/time.h
../build-aux/install-sh -c -d sys
rm -f sys/types.h-t sys/types.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_SYS_TYPES_H''@|<sys/types.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
< ./sys_types.in.h; \
} > sys/types.h-t && \
mv sys/types.h-t sys/types.h
rm -f time.h-t time.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_TIME_H''@|<time.h>|g' \
-e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
-e 's/@''GNULIB_MKTIME''@/1/g' \
-e 's/@''GNULIB_NANOSLEEP''@/0/g' \
-e 's/@''GNULIB_STRPTIME''@/0/g' \
-e 's/@''GNULIB_TIMEGM''@/0/g' \
-e 's/@''GNULIB_TIME_R''@/1/g' \
-e 's|@''HAVE_DECL_LOCALTIME_R''@|1|g' \
-e 's|@''HAVE_NANOSLEEP''@|1|g' \
-e 's|@''HAVE_STRPTIME''@|1|g' \
-e 's|@''HAVE_TIMEGM''@|1|g' \
-e 's|@''REPLACE_GMTIME''@|0|g' \
-e 's|@''REPLACE_LOCALTIME''@|0|g' \
-e 's|@''REPLACE_LOCALTIME_R''@|0|g' \
-e 's|@''REPLACE_MKTIME''@|1|g' \
-e 's|@''REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
-e 's|@''REPLACE_TIMEGM''@|GNULIB_PORTCHECK|g' \
-e 's|@''PTHREAD_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
-e 's|@''TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./time.in.h; \
} > time.h-t && \
mv time.h-t time.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''GUARD_PREFIX''@|GL|g' \
-e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''PRAGMA_COLUMNS''@||g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''WINDOWS_64_BIT_OFF_T''@|0|g' \
-e 's/@''GNULIB_CHDIR''@/0/g' \
-e 's/@''GNULIB_CHOWN''@/0/g' \
-e 's/@''GNULIB_CLOSE''@/0/g' \
-e 's/@''GNULIB_DUP''@/0/g' \
-e 's/@''GNULIB_DUP2''@/1/g' \
-e 's/@''GNULIB_DUP3''@/0/g' \
-e 's/@''GNULIB_ENVIRON''@/1/g' \
-e 's/@''GNULIB_EUIDACCESS''@/1/g' \
-e 's/@''GNULIB_FACCESSAT''@/1/g' \
-e 's/@''GNULIB_FCHDIR''@/0/g' \
-e 's/@''GNULIB_FCHOWNAT''@/0/g' \
-e 's/@''GNULIB_FDATASYNC''@/1/g' \
-e 's/@''GNULIB_FSYNC''@/1/g' \
-e 's/@''GNULIB_FTRUNCATE''@/0/g' \
-e 's/@''GNULIB_GETCWD''@/0/g' \
-e 's/@''GNULIB_GETDOMAINNAME''@/0/g' \
-e 's/@''GNULIB_GETDTABLESIZE''@/0/g' \
-e 's/@''GNULIB_GETGROUPS''@/1/g' \
-e 's/@''GNULIB_GETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_GETLOGIN''@/0/g' \
-e 's/@''GNULIB_GETLOGIN_R''@/0/g' \
-e 's/@''GNULIB_GETPAGESIZE''@/0/g' \
-e 's/@''GNULIB_GETUSERSHELL''@/0/g' \
-e 's/@''GNULIB_GROUP_MEMBER''@/1/g' \
-e 's/@''GNULIB_ISATTY''@/0/g' \
-e 's/@''GNULIB_LCHOWN''@/0/g' \
-e 's/@''GNULIB_LINK''@/0/g' \
-e 's/@''GNULIB_LINKAT''@/0/g' \
-e 's/@''GNULIB_LSEEK''@/0/g' \
-e 's/@''GNULIB_PIPE''@/0/g' \
-e 's/@''GNULIB_PIPE2''@/1/g' \
-e 's/@''GNULIB_PREAD''@/0/g' \
-e 's/@''GNULIB_PWRITE''@/0/g' \
-e 's/@''GNULIB_READ''@/0/g' \
-e 's/@''GNULIB_READLINK''@/1/g' \
-e 's/@''GNULIB_READLINKAT''@/1/g' \
-e 's/@''GNULIB_RMDIR''@/0/g' \
-e 's/@''GNULIB_SETHOSTNAME''@/0/g' \
-e 's/@''GNULIB_SLEEP''@/0/g' \
-e 's/@''GNULIB_SYMLINK''@/1/g' \
-e 's/@''GNULIB_SYMLINKAT''@/0/g' \
-e 's/@''GNULIB_TTYNAME_R''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_GETOPT''@/01/g' \
-e 's/@''GNULIB_UNISTD_H_NONBLOCKING''@/0/g' \
-e 's/@''GNULIB_UNISTD_H_SIGPIPE''@/0/g' \
-e 's/@''GNULIB_UNLINK''@/0/g' \
-e 's/@''GNULIB_UNLINKAT''@/0/g' \
-e 's/@''GNULIB_USLEEP''@/0/g' \
-e 's/@''GNULIB_WRITE''@/0/g' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|0|g' \
-e 's|@''HAVE_FACCESSAT''@|0|g' \
-e 's|@''HAVE_FCHDIR''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FDATASYNC''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_GROUP_MEMBER''@|0|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE''@|1|g' \
-e 's|@''HAVE_PIPE2''@|0|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_PWRITE''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|0|g' \
-e 's|@''HAVE_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|0|g' \
-e 's|@''HAVE_DECL_FCHDIR''@|1|g' \
-e 's|@''HAVE_DECL_FDATASYNC''@|0|g' \
-e 's|@''HAVE_DECL_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_DECL_SETHOSTNAME''@|1|g' \
-e 's|@''HAVE_DECL_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
| \
sed -e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_FTRUNCATE''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETDOMAINNAME''@|0|g' \
-e 's|@''REPLACE_GETDTABLESIZE''@|0|g' \
-e 's|@''REPLACE_GETLOGIN_R''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|1|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_ISATTY''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_PWRITE''@|0|g' \
-e 's|@''REPLACE_READ''@|0|g' \
-e 's|@''REPLACE_READLINK''@|1|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|1|g' \
-e 's|@''REPLACE_TTYNAME_R''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
/usr/bin/make all-am
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o allocator.c
mv -f .deps/allocator.Tpo .deps/allocator.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT binary-io.o -MD -MP -MF .deps/binary-io.Tpo -c -o binary-io.o binary-io.c
mv -f .deps/binary-io.Tpo .deps/binary-io.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT c-ctype.o -MD -MP -MF .deps/c-ctype.Tpo -c -o c-ctype.o c-ctype.c
mv -f .deps/c-ctype.Tpo .deps/c-ctype.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT c-strcasecmp.o -MD -MP -MF .deps/c-strcasecmp.Tpo -c -o c-strcasecmp.o c-strcasecmp.c
mv -f .deps/c-strcasecmp.Tpo .deps/c-strcasecmp.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT c-strncasecmp.o -MD -MP -MF .deps/c-strncasecmp.Tpo -c -o c-strncasecmp.o c-strncasecmp.c
mv -f .deps/c-strncasecmp.Tpo .deps/c-strncasecmp.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT careadlinkat.o -MD -MP -MF .deps/careadlinkat.Tpo -c -o careadlinkat.o careadlinkat.c
mv -f .deps/careadlinkat.Tpo .deps/careadlinkat.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT close-stream.o -MD -MP -MF .deps/close-stream.Tpo -c -o close-stream.o close-stream.c
mv -f .deps/close-stream.Tpo .deps/close-stream.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT count-one-bits.o -MD -MP -MF .deps/count-one-bits.Tpo -c -o count-one-bits.o count-one-bits.c
mv -f .deps/count-one-bits.Tpo .deps/count-one-bits.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT count-trailing-zeros.o -MD -MP -MF .deps/count-trailing-zeros.Tpo -c -o count-trailing-zeros.o count-trailing-zeros.c
mv -f .deps/count-trailing-zeros.Tpo .deps/count-trailing-zeros.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c
mv -f .deps/md5.Tpo .deps/md5.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c
mv -f .deps/sha1.Tpo .deps/sha1.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sha256.o -MD -MP -MF .deps/sha256.Tpo -c -o sha256.o sha256.c
mv -f .deps/sha256.Tpo .deps/sha256.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sha512.o -MD -MP -MF .deps/sha512.Tpo -c -o sha512.o sha512.c
mv -f .deps/sha512.Tpo .deps/sha512.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT dtoastr.o -MD -MP -MF .deps/dtoastr.Tpo -c -o dtoastr.o dtoastr.c
mv -f .deps/dtoastr.Tpo .deps/dtoastr.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT dtotimespec.o -MD -MP -MF .deps/dtotimespec.Tpo -c -o dtotimespec.o dtotimespec.c
mv -f .deps/dtotimespec.Tpo .deps/dtotimespec.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c
mv -f .deps/filemode.Tpo .deps/filemode.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT gettime.o -MD -MP -MF .deps/gettime.Tpo -c -o gettime.o gettime.c
mv -f .deps/gettime.Tpo .deps/gettime.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT pipe2.o -MD -MP -MF .deps/pipe2.Tpo -c -o pipe2.o pipe2.c
mv -f .deps/pipe2.Tpo .deps/pipe2.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT acl-errno-valid.o -MD -MP -MF .deps/acl-errno-valid.Tpo -c -o acl-errno-valid.o acl-errno-valid.c
mv -f .deps/acl-errno-valid.Tpo .deps/acl-errno-valid.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT file-has-acl.o -MD -MP -MF .deps/file-has-acl.Tpo -c -o file-has-acl.o file-has-acl.c
mv -f .deps/file-has-acl.Tpo .deps/file-has-acl.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT qcopy-acl.o -MD -MP -MF .deps/qcopy-acl.Tpo -c -o qcopy-acl.o qcopy-acl.c
mv -f .deps/qcopy-acl.Tpo .deps/qcopy-acl.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT qset-acl.o -MD -MP -MF .deps/qset-acl.Tpo -c -o qset-acl.o qset-acl.c
mv -f .deps/qset-acl.Tpo .deps/qset-acl.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT stat-time.o -MD -MP -MF .deps/stat-time.Tpo -c -o stat-time.o stat-time.c
mv -f .deps/stat-time.Tpo .deps/stat-time.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c
mv -f .deps/strftime.Tpo .deps/strftime.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT tempname.o -MD -MP -MF .deps/tempname.Tpo -c -o tempname.o tempname.c
mv -f .deps/tempname.Tpo .deps/tempname.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT timespec.o -MD -MP -MF .deps/timespec.Tpo -c -o timespec.o timespec.c
mv -f .deps/timespec.Tpo .deps/timespec.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT timespec-add.o -MD -MP -MF .deps/timespec-add.Tpo -c -o timespec-add.o timespec-add.c
mv -f .deps/timespec-add.Tpo .deps/timespec-add.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT timespec-sub.o -MD -MP -MF .deps/timespec-sub.Tpo -c -o timespec-sub.o timespec-sub.c
mv -f .deps/timespec-sub.Tpo .deps/timespec-sub.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT u64.o -MD -MP -MF .deps/u64.Tpo -c -o u64.o u64.c
mv -f .deps/u64.Tpo .deps/u64.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT unistd.o -MD -MP -MF .deps/unistd.Tpo -c -o unistd.o unistd.c
mv -f .deps/unistd.Tpo .deps/unistd.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT utimens.o -MD -MP -MF .deps/utimens.Tpo -c -o utimens.o utimens.c
mv -f .deps/utimens.Tpo .deps/utimens.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT openat-die.o -MD -MP -MF .deps/openat-die.Tpo -c -o openat-die.o openat-die.c
mv -f .deps/openat-die.Tpo .deps/openat-die.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT save-cwd.o -MD -MP -MF .deps/save-cwd.Tpo -c -o save-cwd.o save-cwd.c
mv -f .deps/save-cwd.Tpo .deps/save-cwd.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT acl_entries.o -MD -MP -MF .deps/acl_entries.Tpo -c -o acl_entries.o acl_entries.c
mv -f .deps/acl_entries.Tpo .deps/acl_entries.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT euidaccess.o -MD -MP -MF .deps/euidaccess.Tpo -c -o euidaccess.o euidaccess.c
mv -f .deps/euidaccess.Tpo .deps/euidaccess.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT faccessat.o -MD -MP -MF .deps/faccessat.Tpo -c -o faccessat.o faccessat.c
mv -f .deps/faccessat.Tpo .deps/faccessat.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT fdopendir.o -MD -MP -MF .deps/fdopendir.Tpo -c -o fdopendir.o fdopendir.c
mv -f .deps/fdopendir.Tpo .deps/fdopendir.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT fpending.o -MD -MP -MF .deps/fpending.Tpo -c -o fpending.o fpending.c
mv -f .deps/fpending.Tpo .deps/fpending.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT fstatat.o -MD -MP -MF .deps/fstatat.Tpo -c -o fstatat.o fstatat.c
mv -f .deps/fstatat.Tpo .deps/fstatat.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT getgroups.o -MD -MP -MF .deps/getgroups.Tpo -c -o getgroups.o getgroups.c
mv -f .deps/getgroups.Tpo .deps/getgroups.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
mv -f .deps/getopt.Tpo .deps/getopt.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
mv -f .deps/getopt1.Tpo .deps/getopt1.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT group-member.o -MD -MP -MF .deps/group-member.Tpo -c -o group-member.o group-member.c
mv -f .deps/group-member.Tpo .deps/group-member.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT lstat.o -MD -MP -MF .deps/lstat.Tpo -c -o lstat.o lstat.c
mv -f .deps/lstat.Tpo .deps/lstat.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT memrchr.o -MD -MP -MF .deps/memrchr.Tpo -c -o memrchr.o memrchr.c
mv -f .deps/memrchr.Tpo .deps/memrchr.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT mkostemp.o -MD -MP -MF .deps/mkostemp.Tpo -c -o mkostemp.o mkostemp.c
mv -f .deps/mkostemp.Tpo .deps/mkostemp.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT mktime.o -MD -MP -MF .deps/mktime.Tpo -c -o mktime.o mktime.c
mv -f .deps/mktime.Tpo .deps/mktime.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT openat-proc.o -MD -MP -MF .deps/openat-proc.Tpo -c -o openat-proc.o openat-proc.c
mv -f .deps/openat-proc.Tpo .deps/openat-proc.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT pthread_sigmask.o -MD -MP -MF .deps/pthread_sigmask.Tpo -c -o pthread_sigmask.o pthread_sigmask.c
mv -f .deps/pthread_sigmask.Tpo .deps/pthread_sigmask.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT putenv.o -MD -MP -MF .deps/putenv.Tpo -c -o putenv.o putenv.c
mv -f .deps/putenv.Tpo .deps/putenv.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT readlink.o -MD -MP -MF .deps/readlink.Tpo -c -o readlink.o readlink.c
mv -f .deps/readlink.Tpo .deps/readlink.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT readlinkat.o -MD -MP -MF .deps/readlinkat.Tpo -c -o readlinkat.o readlinkat.c
mv -f .deps/readlinkat.Tpo .deps/readlinkat.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT secure_getenv.o -MD -MP -MF .deps/secure_getenv.Tpo -c -o secure_getenv.o secure_getenv.c
mv -f .deps/secure_getenv.Tpo .deps/secure_getenv.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT sig2str.o -MD -MP -MF .deps/sig2str.Tpo -c -o sig2str.o sig2str.c
mv -f .deps/sig2str.Tpo .deps/sig2str.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT stat.o -MD -MP -MF .deps/stat.Tpo -c -o stat.o stat.c
mv -f .deps/stat.Tpo .deps/stat.Po
clang -DHAVE_CONFIG_H -I. -I../lib -I../src -I../src -g3 -O2 -MT symlink.o -MD -MP -MF .deps/symlink.Tpo -c -o symlink.o symlink.c
mv -f .deps/symlink.Tpo .deps/symlink.Po
rm -f libgnu.a
ar cru libgnu.a allocator.o binary-io.o c-ctype.o c-strcasecmp.o c-strncasecmp.o careadlinkat.o close-stream.o count-one-bits.o count-trailing-zeros.o md5.o sha1.o sha256.o sha512.o dtoastr.o dtotimespec.o filemode.o gettime.o pipe2.o acl-errno-valid.o file-has-acl.o qcopy-acl.o qset-acl.o stat-time.o strftime.o tempname.o timespec.o timespec-add.o timespec-sub.o u64.o unistd.o utimens.o openat-die.o save-cwd.o acl_entries.o euidaccess.o faccessat.o fdopendir.o fpending.o fstatat.o getgroups.o getopt.o getopt1.o group-member.o lstat.o memrchr.o mkostemp.o mktime.o openat-proc.o pthread_sigmask.o putenv.o readlink.o readlinkat.o secure_getenv.o sig2str.o stat.o symlink.o
/usr/bin/ranlib: file: libgnu.a(u64.o) has no symbols
/usr/bin/ranlib: file: libgnu.a(unistd.o) has no symbols
ranlib libgnu.a
ranlib: file: libgnu.a(u64.o) has no symbols
ranlib: file: libgnu.a(unistd.o) has no symbols
cd lib-src && /usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make'
clang -c -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 ./../src/regex.c
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 -DEMACS_NAME="\"GNU Emacs\"" \
-DVERSION="\"24.4\"" ./etags.c \
regex.o ../lib/libgnu.a -o etags
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" \
-DVERSION="\"24.4\"" ./etags.c \
regex.o ../lib/libgnu.a -o ctags
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 ./emacsclient.c \
-DVERSION="\"24.4\"" ../lib/libgnu.a \
-o emacsclient
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 -DVERSION="\"24.4\"" \
./ebrowse.c ../lib/libgnu.a -o ebrowse
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 ./profile.c \
../lib/libgnu.a -o profile
clang -c -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -g3 -O2 ./pop.c
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 ./movemail.c pop.o \
../lib/libgnu.a -o movemail
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 ./hexl.c ../lib/libgnu.a -o hexl
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 -DHAVE_SHARED_GAME_DIR="\"/usr/local/Cellar/emacs/24.4/var/games/emacs\"" \
./update-game-score.c ../lib/libgnu.a \
-o update-game-score
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 -o test-distrib ./test-distrib.c
./test-distrib ./testfile
clang -Wno-switch -Wno-pointer-sign -I. -I../src -I../lib -I. -I./../src -I./../lib -lfreetype -lfontconfig -g3 -O2 ./make-docfile.c ../lib/libgnu.a \
-o make-docfile
dirstate='.bzr/checkout/dirstate'; \
vcswitness='$(srcdir)/../'$dirstate; \
[ -r "./$dirstate" ] || vcswitness=''; \
cd src || exit; \
boot=bootstrap-emacs; \
[ ! -x "$boot" ] || boot=''; \
/usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make' BOOTSTRAPEMACS="$boot" \
VCSWITNESS="$vcswitness"
../lib-src/make-docfile -d . -g dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o decompress.o xfont.o ftfont.o xftfont.o ftxfont.o fontset.o fringe.o image.o > gl.tmp
./../build-aux/move-if-change gl.tmp globals.h
echo timestamp > gl-stamp
cd ../lwlib && \
/usr/bin/make CC='clang' CFLAGS='-g3 -O2' MAKE='/usr/bin/make' \
liblw.a
clang -c -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include `echo -Wno-switch -Wno-pointer-sign | sed 's/ -Wwrite-strings//'` -g3 -O2 -Demacs -I../src -I. -I./../src -I../lib -I./../lib lwlib.c
clang -c -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include `echo -Wno-switch -Wno-pointer-sign | sed 's/ -Wwrite-strings//'` -g3 -O2 -Demacs -I../src -I. -I./../src -I../lib -I./../lib lwlib-Xlw.c
clang -c -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include `echo -Wno-switch -Wno-pointer-sign | sed 's/ -Wwrite-strings//'` -g3 -O2 -Demacs -I../src -I. -I./../src -I../lib -I./../lib xlwmenu.c
clang -c -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include `echo -Wno-switch -Wno-pointer-sign | sed 's/ -Wwrite-strings//'` -g3 -O2 -Demacs -I../src -I. -I./../src -I../lib -I./../lib lwlib-Xaw.c
clang -c -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include `echo -Wno-switch -Wno-pointer-sign | sed 's/ -Wwrite-strings//'` -g3 -O2 -Demacs -I../src -I. -I./../src -I../lib -I./../lib lwlib-utils.c
rm -f liblw.a
ar cru liblw.a lwlib.o lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o lwlib-utils.o
ranlib liblw.a
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/dispnew.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 dispnew.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/frame.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 frame.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/scroll.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 scroll.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xdisp.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xdisp.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/menu.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 menu.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xmenu.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xmenu.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/window.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 window.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/charset.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 charset.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/coding.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 coding.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/category.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 category.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/ccl.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 ccl.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/character.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 character.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/chartab.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 chartab.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/bidi.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 bidi.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/cm.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 cm.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/term.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 term.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/terminal.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 terminal.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xfaces.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xfaces.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xterm.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xterm.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xfns.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xfns.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xselect.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xselect.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xrdb.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xrdb.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xsmfns.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xsmfns.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xsettings.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xsettings.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/emacs.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 emacs.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/keyboard.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 keyboard.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/macros.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 macros.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/keymap.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 keymap.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/sysdep.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 sysdep.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/buffer.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 buffer.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/filelock.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 filelock.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/insdel.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 insdel.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/marker.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 marker.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/minibuf.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 minibuf.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/fileio.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 fileio.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/dired.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 dired.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/cmds.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 cmds.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/casetab.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 casetab.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/casefiddle.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 casefiddle.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/indent.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 indent.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/search.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 search.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/regex.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 regex.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/undo.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 undo.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/alloc.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 alloc.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/data.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 data.c
for i in dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o decompress.o xfont.o ftfont.o xftfont.o ftxfont.o fontset.o fringe.o image.o terminfo.o lastfile.o widget.o ; do \
echo "$i" | sed 's,.*/,,; s/\.obj$/\.o/; s/^/"/; s/$/",/' \
|| exit; \
done >buildobj.h.tmp
mv buildobj.h.tmp buildobj.h
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/doc.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 doc.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/editfns.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 editfns.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/callint.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 callint.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/eval.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 eval.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/floatfns.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 floatfns.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/fns.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 fns.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/font.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 font.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/print.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 print.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/lread.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 lread.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/syntax.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 syntax.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/unexmacosx.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 unexmacosx.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/bytecode.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 bytecode.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/process.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 process.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/gnutls.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 gnutls.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/callproc.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 callproc.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/region-cache.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 region-cache.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/sound.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 sound.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/atimer.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 atimer.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/doprnt.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 doprnt.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/intervals.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 intervals.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/textprop.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 textprop.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/composite.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 composite.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xml.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xml.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/profiler.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 profiler.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/decompress.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 decompress.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xfont.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xfont.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/ftfont.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 ftfont.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/xftfont.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 xftfont.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/ftxfont.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 ftxfont.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/fontset.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 fontset.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/fringe.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 fringe.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/image.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 image.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/terminfo.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 terminfo.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/lastfile.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 lastfile.c
clang -c -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/widget.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 widget.c
clang -Demacs -I. -I. -I../lib -I./../lib -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -I/opt/X11/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/6.9.0-3/include/ImageMagick-6 -I/usr/include/libxml2 -I/opt/X11/include -I/opt/X11/include -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/opt/X11/include -I/opt/X11/include/freetype2 -MMD -MF deps/.d -MP -Wno-switch -Wno-pointer-sign -g3 -O2 -fno-pie -prebind -Xlinker -headerpad -Xlinker 1000 -lfreetype -lfontconfig \
-o temacs dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o decompress.o xfont.o ftfont.o xftfont.o ftxfont.o fontset.o fringe.o image.o terminfo.o lastfile.o widget.o ../lib/libgnu.a ../lwlib/liblw.a -lpng16 -lz -lm -lXpm -lXaw3d -lXmu -lXt -lSM -lICE -lXext -lX11 -lXrender -L/opt/X11/lib -lXft -L/usr/local/Cellar/imagemagick/6.9.0-3/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -L/opt/X11/lib -lXrandr -L/opt/X11/lib -lXinerama -lxml2 -lncurses -L/usr/local/Cellar/freetype/2.5.5/lib -lfreetype -L/usr/local/Cellar/freetype/2.5.5/lib -L/opt/X11/lib -lfontconfig -lfreetype -lpthread -lz
../build-aux/install-sh -c -d ../etc
:
test "no" = "yes" || \
test "X" = X || -r temacs
test "no" = "yes" || test -z "" || \
-n user.pax.flags -v r temacs
cd ../lisp; /usr/bin/make update-subdirs
for file in `find . -type d -print`; do case $file in .*/cedet* | .*/leim* ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \
for file in $wins; do \
./../build-aux/update-subdirs $file; \
done;
if test "no" = "yes"; then \
rm -f bootstrap-emacs; \
ln temacs bootstrap-emacs; \
else \
./temacs --batch --load loadup bootstrap || exit 1; \
test "X" = X || -zex emacs; \
mv -f emacs bootstrap-emacs; \
fi
Loading loadup.el (source)...
Using load-path (/private/tmp/emacs-IVlYFY/emacs-24.4/lisp /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/textmodes /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/vc)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading cus-start...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading button...
Loading startup...
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading minibuffer...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/charprop.el (source)...
Loading international/characters...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading language/japanese...
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/cp51932.el (source)...
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/eucjp-ms.el (source)...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading indent...
Loading frame...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading dynamic-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading tooltip...
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/leim/leim-list.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
87724 pure bytes used
--- List of All Regions ---
address size prot maxp
--- List of Regions to be Dumped ---
address size prot maxp
--- Header Information ---
Magic = 0xfeedfacf
CPUType = 16777223
CPUSubType = -2147483645
FileType = 0x2
NCmds = 34
SizeOfCmds = 3176
Flags = 0x00000085
Highest address of load commands in input file: 0x100596000
Lowest offset of all sections in __TEXT segment: 0x6dd4
--- List of Load Commands in Input File ---
# cmd cmdsize name address size
0 LC_SEGMENT_64 72 __PAGEZERO 0 0x100000000
1 LC_SEGMENT_64 632 __TEXT 0x100000000 0x1eb000
__text 0x100006dd4 0x19c858
__stubs 0x1001a362c 0xf12
__stub_helper 0x1001a4540 0x192e
__const 0x1001a5e70 0xbb8
__cstring 0x1001a6a30 0x17c1e
__unwind_info 0x1001be64e 0x2650
__eh_frame 0x1001c0ca0 0x2a358
2 LC_SEGMENT_64 712 __DATA 0x1001eb000 0x34d000
__program_vars 0x1001eb000 0x28
__got 0x1001eb028 0x1a8
__nl_symbol_ptr 0x1001eb1d0 0x10
__la_symbol_ptr 0x1001eb1e0 0x1418
__data 0x1001ec600 0x2d0508
__const 0x1004bcb10 0x3e60
__common 0x1004c0970 0x4220
__bss 0x1004c4b90 0x72c09
3 LC_SEGMENT_64 72 __LINKEDIT 0x100538000 0x5e000
4 LC_DYLD_INFO_ONLY 48
5 LC_SYMTAB 24
6 LC_DYSYMTAB 80
7 LC_LOAD_DYLINKER 32
8 LC_UUID 24
9 LC_VERSION_MIN_MACOSX 16
10 LC_UNIXTHREAD 184
11 LC_LOAD_DYLIB 72
12 LC_LOAD_DYLIB 64
13 LC_LOAD_DYLIB 72
14 LC_LOAD_DYLIB 48
15 LC_LOAD_DYLIB 56
16 LC_LOAD_DYLIB 56
17 LC_LOAD_DYLIB 56
18 LC_LOAD_DYLIB 56
19 LC_LOAD_DYLIB 56
20 LC_LOAD_DYLIB 56
21 LC_LOAD_DYLIB 56
22 LC_LOAD_DYLIB 56
23 LC_LOAD_DYLIB 56
24 LC_LOAD_DYLIB 56
25 LC_LOAD_DYLIB 56
26 LC_LOAD_DYLIB 72
27 LC_LOAD_DYLIB 72
28 LC_LOAD_DYLIB 56
29 LC_LOAD_DYLIB 64
30 LC_LOAD_DYLIB 56
31 LC_LOAD_DYLIB 56
32 LC_FUNCTION_STARTS 16
33 LC_DATA_IN_CODE 16
0x1022fc080 (sz: 0x3f2c/ 0x3f30)
0x102200000 (sz: 0x6b015/ 0xfc080)
0x100ffc080 (sz: 0x3f2d/ 0x3f30)
0x100f00000 (sz: 0xfc07d/ 0xfc080)
0x102ff8000 (sz: 0x82e/ 0x7fa8)
0x102800000 (sz: 0x803ff/0x7f8000)
0x101ff8000 (sz: 0x7fa5/ 0x7fa8)
0x101800000 (sz: 0x7f7ffd/0x7f8000)
0x100d56000 (sz: 0/ 0x1000)
--- Load Commands written to Output File ---
Writing segment __PAGEZERO @ 0 ( 0/0x100000000 @ 0)
Writing segment __TEXT @ 0 (0x1eb000/0x1eb000 @ 0x100000000)
Writing segment __DATA @ 0x1eb000 (0x34d000/0x34d000 @ 0x1001eb000)
section __program_vars at 0x1eb000 - 0x1eb028 (sz: 0x28)
section __got at 0x1eb028 - 0x1eb1d0 (sz: 0x1a8)
section __nl_symbol_ptr at 0x1eb1d0 - 0x1eb1e0 (sz: 0x10)
section __la_symbol_ptr at 0x1eb1e0 - 0x1ec5f8 (sz: 0x1418)
section __data at 0x1ec600 - 0x4bcb08 (sz: 0x2d0508)
section __const at 0x4bcb10 - 0x4c0970 (sz: 0x3e60)
section __common at 0x4c0970 - 0x4c4b90 (sz: 0x4220)
section __bss at 0x4c4b90 - 0x537799 (sz: 0x72c09)
Writing segment __DATA @ 0x538000 ( 0/ 0x1000 @ 0x100d56000)
Writing segment __DATA @ 0x538000 ( 0xfffad/ 0xfffb0 @ 0x100f00000)
Writing segment __DATA @ 0x638000 (0x7fffa5/0x7fffa8 @ 0x101800000)
Writing segment __DATA @ 0xe38000 ( 0x6b015/ 0xfc000 @ 0x102200000)
Writing segment __DATA @ 0xea4000 ( 0x3fac/ 0x3fb0 @ 0x1022fc000)
Writing segment __DATA @ 0xea8000 ( 0x803ff/0x7f8000 @ 0x102800000)
Writing segment __DATA @ 0xf29000 ( 0x82e/ 0x7fa8 @ 0x102ff8000)
Writing segment __LINKEDIT @ 0xf2a000 ( 0x5d7ac/ 0x5e000 @ 0x100538000)
Writing LC_DYLD_INFO_ONLY command
Writing LC_SYMTAB command
Writing LC_DYSYMTAB command
Writing LC_LOAD_DYLINKER command
Writing LC_UUID command
Writing LC_VERSION_MIN_MACOSX command
Writing LC_UNIXTHREAD command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_FUNCTION_STARTS command
Writing LC_DATA_IN_CODE command
24404 unused bytes follow Mach-O header
cd ../lisp; /usr/bin/make compile-first EMACS="../src/bootstrap-emacs"
make[2]: Nothing to be done for `compile-first'.
cd ../lisp; /usr/bin/make autoloads EMACS="../src/bootstrap-emacs"
cd . && chmod +w ps-print.el emulation/tpu-edt.el mail/rmail.el dired.el ibuffer.el htmlfontify.el emacs-lisp/eieio.el
for file in `find . -type d -print`; do case $file in .*/obsolete | .*/term ) ;; *) wins="$wins${wins:+ }$file" ;; esac; done; \
echo Directories: $wins; \
EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l autoload \
--eval '(setq autoload-builtin-package-versions t)' \
--eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name "./loaddefs.el")))' \
-f batch-update-autoloads $wins
Directories: . ./calc ./calendar ./cedet ./cedet/ede ./cedet/semantic ./cedet/semantic/analyze ./cedet/semantic/bovine ./cedet/semantic/decorate ./cedet/semantic/symref ./cedet/semantic/wisent ./cedet/srecode ./emacs-lisp ./emulation ./erc ./eshell ./gnus ./international ./language ./leim ./leim/ja-dic ./leim/quail ./mail ./mh-e ./net ./nxml ./org ./play ./progmodes ./textmodes ./url ./vc
Saving file /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el
Compiling ../lisp/emacs-lisp/byte-run.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In toplevel form:
emacs-lisp/byte-run.el:36:1:Warning: `macro-declaration-function' is an
obsolete function (as of 24.3); use `macro-declarations-alist' instead.
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/byte-run.elc
Compiling ../lisp/emacs-lisp/backquote.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/backquote.elc
Compiling ../lisp/subr.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In declare-function:
subr.el:32:11:Warning: macro declare-function used to take 2+ arguments, now
takes 2-4
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/subr.elc
Compiling ../lisp/version.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/version.elc
Compiling ../lisp/widget.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/widget.elc
Compiling ../lisp/custom.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/custom.elc
Compiling ../lisp/emacs-lisp/map-ynp.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/map-ynp.elc
Compiling ../lisp/cus-start.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/cus-start.elc
Compiling ../lisp/international/mule.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/mule.elc
Compiling ../lisp/international/mule-conf.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/mule-conf.elc
Compiling ../lisp/env.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/env.elc
Compiling ../lisp/format.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/format.elc
Compiling ../lisp/bindings.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/bindings.elc
Compiling ../lisp/files.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In create-file-buffer:
files.el:1659:8:Warning: function create-file-buffer used to take 0+
arguments, now takes 1
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/files.elc
Compiling ../lisp/emacs-lisp/macroexp.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/macroexp.elc
Compiling ../lisp/cus-face.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/cus-face.elc
Compiling ../lisp/faces.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/faces.elc
Compiling ../lisp/button.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/button.elc
Compiling ../lisp/startup.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In toplevel form:
startup.el:118:1:Warning: global/dynamic var `argi' lacks a prefix
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/startup.elc
Compiling ../lisp/emacs-lisp/nadvice.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/nadvice.elc
Compiling ../lisp/minibuffer.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In display-completion-list:
minibuffer.el:1679:12:Warning: display-completion-list called with 2
arguments, but accepts only 1
In completion--in-region:
minibuffer.el:1924:62:Warning: `with-wrapper-hook' is an obsolete macro (as of
24.4); use a <foo>-function variable modified by `add-function'.
minibuffer.el:2878:1:Warning: Unused lexical variable `p1'
minibuffer.el:2878:1:Warning: Unused lexical variable `p2'
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/minibuffer.elc
Compiling ../lisp/abbrev.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In abbrev--default-expand:
abbrev.el:845:8:Warning: `with-wrapper-hook' is an obsolete macro (as of
24.4); use a <foo>-function variable modified by `add-function'.
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/abbrev.elc
Compiling ../lisp/simple.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In buffer-substring--filter:
simple.el:3516:52:Warning: `with-wrapper-hook' is an obsolete macro (as of
24.4); use a <foo>-function variable modified by `add-function'.
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/simple.elc
Compiling ../lisp/help.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/help.elc
Compiling ../lisp/jka-cmpr-hook.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/jka-cmpr-hook.elc
Compiling ../lisp/epa-hook.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/epa-hook.elc
Compiling ../lisp/international/mule-cmds.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/mule-cmds.elc
Compiling ../lisp/case-table.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/case-table.elc
Compiling ../lisp/international/characters.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/characters.elc
Compiling ../lisp/composite.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/composite.elc
cd ../admin/unidata && /usr/bin/make all EMACS="../../src/bootstrap-emacs"
make[2]: Nothing to be done for `all'.
Compiling ../lisp/language/chinese.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/chinese.elc
Compiling ../lisp/language/cyrillic.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/cyrillic.elc
Compiling ../lisp/language/indian.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/indian.elc
Compiling ../lisp/language/sinhala.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/sinhala.elc
Compiling ../lisp/language/english.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/english.elc
Compiling ../lisp/language/ethiopic.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/ethiopic.elc
Compiling ../lisp/language/european.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/european.elc
Compiling ../lisp/language/czech.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/czech.elc
Compiling ../lisp/language/slovak.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/slovak.elc
Compiling ../lisp/language/romanian.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/romanian.elc
Compiling ../lisp/language/greek.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/greek.elc
Compiling ../lisp/language/hebrew.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/hebrew.elc
Compiling ../lisp/language/japanese.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/japanese.elc
Compiling ../lisp/language/korean.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/korean.elc
Compiling ../lisp/language/lao.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/lao.elc
Compiling ../lisp/language/tai-viet.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/tai-viet.elc
Compiling ../lisp/language/thai.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/thai.elc
Compiling ../lisp/language/tibetan.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/tibetan.elc
Compiling ../lisp/language/vietnamese.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/vietnamese.elc
Compiling ../lisp/language/misc-lang.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/misc-lang.elc
Compiling ../lisp/language/utf-8-lang.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/utf-8-lang.elc
Compiling ../lisp/language/georgian.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/georgian.elc
Compiling ../lisp/language/khmer.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/khmer.elc
Compiling ../lisp/language/burmese.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/burmese.elc
Compiling ../lisp/language/cham.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/language/cham.elc
Compiling ../lisp/indent.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/indent.elc
Compiling ../lisp/window.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/window.elc
Compiling ../lisp/frame.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/frame.elc
Compiling ../lisp/term/tty-colors.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/term/tty-colors.elc
Compiling ../lisp/font-core.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/font-core.elc
Compiling ../lisp/facemenu.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/facemenu.elc
Compiling ../lisp/emacs-lisp/syntax.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/syntax.elc
Compiling ../lisp/font-lock.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/font-lock.elc
Compiling ../lisp/jit-lock.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/jit-lock.elc
Compiling ../lisp/mouse.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In toplevel form:
mouse.el:94:1:Warning: Unused lexical variable `this-event'
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/mouse.elc
Compiling ../lisp/scroll-bar.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/scroll-bar.elc
Compiling ../lisp/select.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/select.elc
Compiling ../lisp/emacs-lisp/timer.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/timer.elc
Compiling ../lisp/isearch.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/isearch.elc
Compiling ../lisp/rfn-eshadow.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/rfn-eshadow.elc
Compiling ../lisp/menu-bar.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/menu-bar.elc
Compiling ../lisp/emacs-lisp/lisp.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In beginning-of-defun-raw:
emacs-lisp/lisp.el:310:27:Warning: `font-lock-beginning-of-syntax-function' is
an obsolete variable (as of 23.3); use `syntax-begin-function' instead.
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/lisp.elc
Compiling ../lisp/textmodes/page.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/textmodes/page.elc
Compiling ../lisp/register.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/register.elc
Compiling ../lisp/textmodes/paragraphs.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/textmodes/paragraphs.elc
Compiling ../lisp/progmodes/prog-mode.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/prog-mode.elc
Compiling ../lisp/emacs-lisp/lisp-mode.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/lisp-mode.elc
Compiling ../lisp/textmodes/text-mode.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/textmodes/text-mode.elc
Compiling ../lisp/textmodes/fill.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/textmodes/fill.elc
Compiling ../lisp/newcomment.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/newcomment.elc
Compiling ../lisp/replace.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/replace.elc
Compiling ../lisp/emacs-lisp/tabulated-list.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/tabulated-list.elc
Compiling ../lisp/buff-menu.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/buff-menu.elc
Compiling ../lisp/fringe.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/fringe.elc
Compiling ../lisp/emacs-lisp/regexp-opt.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/regexp-opt.elc
Compiling ../lisp/image.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/image.elc
Compiling ../lisp/international/fontset.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/international/fontset.elc
Compiling ../lisp/dnd.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/dnd.elc
Compiling ../lisp/tool-bar.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/tool-bar.elc
Compiling ../lisp/dynamic-setting.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/dynamic-setting.elc
Compiling ../lisp/x-dnd.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/x-dnd.elc
Compiling ../lisp/term/common-win.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/term/common-win.elc
Compiling ../lisp/term/x-win.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/term/x-win.elc
Compiling ../lisp/w32-vars.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/w32-vars.elc
Compiling ../lisp/term/w32-win.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In toplevel form:
term/w32-win.el:238:15:Warning: reference to free variable `libjpeg-version'
term/w32-win.el:254:16:Warning: reference to free variable `libgif-version'
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/term/w32-win.elc
Compiling ../lisp/ls-lisp.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/ls-lisp.elc
Compiling ../lisp/disp-table.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/disp-table.elc
Compiling ../lisp/w32-common-fns.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/w32-common-fns.elc
Compiling ../lisp/dos-w32.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/dos-w32.elc
Compiling ../lisp/w32-fns.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/w32-fns.elc
Compiling ../lisp/dos-fns.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/dos-fns.elc
Compiling ../lisp/dos-vars.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/dos-vars.elc
Compiling ../lisp/term/pc-win.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/term/pc-win.elc
Compiling ../lisp/term/internal.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/term/internal.elc
Compiling ../lisp/term/ns-win.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/term/ns-win.elc
Compiling ../lisp/mwheel.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/mwheel.elc
Compiling ../lisp/emacs-lisp/float-sup.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
In toplevel form:
emacs-lisp/float-sup.el:31:1:Warning: global/dynamic var `pi' lacks a prefix
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/emacs-lisp/float-sup.elc
Compiling ../lisp/vc/vc-hooks.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/vc/vc-hooks.elc
Compiling ../lisp/vc/ediff-hook.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/vc/ediff-hook.elc
Compiling ../lisp/electric.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/electric.elc
Compiling ../lisp/uniquify.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/uniquify.elc
Compiling ../lisp/tooltip.el
Reloading stale loaddefs.el
Loading /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/loaddefs.el (source)...
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/tooltip.elc
../build-aux/install-sh -c -d ../etc
rm -f ../etc/DOC
../lib-src/make-docfile -d . dosfns.o msdos.o xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o fontset.o dbusbind.o cygw32.o nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o macfont.o w32.o w32console.o w32fns.o w32heap.o w32inevt.o w32notify.o w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o w16select.o widget.o xfont.o ftfont.o xftfont.o ftxfont.o gtkutil.o xsettings.o xgselect.o termcap.o dispnew.o frame.o scroll.o xdisp.o menu.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o bidi.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o font.o print.o lread.o syntax.o unexmacosx.o bytecode.o process.o gnutls.o callproc.o region-cache.o sound.o atimer.o doprnt.o intervals.o textprop.o composite.o xml.o profiler.o decompress.o xfont.o ftfont.o xftfont.o ftxfont.o fontset.o fringe.o image.o > ../etc/DOC
../lib-src/make-docfile -a ../etc/DOC -d ./../lisp `sed -n -e 's| \\\\||' -e 's|^[ ]*$(lispsource)/||p' ./lisp.mk`
cd ../leim && /usr/bin/make leim-list.el EMACS="../src/bootstrap-emacs"
EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l titdic-cnv \
-f batch-titdic-convert -dir ./../lisp/leim/quail ./CXTERM-DIC
Converting all tit files in the directory /private/tmp/emacs-IVlYFY/emacs-24.4/leim/CXTERM-DIC
Byte-compile the created files by:
% emacs -batch -f batch-byte-compile XXX.el
echo "changed" > changed.tit
EMACSLOADPATH= '../src/bootstrap-emacs' -batch --no-site-file --no-site-lisp -l titdic-cnv \
-f batch-miscdic-convert -dir ./../lisp/leim/quail ./MISC-DIC
ZIRANMA.el is up to date
PY.el is up to date
CTLau.el is up to date
CTLau-b5.el is up to date
tsang-cns.el is up to date
quick-cns.el is up to date
tsang-b5.el is up to date
quick-b5.el is up to date
echo "changed" > changed.misc
if test "no" = "yes"; then \
rm -f emacs; \
ln temacs emacs; \
else \
LC_ALL=C ./temacs -batch -l loadup dump || exit 1; \
test "X" = X || -zex emacs; \
rm -f bootstrap-emacs; \
ln emacs bootstrap-emacs; \
fi
Loading loadup.el (source)...
Using load-path (/private/tmp/emacs-IVlYFY/emacs-24.4/lisp)
Loading emacs-lisp/byte-run...
Loading emacs-lisp/backquote...
Loading subr...
Loading version...
Loading widget...
Loading custom...
Loading emacs-lisp/map-ynp...
Loading international/mule...
Loading international/mule-conf...
Loading env...
Loading format...
Loading bindings...
Loading cus-start...
Loading window...
Loading files...
Loading emacs-lisp/macroexp...
Loading cus-face...
Loading faces...
Loading button...
Loading startup...
Loading loaddefs.el (source)...
Loading emacs-lisp/nadvice...
Loading minibuffer...
Loading abbrev...
Loading simple...
Loading help...
Loading jka-cmpr-hook...
Loading epa-hook...
Loading international/mule-cmds...
Loading case-table...
Loading international/charprop.el (source)...
Loading international/characters...
Loading composite...
Loading language/chinese...
Loading language/cyrillic...
Loading language/indian...
Loading language/sinhala...
Loading language/english...
Loading language/ethiopic...
Loading language/european...
Loading language/czech...
Loading language/slovak...
Loading language/romanian...
Loading language/greek...
Loading language/hebrew...
Loading language/japanese...
Loading international/cp51932.el (source)...
Loading international/eucjp-ms.el (source)...
Loading language/korean...
Loading language/lao...
Loading language/tai-viet...
Loading language/thai...
Loading language/tibetan...
Loading language/vietnamese...
Loading language/misc-lang...
Loading language/utf-8-lang...
Loading language/georgian...
Loading language/khmer...
Loading language/burmese...
Loading language/cham...
Loading indent...
Loading frame...
Loading term/tty-colors...
Loading font-core...
Loading facemenu...
Loading emacs-lisp/syntax...
Loading font-lock...
Loading jit-lock...
Loading mouse...
Loading scroll-bar...
Loading select...
Loading emacs-lisp/timer...
Loading isearch...
Loading rfn-eshadow...
Loading menu-bar...
Loading emacs-lisp/lisp...
Loading textmodes/page...
Loading register...
Loading textmodes/paragraphs...
Loading progmodes/prog-mode...
Loading emacs-lisp/lisp-mode...
Loading textmodes/text-mode...
Loading textmodes/fill...
Loading newcomment...
Loading replace...
Loading emacs-lisp/tabulated-list...
Loading buff-menu...
Loading fringe...
Loading emacs-lisp/regexp-opt...
Loading image...
Loading international/fontset...
Loading dnd...
Loading tool-bar...
Loading dynamic-setting...
Loading x-dnd...
Loading term/common-win...
Loading term/x-win...
Loading mwheel...
Loading emacs-lisp/float-sup...
Loading vc/vc-hooks...
Loading vc/ediff-hook...
Loading uniquify...
Loading electric...
Loading tooltip...
Loading leim/leim-list.el (source)...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Pure-hashed: 23790 strings, 3452 vectors, 37060 conses, 3244 bytecodes, 82 others
Dumping under the name emacs
2661743 pure bytes used
Adding name emacs-24.4.1
--- List of All Regions ---
address size prot maxp
--- List of Regions to be Dumped ---
address size prot maxp
--- Header Information ---
Magic = 0xfeedfacf
CPUType = 16777223
CPUSubType = -2147483645
FileType = 0x2
NCmds = 34
SizeOfCmds = 3176
Flags = 0x00000085
Highest address of load commands in input file: 0x100596000
Lowest offset of all sections in __TEXT segment: 0x6dd4
--- List of Load Commands in Input File ---
# cmd cmdsize name address size
0 LC_SEGMENT_64 72 __PAGEZERO 0 0x100000000
1 LC_SEGMENT_64 632 __TEXT 0x100000000 0x1eb000
__text 0x100006dd4 0x19c858
__stubs 0x1001a362c 0xf12
__stub_helper 0x1001a4540 0x192e
__const 0x1001a5e70 0xbb8
__cstring 0x1001a6a30 0x17c1e
__unwind_info 0x1001be64e 0x2650
__eh_frame 0x1001c0ca0 0x2a358
2 LC_SEGMENT_64 712 __DATA 0x1001eb000 0x34d000
__program_vars 0x1001eb000 0x28
__got 0x1001eb028 0x1a8
__nl_symbol_ptr 0x1001eb1d0 0x10
__la_symbol_ptr 0x1001eb1e0 0x1418
__data 0x1001ec600 0x2d0508
__const 0x1004bcb10 0x3e60
__common 0x1004c0970 0x4220
__bss 0x1004c4b90 0x72c09
3 LC_SEGMENT_64 72 __LINKEDIT 0x100538000 0x5e000
4 LC_DYLD_INFO_ONLY 48
5 LC_SYMTAB 24
6 LC_DYSYMTAB 80
7 LC_LOAD_DYLINKER 32
8 LC_UUID 24
9 LC_VERSION_MIN_MACOSX 16
10 LC_UNIXTHREAD 184
11 LC_LOAD_DYLIB 72
12 LC_LOAD_DYLIB 64
13 LC_LOAD_DYLIB 72
14 LC_LOAD_DYLIB 48
15 LC_LOAD_DYLIB 56
16 LC_LOAD_DYLIB 56
17 LC_LOAD_DYLIB 56
18 LC_LOAD_DYLIB 56
19 LC_LOAD_DYLIB 56
20 LC_LOAD_DYLIB 56
21 LC_LOAD_DYLIB 56
22 LC_LOAD_DYLIB 56
23 LC_LOAD_DYLIB 56
24 LC_LOAD_DYLIB 56
25 LC_LOAD_DYLIB 56
26 LC_LOAD_DYLIB 72
27 LC_LOAD_DYLIB 72
28 LC_LOAD_DYLIB 56
29 LC_LOAD_DYLIB 64
30 LC_LOAD_DYLIB 56
31 LC_LOAD_DYLIB 56
32 LC_FUNCTION_STARTS 16
33 LC_DATA_IN_CODE 16
0x100ffc080 (sz: 0x3f2c/ 0x3f30)
0x100f00000 (sz: 0x53d15/ 0xfc080)
0x1017f8000 (sz: 0x5436/ 0x7fa8)
0x101000000 (sz: 0x540bff/0x7f8000)
0x100d55000 (sz: 0xc9b/ 0x1000)
0x100d56000 (sz: 0x88b95/ 0x89000)
0x102112000 (sz: 0x88b95/ 0x89000)
0x10219b000 (sz: 0xaae8d/ 0xab000)
0x102000000 (sz: 0x111715/0x112000)
--- Load Commands written to Output File ---
Writing segment __PAGEZERO @ 0 ( 0/0x100000000 @ 0)
Writing segment __TEXT @ 0 (0x1eb000/0x1eb000 @ 0x100000000)
Writing segment __DATA @ 0x1eb000 (0x34d000/0x34d000 @ 0x1001eb000)
section __program_vars at 0x1eb000 - 0x1eb028 (sz: 0x28)
section __got at 0x1eb028 - 0x1eb1d0 (sz: 0x1a8)
section __nl_symbol_ptr at 0x1eb1d0 - 0x1eb1e0 (sz: 0x10)
section __la_symbol_ptr at 0x1eb1e0 - 0x1ec5f8 (sz: 0x1418)
section __data at 0x1ec600 - 0x4bcb08 (sz: 0x2d0508)
section __const at 0x4bcb10 - 0x4c0970 (sz: 0x3e60)
section __common at 0x4c0970 - 0x4c4b90 (sz: 0x4220)
section __bss at 0x4c4b90 - 0x537799 (sz: 0x72c09)
Writing segment __DATA @ 0x538000 ( 0x89b95/ 0x8a000 @ 0x100d55000)
Writing segment __DATA @ 0x5c2000 ( 0x53d15/ 0xfc000 @ 0x100f00000)
Writing segment __DATA @ 0x616000 ( 0x3fac/ 0x3fb0 @ 0x100ffc000)
Writing segment __DATA @ 0x61a000 (0x540bff/0x7f8000 @ 0x101000000)
Writing segment __DATA @ 0xb5b000 ( 0x5436/ 0x7fa8 @ 0x1017f8000)
Writing segment __DATA @ 0xb61000 (0x245e8d/0x246000 @ 0x102000000)
Writing segment __LINKEDIT @ 0xda7000 ( 0x5d7ac/ 0x5e000 @ 0x100538000)
Writing LC_DYLD_INFO_ONLY command
Writing LC_SYMTAB command
Writing LC_DYSYMTAB command
Writing LC_LOAD_DYLINKER command
Writing LC_UUID command
Writing LC_VERSION_MIN_MACOSX command
Writing LC_UNIXTHREAD command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_LOAD_DYLIB command
Writing LC_FUNCTION_STARTS command
Writing LC_DATA_IN_CODE command
24476 unused bytes follow Mach-O header
cd lisp && /usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make'
cd ../leim && /usr/bin/make all EMACS="../src/emacs"
case ../src/emacs in \
.*) EMACS="../../src/emacs" ;; \
*) EMACS="../src/emacs" ;; \
esac; \
cd ../admin/grammars && /usr/bin/make all EMACS="${EMACS}"
make[2]: Nothing to be done for `all'.
Compiling progmodes/cc-defs.el
In c-lang-defconst:
progmodes/cc-defs.el:1947:39:Warning: `cl-macroexpand-all' is an obsolete
function (as of 24.3); use `macroexpand-all' instead.
In end of data:
progmodes/cc-defs.el:2269:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-restore-environment,
cc-bytecomp-setup-environment, cc-bytecomp-is-compiling, cc-bytecomp-load
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-defs.elc
Compiling progmodes/cc-vars.el
In end of data:
progmodes/cc-vars.el:1769:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-is-compiling,
cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-vars.elc
Compiling progmodes/cc-langs.el
In end of data:
progmodes/cc-langs.el:3274:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-langs.elc
Compiling progmodes/cc-engine.el
In end of data:
progmodes/cc-engine.el:11048:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-is-compiling,
cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-engine.elc
Compiling progmodes/cc-align.el
In end of data:
progmodes/cc-align.el:1337:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-align.elc
Compiling progmodes/cc-awk.el
In end of data:
progmodes/cc-awk.el:1151:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-is-compiling,
cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-awk.elc
Compiling progmodes/cc-cmds.el
In end of data:
progmodes/cc-cmds.el:4731:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-is-compiling,
cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-cmds.elc
Compiling progmodes/cc-styles.el
In end of data:
progmodes/cc-styles.el:667:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-is-compiling,
cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-styles.elc
Compiling progmodes/cc-compat.el
In end of data:
progmodes/cc-compat.el:165:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-compat.elc
Compiling progmodes/cc-fonts.el
In toplevel form:
progmodes/cc-fonts.el:235:49:Warning: `make-variable-buffer-local' not called
at toplevel
In end of data:
progmodes/cc-fonts.el:2723:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-restore-environment,
cc-bytecomp-setup-environment, cc-bytecomp-is-compiling
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-fonts.elc
Compiling progmodes/cc-menus.el
In end of data:
progmodes/cc-menus.el:525:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-is-compiling,
cc-bytecomp-restore-environment
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-menus.elc
Compiling progmodes/cc-mode.el
In toplevel form:
progmodes/cc-mode.el:105:21:Warning: `font-lock-syntactic-keywords' is an
obsolete variable (as of 24.1); use `syntax-propertize-function' instead.
In c-init-language-vars-for:
progmodes/cc-mode.el:158:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:159:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:159:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:160:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:161:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:161:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:162:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:163:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
progmodes/cc-mode.el:164:53:Warning: (lambda nil ...) quoted with ' rather
than with #'
In end of data:
progmodes/cc-mode.el:1783:1:Warning: the following functions might not be
defined at runtime: cc-bytecomp-load, cc-bytecomp-is-compiling,
cc-bytecomp-restore-environment, cc-bytecomp-setup-environment,
c-populate-syntax-table
Wrote /private/tmp/emacs-IVlYFY/emacs-24.4/lisp/progmodes/cc-mode.elc
==> make install
[ -r "src/config.in" ] || ( cd . && autoheader )
cd lib && /usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make'
/usr/bin/make all-am
make[2]: Nothing to be done for `all-am'.
cd lib-src && /usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make'
make[1]: Nothing to be done for `all'.
dirstate='.bzr/checkout/dirstate'; \
vcswitness='$(srcdir)/../'$dirstate; \
[ -r "./$dirstate" ] || vcswitness=''; \
cd src || exit; \
boot=bootstrap-emacs; \
[ ! -x "$boot" ] || boot=''; \
/usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make' BOOTSTRAPEMACS="$boot" \
VCSWITNESS="$vcswitness"
cd ../lwlib && \
/usr/bin/make CC='clang' CFLAGS='-g3 -O2' MAKE='/usr/bin/make' \
liblw.a
make[2]: `liblw.a' is up to date.
cd ../admin/unidata && /usr/bin/make all EMACS="../../src/bootstrap-emacs"
make[2]: Nothing to be done for `all'.
cd ../leim && /usr/bin/make leim-list.el EMACS="../src/bootstrap-emacs"
cd lisp && /usr/bin/make all \
CC='clang' CFLAGS='-g3 -O2' CPPFLAGS='' \
LDFLAGS='-lfreetype -lfontconfig ' MAKE='/usr/bin/make'
cd ../leim && /usr/bin/make all EMACS="../src/emacs"
case ../src/emacs in \
.*) EMACS="../../src/emacs" ;; \
*) EMACS="../src/emacs" ;; \
esac; \
cd ../admin/grammars && /usr/bin/make all EMACS="${EMACS}"
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `compile-targets'.
[ -r "src/config.in" ] || ( cd . && autoheader )
t=lispref-info; IFS=-; set $t; IFS=; cd doc/$1 && /usr/bin/make $2
make[2]: Nothing to be done for `info'.
t=lispintro-info; IFS=-; set $t; IFS=; cd doc/$1 && /usr/bin/make $2
make[2]: Nothing to be done for `info'.
t=emacs-info; IFS=-; set $t; IFS=; cd doc/$1 && /usr/bin/make $2
make[2]: Nothing to be done for `info'.
t=misc-info; IFS=-; set $t; IFS=; cd doc/$1 && /usr/bin/make $2
make[2]: Nothing to be done for `info'.
make[1]: Nothing to be done for `info-dir'.
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/share/info/emacs"
unset CDPATH; \
thisdir=`/bin/pwd`; \
exp_infodir=`cd "/usr/local/Cellar/emacs/24.4/share/info/emacs" && /bin/pwd`; \
if [ "`cd ./info && /bin/pwd`" = "$exp_infodir" ]; then \
true; \
else \
[ -f "/usr/local/Cellar/emacs/24.4/share/info/emacs/dir" ] || \
[ ! -f ./info/dir ] || \
/usr/bin/install -c -m 644 ./info/dir "/usr/local/Cellar/emacs/24.4/share/info/emacs/dir"; \
info_misc=`cd doc/misc && MAKELEVEL=0 /usr/bin/make -s echo-info`; \
cd ./info ; \
for elt in emacs.info eintr.info elisp.info ${info_misc}; do \
test "yes" = "no" && test ! -f $elt && continue; \
for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \
(cd "${thisdir}"; \
/usr/bin/install -c -m 644 ./info/$f "/usr/local/Cellar/emacs/24.4/share/info/emacs/$f"); \
[ -n "/usr/bin/gzip" ] || continue ; \
rm -f "/usr/local/Cellar/emacs/24.4/share/info/emacs/$f.gz"; \
/usr/bin/gzip -9n "/usr/local/Cellar/emacs/24.4/share/info/emacs/$f"; \
done; \
(cd "${thisdir}"; \
/usr/bin/install-info --info-dir="/usr/local/Cellar/emacs/24.4/share/info/emacs" "/usr/local/Cellar/emacs/24.4/share/info/emacs/$elt"); \
done; \
fi
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/share/man/man1"
thisdir=`/bin/pwd`; \
cd ./doc/man; \
for page in *.1; do \
dest=`echo "${page}" | sed -e 's/\.1$//' -e 's,x,x,'`.1; \
(cd "${thisdir}"; \
/usr/bin/install -c -m 644 ./doc/man/${page} "/usr/local/Cellar/emacs/24.4/share/man/man1/${dest}"); \
[ -n "/usr/bin/gzip" ] || continue ; \
rm -f "/usr/local/Cellar/emacs/24.4/share/man/man1/${dest}.gz"; \
/usr/bin/gzip -9n "/usr/local/Cellar/emacs/24.4/share/man/man1/${dest}" || true; \
done
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/share/applications"
tmp=etc/emacs.tmpdesktop; rm -f ${tmp}; \
emacs_name=`echo emacs | sed 's,x,x,'`; \
sed -e "/^Exec=emacs/ s/emacs/${emacs_name}/" \
-e "/^Icon=emacs/ s/emacs/${emacs_name}/" \
./etc/emacs.desktop > ${tmp}; \
/usr/bin/install -c -m 644 ${tmp} "/usr/local/Cellar/emacs/24.4/share/applications/`echo emacs | sed 's,x,x,'`.desktop"; \
rm -f ${tmp}
thisdir=`/bin/pwd`; \
cd ./etc/images/icons || exit 1; umask 022 ; \
for dir in */*/apps */*/mimetypes; do \
[ -d ${dir} ] || continue ; \
( cd "${thisdir}"; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/share/icons/${dir}" ) ; \
for icon in ${dir}/emacs[.-]*; do \
[ -r ${icon} ] || continue ; \
ext=`echo "${icon}" | sed -e 's|.*\.||'`; \
dest=`echo "${icon}" | sed -e 's|.*/||' -e "s|\.${ext}$||" -e 's/emacs/emacs/' -e 's,x,x,'`.${ext} ; \
( cd "${thisdir}"; \
/usr/bin/install -c -m 644 ./etc/images/icons/${icon} "/usr/local/Cellar/emacs/24.4/share/icons/${dir}/${dest}" ) \
|| exit 1; \
done ; \
done
set "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc" "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp" ; \
unset CDPATH; \
for installuser in ${LOGNAME} ${USERNAME} ${USER} `id -un 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; \
for dir in ./etc ./lisp ; do \
[ -d ${dir} ] || exit 1 ; \
dest="$1" ; shift ; \
if [ -d "${dest}" ]; then \
exp_dest=`cd "${dest}" && /bin/pwd`; \
[ "$exp_dest" = "`cd ${dir} && /bin/pwd`" ] && continue ; \
else true; \
fi; \
rm -rf "${dest}" ; \
umask 022; build-aux/install-sh -c -d "${dest}" ; \
echo "Copying ${dir} to ${dest}..." ; \
(cd ${dir}; tar -chf - . ) \
| (cd "${dest}"; umask 022; \
tar -xvf - && cat > /dev/null) || exit 1; \
if [ "${dir}" = "./etc" ]; then \
rm -f "${dest}/DOC"* ; \
rm -f "${dest}/refcards"/*.aux "${dest}/refcards"/*.dvi; \
rm -f "${dest}/refcards"/*.log; \
else true; \
fi; \
(cd "${dest}" || exit 1; \
for subdir in `find . -type d -print` ; do \
chmod a+rx ${subdir} ; \
rm -f ${subdir}/.gitignore ; \
rm -f ${subdir}/.arch-inventory ; \
rm -f ${subdir}/.DS_Store ; \
rm -f ${subdir}/\#* ; \
rm -f ${subdir}/.\#* ; \
rm -f ${subdir}/*~ ; \
rm -f ${subdir}/*.orig ; \
rm -f ${subdir}/ChangeLog* ; \
[ "${dir}" != "./etc" ] && \
rm -f ${subdir}/[mM]akefile*[.-]in ${subdir}/[mM]akefile ; \
done ); \
find "${dest}" -exec chown ${installuser} {} ';' ;\
done
Copying ./etc to /usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc...
x ./
x ./AUTHORS
x ./CALC-NEWS
x ./CENSORSHIP
x ./ChangeLog
x ./charsets/
x ./compilation.txt
x ./CONTRIBUTE
x ./COPYING
x ./DEBUG
x ./DEVEL.HUMOR
x ./DISTRIB
x ./DOC
x ./e/
x ./edt-user.el
x ./emacs-buffer.gdb
x ./emacs.appdata.xml
x ./emacs.desktop
x ./emacs.icon
x ./enriched.txt
x ./ERC-NEWS
x ./ETAGS.EBNF
x ./ETAGS.README
x ./forms/
x ./FTP
x ./future-bug
x ./GNU
x ./gnus/
x ./GNUS-NEWS
x ./gnus-tut.txt
x ./grep.txt
x ./HELLO
x ./images/
x ./JOKES
x ./LINUX-GNU
x ./MACHINES
x ./MH-E-NEWS
x ./MORE.STUFF
x ./NEWS
x ./NEWS.1-17
x ./NEWS.18
x ./NEWS.19
x ./NEWS.20
x ./NEWS.21
x ./NEWS.22
x ./NEWS.23
x ./NEXTSTEP
x ./nxml/
x ./NXML-NEWS
x ./ORDERS
x ./org/
x ./ORG-NEWS
x ./package-keyring.gpg
x ./PROBLEMS
x ./ps-prin0.ps
x ./ps-prin1.ps
x ./publicsuffix.txt
x ./README
x ./refcards/
x ./rgb.txt
x ./schema/
x ./ses-example.ses
x ./spook.lines
x ./srecode/
x ./TERMS
x ./THE-GNU-PROJECT
x ./themes/
x ./TODO
x ./tutorials/
x ./WHY-FREE
x ./yow.lines
x ./tutorials/TUTORIAL
x ./tutorials/TUTORIAL.bg
x ./tutorials/TUTORIAL.cn
x ./tutorials/TUTORIAL.cs
x ./tutorials/TUTORIAL.de
x ./tutorials/TUTORIAL.eo
x ./tutorials/TUTORIAL.es
x ./tutorials/TUTORIAL.fr
x ./tutorials/TUTORIAL.he
x ./tutorials/TUTORIAL.it
x ./tutorials/TUTORIAL.ja
x ./tutorials/TUTORIAL.ko
x ./tutorials/TUTORIAL.nl
x ./tutorials/TUTORIAL.pl
x ./tutorials/TUTORIAL.pt_BR
x ./tutorials/TUTORIAL.ro
x ./tutorials/TUTORIAL.ru
x ./tutorials/TUTORIAL.sk
x ./tutorials/TUTORIAL.sl
x ./tutorials/TUTORIAL.sv
x ./tutorials/TUTORIAL.th
x ./tutorials/TUTORIAL.translators
x ./tutorials/TUTORIAL.zh
x ./themes/adwaita-theme.el
x ./themes/deeper-blue-theme.el
x ./themes/dichromacy-theme.el
x ./themes/leuven-theme.el
x ./themes/light-blue-theme.el
x ./themes/manoj-dark-theme.el
x ./themes/misterioso-theme.el
x ./themes/tango-dark-theme.el
x ./themes/tango-theme.el
x ./themes/tsdh-dark-theme.el
x ./themes/tsdh-light-theme.el
x ./themes/wheatgrass-theme.el
x ./themes/whiteboard-theme.el
x ./themes/wombat-theme.el
x ./srecode/c.srt
x ./srecode/cpp.srt
x ./srecode/default.srt
x ./srecode/doc-cpp.srt
x ./srecode/doc-default.srt
x ./srecode/doc-java.srt
x ./srecode/ede-autoconf.srt
x ./srecode/ede-make.srt
x ./srecode/el.srt
x ./srecode/getset-cpp.srt
x ./srecode/java.srt
x ./srecode/make.srt
x ./srecode/template.srt
x ./srecode/test.srt
x ./srecode/texi.srt
x ./srecode/wisent.srt
x ./schema/calstbl.rnc
x ./schema/dbcalstbl.rnc
x ./schema/dbhier.rnc
x ./schema/dbnotn.rnc
x ./schema/dbpool.rnc
x ./schema/dbstart.rnc
x ./schema/docbook.rnc
x ./schema/locate.rnc
x ./schema/rdfxml.rnc
x ./schema/README
x ./schema/relaxng.rnc
x ./schema/schemas.xml
x ./schema/xhtml-applet.rnc
x ./schema/xhtml-attribs.rnc
x ./schema/xhtml-base.rnc
x ./schema/xhtml-bdo.rnc
x ./schema/xhtml-bform.rnc
x ./schema/xhtml-btable.rnc
x ./schema/xhtml-csismap.rnc
x ./schema/xhtml-datatypes.rnc
x ./schema/xhtml-edit.rnc
x ./schema/xhtml-events.rnc
x ./schema/xhtml-form.rnc
x ./schema/xhtml-frames.rnc
x ./schema/xhtml-hypertext.rnc
x ./schema/xhtml-iframe.rnc
x ./schema/xhtml-image.rnc
x ./schema/xhtml-inlstyle.rnc
x ./schema/xhtml-legacy.rnc
x ./schema/xhtml-link.rnc
x ./schema/xhtml-lst.rnc
x ./schema/xhtml-meta.rnc
x ./schema/xhtml-nameident.rnc
x ./schema/xhtml-object.rnc
x ./schema/xhtml-param.rnc
x ./schema/xhtml-pres.rnc
x ./schema/xhtml-ruby.rnc
x ./schema/xhtml-script.rnc
x ./schema/xhtml-ssismap.rnc
x ./schema/xhtml-struct.rnc
x ./schema/xhtml-table.rnc
x ./schema/xhtml-text.rnc
x ./schema/xhtml-tgt.rnc
x ./schema/xhtml-xstyle.rnc
x ./schema/xhtml.rnc
x ./schema/xslt.rnc
x ./refcards/calccard.pdf
x ./refcards/calccard.tex
x ./refcards/cs-dired-ref.pdf
x ./refcards/cs-dired-ref.tex
x ./refcards/cs-refcard.pdf
x ./refcards/cs-refcard.tex
x ./refcards/cs-survival.pdf
x ./refcards/cs-survival.tex
x ./refcards/de-refcard.pdf
x ./refcards/de-refcard.tex
x ./refcards/dired-ref.pdf
x ./refcards/dired-ref.tex
x ./refcards/emacsver.tex
x ./refcards/fr-dired-ref.pdf
x ./refcards/fr-dired-ref.tex
x ./refcards/fr-refcard.pdf
x ./refcards/fr-refcard.tex
x ./refcards/fr-survival.pdf
x ./refcards/fr-survival.tex
x ./refcards/gnus-booklet.pdf
x ./refcards/gnus-logo.eps
x ./refcards/gnus-logo.pdf
x ./refcards/gnus-refcard.pdf
x ./refcards/gnus-refcard.tex
x ./refcards/Makefile
x ./refcards/orgcard.pdf
x ./refcards/orgcard.tex
x ./refcards/pdflayout.sty
x ./refcards/pl-refcard.pdf
x ./refcards/pl-refcard.tex
x ./refcards/pt-br-refcard.pdf
x ./refcards/pt-br-refcard.tex
x ./refcards/README
x ./refcards/refcard.pdf
x ./refcards/refcard.tex
x ./refcards/ru-refcard.pdf
x ./refcards/ru-refcard.tex
x ./refcards/sk-dired-ref.pdf
x ./refcards/sk-dired-ref.tex
x ./refcards/sk-refcard.pdf
x ./refcards/sk-refcard.tex
x ./refcards/sk-survival.pdf
x ./refcards/sk-survival.tex
x ./refcards/survival.pdf
x ./refcards/survival.tex
x ./refcards/vipcard.pdf
x ./refcards/vipcard.tex
x ./refcards/viperCard.pdf
x ./refcards/viperCard.tex
x ./org/OrgOdtContentTemplate.xml
x ./org/OrgOdtStyles.xml
x ./org/README
x ./nxml/00000-0007F.el
x ./nxml/00080-000FF.el
x ./nxml/00100-0017F.el
x ./nxml/00180-0024F.el
x ./nxml/00250-002AF.el
x ./nxml/002B0-002FF.el
x ./nxml/00300-0036F.el
x ./nxml/00370-003FF.el
x ./nxml/00400-004FF.el
x ./nxml/00500-0052F.el
x ./nxml/00530-0058F.el
x ./nxml/00590-005FF.el
x ./nxml/00600-006FF.el
x ./nxml/00700-0074F.el
x ./nxml/00780-007BF.el
x ./nxml/00900-0097F.el
x ./nxml/00980-009FF.el
x ./nxml/00A00-00A7F.el
x ./nxml/00A80-00AFF.el
x ./nxml/00B00-00B7F.el
x ./nxml/00B80-00BFF.el
x ./nxml/00C00-00C7F.el
x ./nxml/00C80-00CFF.el
x ./nxml/00D00-00D7F.el
x ./nxml/00D80-00DFF.el
x ./nxml/00E00-00E7F.el
x ./nxml/00E80-00EFF.el
x ./nxml/00F00-00FFF.el
x ./nxml/01000-0109F.el
x ./nxml/010A0-010FF.el
x ./nxml/01100-011FF.el
x ./nxml/01200-0137F.el
x ./nxml/013A0-013FF.el
x ./nxml/01400-0167F.el
x ./nxml/01680-0169F.el
x ./nxml/016A0-016FF.el
x ./nxml/01700-0171F.el
x ./nxml/01720-0173F.el
x ./nxml/01740-0175F.el
x ./nxml/01760-0177F.el
x ./nxml/01780-017FF.el
x ./nxml/01800-018AF.el
x ./nxml/01E00-01EFF.el
x ./nxml/01F00-01FFF.el
x ./nxml/02000-0206F.el
x ./nxml/02070-0209F.el
x ./nxml/020A0-020CF.el
x ./nxml/020D0-020FF.el
x ./nxml/02100-0214F.el
x ./nxml/02150-0218F.el
x ./nxml/02190-021FF.el
x ./nxml/02200-022FF.el
x ./nxml/02300-023FF.el
x ./nxml/02400-0243F.el
x ./nxml/02440-0245F.el
x ./nxml/02460-024FF.el
x ./nxml/02500-0257F.el
x ./nxml/02580-0259F.el
x ./nxml/025A0-025FF.el
x ./nxml/02600-026FF.el
x ./nxml/02700-027BF.el
x ./nxml/027C0-027EF.el
x ./nxml/027F0-027FF.el
x ./nxml/02800-028FF.el
x ./nxml/02900-0297F.el
x ./nxml/02980-029FF.el
x ./nxml/02A00-02AFF.el
x ./nxml/02E80-02EFF.el
x ./nxml/02F00-02FDF.el
x ./nxml/02FF0-02FFF.el
x ./nxml/03000-0303F.el
x ./nxml/03040-0309F.el
x ./nxml/030A0-030FF.el
x ./nxml/03100-0312F.el
x ./nxml/03130-0318F.el
x ./nxml/03190-0319F.el
x ./nxml/031A0-031BF.el
x ./nxml/031F0-031FF.el
x ./nxml/03200-032FF.el
x ./nxml/03300-033FF.el
x ./nxml/03400-04DBF.el
x ./nxml/0A000-0A48F.el
x ./nxml/0A490-0A4CF.el
x ./nxml/0FB00-0FB4F.el
x ./nxml/0FB50-0FDFF.el
x ./nxml/0FE00-0FE0F.el
x ./nxml/0FE20-0FE2F.el
x ./nxml/0FE30-0FE4F.el
x ./nxml/0FE50-0FE6F.el
x ./nxml/0FE70-0FEFF.el
x ./nxml/0FF00-0FFEF.el
x ./nxml/0FFF0-0FFFF.el
x ./nxml/10300-1032F.el
x ./nxml/10330-1034F.el
x ./nxml/10400-1044F.el
x ./nxml/1D000-1D0FF.el
x ./nxml/1D100-1D1FF.el
x ./nxml/1D400-1D7FF.el
x ./nxml/E0000-E007F.el
x ./nxml/README
x ./nxml/test-invalid.xml
x ./nxml/test-valid.xml
x ./images/attach.pbm
x ./images/attach.xpm
x ./images/back-arrow.pbm
x ./images/back-arrow.xpm
x ./images/bookmark_add.pbm
x ./images/bookmark_add.xpm
x ./images/cancel.pbm
x ./images/cancel.xpm
x ./images/checked.xpm
x ./images/close.pbm
x ./images/close.xpm
x ./images/connect.xpm
x ./images/contact.pbm
x ./images/contact.xpm
x ./images/copy.pbm
x ./images/copy.xpm
x ./images/custom/
x ./images/cut.pbm
x ./images/cut.xpm
x ./images/data-save.pbm
x ./images/data-save.xpm
x ./images/delete.pbm
x ./images/delete.xpm
x ./images/describe.xpm
x ./images/diropen.pbm
x ./images/diropen.xpm
x ./images/disconnect.xpm
x ./images/exit.pbm
x ./images/exit.xpm
x ./images/ezimage/
x ./images/fwd-arrow.pbm
x ./images/fwd-arrow.xpm
x ./images/gnus/
x ./images/gnus.pbm
x ./images/gud/
x ./images/help.pbm
x ./images/help.xpm
x ./images/home.pbm
x ./images/home.xpm
x ./images/icons/
x ./images/index.pbm
x ./images/index.xpm
x ./images/info.pbm
x ./images/info.xpm
x ./images/jump-to.pbm
x ./images/jump-to.xpm
x ./images/left-arrow.pbm
x ./images/left-arrow.xpm
x ./images/letter.pbm
x ./images/letter.xpm
x ./images/lock-broken.xpm
x ./images/lock-ok.xpm
x ./images/lock.xpm
x ./images/low-color/
x ./images/mail/
x ./images/mh-logo.xpm
x ./images/mpc/
x ./images/new.pbm
x ./images/new.xpm
x ./images/newsticker/
x ./images/next-node.pbm
x ./images/next-node.xpm
x ./images/next-page.pbm
x ./images/next-page.xpm
x ./images/open.pbm
x ./images/open.xpm
x ./images/paste.pbm
x ./images/paste.xpm
x ./images/preferences.pbm
x ./images/preferences.xpm
x ./images/prev-node.pbm
x ./images/prev-node.xpm
x ./images/print.pbm
x ./images/print.xpm
x ./images/README
x ./images/redo.xpm
x ./images/refresh.pbm
x ./images/refresh.xpm
x ./images/right-arrow.pbm
x ./images/right-arrow.xpm
x ./images/save.pbm
x ./images/save.xpm
x ./images/saveas.pbm
x ./images/saveas.xpm
x ./images/search-replace.pbm
x ./images/search-replace.xpm
x ./images/search.pbm
x ./images/search.xpm
x ./images/separator.xpm
x ./images/show.pbm
x ./images/show.xpm
x ./images/smilies/
x ./images/sort-ascending.xpm
x ./images/sort-column-ascending.xpm
x ./images/sort-criteria.xpm
x ./images/sort-descending.xpm
x ./images/sort-row-ascending.xpm
x ./images/spell.pbm
x ./images/spell.xpm
x ./images/splash.pbm
x ./images/splash.png
x ./images/splash.svg
x ./images/splash.xpm
x ./images/tree-widget/
x ./images/unchecked.xpm
x ./images/undo.pbm
x ./images/undo.xpm
x ./images/up-arrow.pbm
x ./images/up-arrow.xpm
x ./images/up-node.pbm
x ./images/up-node.xpm
x ./images/zoom-in.xpm
x ./images/zoom-out.pbm
x ./images/zoom-out.xpm
x ./images/tree-widget/default/
x ./images/tree-widget/folder/
x ./images/tree-widget/folder/close.png
x ./images/tree-widget/folder/close.xpm
x ./images/tree-widget/folder/empty.png
x ./images/tree-widget/folder/empty.xpm
x ./images/tree-widget/folder/end-guide.png
x ./images/tree-widget/folder/end-guide.xpm
x ./images/tree-widget/folder/guide.png
x ./images/tree-widget/folder/guide.xpm
x ./images/tree-widget/folder/handle.png
x ./images/tree-widget/folder/handle.xpm
x ./images/tree-widget/folder/leaf.png
x ./images/tree-widget/folder/leaf.xpm
x ./images/tree-widget/folder/no-guide.png
x ./images/tree-widget/folder/no-guide.xpm
x ./images/tree-widget/folder/no-handle.png
x ./images/tree-widget/folder/no-handle.xpm
x ./images/tree-widget/folder/open.png
x ./images/tree-widget/folder/open.xpm
x ./images/tree-widget/folder/README
x ./images/tree-widget/default/close.png
x ./images/tree-widget/default/close.xpm
x ./images/tree-widget/default/empty.png
x ./images/tree-widget/default/empty.xpm
x ./images/tree-widget/default/end-guide.png
x ./images/tree-widget/default/end-guide.xpm
x ./images/tree-widget/default/guide.png
x ./images/tree-widget/default/guide.xpm
x ./images/tree-widget/default/handle.png
x ./images/tree-widget/default/handle.xpm
x ./images/tree-widget/default/leaf.png
x ./images/tree-widget/default/leaf.xpm
x ./images/tree-widget/default/no-guide.png
x ./images/tree-widget/default/no-guide.xpm
x ./images/tree-widget/default/no-handle.png
x ./images/tree-widget/default/no-handle.xpm
x ./images/tree-widget/default/open.png
x ./images/tree-widget/default/open.xpm
x ./images/tree-widget/default/README
x ./images/smilies/blink.pbm
x ./images/smilies/blink.xpm
x ./images/smilies/braindamaged.xpm
x ./images/smilies/cry.xpm
x ./images/smilies/dead.xpm
x ./images/smilies/evil.xpm
x ./images/smilies/forced.xpm
x ./images/smilies/frown.pbm
x ./images/smilies/frown.xpm
x ./images/smilies/grayscale/
x ./images/smilies/grin.xpm
x ./images/smilies/indifferent.xpm
x ./images/smilies/medium/
x ./images/smilies/README
x ./images/smilies/sad.pbm
x ./images/smilies/sad.xpm
x ./images/smilies/smile.pbm
x ./images/smilies/smile.xpm
x ./images/smilies/wry.pbm
x ./images/smilies/wry.xpm
x ./images/smilies/medium/blink.xpm
x ./images/smilies/medium/braindamaged.xpm
x ./images/smilies/medium/cry.xpm
x ./images/smilies/medium/dead.xpm
x ./images/smilies/medium/evil.xpm
x ./images/smilies/medium/forced.xpm
x ./images/smilies/medium/frown.xpm
x ./images/smilies/medium/grin.xpm
x ./images/smilies/medium/indifferent.xpm
x ./images/smilies/medium/README
x ./images/smilies/medium/reverse-smile.xpm
x ./images/smilies/medium/sad.xpm
x ./images/smilies/medium/smile.xpm
x ./images/smilies/medium/wry.xpm
x ./images/smilies/grayscale/blink.xpm
x ./images/smilies/grayscale/braindamaged.xpm
x ./images/smilies/grayscale/cry.xpm
x ./images/smilies/grayscale/dead.xpm
x ./images/smilies/grayscale/evil.xpm
x ./images/smilies/grayscale/forced.xpm
x ./images/smilies/grayscale/frown.xpm
x ./images/smilies/grayscale/grin.xpm
x ./images/smilies/grayscale/indifferent.xpm
x ./images/smilies/grayscale/README
x ./images/smilies/grayscale/reverse-smile.xpm
x ./images/smilies/grayscale/sad.xpm
x ./images/smilies/grayscale/smile.xpm
x ./images/smilies/grayscale/wry.xpm
x ./images/newsticker/browse-url.xpm
x ./images/newsticker/get-all.xpm
x ./images/newsticker/mark-immortal.xpm
x ./images/newsticker/mark-read.xpm
x ./images/newsticker/narrow.xpm
x ./images/newsticker/next-feed.xpm
x ./images/newsticker/next-item.xpm
x ./images/newsticker/prev-feed.xpm
x ./images/newsticker/prev-item.xpm
x ./images/newsticker/README
x ./images/newsticker/update.xpm
x ./images/mpc/add.xpm
x ./images/mpc/ffwd.xpm
x ./images/mpc/next.xpm
x ./images/mpc/pause.xpm
x ./images/mpc/play.xpm
x ./images/mpc/prev.xpm
x ./images/mpc/README
x ./images/mpc/rewind.xpm
x ./images/mpc/stop.xpm
x ./images/mail/compose.pbm
x ./images/mail/compose.xpm
x ./images/mail/copy.xpm
x ./images/mail/flag-for-followup.pbm
x ./images/mail/flag-for-followup.xpm
x ./images/mail/forward.xpm
x ./images/mail/inbox.pbm
x ./images/mail/inbox.xpm
x ./images/mail/move.pbm
x ./images/mail/move.xpm
x ./images/mail/not-spam.xpm
x ./images/mail/outbox.xpm
x ./images/mail/preview.xpm
x ./images/mail/README
x ./images/mail/repack.pbm
x ./images/mail/repack.xpm
x ./images/mail/reply-all.pbm
x ./images/mail/reply-all.xpm
x ./images/mail/reply-from.pbm
x ./images/mail/reply-from.xpm
x ./images/mail/reply-to.pbm
x ./images/mail/reply-to.xpm
x ./images/mail/reply.pbm
x ./images/mail/reply.xpm
x ./images/mail/save-draft.xpm
x ./images/mail/save.xpm
x ./images/mail/send.pbm
x ./images/mail/send.xpm
x ./images/mail/spam.xpm
x ./images/low-color/back-arrow.xpm
x ./images/low-color/copy.xpm
x ./images/low-color/cut.xpm
x ./images/low-color/fwd-arrow.xpm
x ./images/low-color/help.xpm
x ./images/low-color/home.xpm
x ./images/low-color/index.xpm
x ./images/low-color/jump-to.xpm
x ./images/low-color/left-arrow.xpm
x ./images/low-color/new.xpm
x ./images/low-color/next-node.xpm
x ./images/low-color/open.xpm
x ./images/low-color/paste.xpm
x ./images/low-color/preferences.xpm
x ./images/low-color/prev-node.xpm
x ./images/low-color/print.xpm
x ./images/low-color/README
x ./images/low-color/right-arrow.xpm
x ./images/low-color/save.xpm
x ./images/low-color/saveas.xpm
x ./images/low-color/search.xpm
x ./images/low-color/spell.xpm
x ./images/low-color/undo.xpm
x ./images/low-color/up-arrow.xpm
x ./images/low-color/up-node.xpm
x ./images/icons/allout-widgets/
x ./images/icons/hicolor/
x ./images/icons/README
x ./images/icons/hicolor/128x128/
x ./images/icons/hicolor/16x16/
x ./images/icons/hicolor/24x24/
x ./images/icons/hicolor/32x32/
x ./images/icons/hicolor/48x48/
x ./images/icons/hicolor/scalable/
x ./images/icons/hicolor/scalable/apps/
x ./images/icons/hicolor/scalable/mimetypes/
x ./images/icons/hicolor/scalable/mimetypes/emacs-document.svg
x ./images/icons/hicolor/scalable/apps/emacs.svg
x ./images/icons/hicolor/48x48/apps/
x ./images/icons/hicolor/48x48/apps/emacs.png
x ./images/icons/hicolor/48x48/apps/emacs22.png
x ./images/icons/hicolor/32x32/apps/
x ./images/icons/hicolor/32x32/apps/emacs.png
x ./images/icons/hicolor/32x32/apps/emacs22.png
x ./images/icons/hicolor/24x24/apps/
x ./images/icons/hicolor/24x24/apps/emacs.png
x ./images/icons/hicolor/24x24/apps/emacs22.png
x ./images/icons/hicolor/16x16/apps/
x ./images/icons/hicolor/16x16/apps/emacs.png
x ./images/icons/hicolor/16x16/apps/emacs22.png
x ./images/icons/hicolor/128x128/apps/
x ./images/icons/hicolor/128x128/apps/emacs.png
x ./images/icons/allout-widgets/dark-bg/
x ./images/icons/allout-widgets/light-bg/
x ./images/icons/allout-widgets/light-bg/closed.png
x ./images/icons/allout-widgets/light-bg/closed.xpm
x ./images/icons/allout-widgets/light-bg/empty.png
x ./images/icons/allout-widgets/light-bg/empty.xpm
x ./images/icons/allout-widgets/light-bg/end-connector.png
x ./images/icons/allout-widgets/light-bg/end-connector.xpm
x ./images/icons/allout-widgets/light-bg/extender-connector.png
x ./images/icons/allout-widgets/light-bg/extender-connector.xpm
x ./images/icons/allout-widgets/light-bg/leaf.png
x ./images/icons/allout-widgets/light-bg/leaf.xpm
x ./images/icons/allout-widgets/light-bg/locked-encrypted.png
x ./images/icons/allout-widgets/light-bg/locked-encrypted.xpm
x ./images/icons/allout-widgets/light-bg/mid-connector.png
x ./images/icons/allout-widgets/light-bg/mid-connector.xpm
x ./images/icons/allout-widgets/light-bg/opened.png
x ./images/icons/allout-widgets/light-bg/opened.xpm
x ./images/icons/allout-widgets/light-bg/skip-descender.png
x ./images/icons/allout-widgets/light-bg/skip-descender.xpm
x ./images/icons/allout-widgets/light-bg/through-descender.png
x ./images/icons/allout-widgets/light-bg/through-descender.xpm
x ./images/icons/allout-widgets/light-bg/unlocked-encrypted.png
x ./images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm
x ./images/icons/allout-widgets/dark-bg/closed.png
x ./images/icons/allout-widgets/dark-bg/closed.xpm
x ./images/icons/allout-widgets/dark-bg/empty.png
x ./images/icons/allout-widgets/dark-bg/empty.xpm
x ./images/icons/allout-widgets/dark-bg/end-connector.png
x ./images/icons/allout-widgets/dark-bg/end-connector.xpm
x ./images/icons/allout-widgets/dark-bg/extender-connector.png
x ./images/icons/allout-widgets/dark-bg/extender-connector.xpm
x ./images/icons/allout-widgets/dark-bg/leaf.png
x ./images/icons/allout-widgets/dark-bg/leaf.xpm
x ./images/icons/allout-widgets/dark-bg/locked-encrypted.png
x ./images/icons/allout-widgets/dark-bg/locked-encrypted.xpm
x ./images/icons/allout-widgets/dark-bg/mid-connector.png
x ./images/icons/allout-widgets/dark-bg/mid-connector.xpm
x ./images/icons/allout-widgets/dark-bg/opened.png
x ./images/icons/allout-widgets/dark-bg/opened.xpm
x ./images/icons/allout-widgets/dark-bg/skip-descender.png
x ./images/icons/allout-widgets/dark-bg/skip-descender.xpm
x ./images/icons/allout-widgets/dark-bg/through-descender.png
x ./images/icons/allout-widgets/dark-bg/through-descender.xpm
x ./images/icons/allout-widgets/dark-bg/unlocked-encrypted.png
x ./images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm
x ./images/gud/all.xpm
x ./images/gud/break.pbm
x ./images/gud/break.xpm
x ./images/gud/cont.pbm
x ./images/gud/cont.xpm
x ./images/gud/down.pbm
x ./images/gud/down.xpm
x ./images/gud/finish.pbm
x ./images/gud/finish.xpm
x ./images/gud/go.pbm
x ./images/gud/go.xpm
x ./images/gud/next.pbm
x ./images/gud/next.xpm
x ./images/gud/nexti.pbm
x ./images/gud/nexti.xpm
x ./images/gud/pp.pbm
x ./images/gud/pp.xpm
x ./images/gud/print.pbm
x ./images/gud/print.xpm
x ./images/gud/pstar.pbm
x ./images/gud/pstar.xpm
x ./images/gud/rcont.xpm
x ./images/gud/README
x ./images/gud/recstart.xpm
x ./images/gud/recstop.xpm
x ./images/gud/remove.pbm
x ./images/gud/remove.xpm
x ./images/gud/rfinish.xpm
x ./images/gud/rnext.xpm
x ./images/gud/rnexti.xpm
x ./images/gud/rstep.xpm
x ./images/gud/rstepi.xpm
x ./images/gud/run.pbm
x ./images/gud/run.xpm
x ./images/gud/step.pbm
x ./images/gud/step.xpm
x ./images/gud/stepi.pbm
x ./images/gud/stepi.xpm
x ./images/gud/stop.pbm
x ./images/gud/stop.xpm
x ./images/gud/thread.xpm
x ./images/gud/until.pbm
x ./images/gud/until.xpm
x ./images/gud/up.pbm
x ./images/gud/up.xpm
x ./images/gud/watch.pbm
x ./images/gud/watch.xpm
x ./images/gnus/catchup.pbm
x ./images/gnus/catchup.xpm
x ./images/gnus/cu-exit.pbm
x ./images/gnus/cu-exit.xpm
x ./images/gnus/describe-group.pbm
x ./images/gnus/describe-group.xpm
x ./images/gnus/exit-gnus.pbm
x ./images/gnus/exit-gnus.xpm
x ./images/gnus/exit-summ.pbm
x ./images/gnus/exit-summ.xpm
x ./images/gnus/followup.pbm
x ./images/gnus/followup.xpm
x ./images/gnus/fuwo.pbm
x ./images/gnus/fuwo.xpm
x ./images/gnus/get-news.pbm
x ./images/gnus/get-news.xpm
x ./images/gnus/gnntg.pbm
x ./images/gnus/gnntg.xpm
x ./images/gnus/gnus-pointer.xbm
x ./images/gnus/gnus-pointer.xpm
x ./images/gnus/gnus.png
x ./images/gnus/gnus.svg
x ./images/gnus/gnus.xbm
x ./images/gnus/gnus.xpm
x ./images/gnus/important.xpm
x ./images/gnus/kill-group.pbm
x ./images/gnus/kill-group.xpm
x ./images/gnus/mail-reply.pbm
x ./images/gnus/mail-reply.xpm
x ./images/gnus/mail-send.xpm
x ./images/gnus/next-ur.pbm
x ./images/gnus/next-ur.xpm
x ./images/gnus/post.pbm
x ./images/gnus/post.xpm
x ./images/gnus/prev-ur.pbm
x ./images/gnus/prev-ur.xpm
x ./images/gnus/preview.xbm
x ./images/gnus/preview.xpm
x ./images/gnus/README
x ./images/gnus/receipt.xpm
x ./images/gnus/reply-wo.pbm
x ./images/gnus/reply-wo.xpm
x ./images/gnus/reply.pbm
x ./images/gnus/reply.xpm
x ./images/gnus/rot13.pbm
x ./images/gnus/rot13.xpm
x ./images/gnus/save-aif.pbm
x ./images/gnus/save-aif.xpm
x ./images/gnus/save-art.pbm
x ./images/gnus/save-art.xpm
x ./images/gnus/subscribe.pbm
x ./images/gnus/subscribe.xpm
x ./images/gnus/toggle-subscription.xpm
x ./images/gnus/unimportant.xpm
x ./images/gnus/unsubscribe.pbm
x ./images/gnus/unsubscribe.xpm
x ./images/gnus/uu-decode.pbm
x ./images/gnus/uu-decode.xpm
x ./images/gnus/uu-post.pbm
x ./images/gnus/uu-post.xpm
x ./images/ezimage/bits.xpm
x ./images/ezimage/bitsbang.xpm
x ./images/ezimage/box-minus.xpm
x ./images/ezimage/box-plus.xpm
x ./images/ezimage/box.xpm
x ./images/ezimage/checkmark.xpm
x ./images/ezimage/dir-minus.xpm
x ./images/ezimage/dir-plus.xpm
x ./images/ezimage/dir.xpm
x ./images/ezimage/doc-minus.xpm
x ./images/ezimage/doc-plus.xpm
x ./images/ezimage/doc.xpm
x ./images/ezimage/info.xpm
x ./images/ezimage/key.xpm
x ./images/ezimage/label.xpm
x ./images/ezimage/lock.xpm
x ./images/ezimage/mail.xpm
x ./images/ezimage/page-minus.xpm
x ./images/ezimage/page-plus.xpm
x ./images/ezimage/page.xpm
x ./images/ezimage/README
x ./images/ezimage/tag-gt.xpm
x ./images/ezimage/tag-minus.xpm
x ./images/ezimage/tag-plus.xpm
x ./images/ezimage/tag-type.xpm
x ./images/ezimage/tag-v.xpm
x ./images/ezimage/tag.xpm
x ./images/ezimage/unlock.xpm
x ./images/custom/down-pushed.xpm
x ./images/custom/down.xpm
x ./images/custom/README
x ./images/custom/right-pushed.xpm
x ./images/custom/right.xpm
x ./gnus/gnus-setup.ast
x ./gnus/news-server.ast
x ./forms/forms-d2.dat
x ./forms/forms-d2.el
x ./forms/forms-pass.el
x ./forms/README
x ./e/eterm-color
x ./e/eterm-color.ti
x ./e/README
x ./charsets/8859-10.map
x ./charsets/8859-11.map
x ./charsets/8859-13.map
x ./charsets/8859-14.map
x ./charsets/8859-15.map
x ./charsets/8859-16.map
x ./charsets/8859-2.map
x ./charsets/8859-3.map
x ./charsets/8859-4.map
x ./charsets/8859-5.map
x ./charsets/8859-6.map
x ./charsets/8859-7.map
x ./charsets/8859-8.map
x ./charsets/8859-9.map
x ./charsets/ALTERNATIVNYJ.map
x ./charsets/BIG5-1.map
x ./charsets/BIG5-2.map
x ./charsets/BIG5-HKSCS.map
x ./charsets/BIG5.map
x ./charsets/CNS-1.map
x ./charsets/CNS-2.map
x ./charsets/CNS-3.map
x ./charsets/CNS-4.map
x ./charsets/CNS-5.map
x ./charsets/CNS-6.map
x ./charsets/CNS-7.map
x ./charsets/CNS-F.map
x ./charsets/CP10007.map
x ./charsets/CP1125.map
x ./charsets/CP1250.map
x ./charsets/CP1251.map
x ./charsets/CP1252.map
x ./charsets/CP1253.map
x ./charsets/CP1254.map
x ./charsets/CP1255.map
x ./charsets/CP1256.map
x ./charsets/CP1257.map
x ./charsets/CP1258.map
x ./charsets/CP720.map
x ./charsets/CP737.map
x ./charsets/CP775.map
x ./charsets/CP858.map
x ./charsets/CP932-2BYTE.map
x ./charsets/CP949-2BYTE.map
x ./charsets/EBCDICUK.map
x ./charsets/EBCDICUS.map
x ./charsets/GB180302.map
x ./charsets/GB180304.map
x ./charsets/GB2312.map
x ./charsets/GBK.map
x ./charsets/HP-ROMAN8.map
x ./charsets/IBM037.map
x ./charsets/IBM038.map
x ./charsets/IBM1004.map
x ./charsets/IBM1026.map
x ./charsets/IBM1047.map
x ./charsets/IBM256.map
x ./charsets/IBM273.map
x ./charsets/IBM274.map
x ./charsets/IBM275.map
x ./charsets/IBM277.map
x ./charsets/IBM278.map
x ./charsets/IBM280.map
x ./charsets/IBM281.map
x ./charsets/IBM284.map
x ./charsets/IBM285.map
x ./charsets/IBM290.map
x ./charsets/IBM297.map
x ./charsets/IBM420.map
x ./charsets/IBM423.map
x ./charsets/IBM424.map
x ./charsets/IBM437.map
x ./charsets/IBM500.map
x ./charsets/IBM850.map
x ./charsets/IBM851.map
x ./charsets/IBM852.map
x ./charsets/IBM855.map
x ./charsets/IBM856.map
x ./charsets/IBM857.map
x ./charsets/IBM860.map
x ./charsets/IBM861.map
x ./charsets/IBM862.map
x ./charsets/IBM863.map
x ./charsets/IBM864.map
x ./charsets/IBM865.map
x ./charsets/IBM866.map
x ./charsets/IBM868.map
x ./charsets/IBM869.map
x ./charsets/IBM870.map
x ./charsets/IBM871.map
x ./charsets/IBM874.map
x ./charsets/IBM875.map
x ./charsets/IBM880.map
x ./charsets/IBM891.map
x ./charsets/IBM903.map
x ./charsets/IBM904.map
x ./charsets/IBM905.map
x ./charsets/IBM918.map
x ./charsets/JISC6226.map
x ./charsets/JISX0201.map
x ./charsets/JISX0208.map
x ./charsets/JISX0212.map
x ./charsets/JISX2131.map
x ./charsets/JISX2132.map
x ./charsets/JISX213A.map
x ./charsets/JOHAB.map
x ./charsets/KA-ACADEMY.map
x ./charsets/KA-PS.map
x ./charsets/KOI-8.map
x ./charsets/KOI8-R.map
x ./charsets/KOI8-T.map
x ./charsets/KOI8-U.map
x ./charsets/KSC5601.map
x ./charsets/KSC5636.map
x ./charsets/MACINTOSH.map
x ./charsets/MIK.map
x ./charsets/MULE-ethiopic.map
x ./charsets/MULE-ipa.map
x ./charsets/MULE-is13194.map
x ./charsets/MULE-lviscii.map
x ./charsets/MULE-sisheng.map
x ./charsets/MULE-tibetan.map
x ./charsets/MULE-uviscii.map
x ./charsets/NEXTSTEP.map
x ./charsets/PTCP154.map
x ./charsets/README
x ./charsets/stdenc.map
x ./charsets/symbol.map
x ./charsets/TIS-620.map
x ./charsets/VISCII.map
x ./charsets/VSCII-2.map
x ./charsets/VSCII.map
Copying ./lisp to /usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp...
x ./
x ./abbrev.el
x ./abbrev.elc
x ./align.el
x ./align.elc
x ./allout-widgets.el
x ./allout-widgets.elc
x ./allout.el
x ./allout.elc
x ./ansi-color.el
x ./ansi-color.elc
x ./apropos.el
x ./apropos.elc
x ./arc-mode.el
x ./arc-mode.elc
x ./array.el
x ./array.elc
x ./autoarg.el
x ./autoarg.elc
x ./autoinsert.el
x ./autoinsert.elc
x ./autorevert.el
x ./autorevert.elc
x ./avoid.el
x ./avoid.elc
x ./battery.el
x ./battery.elc
x ./bindings.el
x ./bindings.elc
x ./bookmark.el
x ./bookmark.elc
x ./bs.el
x ./bs.elc
x ./buff-menu.el
x ./buff-menu.elc
x ./button.el
x ./button.elc
x ./calc/
x ./calculator.el
x ./calculator.elc
x ./calendar/
x ./case-table.el
x ./case-table.elc
x ./cdl.el
x ./cdl.elc
x ./cedet/
x ./ChangeLog
x ./ChangeLog.1
x ./ChangeLog.10
x ./ChangeLog.11
x ./ChangeLog.12
x ./ChangeLog.13
x ./ChangeLog.14
x ./ChangeLog.15
x ./ChangeLog.16
x ./ChangeLog.2
x ./ChangeLog.3
x ./ChangeLog.4
x ./ChangeLog.5
x ./ChangeLog.6
x ./ChangeLog.7
x ./ChangeLog.8
x ./ChangeLog.9
x ./chistory.el
x ./chistory.elc
x ./cmuscheme.el
x ./cmuscheme.elc
x ./color.el
x ./color.elc
x ./comint.el
x ./comint.elc
x ./completion.el
x ./completion.elc
x ./composite.el
x ./composite.elc
x ./COPYING
x ./cus-dep.el
x ./cus-dep.elc
x ./cus-edit.el
x ./cus-edit.elc
x ./cus-face.el
x ./cus-face.elc
x ./cus-load.el
x ./cus-start.el
x ./cus-start.elc
x ./cus-theme.el
x ./cus-theme.elc
x ./custom.el
x ./custom.elc
x ./dabbrev.el
x ./dabbrev.elc
x ./delim-col.el
x ./delim-col.elc
x ./delsel.el
x ./delsel.elc
x ./descr-text.el
x ./descr-text.elc
x ./desktop.el
x ./desktop.elc
x ./dframe.el
x ./dframe.elc
x ./dired-aux.el
x ./dired-aux.elc
x ./dired-x.el
x ./dired-x.elc
x ./dired.el
x ./dired.elc
x ./dirtrack.el
x ./dirtrack.elc
x ./disp-table.el
x ./disp-table.elc
x ./dnd.el
x ./dnd.elc
x ./doc-view.el
x ./doc-view.elc
x ./dos-fns.el
x ./dos-fns.elc
x ./dos-vars.el
x ./dos-vars.elc
x ./dos-w32.el
x ./dos-w32.elc
x ./double.el
x ./double.elc
x ./dynamic-setting.el
x ./dynamic-setting.elc
x ./ebuff-menu.el
x ./ebuff-menu.elc
x ./echistory.el
x ./echistory.elc
x ./edmacro.el
x ./edmacro.elc
x ./ehelp.el
x ./ehelp.elc
x ./elec-pair.el
x ./elec-pair.elc
x ./electric.el
x ./electric.elc
x ./elide-head.el
x ./elide-head.elc
x ./emacs-lisp/
x ./emacs-lock.el
x ./emacs-lock.elc
x ./emulation/
x ./env.el
x ./env.elc
x ./epa-dired.el
x ./epa-dired.elc
x ./epa-file.el
x ./epa-file.elc
x ./epa-hook.el
x ./epa-hook.elc
x ./epa-mail.el
x ./epa-mail.elc
x ./epa.el
x ./epa.elc
x ./epg-config.el
x ./epg-config.elc
x ./epg.el
x ./epg.elc
x ./erc/
x ./eshell/
x ./expand.el
x ./expand.elc
x ./ezimage.el
x ./ezimage.elc
x ./face-remap.el
x ./face-remap.elc
x ./facemenu.el
x ./facemenu.elc
x ./faces.el
x ./faces.elc
x ./ffap.el
x ./ffap.elc
x ./filecache.el
x ./filecache.elc
x ./filenotify.el
x ./filenotify.elc
x ./files-x.el
x ./files-x.elc
x ./files.el
x ./files.elc
x ./filesets.el
x ./filesets.elc
x ./find-cmd.el
x ./find-cmd.elc
x ./find-dired.el
x ./find-dired.elc
x ./find-file.el
x ./find-file.elc
x ./find-lisp.el
x ./find-lisp.elc
x ./finder-inf.el
x ./finder.el
x ./finder.elc
x ./flow-ctrl.el
x ./flow-ctrl.elc
x ./foldout.el
x ./foldout.elc
x ./follow.el
x ./follow.elc
x ./font-core.el
x ./font-core.elc
x ./font-lock.el
x ./font-lock.elc
x ./format-spec.el
x ./format-spec.elc
x ./format.el
x ./format.elc
x ./forms.el
x ./forms.elc
x ./frame.el
x ./frame.elc
x ./frameset.el
x ./frameset.elc
x ./fringe.el
x ./fringe.elc
x ./generic-x.el
x ./generic-x.elc
x ./gnus/
x ./gs.el
x ./gs.elc
x ./help-at-pt.el
x ./help-at-pt.elc
x ./help-fns.el
x ./help-fns.elc
x ./help-macro.el
x ./help-macro.elc
x ./help-mode.el
x ./help-mode.elc
x ./help.el
x ./help.elc
x ./hex-util.el
x ./hex-util.elc
x ./hexl.el
x ./hexl.elc
x ./hfy-cmap.el
x ./hfy-cmap.elc
x ./hi-lock.el
x ./hi-lock.elc
x ./hilit-chg.el
x ./hilit-chg.elc
x ./hippie-exp.el
x ./hippie-exp.elc
x ./hl-line.el
x ./hl-line.elc
x ./htmlfontify.el
x ./htmlfontify.elc
x ./ibuf-ext.el
x ./ibuf-ext.elc
x ./ibuf-macs.el
x ./ibuf-macs.elc
x ./ibuffer.el
x ./ibuffer.elc
x ./icomplete.el
x ./icomplete.elc
x ./ido.el
x ./ido.elc
x ./ielm.el
x ./ielm.elc
x ./iimage.el
x ./iimage.elc
x ./image-dired.el
x ./image-dired.elc
x ./image-file.el
x ./image-file.elc
x ./image-mode.el
x ./image-mode.elc
x ./image.el
x ./image.elc
x ./imenu.el
x ./imenu.elc
x ./indent.el
x ./indent.elc
x ./info-look.el
x ./info-look.elc
x ./info-xref.el
x ./info-xref.elc
x ./info.el
x ./info.elc
x ./informat.el
x ./informat.elc
x ./international/
x ./isearch.el
x ./isearch.elc
x ./isearchb.el
x ./isearchb.elc
x ./jit-lock.el
x ./jit-lock.elc
x ./jka-cmpr-hook.el
x ./jka-cmpr-hook.elc
x ./jka-compr.el
x ./jka-compr.elc
x ./json.el
x ./json.elc
x ./kermit.el
x ./kermit.elc
x ./kmacro.el
x ./kmacro.elc
x ./language/
x ./ldefs-boot.el
x ./leim/
x ./linum.el
x ./linum.elc
x ./loaddefs.el
x ./loaddefs.el~
x ./loadhist.el
x ./loadhist.elc
x ./loadup.el
x ./locate.el
x ./locate.elc
x ./lpr.el
x ./lpr.elc
x ./ls-lisp.el
x ./ls-lisp.elc
x ./macros.el
x ./macros.elc
x ./mail/
x ./Makefile
x ./Makefile.in
x ./makefile.w32-in
x ./makesum.el
x ./makesum.elc
x ./man.el
x ./man.elc
x ./master.el
x ./master.elc
x ./mb-depth.el
x ./mb-depth.elc
x ./md4.el
x ./md4.elc
x ./menu-bar.el
x ./menu-bar.elc
x ./mh-e/
x ./midnight.el
x ./midnight.elc
x ./minibuf-eldef.el
x ./minibuf-eldef.elc
x ./minibuffer.el
x ./minibuffer.elc
x ./misc.el
x ./misc.elc
x ./misearch.el
x ./misearch.elc
x ./mouse-copy.el
x ./mouse-copy.elc
x ./mouse-drag.el
x ./mouse-drag.elc
x ./mouse.el
x ./mouse.elc
x ./mpc.el
x ./mpc.elc
x ./msb.el
x ./msb.elc
x ./mwheel.el
x ./mwheel.elc
x ./net/
x ./newcomment.el
x ./newcomment.elc
x ./notifications.el
x ./notifications.elc
x ./novice.el
x ./novice.elc
x ./nxml/
x ./obsolete/
x ./org/
x ./outline.el
x ./outline.elc
x ./paren.el
x ./paren.elc
x ./password-cache.el
x ./password-cache.elc
x ./pcmpl-cvs.el
x ./pcmpl-cvs.elc
x ./pcmpl-gnu.el
x ./pcmpl-gnu.elc
x ./pcmpl-linux.el
x ./pcmpl-linux.elc
x ./pcmpl-rpm.el
x ./pcmpl-rpm.elc
x ./pcmpl-unix.el
x ./pcmpl-unix.elc
x ./pcmpl-x.el
x ./pcmpl-x.elc
x ./pcomplete.el
x ./pcomplete.elc
x ./play/
x ./printing.el
x ./printing.elc
x ./proced.el
x ./proced.elc
x ./profiler.el
x ./profiler.elc
x ./progmodes/
x ./ps-bdf.el
x ./ps-bdf.elc
x ./ps-def.el
x ./ps-def.elc
x ./ps-mule.el
x ./ps-mule.elc
x ./ps-print.el
x ./ps-print.elc
x ./ps-samp.el
x ./ps-samp.elc
x ./README
x ./recentf.el
x ./recentf.elc
x ./rect.el
x ./rect.elc
x ./register.el
x ./register.elc
x ./repeat.el
x ./repeat.elc
x ./replace.el
x ./replace.elc
x ./reposition.el
x ./reposition.elc
x ./reveal.el
x ./reveal.elc
x ./rfn-eshadow.el
x ./rfn-eshadow.elc
x ./rot13.el
x ./rot13.elc
x ./ruler-mode.el
x ./ruler-mode.elc
x ./savehist.el
x ./savehist.elc
x ./saveplace.el
x ./saveplace.elc
x ./sb-image.el
x ./sb-image.elc
x ./scroll-all.el
x ./scroll-all.elc
x ./scroll-bar.el
x ./scroll-bar.elc
x ./scroll-lock.el
x ./scroll-lock.elc
x ./select.el
x ./select.elc
x ./server.el
x ./server.elc
x ./ses.el
x ./ses.elc
x ./shadowfile.el
x ./shadowfile.elc
x ./shell.el
x ./shell.elc
x ./simple.el
x ./simple.elc
x ./skeleton.el
x ./skeleton.elc
x ./sort.el
x ./sort.elc
x ./soundex.el
x ./soundex.elc
x ./speedbar.el
x ./speedbar.elc
x ./startup.el
x ./startup.elc
x ./strokes.el
x ./strokes.elc
x ./subdirs.el
x ./subr.el
x ./subr.elc
x ./t-mouse.el
x ./t-mouse.elc
x ./tabify.el
x ./tabify.elc
x ./talk.el
x ./talk.elc
x ./tar-mode.el
x ./tar-mode.elc
x ./tempo.el
x ./tempo.elc
x ./term/
x ./term.el
x ./term.elc
x ./textmodes/
x ./thingatpt.el
x ./thingatpt.elc
x ./thumbs.el
x ./thumbs.elc
x ./time-stamp.el
x ./time-stamp.elc
x ./time.el
x ./time.elc
x ./timezone.el
x ./timezone.elc
x ./tmm.el
x ./tmm.elc
x ./tool-bar.el
x ./tool-bar.elc
x ./tooltip.el
x ./tooltip.elc
x ./tree-widget.el
x ./tree-widget.elc
x ./tutorial.el
x ./tutorial.elc
x ./type-break.el
x ./type-break.elc
x ./uniquify.el
x ./uniquify.elc
x ./url/
x ./userlock.el
x ./userlock.elc
x ./vc/
x ./vcursor.el
x ./vcursor.elc
x ./version.el
x ./version.elc
x ./view.el
x ./view.elc
x ./vt-control.el
x ./vt-control.elc
x ./vt100-led.el
x ./vt100-led.elc
x ./w32-common-fns.el
x ./w32-common-fns.elc
x ./w32-fns.el
x ./w32-fns.elc
x ./w32-vars.el
x ./w32-vars.elc
x ./wdired.el
x ./wdired.elc
x ./whitespace.el
x ./whitespace.elc
x ./wid-browse.el
x ./wid-browse.elc
x ./wid-edit.el
x ./wid-edit.elc
x ./widget.el
x ./widget.elc
x ./windmove.el
x ./windmove.elc
x ./window.el
x ./window.elc
x ./winner.el
x ./winner.elc
x ./woman.el
x ./woman.elc
x ./x-dnd.el
x ./x-dnd.elc
x ./xml.el
x ./xml.elc
x ./xt-mouse.el
x ./xt-mouse.elc
x ./vc/add-log.el
x ./vc/add-log.elc
x ./vc/compare-w.el
x ./vc/compare-w.elc
x ./vc/cvs-status.el
x ./vc/cvs-status.elc
x ./vc/diff-mode.el
x ./vc/diff-mode.elc
x ./vc/diff.el
x ./vc/diff.elc
x ./vc/ediff-diff.el
x ./vc/ediff-diff.elc
x ./vc/ediff-help.el
x ./vc/ediff-help.elc
x ./vc/ediff-hook.el
x ./vc/ediff-hook.elc
x ./vc/ediff-init.el
x ./vc/ediff-init.elc
x ./vc/ediff-merg.el
x ./vc/ediff-merg.elc
x ./vc/ediff-mult.el
x ./vc/ediff-mult.elc
x ./vc/ediff-ptch.el
x ./vc/ediff-ptch.elc
x ./vc/ediff-util.el
x ./vc/ediff-util.elc
x ./vc/ediff-vers.el
x ./vc/ediff-vers.elc
x ./vc/ediff-wind.el
x ./vc/ediff-wind.elc
x ./vc/ediff.el
x ./vc/ediff.elc
x ./vc/emerge.el
x ./vc/emerge.elc
x ./vc/log-edit.el
x ./vc/log-edit.elc
x ./vc/log-view.el
x ./vc/log-view.elc
x ./vc/pcvs-defs.el
x ./vc/pcvs-defs.elc
x ./vc/pcvs-info.el
x ./vc/pcvs-info.elc
x ./vc/pcvs-parse.el
x ./vc/pcvs-parse.elc
x ./vc/pcvs-util.el
x ./vc/pcvs-util.elc
x ./vc/pcvs.el
x ./vc/pcvs.elc
x ./vc/smerge-mode.el
x ./vc/smerge-mode.elc
x ./vc/vc-annotate.el
x ./vc/vc-annotate.elc
x ./vc/vc-arch.el
x ./vc/vc-arch.elc
x ./vc/vc-bzr.el
x ./vc/vc-bzr.elc
x ./vc/vc-cvs.el
x ./vc/vc-cvs.elc
x ./vc/vc-dav.el
x ./vc/vc-dav.elc
x ./vc/vc-dir.el
x ./vc/vc-dir.elc
x ./vc/vc-dispatcher.el
x ./vc/vc-dispatcher.elc
x ./vc/vc-git.el
x ./vc/vc-git.elc
x ./vc/vc-hg.el
x ./vc/vc-hg.elc
x ./vc/vc-hooks.el
x ./vc/vc-hooks.elc
x ./vc/vc-mtn.el
x ./vc/vc-mtn.elc
x ./vc/vc-rcs.el
x ./vc/vc-rcs.elc
x ./vc/vc-sccs.el
x ./vc/vc-sccs.elc
x ./vc/vc-svn.el
x ./vc/vc-svn.elc
x ./vc/vc.el
x ./vc/vc.elc
x ./url/ChangeLog
x ./url/url-about.el
x ./url/url-about.elc
x ./url/url-auth.el
x ./url/url-auth.elc
x ./url/url-cache.el
x ./url/url-cache.elc
x ./url/url-cid.el
x ./url/url-cid.elc
x ./url/url-cookie.el
x ./url/url-cookie.elc
x ./url/url-dav.el
x ./url/url-dav.elc
x ./url/url-dired.el
x ./url/url-dired.elc
x ./url/url-domsuf.el
x ./url/url-domsuf.elc
x ./url/url-expand.el
x ./url/url-expand.elc
x ./url/url-file.el
x ./url/url-file.elc
x ./url/url-ftp.el
x ./url/url-ftp.elc
x ./url/url-future.el
x ./url/url-future.elc
x ./url/url-gw.el
x ./url/url-gw.elc
x ./url/url-handlers.el
x ./url/url-handlers.elc
x ./url/url-history.el
x ./url/url-history.elc
x ./url/url-http.el
x ./url/url-http.elc
x ./url/url-imap.el
x ./url/url-imap.elc
x ./url/url-irc.el
x ./url/url-irc.elc
x ./url/url-ldap.el
x ./url/url-ldap.elc
x ./url/url-mailto.el
x ./url/url-mailto.elc
x ./url/url-methods.el
x ./url/url-methods.elc
x ./url/url-misc.el
x ./url/url-misc.elc
x ./url/url-news.el
x ./url/url-news.elc
x ./url/url-nfs.el
x ./url/url-nfs.elc
x ./url/url-ns.el
x ./url/url-ns.elc
x ./url/url-parse.el
x ./url/url-parse.elc
x ./url/url-privacy.el
x ./url/url-privacy.elc
x ./url/url-proxy.el
x ./url/url-proxy.elc
x ./url/url-queue.el
x ./url/url-queue.elc
x ./url/url-util.el
x ./url/url-util.elc
x ./url/url-vars.el
x ./url/url-vars.elc
x ./url/url.el
x ./url/url.elc
x ./textmodes/artist.el
x ./textmodes/artist.elc
x ./textmodes/bib-mode.el
x ./textmodes/bib-mode.elc
x ./textmodes/bibtex-style.el
x ./textmodes/bibtex-style.elc
x ./textmodes/bibtex.el
x ./textmodes/bibtex.elc
x ./textmodes/conf-mode.el
x ./textmodes/conf-mode.elc
x ./textmodes/css-mode.el
x ./textmodes/css-mode.elc
x ./textmodes/dns-mode.el
x ./textmodes/dns-mode.elc
x ./textmodes/enriched.el
x ./textmodes/enriched.elc
x ./textmodes/fill.el
x ./textmodes/fill.elc
x ./textmodes/flyspell.el
x ./textmodes/flyspell.elc
x ./textmodes/ispell.el
x ./textmodes/ispell.elc
x ./textmodes/makeinfo.el
x ./textmodes/makeinfo.elc
x ./textmodes/nroff-mode.el
x ./textmodes/nroff-mode.elc
x ./textmodes/page-ext.el
x ./textmodes/page-ext.elc
x ./textmodes/page.el
x ./textmodes/page.elc
x ./textmodes/paragraphs.el
x ./textmodes/paragraphs.elc
x ./textmodes/picture.el
x ./textmodes/picture.elc
x ./textmodes/po.el
x ./textmodes/po.elc
x ./textmodes/refbib.el
x ./textmodes/refbib.elc
x ./textmodes/refer.el
x ./textmodes/refer.elc
x ./textmodes/refill.el
x ./textmodes/refill.elc
x ./textmodes/reftex-auc.el
x ./textmodes/reftex-auc.elc
x ./textmodes/reftex-cite.el
x ./textmodes/reftex-cite.elc
x ./textmodes/reftex-dcr.el
x ./textmodes/reftex-dcr.elc
x ./textmodes/reftex-global.el
x ./textmodes/reftex-global.elc
x ./textmodes/reftex-index.el
x ./textmodes/reftex-index.elc
x ./textmodes/reftex-parse.el
x ./textmodes/reftex-parse.elc
x ./textmodes/reftex-ref.el
x ./textmodes/reftex-ref.elc
x ./textmodes/reftex-sel.el
x ./textmodes/reftex-sel.elc
x ./textmodes/reftex-toc.el
x ./textmodes/reftex-toc.elc
x ./textmodes/reftex-vars.el
x ./textmodes/reftex-vars.elc
x ./textmodes/reftex.el
x ./textmodes/reftex.elc
x ./textmodes/remember.el
x ./textmodes/remember.elc
x ./textmodes/rst.el
x ./textmodes/rst.elc
x ./textmodes/sgml-mode.el
x ./textmodes/sgml-mode.elc
x ./textmodes/table.el
x ./textmodes/table.elc
x ./textmodes/tex-mode.el
x ./textmodes/tex-mode.elc
x ./textmodes/texinfmt.el
x ./textmodes/texinfmt.elc
x ./textmodes/texinfo.el
x ./textmodes/texinfo.elc
x ./textmodes/texnfo-upd.el
x ./textmodes/texnfo-upd.elc
x ./textmodes/text-mode.el
x ./textmodes/text-mode.elc
x ./textmodes/tildify.el
x ./textmodes/tildify.elc
x ./textmodes/two-column.el
x ./textmodes/two-column.elc
x ./textmodes/underline.el
x ./textmodes/underline.elc
x ./term/apollo.el
x ./term/apollo.elc
x ./term/AT386.el
x ./term/AT386.elc
x ./term/bobcat.el
x ./term/bobcat.elc
x ./term/common-win.el
x ./term/common-win.elc
x ./term/cygwin.el
x ./term/cygwin.elc
x ./term/internal.el
x ./term/internal.elc
x ./term/iris-ansi.el
x ./term/iris-ansi.elc
x ./term/linux.el
x ./term/linux.elc
x ./term/lk201.el
x ./term/lk201.elc
x ./term/news.el
x ./term/news.elc
x ./term/ns-win.el
x ./term/ns-win.elc
x ./term/pc-win.el
x ./term/pc-win.elc
x ./term/README
x ./term/rxvt.el
x ./term/rxvt.elc
x ./term/screen.el
x ./term/screen.elc
x ./term/sun.el
x ./term/sun.elc
x ./term/tty-colors.el
x ./term/tty-colors.elc
x ./term/tvi970.el
x ./term/tvi970.elc
x ./term/vt100.el
x ./term/vt100.elc
x ./term/vt102.el
x ./term/vt102.elc
x ./term/vt125.el
x ./term/vt125.elc
x ./term/vt200.el
x ./term/vt200.elc
x ./term/vt201.el
x ./term/vt201.elc
x ./term/vt220.el
x ./term/vt220.elc
x ./term/vt240.el
x ./term/vt240.elc
x ./term/vt300.el
x ./term/vt300.elc
x ./term/vt320.el
x ./term/vt320.elc
x ./term/vt400.el
x ./term/vt400.elc
x ./term/vt420.el
x ./term/vt420.elc
x ./term/w32-win.el
x ./term/w32-win.elc
x ./term/w32console.el
x ./term/w32console.elc
x ./term/wyse50.el
x ./term/wyse50.elc
x ./term/x-win.el
x ./term/x-win.elc
x ./term/xterm.el
x ./term/xterm.elc
x ./progmodes/ada-mode.el
x ./progmodes/ada-mode.elc
x ./progmodes/ada-prj.el
x ./progmodes/ada-prj.elc
x ./progmodes/ada-stmt.el
x ./progmodes/ada-stmt.elc
x ./progmodes/ada-xref.el
x ./progmodes/ada-xref.elc
x ./progmodes/antlr-mode.el
x ./progmodes/antlr-mode.elc
x ./progmodes/asm-mode.el
x ./progmodes/asm-mode.elc
x ./progmodes/autoconf.el
x ./progmodes/autoconf.elc
x ./progmodes/bat-mode.el
x ./progmodes/bat-mode.elc
x ./progmodes/bug-reference.el
x ./progmodes/bug-reference.elc
x ./progmodes/cap-words.el
x ./progmodes/cap-words.elc
x ./progmodes/cc-align.el
x ./progmodes/cc-align.elc
x ./progmodes/cc-awk.el
x ./progmodes/cc-awk.elc
x ./progmodes/cc-bytecomp.el
x ./progmodes/cc-bytecomp.elc
x ./progmodes/cc-cmds.el
x ./progmodes/cc-cmds.elc
x ./progmodes/cc-compat.el
x ./progmodes/cc-compat.elc
x ./progmodes/cc-defs.el
x ./progmodes/cc-defs.elc
x ./progmodes/cc-engine.el
x ./progmodes/cc-engine.elc
x ./progmodes/cc-fonts.el
x ./progmodes/cc-fonts.elc
x ./progmodes/cc-guess.el
x ./progmodes/cc-guess.elc
x ./progmodes/cc-langs.el
x ./progmodes/cc-langs.elc
x ./progmodes/cc-menus.el
x ./progmodes/cc-menus.elc
x ./progmodes/cc-mode.el
x ./progmodes/cc-mode.elc
x ./progmodes/cc-styles.el
x ./progmodes/cc-styles.elc
x ./progmodes/cc-vars.el
x ./progmodes/cc-vars.elc
x ./progmodes/cfengine.el
x ./progmodes/cfengine.elc
x ./progmodes/cmacexp.el
x ./progmodes/cmacexp.elc
x ./progmodes/compile.el
x ./progmodes/compile.elc
x ./progmodes/cperl-mode.el
x ./progmodes/cperl-mode.elc
x ./progmodes/cpp.el
x ./progmodes/cpp.elc
x ./progmodes/cwarn.el
x ./progmodes/cwarn.elc
x ./progmodes/dcl-mode.el
x ./progmodes/dcl-mode.elc
x ./progmodes/ebnf-abn.el
x ./progmodes/ebnf-abn.elc
x ./progmodes/ebnf-bnf.el
x ./progmodes/ebnf-bnf.elc
x ./progmodes/ebnf-dtd.el
x ./progmodes/ebnf-dtd.elc
x ./progmodes/ebnf-ebx.el
x ./progmodes/ebnf-ebx.elc
x ./progmodes/ebnf-iso.el
x ./progmodes/ebnf-iso.elc
x ./progmodes/ebnf-otz.el
x ./progmodes/ebnf-otz.elc
x ./progmodes/ebnf-yac.el
x ./progmodes/ebnf-yac.elc
x ./progmodes/ebnf2ps.el
x ./progmodes/ebnf2ps.elc
x ./progmodes/ebrowse.el
x ./progmodes/ebrowse.elc
x ./progmodes/etags.el
x ./progmodes/etags.elc
x ./progmodes/executable.el
x ./progmodes/executable.elc
x ./progmodes/f90.el
x ./progmodes/f90.elc
x ./progmodes/flymake.el
x ./progmodes/flymake.elc
x ./progmodes/fortran.el
x ./progmodes/fortran.elc
x ./progmodes/gdb-mi.el
x ./progmodes/gdb-mi.elc
x ./progmodes/glasses.el
x ./progmodes/glasses.elc
x ./progmodes/grep.el
x ./progmodes/grep.elc
x ./progmodes/gud.el
x ./progmodes/gud.elc
x ./progmodes/hideif.el
x ./progmodes/hideif.elc
x ./progmodes/hideshow.el
x ./progmodes/hideshow.elc
x ./progmodes/icon.el
x ./progmodes/icon.elc
x ./progmodes/idlw-complete-structtag.el
x ./progmodes/idlw-complete-structtag.elc
x ./progmodes/idlw-help.el
x ./progmodes/idlw-help.elc
x ./progmodes/idlw-shell.el
x ./progmodes/idlw-shell.elc
x ./progmodes/idlw-toolbar.el
x ./progmodes/idlw-toolbar.elc
x ./progmodes/idlwave.el
x ./progmodes/idlwave.elc
x ./progmodes/inf-lisp.el
x ./progmodes/inf-lisp.elc
x ./progmodes/js.el
x ./progmodes/js.elc
x ./progmodes/ld-script.el
x ./progmodes/ld-script.elc
x ./progmodes/m4-mode.el
x ./progmodes/m4-mode.elc
x ./progmodes/make-mode.el
x ./progmodes/make-mode.elc
x ./progmodes/mantemp.el
x ./progmodes/mantemp.elc
x ./progmodes/meta-mode.el
x ./progmodes/meta-mode.elc
x ./progmodes/mixal-mode.el
x ./progmodes/mixal-mode.elc
x ./progmodes/modula2.el
x ./progmodes/modula2.elc
x ./progmodes/octave.el
x ./progmodes/octave.elc
x ./progmodes/opascal.el
x ./progmodes/opascal.elc
x ./progmodes/pascal.el
x ./progmodes/pascal.elc
x ./progmodes/perl-mode.el
x ./progmodes/perl-mode.elc
x ./progmodes/prog-mode.el
x ./progmodes/prog-mode.elc
x ./progmodes/prolog.el
x ./progmodes/prolog.elc
x ./progmodes/ps-mode.el
x ./progmodes/ps-mode.elc
x ./progmodes/python.el
x ./progmodes/python.elc
x ./progmodes/ruby-mode.el
x ./progmodes/ruby-mode.elc
x ./progmodes/scheme.el
x ./progmodes/scheme.elc
x ./progmodes/sh-script.el
x ./progmodes/sh-script.elc
x ./progmodes/simula.el
x ./progmodes/simula.elc
x ./progmodes/sql.el
x ./progmodes/sql.elc
x ./progmodes/subword.el
x ./progmodes/subword.elc
x ./progmodes/tcl.el
x ./progmodes/tcl.elc
x ./progmodes/vera-mode.el
x ./progmodes/vera-mode.elc
x ./progmodes/verilog-mode.el
x ./progmodes/verilog-mode.elc
x ./progmodes/vhdl-mode.el
x ./progmodes/vhdl-mode.elc
x ./progmodes/which-func.el
x ./progmodes/which-func.elc
x ./progmodes/xscheme.el
x ./progmodes/xscheme.elc
x ./play/5x5.el
x ./play/5x5.elc
x ./play/animate.el
x ./play/animate.elc
x ./play/blackbox.el
x ./play/blackbox.elc
x ./play/bubbles.el
x ./play/bubbles.elc
x ./play/cookie1.el
x ./play/cookie1.elc
x ./play/decipher.el
x ./play/decipher.elc
x ./play/dissociate.el
x ./play/dissociate.elc
x ./play/doctor.el
x ./play/doctor.elc
x ./play/dunnet.el
x ./play/dunnet.elc
x ./play/fortune.el
x ./play/fortune.elc
x ./play/gamegrid.el
x ./play/gamegrid.elc
x ./play/gametree.el
x ./play/gametree.elc
x ./play/gomoku.el
x ./play/gomoku.elc
x ./play/handwrite.el
x ./play/handwrite.elc
x ./play/hanoi.el
x ./play/hanoi.elc
x ./play/landmark.el
x ./play/landmark.elc
x ./play/life.el
x ./play/life.elc
x ./play/morse.el
x ./play/morse.elc
x ./play/mpuz.el
x ./play/mpuz.elc
x ./play/pong.el
x ./play/pong.elc
x ./play/snake.el
x ./play/snake.elc
x ./play/solitaire.el
x ./play/solitaire.elc
x ./play/spook.el
x ./play/spook.elc
x ./play/studly.el
x ./play/studly.elc
x ./play/tetris.el
x ./play/tetris.elc
x ./play/zone.el
x ./play/zone.elc
x ./org/ChangeLog
x ./org/ob-asymptote.el
x ./org/ob-asymptote.elc
x ./org/ob-awk.el
x ./org/ob-awk.elc
x ./org/ob-C.el
x ./org/ob-C.elc
x ./org/ob-calc.el
x ./org/ob-calc.elc
x ./org/ob-clojure.el
x ./org/ob-clojure.elc
x ./org/ob-comint.el
x ./org/ob-comint.elc
x ./org/ob-core.el
x ./org/ob-core.elc
x ./org/ob-css.el
x ./org/ob-css.elc
x ./org/ob-ditaa.el
x ./org/ob-ditaa.elc
x ./org/ob-dot.el
x ./org/ob-dot.elc
x ./org/ob-emacs-lisp.el
x ./org/ob-emacs-lisp.elc
x ./org/ob-eval.el
x ./org/ob-eval.elc
x ./org/ob-exp.el
x ./org/ob-exp.elc
x ./org/ob-fortran.el
x ./org/ob-fortran.elc
x ./org/ob-gnuplot.el
x ./org/ob-gnuplot.elc
x ./org/ob-haskell.el
x ./org/ob-haskell.elc
x ./org/ob-io.el
x ./org/ob-io.elc
x ./org/ob-java.el
x ./org/ob-java.elc
x ./org/ob-js.el
x ./org/ob-js.elc
x ./org/ob-keys.el
x ./org/ob-keys.elc
x ./org/ob-latex.el
x ./org/ob-latex.elc
x ./org/ob-ledger.el
x ./org/ob-ledger.elc
x ./org/ob-lilypond.el
x ./org/ob-lilypond.elc
x ./org/ob-lisp.el
x ./org/ob-lisp.elc
x ./org/ob-lob.el
x ./org/ob-lob.elc
x ./org/ob-makefile.el
x ./org/ob-makefile.elc
x ./org/ob-matlab.el
x ./org/ob-matlab.elc
x ./org/ob-maxima.el
x ./org/ob-maxima.elc
x ./org/ob-mscgen.el
x ./org/ob-mscgen.elc
x ./org/ob-ocaml.el
x ./org/ob-ocaml.elc
x ./org/ob-octave.el
x ./org/ob-octave.elc
x ./org/ob-org.el
x ./org/ob-org.elc
x ./org/ob-perl.el
x ./org/ob-perl.elc
x ./org/ob-picolisp.el
x ./org/ob-picolisp.elc
x ./org/ob-plantuml.el
x ./org/ob-plantuml.elc
x ./org/ob-python.el
x ./org/ob-python.elc
x ./org/ob-R.el
x ./org/ob-R.elc
x ./org/ob-ref.el
x ./org/ob-ref.elc
x ./org/ob-ruby.el
x ./org/ob-ruby.elc
x ./org/ob-sass.el
x ./org/ob-sass.elc
x ./org/ob-scala.el
x ./org/ob-scala.elc
x ./org/ob-scheme.el
x ./org/ob-scheme.elc
x ./org/ob-screen.el
x ./org/ob-screen.elc
x ./org/ob-sh.el
x ./org/ob-sh.elc
x ./org/ob-shen.el
x ./org/ob-shen.elc
x ./org/ob-sql.el
x ./org/ob-sql.elc
x ./org/ob-sqlite.el
x ./org/ob-sqlite.elc
x ./org/ob-table.el
x ./org/ob-table.elc
x ./org/ob-tangle.el
x ./org/ob-tangle.elc
x ./org/ob.el
x ./org/ob.elc
x ./org/org-agenda.el
x ./org/org-agenda.elc
x ./org/org-archive.el
x ./org/org-archive.elc
x ./org/org-attach.el
x ./org/org-attach.elc
x ./org/org-bbdb.el
x ./org/org-bbdb.elc
x ./org/org-bibtex.el
x ./org/org-bibtex.elc
x ./org/org-capture.el
x ./org/org-capture.elc
x ./org/org-clock.el
x ./org/org-clock.elc
x ./org/org-colview.el
x ./org/org-colview.elc
x ./org/org-compat.el
x ./org/org-compat.elc
x ./org/org-crypt.el
x ./org/org-crypt.elc
x ./org/org-ctags.el
x ./org/org-ctags.elc
x ./org/org-datetree.el
x ./org/org-datetree.elc
x ./org/org-docview.el
x ./org/org-docview.elc
x ./org/org-element.el
x ./org/org-element.elc
x ./org/org-entities.el
x ./org/org-entities.elc
x ./org/org-eshell.el
x ./org/org-eshell.elc
x ./org/org-faces.el
x ./org/org-faces.elc
x ./org/org-feed.el
x ./org/org-feed.elc
x ./org/org-footnote.el
x ./org/org-footnote.elc
x ./org/org-gnus.el
x ./org/org-gnus.elc
x ./org/org-habit.el
x ./org/org-habit.elc
x ./org/org-id.el
x ./org/org-id.elc
x ./org/org-indent.el
x ./org/org-indent.elc
x ./org/org-info.el
x ./org/org-info.elc
x ./org/org-inlinetask.el
x ./org/org-inlinetask.elc
x ./org/org-install.el
x ./org/org-irc.el
x ./org/org-irc.elc
x ./org/org-list.el
x ./org/org-list.elc
x ./org/org-loaddefs.el
x ./org/org-macro.el
x ./org/org-macro.elc
x ./org/org-macs.el
x ./org/org-macs.elc
x ./org/org-mhe.el
x ./org/org-mhe.elc
x ./org/org-mobile.el
x ./org/org-mobile.elc
x ./org/org-mouse.el
x ./org/org-mouse.elc
x ./org/org-pcomplete.el
x ./org/org-pcomplete.elc
x ./org/org-plot.el
x ./org/org-plot.elc
x ./org/org-protocol.el
x ./org/org-protocol.elc
x ./org/org-rmail.el
x ./org/org-rmail.elc
x ./org/org-src.el
x ./org/org-src.elc
x ./org/org-table.el
x ./org/org-table.elc
x ./org/org-timer.el
x ./org/org-timer.elc
x ./org/org-version.el
x ./org/org-w3m.el
x ./org/org-w3m.elc
x ./org/org.el
x ./org/org.elc
x ./org/ox-ascii.el
x ./org/ox-ascii.elc
x ./org/ox-beamer.el
x ./org/ox-beamer.elc
x ./org/ox-html.el
x ./org/ox-html.elc
x ./org/ox-icalendar.el
x ./org/ox-icalendar.elc
x ./org/ox-latex.el
x ./org/ox-latex.elc
x ./org/ox-man.el
x ./org/ox-man.elc
x ./org/ox-md.el
x ./org/ox-md.elc
x ./org/ox-odt.el
x ./org/ox-odt.elc
x ./org/ox-org.el
x ./org/ox-org.elc
x ./org/ox-publish.el
x ./org/ox-publish.elc
x ./org/ox-texinfo.el
x ./org/ox-texinfo.elc
x ./org/ox.el
x ./org/ox.elc
x ./obsolete/abbrevlist.el
x ./obsolete/abbrevlist.elc
x ./obsolete/assoc.el
x ./obsolete/assoc.elc
x ./obsolete/awk-mode.el
x ./obsolete/awk-mode.elc
x ./obsolete/bruce.el
x ./obsolete/cl-compat.el
x ./obsolete/cl-compat.elc
x ./obsolete/complete.el
x ./obsolete/complete.elc
x ./obsolete/cust-print.el
x ./obsolete/cust-print.elc
x ./obsolete/erc-hecomplete.el
x ./obsolete/erc-hecomplete.elc
x ./obsolete/fast-lock.el
x ./obsolete/fast-lock.elc
x ./obsolete/iso-acc.el
x ./obsolete/iso-acc.elc
x ./obsolete/iso-insert.el
x ./obsolete/iso-insert.elc
x ./obsolete/iso-swed.el
x ./obsolete/iso-swed.elc
x ./obsolete/iswitchb.el
x ./obsolete/iswitchb.elc
x ./obsolete/keyswap.el
x ./obsolete/lazy-lock.el
x ./obsolete/lazy-lock.elc
x ./obsolete/ledit.el
x ./obsolete/ledit.elc
x ./obsolete/levents.el
x ./obsolete/levents.elc
x ./obsolete/lmenu.el
x ./obsolete/lmenu.elc
x ./obsolete/longlines.el
x ./obsolete/longlines.elc
x ./obsolete/lucid.el
x ./obsolete/lucid.elc
x ./obsolete/mailpost.el
x ./obsolete/mailpost.elc
x ./obsolete/meese.el
x ./obsolete/meese.elc
x ./obsolete/mouse-sel.el
x ./obsolete/mouse-sel.elc
x ./obsolete/old-emacs-lock.el
x ./obsolete/old-emacs-lock.elc
x ./obsolete/old-whitespace.el
x ./obsolete/old-whitespace.elc
x ./obsolete/options.el
x ./obsolete/options.elc
x ./obsolete/otodo-mode.el
x ./obsolete/otodo-mode.elc
x ./obsolete/patcomp.el
x ./obsolete/pc-mode.el
x ./obsolete/pc-mode.elc
x ./obsolete/pc-select.el
x ./obsolete/pc-select.elc
x ./obsolete/pgg-def.el
x ./obsolete/pgg-def.elc
x ./obsolete/pgg-gpg.el
x ./obsolete/pgg-gpg.elc
x ./obsolete/pgg-parse.el
x ./obsolete/pgg-parse.elc
x ./obsolete/pgg-pgp.el
x ./obsolete/pgg-pgp.elc
x ./obsolete/pgg-pgp5.el
x ./obsolete/pgg-pgp5.elc
x ./obsolete/pgg.el
x ./obsolete/pgg.elc
x ./obsolete/rcompile.el
x ./obsolete/rcompile.elc
x ./obsolete/resume.el
x ./obsolete/resume.elc
x ./obsolete/s-region.el
x ./obsolete/s-region.elc
x ./obsolete/scribe.el
x ./obsolete/scribe.elc
x ./obsolete/spell.el
x ./obsolete/spell.elc
x ./obsolete/sregex.el
x ./obsolete/sregex.elc
x ./obsolete/sup-mouse.el
x ./obsolete/sup-mouse.elc
x ./obsolete/swedish.el
x ./obsolete/swedish.elc
x ./obsolete/sym-comp.el
x ./obsolete/sym-comp.elc
x ./obsolete/terminal.el
x ./obsolete/terminal.elc
x ./obsolete/vc-mcvs.el
x ./obsolete/vc-mcvs.elc
x ./obsolete/xesam.el
x ./obsolete/xesam.elc
x ./obsolete/yow.el
x ./obsolete/yow.elc
x ./nxml/nxml-enc.el
x ./nxml/nxml-enc.elc
x ./nxml/nxml-glyph.el
x ./nxml/nxml-glyph.elc
x ./nxml/nxml-maint.el
x ./nxml/nxml-maint.elc
x ./nxml/nxml-mode.el
x ./nxml/nxml-mode.elc
x ./nxml/nxml-ns.el
x ./nxml/nxml-ns.elc
x ./nxml/nxml-outln.el
x ./nxml/nxml-outln.elc
x ./nxml/nxml-parse.el
x ./nxml/nxml-parse.elc
x ./nxml/nxml-rap.el
x ./nxml/nxml-rap.elc
x ./nxml/nxml-uchnm.el
x ./nxml/nxml-uchnm.elc
x ./nxml/nxml-util.el
x ./nxml/nxml-util.elc
x ./nxml/rng-cmpct.el
x ./nxml/rng-cmpct.elc
x ./nxml/rng-dt.el
x ./nxml/rng-dt.elc
x ./nxml/rng-loc.el
x ./nxml/rng-loc.elc
x ./nxml/rng-maint.el
x ./nxml/rng-maint.elc
x ./nxml/rng-match.el
x ./nxml/rng-match.elc
x ./nxml/rng-nxml.el
x ./nxml/rng-nxml.elc
x ./nxml/rng-parse.el
x ./nxml/rng-parse.elc
x ./nxml/rng-pttrn.el
x ./nxml/rng-pttrn.elc
x ./nxml/rng-uri.el
x ./nxml/rng-uri.elc
x ./nxml/rng-util.el
x ./nxml/rng-util.elc
x ./nxml/rng-valid.el
x ./nxml/rng-valid.elc
x ./nxml/rng-xsd.el
x ./nxml/rng-xsd.elc
x ./nxml/xmltok.el
x ./nxml/xmltok.elc
x ./nxml/xsd-regexp.el
x ./nxml/xsd-regexp.elc
x ./net/ange-ftp.el
x ./net/ange-ftp.elc
x ./net/browse-url.el
x ./net/browse-url.elc
x ./net/dbus.el
x ./net/dbus.elc
x ./net/dig.el
x ./net/dig.elc
x ./net/dns.el
x ./net/dns.elc
x ./net/eudc-bob.el
x ./net/eudc-bob.elc
x ./net/eudc-export.el
x ./net/eudc-export.elc
x ./net/eudc-hotlist.el
x ./net/eudc-hotlist.elc
x ./net/eudc-vars.el
x ./net/eudc-vars.elc
x ./net/eudc.el
x ./net/eudc.elc
x ./net/eudcb-bbdb.el
x ./net/eudcb-bbdb.elc
x ./net/eudcb-ldap.el
x ./net/eudcb-ldap.elc
x ./net/eudcb-mab.el
x ./net/eudcb-mab.elc
x ./net/eudcb-ph.el
x ./net/eudcb-ph.elc
x ./net/eww.el
x ./net/eww.elc
x ./net/gnutls.el
x ./net/gnutls.elc
x ./net/goto-addr.el
x ./net/goto-addr.elc
x ./net/hmac-def.el
x ./net/hmac-def.elc
x ./net/hmac-md5.el
x ./net/hmac-md5.elc
x ./net/imap.el
x ./net/imap.elc
x ./net/ldap.el
x ./net/ldap.elc
x ./net/mairix.el
x ./net/mairix.elc
x ./net/net-utils.el
x ./net/net-utils.elc
x ./net/netrc.el
x ./net/netrc.elc
x ./net/network-stream.el
x ./net/network-stream.elc
x ./net/newst-backend.el
x ./net/newst-backend.elc
x ./net/newst-plainview.el
x ./net/newst-plainview.elc
x ./net/newst-reader.el
x ./net/newst-reader.elc
x ./net/newst-ticker.el
x ./net/newst-ticker.elc
x ./net/newst-treeview.el
x ./net/newst-treeview.elc
x ./net/newsticker.el
x ./net/newsticker.elc
x ./net/ntlm.el
x ./net/ntlm.elc
x ./net/quickurl.el
x ./net/quickurl.elc
x ./net/rcirc.el
x ./net/rcirc.elc
x ./net/rlogin.el
x ./net/rlogin.elc
x ./net/sasl-cram.el
x ./net/sasl-cram.elc
x ./net/sasl-digest.el
x ./net/sasl-digest.elc
x ./net/sasl-ntlm.el
x ./net/sasl-ntlm.elc
x ./net/sasl.el
x ./net/sasl.elc
x ./net/secrets.el
x ./net/secrets.elc
x ./net/shr-color.el
x ./net/shr-color.elc
x ./net/shr.el
x ./net/shr.elc
x ./net/snmp-mode.el
x ./net/snmp-mode.elc
x ./net/soap-client.el
x ./net/soap-client.elc
x ./net/soap-inspect.el
x ./net/soap-inspect.elc
x ./net/socks.el
x ./net/socks.elc
x ./net/telnet.el
x ./net/telnet.elc
x ./net/tls.el
x ./net/tls.elc
x ./net/tramp-adb.el
x ./net/tramp-adb.elc
x ./net/tramp-cache.el
x ./net/tramp-cache.elc
x ./net/tramp-cmds.el
x ./net/tramp-cmds.elc
x ./net/tramp-compat.el
x ./net/tramp-compat.elc
x ./net/tramp-ftp.el
x ./net/tramp-ftp.elc
x ./net/tramp-gvfs.el
x ./net/tramp-gvfs.elc
x ./net/tramp-gw.el
x ./net/tramp-gw.elc
x ./net/tramp-loaddefs.el
x ./net/tramp-sh.el
x ./net/tramp-sh.elc
x ./net/tramp-smb.el
x ./net/tramp-smb.elc
x ./net/tramp-uu.el
x ./net/tramp-uu.elc
x ./net/tramp.el
x ./net/tramp.elc
x ./net/trampver.el
x ./net/trampver.elc
x ./net/webjump.el
x ./net/webjump.elc
x ./net/zeroconf.el
x ./net/zeroconf.elc
x ./mh-e/ChangeLog
x ./mh-e/ChangeLog.1
x ./mh-e/mh-acros.el
x ./mh-e/mh-alias.el
x ./mh-e/mh-alias.elc
x ./mh-e/mh-buffers.el
x ./mh-e/mh-buffers.elc
x ./mh-e/mh-comp.el
x ./mh-e/mh-comp.elc
x ./mh-e/mh-compat.el
x ./mh-e/mh-e.el
x ./mh-e/mh-e.elc
x ./mh-e/mh-folder.el
x ./mh-e/mh-folder.elc
x ./mh-e/mh-funcs.el
x ./mh-e/mh-funcs.elc
x ./mh-e/mh-gnus.el
x ./mh-e/mh-identity.el
x ./mh-e/mh-identity.elc
x ./mh-e/mh-inc.el
x ./mh-e/mh-inc.elc
x ./mh-e/mh-junk.el
x ./mh-e/mh-junk.elc
x ./mh-e/mh-letter.el
x ./mh-e/mh-letter.elc
x ./mh-e/mh-limit.el
x ./mh-e/mh-limit.elc
x ./mh-e/mh-loaddefs.el
x ./mh-e/mh-mime.el
x ./mh-e/mh-mime.elc
x ./mh-e/mh-print.el
x ./mh-e/mh-print.elc
x ./mh-e/mh-scan.el
x ./mh-e/mh-scan.elc
x ./mh-e/mh-search.el
x ./mh-e/mh-search.elc
x ./mh-e/mh-seq.el
x ./mh-e/mh-seq.elc
x ./mh-e/mh-show.el
x ./mh-e/mh-show.elc
x ./mh-e/mh-speed.el
x ./mh-e/mh-speed.elc
x ./mh-e/mh-thread.el
x ./mh-e/mh-thread.elc
x ./mh-e/mh-tool-bar.el
x ./mh-e/mh-tool-bar.elc
x ./mh-e/mh-utils.el
x ./mh-e/mh-utils.elc
x ./mh-e/mh-xface.el
x ./mh-e/mh-xface.elc
x ./mail/binhex.el
x ./mail/binhex.elc
x ./mail/blessmail.el
x ./mail/emacsbug.el
x ./mail/emacsbug.elc
x ./mail/feedmail.el
x ./mail/feedmail.elc
x ./mail/footnote.el
x ./mail/footnote.elc
x ./mail/hashcash.el
x ./mail/hashcash.elc
x ./mail/mail-extr.el
x ./mail/mail-extr.elc
x ./mail/mail-hist.el
x ./mail/mail-hist.elc
x ./mail/mail-utils.el
x ./mail/mail-utils.elc
x ./mail/mailabbrev.el
x ./mail/mailabbrev.elc
x ./mail/mailalias.el
x ./mail/mailalias.elc
x ./mail/mailclient.el
x ./mail/mailclient.elc
x ./mail/mailheader.el
x ./mail/mailheader.elc
x ./mail/metamail.el
x ./mail/metamail.elc
x ./mail/mspools.el
x ./mail/mspools.elc
x ./mail/reporter.el
x ./mail/reporter.elc
x ./mail/rfc2368.el
x ./mail/rfc2368.elc
x ./mail/rfc822.el
x ./mail/rfc822.elc
x ./mail/rmail-spam-filter.el
x ./mail/rmail-spam-filter.elc
x ./mail/rmail.el
x ./mail/rmail.elc
x ./mail/rmailedit.el
x ./mail/rmailedit.elc
x ./mail/rmailkwd.el
x ./mail/rmailkwd.elc
x ./mail/rmailmm.el
x ./mail/rmailmm.elc
x ./mail/rmailmsc.el
x ./mail/rmailmsc.elc
x ./mail/rmailout.el
x ./mail/rmailout.elc
x ./mail/rmailsort.el
x ./mail/rmailsort.elc
x ./mail/rmailsum.el
x ./mail/rmailsum.elc
x ./mail/sendmail.el
x ./mail/sendmail.elc
x ./mail/smtpmail.el
x ./mail/smtpmail.elc
x ./mail/supercite.el
x ./mail/supercite.elc
x ./mail/uce.el
x ./mail/uce.elc
x ./mail/undigest.el
x ./mail/undigest.elc
x ./mail/unrmail.el
x ./mail/unrmail.elc
x ./mail/uudecode.el
x ./mail/uudecode.elc
x ./leim/ja-dic/
x ./leim/leim-list.el
x ./leim/quail/
x ./leim/quail/4Corner.el
x ./leim/quail/4Corner.elc
x ./leim/quail/arabic.el
x ./leim/quail/arabic.elc
x ./leim/quail/ARRAY30.el
x ./leim/quail/ARRAY30.elc
x ./leim/quail/CCDOSPY.el
x ./leim/quail/CCDOSPY.elc
x ./leim/quail/croatian.el
x ./leim/quail/croatian.elc
x ./leim/quail/CTLau-b5.el
x ./leim/quail/CTLau-b5.elc
x ./leim/quail/CTLau.el
x ./leim/quail/CTLau.elc
x ./leim/quail/cyril-jis.el
x ./leim/quail/cyril-jis.elc
x ./leim/quail/cyrillic.el
x ./leim/quail/cyrillic.elc
x ./leim/quail/czech.el
x ./leim/quail/czech.elc
x ./leim/quail/ECDICT.el
x ./leim/quail/ECDICT.elc
x ./leim/quail/ethiopic.el
x ./leim/quail/ethiopic.elc
x ./leim/quail/ETZY.el
x ./leim/quail/ETZY.elc
x ./leim/quail/georgian.el
x ./leim/quail/georgian.elc
x ./leim/quail/greek.el
x ./leim/quail/greek.elc
x ./leim/quail/hangul.el
x ./leim/quail/hangul.elc
x ./leim/quail/hanja-jis.el
x ./leim/quail/hanja-jis.elc
x ./leim/quail/hanja.el
x ./leim/quail/hanja.elc
x ./leim/quail/hanja3.el
x ./leim/quail/hanja3.elc
x ./leim/quail/hebrew.el
x ./leim/quail/hebrew.elc
x ./leim/quail/indian.el
x ./leim/quail/indian.elc
x ./leim/quail/ipa-praat.el
x ./leim/quail/ipa-praat.elc
x ./leim/quail/ipa.el
x ./leim/quail/ipa.elc
x ./leim/quail/japanese.el
x ./leim/quail/japanese.elc
x ./leim/quail/lao.el
x ./leim/quail/lao.elc
x ./leim/quail/latin-alt.el
x ./leim/quail/latin-alt.elc
x ./leim/quail/latin-ltx.el
x ./leim/quail/latin-ltx.elc
x ./leim/quail/latin-post.el
x ./leim/quail/latin-post.elc
x ./leim/quail/latin-pre.el
x ./leim/quail/latin-pre.elc
x ./leim/quail/lrt.el
x ./leim/quail/lrt.elc
x ./leim/quail/persian.el
x ./leim/quail/persian.elc
x ./leim/quail/Punct-b5.el
x ./leim/quail/Punct-b5.elc
x ./leim/quail/Punct.el
x ./leim/quail/Punct.elc
x ./leim/quail/PY-b5.el
x ./leim/quail/PY-b5.elc
x ./leim/quail/py-punct.el
x ./leim/quail/py-punct.elc
x ./leim/quail/PY.el
x ./leim/quail/PY.elc
x ./leim/quail/pypunct-b5.el
x ./leim/quail/pypunct-b5.elc
x ./leim/quail/QJ-b5.el
x ./leim/quail/QJ-b5.elc
x ./leim/quail/QJ.el
x ./leim/quail/QJ.elc
x ./leim/quail/quick-b5.el
x ./leim/quail/quick-b5.elc
x ./leim/quail/quick-cns.el
x ./leim/quail/quick-cns.elc
x ./leim/quail/rfc1345.el
x ./leim/quail/rfc1345.elc
x ./leim/quail/sgml-input.el
x ./leim/quail/sgml-input.elc
x ./leim/quail/sisheng.el
x ./leim/quail/sisheng.elc
x ./leim/quail/slovak.el
x ./leim/quail/slovak.elc
x ./leim/quail/SW.el
x ./leim/quail/SW.elc
x ./leim/quail/symbol-ksc.el
x ./leim/quail/symbol-ksc.elc
x ./leim/quail/thai.el
x ./leim/quail/thai.elc
x ./leim/quail/tibetan.el
x ./leim/quail/tibetan.elc
x ./leim/quail/TONEPY.el
x ./leim/quail/TONEPY.elc
x ./leim/quail/tsang-b5.el
x ./leim/quail/tsang-b5.elc
x ./leim/quail/tsang-cns.el
x ./leim/quail/tsang-cns.elc
x ./leim/quail/uni-input.el
x ./leim/quail/uni-input.elc
x ./leim/quail/viqr.el
x ./leim/quail/viqr.elc
x ./leim/quail/vntelex.el
x ./leim/quail/vntelex.elc
x ./leim/quail/vnvni.el
x ./leim/quail/vnvni.elc
x ./leim/quail/welsh.el
x ./leim/quail/welsh.elc
x ./leim/quail/ZIRANMA.el
x ./leim/quail/ZIRANMA.elc
x ./leim/quail/ZOZY.el
x ./leim/quail/ZOZY.elc
x ./leim/ja-dic/ja-dic.el
x ./leim/ja-dic/ja-dic.elc
x ./language/burmese.el
x ./language/burmese.elc
x ./language/cham.el
x ./language/cham.elc
x ./language/china-util.el
x ./language/china-util.elc
x ./language/chinese.el
x ./language/chinese.elc
x ./language/cyril-util.el
x ./language/cyril-util.elc
x ./language/cyrillic.el
x ./language/cyrillic.elc
x ./language/czech.el
x ./language/czech.elc
x ./language/english.el
x ./language/english.elc
x ./language/ethio-util.el
x ./language/ethio-util.elc
x ./language/ethiopic.el
x ./language/ethiopic.elc
x ./language/european.el
x ./language/european.elc
x ./language/georgian.el
x ./language/georgian.elc
x ./language/greek.el
x ./language/greek.elc
x ./language/hanja-util.el
x ./language/hanja-util.elc
x ./language/hebrew.el
x ./language/hebrew.elc
x ./language/ind-util.el
x ./language/ind-util.elc
x ./language/indian.el
x ./language/indian.elc
x ./language/japan-util.el
x ./language/japan-util.elc
x ./language/japanese.el
x ./language/japanese.elc
x ./language/khmer.el
x ./language/khmer.elc
x ./language/korea-util.el
x ./language/korea-util.elc
x ./language/korean.el
x ./language/korean.elc
x ./language/lao-util.el
x ./language/lao-util.elc
x ./language/lao.el
x ./language/lao.elc
x ./language/misc-lang.el
x ./language/misc-lang.elc
x ./language/romanian.el
x ./language/romanian.elc
x ./language/sinhala.el
x ./language/sinhala.elc
x ./language/slovak.el
x ./language/slovak.elc
x ./language/tai-viet.el
x ./language/tai-viet.elc
x ./language/thai-util.el
x ./language/thai-util.elc
x ./language/thai-word.el
x ./language/thai-word.elc
x ./language/thai.el
x ./language/thai.elc
x ./language/tibet-util.el
x ./language/tibet-util.elc
x ./language/tibetan.el
x ./language/tibetan.elc
x ./language/tv-util.el
x ./language/tv-util.elc
x ./language/utf-8-lang.el
x ./language/utf-8-lang.elc
x ./language/viet-util.el
x ./language/viet-util.elc
x ./language/vietnamese.el
x ./language/vietnamese.elc
x ./international/ccl.el
x ./international/ccl.elc
x ./international/characters.el
x ./international/characters.elc
x ./international/charprop.el
x ./international/cp51932.el
x ./international/eucjp-ms.el
x ./international/fontset.el
x ./international/fontset.elc
x ./international/isearch-x.el
x ./international/isearch-x.elc
x ./international/iso-ascii.el
x ./international/iso-ascii.elc
x ./international/iso-cvt.el
x ./international/iso-cvt.elc
x ./international/iso-transl.el
x ./international/iso-transl.elc
x ./international/ja-dic-cnv.el
x ./international/ja-dic-cnv.elc
x ./international/ja-dic-utl.el
x ./international/ja-dic-utl.elc
x ./international/kinsoku.el
x ./international/kinsoku.elc
x ./international/kkc.el
x ./international/kkc.elc
x ./international/latexenc.el
x ./international/latexenc.elc
x ./international/latin1-disp.el
x ./international/latin1-disp.elc
x ./international/mule-cmds.el
x ./international/mule-cmds.elc
x ./international/mule-conf.el
x ./international/mule-conf.elc
x ./international/mule-diag.el
x ./international/mule-diag.elc
x ./international/mule-util.el
x ./international/mule-util.elc
x ./international/mule.el
x ./international/mule.elc
x ./international/ogonek.el
x ./international/ogonek.elc
x ./international/quail.el
x ./international/quail.elc
x ./international/README
x ./international/robin.el
x ./international/robin.elc
x ./international/titdic-cnv.el
x ./international/titdic-cnv.elc
x ./international/ucs-normalize.el
x ./international/ucs-normalize.elc
x ./international/uni-bidi.el
x ./international/uni-category.el
x ./international/uni-combining.el
x ./international/uni-comment.el
x ./international/uni-decimal.el
x ./international/uni-decomposition.el
x ./international/uni-digit.el
x ./international/uni-lowercase.el
x ./international/uni-mirrored.el
x ./international/uni-name.el
x ./international/uni-numeric.el
x ./international/uni-old-name.el
x ./international/uni-titlecase.el
x ./international/uni-uppercase.el
x ./international/utf-7.el
x ./international/utf-7.elc
x ./gnus/.dir-locals.el
x ./gnus/auth-source.el
x ./gnus/auth-source.elc
x ./gnus/canlock.el
x ./gnus/canlock.elc
x ./gnus/ChangeLog
x ./gnus/ChangeLog.1
x ./gnus/ChangeLog.2
x ./gnus/compface.el
x ./gnus/compface.elc
x ./gnus/deuglify.el
x ./gnus/deuglify.elc
x ./gnus/ecomplete.el
x ./gnus/ecomplete.elc
x ./gnus/flow-fill.el
x ./gnus/flow-fill.elc
x ./gnus/gmm-utils.el
x ./gnus/gmm-utils.elc
x ./gnus/gnus-agent.el
x ./gnus/gnus-agent.elc
x ./gnus/gnus-art.el
x ./gnus/gnus-art.elc
x ./gnus/gnus-async.el
x ./gnus/gnus-async.elc
x ./gnus/gnus-bcklg.el
x ./gnus/gnus-bcklg.elc
x ./gnus/gnus-bookmark.el
x ./gnus/gnus-bookmark.elc
x ./gnus/gnus-cache.el
x ./gnus/gnus-cache.elc
x ./gnus/gnus-cite.el
x ./gnus/gnus-cite.elc
x ./gnus/gnus-cus.el
x ./gnus/gnus-cus.elc
x ./gnus/gnus-delay.el
x ./gnus/gnus-delay.elc
x ./gnus/gnus-demon.el
x ./gnus/gnus-demon.elc
x ./gnus/gnus-diary.el
x ./gnus/gnus-diary.elc
x ./gnus/gnus-dired.el
x ./gnus/gnus-dired.elc
x ./gnus/gnus-draft.el
x ./gnus/gnus-draft.elc
x ./gnus/gnus-dup.el
x ./gnus/gnus-dup.elc
x ./gnus/gnus-eform.el
x ./gnus/gnus-eform.elc
x ./gnus/gnus-ems.el
x ./gnus/gnus-ems.elc
x ./gnus/gnus-fun.el
x ./gnus/gnus-fun.elc
x ./gnus/gnus-gravatar.el
x ./gnus/gnus-gravatar.elc
x ./gnus/gnus-group.el
x ./gnus/gnus-group.elc
x ./gnus/gnus-html.el
x ./gnus/gnus-html.elc
x ./gnus/gnus-icalendar.el
x ./gnus/gnus-icalendar.elc
x ./gnus/gnus-int.el
x ./gnus/gnus-int.elc
x ./gnus/gnus-kill.el
x ./gnus/gnus-kill.elc
x ./gnus/gnus-logic.el
x ./gnus/gnus-logic.elc
x ./gnus/gnus-mh.el
x ./gnus/gnus-mh.elc
x ./gnus/gnus-ml.el
x ./gnus/gnus-ml.elc
x ./gnus/gnus-mlspl.el
x ./gnus/gnus-mlspl.elc
x ./gnus/gnus-msg.el
x ./gnus/gnus-msg.elc
x ./gnus/gnus-notifications.el
x ./gnus/gnus-notifications.elc
x ./gnus/gnus-picon.el
x ./gnus/gnus-picon.elc
x ./gnus/gnus-range.el
x ./gnus/gnus-range.elc
x ./gnus/gnus-registry.el
x ./gnus/gnus-registry.elc
x ./gnus/gnus-salt.el
x ./gnus/gnus-salt.elc
x ./gnus/gnus-score.el
x ./gnus/gnus-score.elc
x ./gnus/gnus-setup.el
x ./gnus/gnus-setup.elc
x ./gnus/gnus-sieve.el
x ./gnus/gnus-sieve.elc
x ./gnus/gnus-spec.el
x ./gnus/gnus-spec.elc
x ./gnus/gnus-srvr.el
x ./gnus/gnus-srvr.elc
x ./gnus/gnus-start.el
x ./gnus/gnus-start.elc
x ./gnus/gnus-sum.el
x ./gnus/gnus-sum.elc
x ./gnus/gnus-sync.el
x ./gnus/gnus-sync.elc
x ./gnus/gnus-topic.el
x ./gnus/gnus-topic.elc
x ./gnus/gnus-undo.el
x ./gnus/gnus-undo.elc
x ./gnus/gnus-util.el
x ./gnus/gnus-util.elc
x ./gnus/gnus-uu.el
x ./gnus/gnus-uu.elc
x ./gnus/gnus-vm.el
x ./gnus/gnus-vm.elc
x ./gnus/gnus-win.el
x ./gnus/gnus-win.elc
x ./gnus/gnus.el
x ./gnus/gnus.elc
x ./gnus/gravatar.el
x ./gnus/gravatar.elc
x ./gnus/gssapi.el
x ./gnus/gssapi.elc
x ./gnus/html2text.el
x ./gnus/html2text.elc
x ./gnus/ietf-drums.el
x ./gnus/ietf-drums.elc
x ./gnus/legacy-gnus-agent.el
x ./gnus/legacy-gnus-agent.elc
x ./gnus/mail-parse.el
x ./gnus/mail-parse.elc
x ./gnus/mail-prsvr.el
x ./gnus/mail-prsvr.elc
x ./gnus/mail-source.el
x ./gnus/mail-source.elc
x ./gnus/mailcap.el
x ./gnus/mailcap.elc
x ./gnus/message.el
x ./gnus/message.elc
x ./gnus/messcompat.el
x ./gnus/messcompat.elc
x ./gnus/mm-archive.el
x ./gnus/mm-archive.elc
x ./gnus/mm-bodies.el
x ./gnus/mm-bodies.elc
x ./gnus/mm-decode.el
x ./gnus/mm-decode.elc
x ./gnus/mm-encode.el
x ./gnus/mm-encode.elc
x ./gnus/mm-extern.el
x ./gnus/mm-extern.elc
x ./gnus/mm-partial.el
x ./gnus/mm-partial.elc
x ./gnus/mm-url.el
x ./gnus/mm-url.elc
x ./gnus/mm-util.el
x ./gnus/mm-util.elc
x ./gnus/mm-uu.el
x ./gnus/mm-uu.elc
x ./gnus/mm-view.el
x ./gnus/mm-view.elc
x ./gnus/mml-sec.el
x ./gnus/mml-sec.elc
x ./gnus/mml-smime.el
x ./gnus/mml-smime.elc
x ./gnus/mml.el
x ./gnus/mml.elc
x ./gnus/mml1991.el
x ./gnus/mml1991.elc
x ./gnus/mml2015.el
x ./gnus/mml2015.elc
x ./gnus/nnagent.el
x ./gnus/nnagent.elc
x ./gnus/nnbabyl.el
x ./gnus/nnbabyl.elc
x ./gnus/nndiary.el
x ./gnus/nndiary.elc
x ./gnus/nndir.el
x ./gnus/nndir.elc
x ./gnus/nndoc.el
x ./gnus/nndoc.elc
x ./gnus/nndraft.el
x ./gnus/nndraft.elc
x ./gnus/nneething.el
x ./gnus/nneething.elc
x ./gnus/nnfolder.el
x ./gnus/nnfolder.elc
x ./gnus/nngateway.el
x ./gnus/nngateway.elc
x ./gnus/nnheader.el
x ./gnus/nnheader.elc
x ./gnus/nnimap.el
x ./gnus/nnimap.elc
x ./gnus/nnir.el
x ./gnus/nnir.elc
x ./gnus/nnmail.el
x ./gnus/nnmail.elc
x ./gnus/nnmaildir.el
x ./gnus/nnmaildir.elc
x ./gnus/nnmairix.el
x ./gnus/nnmairix.elc
x ./gnus/nnmbox.el
x ./gnus/nnmbox.elc
x ./gnus/nnmh.el
x ./gnus/nnmh.elc
x ./gnus/nnml.el
x ./gnus/nnml.elc
x ./gnus/nnnil.el
x ./gnus/nnnil.elc
x ./gnus/nnoo.el
x ./gnus/nnoo.elc
x ./gnus/nnregistry.el
x ./gnus/nnregistry.elc
x ./gnus/nnrss.el
x ./gnus/nnrss.elc
x ./gnus/nnspool.el
x ./gnus/nnspool.elc
x ./gnus/nntp.el
x ./gnus/nntp.elc
x ./gnus/nnvirtual.el
x ./gnus/nnvirtual.elc
x ./gnus/nnweb.el
x ./gnus/nnweb.elc
x ./gnus/plstore.el
x ./gnus/plstore.elc
x ./gnus/pop3.el
x ./gnus/pop3.elc
x ./gnus/qp.el
x ./gnus/qp.elc
x ./gnus/registry.el
x ./gnus/registry.elc
x ./gnus/rfc1843.el
x ./gnus/rfc1843.elc
x ./gnus/rfc2045.el
x ./gnus/rfc2045.elc
x ./gnus/rfc2047.el
x ./gnus/rfc2047.elc
x ./gnus/rfc2104.el
x ./gnus/rfc2104.elc
x ./gnus/rfc2231.el
x ./gnus/rfc2231.elc
x ./gnus/rtree.el
x ./gnus/rtree.elc
x ./gnus/score-mode.el
x ./gnus/score-mode.elc
x ./gnus/sieve-manage.el
x ./gnus/sieve-manage.elc
x ./gnus/sieve-mode.el
x ./gnus/sieve-mode.elc
x ./gnus/sieve.el
x ./gnus/sieve.elc
x ./gnus/smiley.el
x ./gnus/smiley.elc
x ./gnus/smime.el
x ./gnus/smime.elc
x ./gnus/spam-report.el
x ./gnus/spam-report.elc
x ./gnus/spam-stat.el
x ./gnus/spam-stat.elc
x ./gnus/spam-wash.el
x ./gnus/spam-wash.elc
x ./gnus/spam.el
x ./gnus/spam.elc
x ./gnus/starttls.el
x ./gnus/starttls.elc
x ./gnus/utf7.el
x ./gnus/utf7.elc
x ./gnus/yenc.el
x ./gnus/yenc.elc
x ./eshell/em-alias.el
x ./eshell/em-alias.elc
x ./eshell/em-banner.el
x ./eshell/em-banner.elc
x ./eshell/em-basic.el
x ./eshell/em-basic.elc
x ./eshell/em-cmpl.el
x ./eshell/em-cmpl.elc
x ./eshell/em-dirs.el
x ./eshell/em-dirs.elc
x ./eshell/em-glob.el
x ./eshell/em-glob.elc
x ./eshell/em-hist.el
x ./eshell/em-hist.elc
x ./eshell/em-ls.el
x ./eshell/em-ls.elc
x ./eshell/em-pred.el
x ./eshell/em-pred.elc
x ./eshell/em-prompt.el
x ./eshell/em-prompt.elc
x ./eshell/em-rebind.el
x ./eshell/em-rebind.elc
x ./eshell/em-script.el
x ./eshell/em-script.elc
x ./eshell/em-smart.el
x ./eshell/em-smart.elc
x ./eshell/em-term.el
x ./eshell/em-term.elc
x ./eshell/em-tramp.el
x ./eshell/em-tramp.elc
x ./eshell/em-unix.el
x ./eshell/em-unix.elc
x ./eshell/em-xtra.el
x ./eshell/em-xtra.elc
x ./eshell/esh-arg.el
x ./eshell/esh-arg.elc
x ./eshell/esh-cmd.el
x ./eshell/esh-cmd.elc
x ./eshell/esh-ext.el
x ./eshell/esh-ext.elc
x ./eshell/esh-groups.el
x ./eshell/esh-io.el
x ./eshell/esh-io.elc
x ./eshell/esh-mode.el
x ./eshell/esh-mode.elc
x ./eshell/esh-module.el
x ./eshell/esh-module.elc
x ./eshell/esh-opt.el
x ./eshell/esh-opt.elc
x ./eshell/esh-proc.el
x ./eshell/esh-proc.elc
x ./eshell/esh-util.el
x ./eshell/esh-util.elc
x ./eshell/esh-var.el
x ./eshell/esh-var.elc
x ./eshell/eshell.el
x ./eshell/eshell.elc
x ./erc/ChangeLog
x ./erc/ChangeLog.01
x ./erc/ChangeLog.02
x ./erc/ChangeLog.03
x ./erc/ChangeLog.04
x ./erc/ChangeLog.05
x ./erc/ChangeLog.06
x ./erc/ChangeLog.07
x ./erc/ChangeLog.08
x ./erc/erc-autoaway.el
x ./erc/erc-autoaway.elc
x ./erc/erc-backend.el
x ./erc/erc-backend.elc
x ./erc/erc-button.el
x ./erc/erc-button.elc
x ./erc/erc-capab.el
x ./erc/erc-capab.elc
x ./erc/erc-compat.el
x ./erc/erc-compat.elc
x ./erc/erc-dcc.el
x ./erc/erc-dcc.elc
x ./erc/erc-desktop-notifications.el
x ./erc/erc-desktop-notifications.elc
x ./erc/erc-ezbounce.el
x ./erc/erc-ezbounce.elc
x ./erc/erc-fill.el
x ./erc/erc-fill.elc
x ./erc/erc-goodies.el
x ./erc/erc-goodies.elc
x ./erc/erc-ibuffer.el
x ./erc/erc-ibuffer.elc
x ./erc/erc-identd.el
x ./erc/erc-identd.elc
x ./erc/erc-imenu.el
x ./erc/erc-imenu.elc
x ./erc/erc-join.el
x ./erc/erc-join.elc
x ./erc/erc-lang.el
x ./erc/erc-lang.elc
x ./erc/erc-list.el
x ./erc/erc-list.elc
x ./erc/erc-log.el
x ./erc/erc-log.elc
x ./erc/erc-match.el
x ./erc/erc-match.elc
x ./erc/erc-menu.el
x ./erc/erc-menu.elc
x ./erc/erc-netsplit.el
x ./erc/erc-netsplit.elc
x ./erc/erc-networks.el
x ./erc/erc-networks.elc
x ./erc/erc-notify.el
x ./erc/erc-notify.elc
x ./erc/erc-page.el
x ./erc/erc-page.elc
x ./erc/erc-pcomplete.el
x ./erc/erc-pcomplete.elc
x ./erc/erc-replace.el
x ./erc/erc-replace.elc
x ./erc/erc-ring.el
x ./erc/erc-ring.elc
x ./erc/erc-services.el
x ./erc/erc-services.elc
x ./erc/erc-sound.el
x ./erc/erc-sound.elc
x ./erc/erc-speedbar.el
x ./erc/erc-speedbar.elc
x ./erc/erc-spelling.el
x ./erc/erc-spelling.elc
x ./erc/erc-stamp.el
x ./erc/erc-stamp.elc
x ./erc/erc-track.el
x ./erc/erc-track.elc
x ./erc/erc-truncate.el
x ./erc/erc-truncate.elc
x ./erc/erc-xdcc.el
x ./erc/erc-xdcc.elc
x ./erc/erc.el
x ./erc/erc.elc
x ./emulation/crisp.el
x ./emulation/crisp.elc
x ./emulation/cua-base.el
x ./emulation/cua-base.elc
x ./emulation/cua-gmrk.el
x ./emulation/cua-gmrk.elc
x ./emulation/cua-rect.el
x ./emulation/cua-rect.elc
x ./emulation/edt-lk201.el
x ./emulation/edt-lk201.elc
x ./emulation/edt-mapper.el
x ./emulation/edt-mapper.elc
x ./emulation/edt-pc.el
x ./emulation/edt-pc.elc
x ./emulation/edt-vt100.el
x ./emulation/edt-vt100.elc
x ./emulation/edt.el
x ./emulation/edt.elc
x ./emulation/keypad.el
x ./emulation/keypad.elc
x ./emulation/tpu-edt.el
x ./emulation/tpu-edt.elc
x ./emulation/tpu-extras.el
x ./emulation/tpu-extras.elc
x ./emulation/tpu-mapper.el
x ./emulation/tpu-mapper.elc
x ./emulation/vi.el
x ./emulation/vi.elc
x ./emulation/vip.el
x ./emulation/vip.elc
x ./emulation/viper-cmd.el
x ./emulation/viper-cmd.elc
x ./emulation/viper-ex.el
x ./emulation/viper-ex.elc
x ./emulation/viper-init.el
x ./emulation/viper-init.elc
x ./emulation/viper-keym.el
x ./emulation/viper-keym.elc
x ./emulation/viper-macs.el
x ./emulation/viper-macs.elc
x ./emulation/viper-mous.el
x ./emulation/viper-mous.elc
x ./emulation/viper-util.el
x ./emulation/viper-util.elc
x ./emulation/viper.el
x ./emulation/viper.elc
x ./emulation/ws-mode.el
x ./emulation/ws-mode.elc
x ./emacs-lisp/advice.el
x ./emacs-lisp/advice.elc
x ./emacs-lisp/authors.el
x ./emacs-lisp/authors.elc
x ./emacs-lisp/autoload.el
x ./emacs-lisp/autoload.elc
x ./emacs-lisp/avl-tree.el
x ./emacs-lisp/avl-tree.elc
x ./emacs-lisp/backquote.el
x ./emacs-lisp/backquote.elc
x ./emacs-lisp/benchmark.el
x ./emacs-lisp/benchmark.elc
x ./emacs-lisp/bindat.el
x ./emacs-lisp/bindat.elc
x ./emacs-lisp/byte-opt.el
x ./emacs-lisp/byte-opt.elc
x ./emacs-lisp/byte-run.el
x ./emacs-lisp/byte-run.elc
x ./emacs-lisp/bytecomp.el
x ./emacs-lisp/bytecomp.elc
x ./emacs-lisp/cconv.el
x ./emacs-lisp/cconv.elc
x ./emacs-lisp/chart.el
x ./emacs-lisp/chart.elc
x ./emacs-lisp/check-declare.el
x ./emacs-lisp/check-declare.elc
x ./emacs-lisp/checkdoc.el
x ./emacs-lisp/checkdoc.elc
x ./emacs-lisp/cl-extra.el
x ./emacs-lisp/cl-extra.elc
x ./emacs-lisp/cl-indent.el
x ./emacs-lisp/cl-indent.elc
x ./emacs-lisp/cl-lib.el
x ./emacs-lisp/cl-lib.elc
x ./emacs-lisp/cl-loaddefs.el
x ./emacs-lisp/cl-macs.el
x ./emacs-lisp/cl-macs.elc
x ./emacs-lisp/cl-seq.el
x ./emacs-lisp/cl-seq.elc
x ./emacs-lisp/cl.el
x ./emacs-lisp/cl.elc
x ./emacs-lisp/copyright.el
x ./emacs-lisp/copyright.elc
x ./emacs-lisp/crm.el
x ./emacs-lisp/crm.elc
x ./emacs-lisp/debug.el
x ./emacs-lisp/debug.elc
x ./emacs-lisp/derived.el
x ./emacs-lisp/derived.elc
x ./emacs-lisp/disass.el
x ./emacs-lisp/disass.elc
x ./emacs-lisp/easy-mmode.el
x ./emacs-lisp/easy-mmode.elc
x ./emacs-lisp/easymenu.el
x ./emacs-lisp/easymenu.elc
x ./emacs-lisp/edebug.el
x ./emacs-lisp/edebug.elc
x ./emacs-lisp/eieio-base.el
x ./emacs-lisp/eieio-base.elc
x ./emacs-lisp/eieio-core.el
x ./emacs-lisp/eieio-core.elc
x ./emacs-lisp/eieio-custom.el
x ./emacs-lisp/eieio-custom.elc
x ./emacs-lisp/eieio-datadebug.el
x ./emacs-lisp/eieio-datadebug.elc
x ./emacs-lisp/eieio-opt.el
x ./emacs-lisp/eieio-opt.elc
x ./emacs-lisp/eieio-speedbar.el
x ./emacs-lisp/eieio-speedbar.elc
x ./emacs-lisp/eieio.el
x ./emacs-lisp/eieio.elc
x ./emacs-lisp/eldoc.el
x ./emacs-lisp/eldoc.elc
x ./emacs-lisp/elint.el
x ./emacs-lisp/elint.elc
x ./emacs-lisp/elp.el
x ./emacs-lisp/elp.elc
x ./emacs-lisp/ert-x.el
x ./emacs-lisp/ert-x.elc
x ./emacs-lisp/ert.el
x ./emacs-lisp/ert.elc
x ./emacs-lisp/ewoc.el
x ./emacs-lisp/ewoc.elc
x ./emacs-lisp/find-func.el
x ./emacs-lisp/find-func.elc
x ./emacs-lisp/float-sup.el
x ./emacs-lisp/float-sup.elc
x ./emacs-lisp/generic.el
x ./emacs-lisp/generic.elc
x ./emacs-lisp/gulp.el
x ./emacs-lisp/gulp.elc
x ./emacs-lisp/gv.el
x ./emacs-lisp/gv.elc
x ./emacs-lisp/helper.el
x ./emacs-lisp/helper.elc
x ./emacs-lisp/lisp-mnt.el
x ./emacs-lisp/lisp-mnt.elc
x ./emacs-lisp/lisp-mode.el
x ./emacs-lisp/lisp-mode.elc
x ./emacs-lisp/lisp.el
x ./emacs-lisp/lisp.elc
x ./emacs-lisp/macroexp.el
x ./emacs-lisp/macroexp.elc
x ./emacs-lisp/map-ynp.el
x ./emacs-lisp/map-ynp.elc
x ./emacs-lisp/nadvice.el
x ./emacs-lisp/nadvice.elc
x ./emacs-lisp/package-x.el
x ./emacs-lisp/package-x.elc
x ./emacs-lisp/package.el
x ./emacs-lisp/package.elc
x ./emacs-lisp/pcase.el
x ./emacs-lisp/pcase.elc
x ./emacs-lisp/pp.el
x ./emacs-lisp/pp.elc
x ./emacs-lisp/re-builder.el
x ./emacs-lisp/re-builder.elc
x ./emacs-lisp/regexp-opt.el
x ./emacs-lisp/regexp-opt.elc
x ./emacs-lisp/regi.el
x ./emacs-lisp/regi.elc
x ./emacs-lisp/ring.el
x ./emacs-lisp/ring.elc
x ./emacs-lisp/rx.el
x ./emacs-lisp/rx.elc
x ./emacs-lisp/shadow.el
x ./emacs-lisp/shadow.elc
x ./emacs-lisp/smie.el
x ./emacs-lisp/smie.elc
x ./emacs-lisp/subr-x.el
x ./emacs-lisp/subr-x.elc
x ./emacs-lisp/syntax.el
x ./emacs-lisp/syntax.elc
x ./emacs-lisp/tabulated-list.el
x ./emacs-lisp/tabulated-list.elc
x ./emacs-lisp/tcover-ses.el
x ./emacs-lisp/tcover-ses.elc
x ./emacs-lisp/tcover-unsafep.el
x ./emacs-lisp/tcover-unsafep.elc
x ./emacs-lisp/testcover.el
x ./emacs-lisp/testcover.elc
x ./emacs-lisp/timer.el
x ./emacs-lisp/timer.elc
x ./emacs-lisp/tq.el
x ./emacs-lisp/tq.elc
x ./emacs-lisp/trace.el
x ./emacs-lisp/trace.elc
x ./emacs-lisp/unsafep.el
x ./emacs-lisp/unsafep.elc
x ./emacs-lisp/warnings.el
x ./emacs-lisp/warnings.elc
x ./cedet/cedet-cscope.el
x ./cedet/cedet-cscope.elc
x ./cedet/cedet-files.el
x ./cedet/cedet-files.elc
x ./cedet/cedet-global.el
x ./cedet/cedet-global.elc
x ./cedet/cedet-idutils.el
x ./cedet/cedet-idutils.elc
x ./cedet/cedet.el
x ./cedet/cedet.elc
x ./cedet/ChangeLog
x ./cedet/data-debug.el
x ./cedet/data-debug.elc
x ./cedet/ede/
x ./cedet/ede.el
x ./cedet/ede.elc
x ./cedet/inversion.el
x ./cedet/inversion.elc
x ./cedet/mode-local.el
x ./cedet/mode-local.elc
x ./cedet/pulse.el
x ./cedet/pulse.elc
x ./cedet/semantic/
x ./cedet/semantic.el
x ./cedet/semantic.elc
x ./cedet/srecode/
x ./cedet/srecode.el
x ./cedet/srecode.elc
x ./cedet/srecode/args.el
x ./cedet/srecode/args.elc
x ./cedet/srecode/compile.el
x ./cedet/srecode/compile.elc
x ./cedet/srecode/cpp.el
x ./cedet/srecode/cpp.elc
x ./cedet/srecode/ctxt.el
x ./cedet/srecode/ctxt.elc
x ./cedet/srecode/dictionary.el
x ./cedet/srecode/dictionary.elc
x ./cedet/srecode/document.el
x ./cedet/srecode/document.elc
x ./cedet/srecode/el.el
x ./cedet/srecode/el.elc
x ./cedet/srecode/expandproto.el
x ./cedet/srecode/expandproto.elc
x ./cedet/srecode/extract.el
x ./cedet/srecode/extract.elc
x ./cedet/srecode/fields.el
x ./cedet/srecode/fields.elc
x ./cedet/srecode/filters.el
x ./cedet/srecode/filters.elc
x ./cedet/srecode/find.el
x ./cedet/srecode/find.elc
x ./cedet/srecode/getset.el
x ./cedet/srecode/getset.elc
x ./cedet/srecode/insert.el
x ./cedet/srecode/insert.elc
x ./cedet/srecode/java.el
x ./cedet/srecode/java.elc
x ./cedet/srecode/loaddefs.el
x ./cedet/srecode/map.el
x ./cedet/srecode/map.elc
x ./cedet/srecode/mode.el
x ./cedet/srecode/mode.elc
x ./cedet/srecode/semantic.el
x ./cedet/srecode/semantic.elc
x ./cedet/srecode/srt-mode.el
x ./cedet/srecode/srt-mode.elc
x ./cedet/srecode/srt-wy.el
x ./cedet/srecode/srt-wy.elc
x ./cedet/srecode/srt.el
x ./cedet/srecode/srt.elc
x ./cedet/srecode/table.el
x ./cedet/srecode/table.elc
x ./cedet/srecode/template.el
x ./cedet/srecode/template.elc
x ./cedet/srecode/texi.el
x ./cedet/srecode/texi.elc
x ./cedet/semantic/analyze/
x ./cedet/semantic/analyze.el
x ./cedet/semantic/analyze.elc
x ./cedet/semantic/bovine/
x ./cedet/semantic/bovine.el
x ./cedet/semantic/bovine.elc
x ./cedet/semantic/chart.el
x ./cedet/semantic/chart.elc
x ./cedet/semantic/complete.el
x ./cedet/semantic/complete.elc
x ./cedet/semantic/ctxt.el
x ./cedet/semantic/ctxt.elc
x ./cedet/semantic/db-debug.el
x ./cedet/semantic/db-debug.elc
x ./cedet/semantic/db-ebrowse.el
x ./cedet/semantic/db-ebrowse.elc
x ./cedet/semantic/db-el.el
x ./cedet/semantic/db-el.elc
x ./cedet/semantic/db-file.el
x ./cedet/semantic/db-file.elc
x ./cedet/semantic/db-find.el
x ./cedet/semantic/db-find.elc
x ./cedet/semantic/db-global.el
x ./cedet/semantic/db-global.elc
x ./cedet/semantic/db-javascript.el
x ./cedet/semantic/db-javascript.elc
x ./cedet/semantic/db-mode.el
x ./cedet/semantic/db-mode.elc
x ./cedet/semantic/db-ref.el
x ./cedet/semantic/db-ref.elc
x ./cedet/semantic/db-typecache.el
x ./cedet/semantic/db-typecache.elc
x ./cedet/semantic/db.el
x ./cedet/semantic/db.elc
x ./cedet/semantic/debug.el
x ./cedet/semantic/debug.elc
x ./cedet/semantic/decorate/
x ./cedet/semantic/decorate.el
x ./cedet/semantic/decorate.elc
x ./cedet/semantic/dep.el
x ./cedet/semantic/dep.elc
x ./cedet/semantic/doc.el
x ./cedet/semantic/doc.elc
x ./cedet/semantic/ede-grammar.el
x ./cedet/semantic/ede-grammar.elc
x ./cedet/semantic/edit.el
x ./cedet/semantic/edit.elc
x ./cedet/semantic/find.el
x ./cedet/semantic/find.elc
x ./cedet/semantic/format.el
x ./cedet/semantic/format.elc
x ./cedet/semantic/fw.el
x ./cedet/semantic/fw.elc
x ./cedet/semantic/grammar-wy.el
x ./cedet/semantic/grammar-wy.elc
x ./cedet/semantic/grammar.el
x ./cedet/semantic/grammar.elc
x ./cedet/semantic/html.el
x ./cedet/semantic/html.elc
x ./cedet/semantic/ia-sb.el
x ./cedet/semantic/ia-sb.elc
x ./cedet/semantic/ia.el
x ./cedet/semantic/ia.elc
x ./cedet/semantic/idle.el
x ./cedet/semantic/idle.elc
x ./cedet/semantic/imenu.el
x ./cedet/semantic/imenu.elc
x ./cedet/semantic/java.el
x ./cedet/semantic/java.elc
x ./cedet/semantic/lex-spp.el
x ./cedet/semantic/lex-spp.elc
x ./cedet/semantic/lex.el
x ./cedet/semantic/lex.elc
x ./cedet/semantic/loaddefs.el
x ./cedet/semantic/mru-bookmark.el
x ./cedet/semantic/mru-bookmark.elc
x ./cedet/semantic/sb.el
x ./cedet/semantic/sb.elc
x ./cedet/semantic/scope.el
x ./cedet/semantic/scope.elc
x ./cedet/semantic/senator.el
x ./cedet/semantic/senator.elc
x ./cedet/semantic/sort.el
x ./cedet/semantic/sort.elc
x ./cedet/semantic/symref/
x ./cedet/semantic/symref.el
x ./cedet/semantic/symref.elc
x ./cedet/semantic/tag-file.el
x ./cedet/semantic/tag-file.elc
x ./cedet/semantic/tag-ls.el
x ./cedet/semantic/tag-ls.elc
x ./cedet/semantic/tag-write.el
x ./cedet/semantic/tag-write.elc
x ./cedet/semantic/tag.el
x ./cedet/semantic/tag.elc
x ./cedet/semantic/texi.el
x ./cedet/semantic/texi.elc
x ./cedet/semantic/util-modes.el
x ./cedet/semantic/util-modes.elc
x ./cedet/semantic/util.el
x ./cedet/semantic/util.elc
x ./cedet/semantic/wisent/
x ./cedet/semantic/wisent.el
x ./cedet/semantic/wisent.elc
x ./cedet/semantic/wisent/comp.el
x ./cedet/semantic/wisent/comp.elc
x ./cedet/semantic/wisent/grammar.el
x ./cedet/semantic/wisent/grammar.elc
x ./cedet/semantic/wisent/java-tags.el
x ./cedet/semantic/wisent/java-tags.elc
x ./cedet/semantic/wisent/javascript.el
x ./cedet/semantic/wisent/javascript.elc
x ./cedet/semantic/wisent/javat-wy.el
x ./cedet/semantic/wisent/javat-wy.elc
x ./cedet/semantic/wisent/js-wy.el
x ./cedet/semantic/wisent/js-wy.elc
x ./cedet/semantic/wisent/python-wy.el
x ./cedet/semantic/wisent/python-wy.elc
x ./cedet/semantic/wisent/python.el
x ./cedet/semantic/wisent/python.elc
x ./cedet/semantic/wisent/wisent.el
x ./cedet/semantic/wisent/wisent.elc
x ./cedet/semantic/symref/cscope.el
x ./cedet/semantic/symref/cscope.elc
x ./cedet/semantic/symref/filter.el
x ./cedet/semantic/symref/filter.elc
x ./cedet/semantic/symref/global.el
x ./cedet/semantic/symref/global.elc
x ./cedet/semantic/symref/grep.el
x ./cedet/semantic/symref/grep.elc
x ./cedet/semantic/symref/idutils.el
x ./cedet/semantic/symref/idutils.elc
x ./cedet/semantic/symref/list.el
x ./cedet/semantic/symref/list.elc
x ./cedet/semantic/decorate/include.el
x ./cedet/semantic/decorate/include.elc
x ./cedet/semantic/decorate/mode.el
x ./cedet/semantic/decorate/mode.elc
x ./cedet/semantic/bovine/c-by.el
x ./cedet/semantic/bovine/c-by.elc
x ./cedet/semantic/bovine/c.el
x ./cedet/semantic/bovine/c.elc
x ./cedet/semantic/bovine/debug.el
x ./cedet/semantic/bovine/debug.elc
x ./cedet/semantic/bovine/el.el
x ./cedet/semantic/bovine/el.elc
x ./cedet/semantic/bovine/gcc.el
x ./cedet/semantic/bovine/gcc.elc
x ./cedet/semantic/bovine/grammar.el
x ./cedet/semantic/bovine/grammar.elc
x ./cedet/semantic/bovine/make-by.el
x ./cedet/semantic/bovine/make-by.elc
x ./cedet/semantic/bovine/make.el
x ./cedet/semantic/bovine/make.elc
x ./cedet/semantic/bovine/scm-by.el
x ./cedet/semantic/bovine/scm-by.elc
x ./cedet/semantic/bovine/scm.el
x ./cedet/semantic/bovine/scm.elc
x ./cedet/semantic/analyze/complete.el
x ./cedet/semantic/analyze/complete.elc
x ./cedet/semantic/analyze/debug.el
x ./cedet/semantic/analyze/debug.elc
x ./cedet/semantic/analyze/fcn.el
x ./cedet/semantic/analyze/fcn.elc
x ./cedet/semantic/analyze/refs.el
x ./cedet/semantic/analyze/refs.elc
x ./cedet/ede/auto.el
x ./cedet/ede/auto.elc
x ./cedet/ede/autoconf-edit.el
x ./cedet/ede/autoconf-edit.elc
x ./cedet/ede/base.el
x ./cedet/ede/base.elc
x ./cedet/ede/cpp-root.el
x ./cedet/ede/cpp-root.elc
x ./cedet/ede/custom.el
x ./cedet/ede/custom.elc
x ./cedet/ede/dired.el
x ./cedet/ede/dired.elc
x ./cedet/ede/emacs.el
x ./cedet/ede/emacs.elc
x ./cedet/ede/files.el
x ./cedet/ede/files.elc
x ./cedet/ede/generic.el
x ./cedet/ede/generic.elc
x ./cedet/ede/linux.el
x ./cedet/ede/linux.elc
x ./cedet/ede/loaddefs.el
x ./cedet/ede/locate.el
x ./cedet/ede/locate.elc
x ./cedet/ede/make.el
x ./cedet/ede/make.elc
x ./cedet/ede/makefile-edit.el
x ./cedet/ede/makefile-edit.elc
x ./cedet/ede/pconf.el
x ./cedet/ede/pconf.elc
x ./cedet/ede/pmake.el
x ./cedet/ede/pmake.elc
x ./cedet/ede/proj-archive.el
x ./cedet/ede/proj-archive.elc
x ./cedet/ede/proj-aux.el
x ./cedet/ede/proj-aux.elc
x ./cedet/ede/proj-comp.el
x ./cedet/ede/proj-comp.elc
x ./cedet/ede/proj-elisp.el
x ./cedet/ede/proj-elisp.elc
x ./cedet/ede/proj-info.el
x ./cedet/ede/proj-info.elc
x ./cedet/ede/proj-misc.el
x ./cedet/ede/proj-misc.elc
x ./cedet/ede/proj-obj.el
x ./cedet/ede/proj-obj.elc
x ./cedet/ede/proj-prog.el
x ./cedet/ede/proj-prog.elc
x ./cedet/ede/proj-scheme.el
x ./cedet/ede/proj-scheme.elc
x ./cedet/ede/proj-shared.el
x ./cedet/ede/proj-shared.elc
x ./cedet/ede/proj.el
x ./cedet/ede/proj.elc
x ./cedet/ede/project-am.el
x ./cedet/ede/project-am.elc
x ./cedet/ede/shell.el
x ./cedet/ede/shell.elc
x ./cedet/ede/simple.el
x ./cedet/ede/simple.elc
x ./cedet/ede/source.el
x ./cedet/ede/source.elc
x ./cedet/ede/speedbar.el
x ./cedet/ede/speedbar.elc
x ./cedet/ede/srecode.el
x ./cedet/ede/srecode.elc
x ./cedet/ede/system.el
x ./cedet/ede/system.elc
x ./cedet/ede/util.el
x ./cedet/ede/util.elc
x ./calendar/appt.el
x ./calendar/appt.elc
x ./calendar/cal-bahai.el
x ./calendar/cal-bahai.elc
x ./calendar/cal-china.el
x ./calendar/cal-china.elc
x ./calendar/cal-coptic.el
x ./calendar/cal-coptic.elc
x ./calendar/cal-dst.el
x ./calendar/cal-dst.elc
x ./calendar/cal-french.el
x ./calendar/cal-french.elc
x ./calendar/cal-hebrew.el
x ./calendar/cal-hebrew.elc
x ./calendar/cal-html.el
x ./calendar/cal-html.elc
x ./calendar/cal-islam.el
x ./calendar/cal-islam.elc
x ./calendar/cal-iso.el
x ./calendar/cal-iso.elc
x ./calendar/cal-julian.el
x ./calendar/cal-julian.elc
x ./calendar/cal-loaddefs.el
x ./calendar/cal-mayan.el
x ./calendar/cal-mayan.elc
x ./calendar/cal-menu.el
x ./calendar/cal-menu.elc
x ./calendar/cal-move.el
x ./calendar/cal-move.elc
x ./calendar/cal-persia.el
x ./calendar/cal-persia.elc
x ./calendar/cal-tex.el
x ./calendar/cal-tex.elc
x ./calendar/cal-x.el
x ./calendar/cal-x.elc
x ./calendar/calendar.el
x ./calendar/calendar.elc
x ./calendar/diary-lib.el
x ./calendar/diary-lib.elc
x ./calendar/diary-loaddefs.el
x ./calendar/hol-loaddefs.el
x ./calendar/holidays.el
x ./calendar/holidays.elc
x ./calendar/icalendar.el
x ./calendar/icalendar.elc
x ./calendar/lunar.el
x ./calendar/lunar.elc
x ./calendar/parse-time.el
x ./calendar/parse-time.elc
x ./calendar/solar.el
x ./calendar/solar.elc
x ./calendar/time-date.el
x ./calendar/time-date.elc
x ./calendar/timeclock.el
x ./calendar/timeclock.elc
x ./calendar/todo-mode.el
x ./calendar/todo-mode.elc
x ./calc/calc-aent.el
x ./calc/calc-aent.elc
x ./calc/calc-alg.el
x ./calc/calc-alg.elc
x ./calc/calc-arith.el
x ./calc/calc-arith.elc
x ./calc/calc-bin.el
x ./calc/calc-bin.elc
x ./calc/calc-comb.el
x ./calc/calc-comb.elc
x ./calc/calc-cplx.el
x ./calc/calc-cplx.elc
x ./calc/calc-embed.el
x ./calc/calc-embed.elc
x ./calc/calc-ext.el
x ./calc/calc-ext.elc
x ./calc/calc-fin.el
x ./calc/calc-fin.elc
x ./calc/calc-forms.el
x ./calc/calc-forms.elc
x ./calc/calc-frac.el
x ./calc/calc-frac.elc
x ./calc/calc-funcs.el
x ./calc/calc-funcs.elc
x ./calc/calc-graph.el
x ./calc/calc-graph.elc
x ./calc/calc-help.el
x ./calc/calc-help.elc
x ./calc/calc-incom.el
x ./calc/calc-incom.elc
x ./calc/calc-keypd.el
x ./calc/calc-keypd.elc
x ./calc/calc-lang.el
x ./calc/calc-lang.elc
x ./calc/calc-loaddefs.el
x ./calc/calc-macs.el
x ./calc/calc-macs.elc
x ./calc/calc-map.el
x ./calc/calc-map.elc
x ./calc/calc-math.el
x ./calc/calc-math.elc
x ./calc/calc-menu.el
x ./calc/calc-menu.elc
x ./calc/calc-misc.el
x ./calc/calc-misc.elc
x ./calc/calc-mode.el
x ./calc/calc-mode.elc
x ./calc/calc-mtx.el
x ./calc/calc-mtx.elc
x ./calc/calc-nlfit.el
x ./calc/calc-nlfit.elc
x ./calc/calc-poly.el
x ./calc/calc-poly.elc
x ./calc/calc-prog.el
x ./calc/calc-prog.elc
x ./calc/calc-rewr.el
x ./calc/calc-rewr.elc
x ./calc/calc-rules.el
x ./calc/calc-rules.elc
x ./calc/calc-sel.el
x ./calc/calc-sel.elc
x ./calc/calc-stat.el
x ./calc/calc-stat.elc
x ./calc/calc-store.el
x ./calc/calc-store.elc
x ./calc/calc-stuff.el
x ./calc/calc-stuff.elc
x ./calc/calc-trail.el
x ./calc/calc-trail.elc
x ./calc/calc-undo.el
x ./calc/calc-undo.elc
x ./calc/calc-units.el
x ./calc/calc-units.elc
x ./calc/calc-vec.el
x ./calc/calc-vec.elc
x ./calc/calc-yank.el
x ./calc/calc-yank.elc
x ./calc/calc.el
x ./calc/calc.elc
x ./calc/calcalg2.el
x ./calc/calcalg2.elc
x ./calc/calcalg3.el
x ./calc/calcalg3.elc
x ./calc/calccomp.el
x ./calc/calccomp.elc
x ./calc/calcsel2.el
x ./calc/calcsel2.elc
rm -f "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp/subdirs.el"
umask 022; ./build-aux/update-subdirs "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp"
subdir="/usr/local/Cellar/emacs/24.4/share/emacs/24.4/site-lisp" ; \
if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; build-aux/install-sh -c -d "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo " (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi
subdir="/usr/local/Cellar/emacs/24.4/share/emacs/site-lisp" ; \
if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; build-aux/install-sh -c -d "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo " (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi || true
[ -z "/usr/bin/gzip" ] || { \
echo "Compressing *.el ..." && \
cd "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp" && \
for f in `find . -name "*.elc" -print | sed 's/.elc$/.el/'`; do \
/usr/bin/gzip -9n "$f"; \
done; \
}
Compressing *.el ...
chmod -R a+r "/usr/local/Cellar/emacs/24.4/share/emacs/24.4" "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc" "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/lisp"
unset CDPATH; \
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc" ; \
exp_etcdocdir=`cd "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc"; /bin/pwd`; \
if [ "`cd ./etc; /bin/pwd`" != "$exp_etcdocdir" ]; \
then \
docfile="DOC"; \
echo "Copying etc/${docfile} to /usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc ..." ; \
/usr/bin/install -c -m 644 etc/${docfile} "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc/${docfile}"; \
for installuser in ${LOGNAME} ${USERNAME} ${USER} `id -un 2> /dev/null`; do [ -n "${installuser}" ] && break ; done; \
chown ${installuser} "/usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc/${docfile}" || true ; \
else true; fi
Copying etc/DOC to /usr/local/Cellar/emacs/24.4/share/emacs/24.4/etc ...
umask 022; build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/bin"
cd lib-src && \
/usr/bin/make install prefix="/usr/local/Cellar/emacs/24.4" \
exec_prefix="/usr/local/Cellar/emacs/24.4" bindir="/usr/local/Cellar/emacs/24.4/bin" \
libexecdir="/usr/local/Cellar/emacs/24.4/libexec" archlibdir="/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2" \
INSTALL_STRIP=
Installing utilities run internally by Emacs.
umask 022; ../build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2"
exp_archlibdir=`cd "/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2" && /bin/pwd`; \
if [ "$exp_archlibdir" != "`/bin/pwd`" ]; then \
for file in profile movemail hexl update-game-score; do \
/usr/bin/install -c $file "/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2/$file" ; \
done ; \
fi
umask 022; ../build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/var/games/emacs"; \
touch "/usr/local/Cellar/emacs/24.4/var/games/emacs/snake-scores"; \
touch "/usr/local/Cellar/emacs/24.4/var/games/emacs/tetris-scores"
if chown games "/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2/update-game-score" && chmod u+s "/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2/update-game-score"; then \
chown games "/usr/local/Cellar/emacs/24.4/var/games/emacs"; \
chmod u=rwx,g=rwx,o=rx "/usr/local/Cellar/emacs/24.4/var/games/emacs"; \
fi
chown: games: Invalid argument
exp_archlibdir=`cd "/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2" && /bin/pwd`; \
if [ "$exp_archlibdir" != "`cd . && /bin/pwd`" ]; then \
for file in rcs2log ; do \
/usr/bin/install -c ./$file "/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2/$file"; \
done ; \
fi
Installing utilities for users to run.
umask 022; ../build-aux/install-sh -c -d "/usr/local/Cellar/emacs/24.4/bin"
for file in etags ctags emacsclient ebrowse ; do \
/usr/bin/install -c ${file} "/usr/local/Cellar/emacs/24.4/bin"/`echo ${file} | sed -e 's/$//' -e 's,x,x,'` ; \
done
for file in grep-changelog ; do \
/usr/bin/install -c ./${file} "/usr/local/Cellar/emacs/24.4/bin"/`echo ${file} | sed 's,x,x,'` ; \
done
if test "no" = "no"; then \
/usr/bin/install -c src/emacs "/usr/local/Cellar/emacs/24.4/bin/`echo emacs-24.4 | sed 's,x,x,'`" || exit 1 ; \
chmod 1755 "/usr/local/Cellar/emacs/24.4/bin/`echo emacs-24.4 | sed 's,x,x,'`" || true; \
if test "x" = x; then \
rm -f "/usr/local/Cellar/emacs/24.4/bin/`echo emacs | sed 's,x,x,'`" ; \
cd "/usr/local/Cellar/emacs/24.4/bin" && ln -s `echo emacs-24.4 | sed 's,x,x,'` `echo emacs | sed 's,x,x,'`; \
fi; \
else \
subdir=/site-lisp; \
if [ -f "${subdir}/subdirs.el" ]; then true; else umask 022; build-aux/install-sh -c -d "${subdir}"; (echo "(if (fboundp 'normal-top-level-add-subdirs-to-load-path)"; echo " (normal-top-level-add-subdirs-to-load-path))") > "${subdir}/subdirs.el"; fi || exit 1; \
rm -rf /share; \
fi
cd lib-src && /usr/bin/make maybe-blessmail \
MAKE='/usr/bin/make' archlibdir='/usr/local/Cellar/emacs/24.4/libexec/emacs/24.4/x86_64-apple-darwin11.4.2'
make[1]: Nothing to be done for `maybe-blessmail'.
==> Cleaning
Fixing /usr/local/Cellar/emacs/24.4/bin/grep-changelog permissions from 755 to 555
Fixing /usr/local/Cellar/emacs/24.4/bin/etags permissions from 755 to 555
Fixing /usr/local/Cellar/emacs/24.4/bin/emacsclient permissions from 755 to 555
Fixing /usr/local/Cellar/emacs/24.4/bin/emacs-24.4 permissions from 755 to 555
Fixing /usr/local/Cellar/emacs/24.4/bin/ebrowse permissions from 755 to 555
==> Caveats
To have launchd start emacs at login:
ln -sfv /usr/local/opt/emacs/*.plist ~/Library/LaunchAgents
Then to load emacs now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.emacs.plist
==> Finishing up
ln -s ../Cellar/emacs/24.4/bin/grep-changelog grep-changelog
ln -s ../Cellar/emacs/24.4/bin/etags etags
ln -s ../Cellar/emacs/24.4/bin/emacsclient emacsclient
ln -s ../Cellar/emacs/24.4/bin/emacs-24.4 emacs-24.4
ln -s ../Cellar/emacs/24.4/bin/emacs emacs
ln -s ../Cellar/emacs/24.4/bin/ebrowse ebrowse
ln -s ../../../Cellar/emacs/24.4/share/man/man1/grep-changelog.1.gz grep-changelog.1.gz
ln -s ../../../Cellar/emacs/24.4/share/man/man1/etags.1.gz etags.1.gz
ln -s ../../../Cellar/emacs/24.4/share/man/man1/emacsclient.1.gz emacsclient.1.gz
ln -s ../../../Cellar/emacs/24.4/share/man/man1/emacs.1.gz emacs.1.gz
ln -s ../../../Cellar/emacs/24.4/share/man/man1/ebrowse.1.gz ebrowse.1.gz
ln -s ../../Cellar/emacs/24.4/share/info/emacs emacs
ln -s ../../../../../Cellar/emacs/24.4/share/icons/hicolor/scalable/mimetypes/emacs-document.svg emacs-document.svg
ln -s ../../../../../Cellar/emacs/24.4/share/icons/hicolor/scalable/apps/emacs.svg emacs.svg
ln -s ../../../../../Cellar/emacs/24.4/share/icons/hicolor/48x48/apps/emacs.png emacs.png
ln -s ../../../../../Cellar/emacs/24.4/share/icons/hicolor/32x32/apps/emacs.png emacs.png
ln -s ../../../../../Cellar/emacs/24.4/share/icons/hicolor/24x24/apps/emacs.png emacs.png
ln -s ../../../../../Cellar/emacs/24.4/share/icons/hicolor/16x16/apps/emacs.png emacs.png
ln -s ../../../../../Cellar/emacs/24.4/share/icons/hicolor/128x128/apps/emacs.png emacs.png
ln -s ../../../Cellar/emacs/24.4/share/emacs/site-lisp/subdirs.el subdirs.el
ln -s ../../Cellar/emacs/24.4/share/emacs/24.4 24.4
ln -s ../../Cellar/emacs/24.4/share/applications/emacs.desktop emacs.desktop
==> Summary
🍺 /usr/local/Cellar/emacs/24.4: 3914 files, 108M, built in 3.8 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment