Mercurial > emacs
annotate etc/images/gud/go.xpm @ 96137:eae2eee28ad3
Make "make" do a bootstrap if needed.
* src/Makefile.in (emacs${EXEEXT}): Link the new emacs to bootstrap-emacs.
(bootstrapclean): Remove.
(.el.elc): New rule.
(PRECOMP): New var.
(../lisp/subdirs.el): Remove.
(bootstrap-emacs${EXEEXT}): Remove subdirs.el and charpro.el dependency.
(witness-emacs): New target.
(mostlyclean): Remove witness-emacs as well.
(../lisp/loaddefs.el, ${lisp} ${SOME_MACHINE_LISP}):
Add witness-emacs dependency.
* lisp/loadup.el: Don't add emacs-<VERS> name when bootstrapping.
* lisp/Makefile.in (emacs-deps): Remove.
($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
(all): Use them.
(autogen-clean): Remove.
* Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT})
(bootstrap-build): Remove.
(top_bootclean): New var.
(top_distclean, bootstrap-clean): Use it.
(bootstrap): Don't recheck config. Make normally.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 21 Jun 2008 01:38:39 +0000 |
parents | be635ea1cd02 |
children |
rev | line source |
---|---|
66881 | 1 /* XPM */ |
2 static char * go_xpm[] = { | |
3 "24 24 3 1", | |
4 " c None", | |
5 ". c #000080800000", | |
6 "X c #FFFFFFFFFFFF", | |
7 " ", | |
8 " ", | |
9 " .......... ", | |
10 " ............ ", | |
11 " .............. ", | |
12 " ................ ", | |
13 " .................. ", | |
14 " ......XX...XX....... ", | |
15 " .....X..X.X..X...... ", | |
16 " .....X....X..X...... ", | |
17 " .....X....X..X...... ", | |
18 " .....X....X..X...... ", | |
19 " .....X.XX.X..X...... ", | |
20 " .....X..X.X..X...... ", | |
21 " .....X..X.X..X...... ", | |
22 " .....X..X.X..X...... ", | |
23 " ......XX...XX....... ", | |
24 " .................. ", | |
25 " ................ ", | |
26 " .............. ", | |
27 " ............ ", | |
28 " .......... ", | |
29 " ", | |
30 " "}; |