annotate lib-src/Makefile.in @ 99492:ee792794d888

(isearch-search-fun): Compare the length of the current search string with the length of the string from the previous search state to detect the situation when the user adds or removes characters in the search string. Use word-search-forward-lax and word-search-backward-lax in this case, and otherwise word-search-forward and word-search-backward.
author Juri Linkov <juri@jurta.org>
date Tue, 11 Nov 2008 19:43:09 +0000
parents 0defde3a9c5f
children a9f7e446141d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
1 # Makefile for lib-src subdirectory in GNU Emacs.
75250
6d19c76d81c5 Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 73634
diff changeset
2 # Copyright (C) 1985, 1987, 1988, 1993, 1994, 2001, 2002, 2003, 2004,
79748
5714ff101fd9 Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78652
diff changeset
3 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
4
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
5 # This file is part of GNU Emacs.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
6
94828
3a4bc081639c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94308
diff changeset
7 # GNU Emacs is free software: you can redistribute it and/or modify
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
8 # it under the terms of the GNU General Public License as published by
94828
3a4bc081639c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94308
diff changeset
9 # the Free Software Foundation, either version 3 of the License, or
3a4bc081639c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94308
diff changeset
10 # (at your option) any later version.
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
11
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
12 # GNU Emacs is distributed in the hope that it will be useful,
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
15 # GNU General Public License for more details.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
16
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
17 # You should have received a copy of the GNU General Public License
94828
3a4bc081639c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94308
diff changeset
18 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
3a4bc081639c Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents: 94308
diff changeset
19
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
20
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
21 # Avoid trouble on systems where the `SHELL' variable might be
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
22 # inherited from the environment.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
23 SHELL = /bin/sh
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
24
76035
62beaa88c2fb Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
Glenn Morris <rgm@gnu.org>
parents: 75250
diff changeset
25 # Following ../lisp/Makefile.in.
62beaa88c2fb Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
Glenn Morris <rgm@gnu.org>
parents: 75250
diff changeset
26 EMACS = ../src/emacs
62beaa88c2fb Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
Glenn Morris <rgm@gnu.org>
parents: 75250
diff changeset
27 EMACSOPT = -batch --no-site-file --multibyte
62beaa88c2fb Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
Glenn Morris <rgm@gnu.org>
parents: 75250
diff changeset
28
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
29 # ==================== Things `configure' will edit ====================
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
30
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
31 CC=@CC@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
32 CFLAGS=@CFLAGS@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
33 version=@version@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
34 configuration=@configuration@
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
35 EXEEXT=@EXEEXT@
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
36
41098
091ed3787464 Add support for --program-prefix, --program-suffix
Pavel Janík <Pavel@Janik.cz>
parents: 40276
diff changeset
37 # Program name transformation.
091ed3787464 Add support for --program-prefix, --program-suffix
Pavel Janík <Pavel@Janik.cz>
parents: 40276
diff changeset
38 TRANSFORM = @program_transform_name@
091ed3787464 Add support for --program-prefix, --program-suffix
Pavel Janík <Pavel@Janik.cz>
parents: 40276
diff changeset
39
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
40 # ==================== Where To Install Things ====================
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
41
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
42 # The default location for installation. Everything is placed in
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
43 # subdirectories of this directory. The default values for many of
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
44 # the variables below are expressed in terms of this one, so you may
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
45 # not need to change them. This is set with the --prefix option to
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
46 # `../configure'.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
47 prefix=@prefix@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
48
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
49 # Like `prefix', but used for architecture-specific files. This is
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
50 # set with the --exec-prefix option to `../configure'.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
51 exec_prefix=@exec_prefix@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
52
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
53 # Where to install Emacs and other binaries that people will want to
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
54 # run directly (like etags). This is set with the --bindir option
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
55 # to `../configure'.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
56 bindir=@bindir@
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
57
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
58 # Where to install and expect executable files to be run by Emacs
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
59 # rather than directly by users, and other architecture-dependent
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
60 # data. ${archlibdir} is usually below this. This is set with the
9458
a6d5f1c10986 (libexecdir): Renamed from libdir.
Richard M. Stallman <rms@gnu.org>
parents: 9455
diff changeset
61 # --libexecdir option to `../configure'.
a6d5f1c10986 (libexecdir): Renamed from libdir.
Richard M. Stallman <rms@gnu.org>
parents: 9455
diff changeset
62 libexecdir=@libexecdir@
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
63
46746
adabdbd04d45 (localstatedir): New variable.
Andreas Schwab <schwab@suse.de>
parents: 45590
diff changeset
64 # Directory for local state files for all programs.
adabdbd04d45 (localstatedir): New variable.
Andreas Schwab <schwab@suse.de>
parents: 45590
diff changeset
65 localstatedir=@localstatedir@
adabdbd04d45 (localstatedir): New variable.
Andreas Schwab <schwab@suse.de>
parents: 45590
diff changeset
66
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
67 # Where to find the source code. This is set by the configure
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
68 # script's `--srcdir' option. However, the value of ${srcdir} in
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
69 # this makefile is not identical to what was specified with --srcdir,
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
70 # since the variable here has `/lib-src' added at the end.
22870
f006715d846c (REGEXPDEPS, regex.o):
Richard M. Stallman <rms@gnu.org>
parents: 22376
diff changeset
71
f006715d846c (REGEXPDEPS, regex.o):
Richard M. Stallman <rms@gnu.org>
parents: 22376
diff changeset
72 # We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
73 srcdir=@srcdir@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
74 VPATH=@srcdir@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
75
9496
6becf5fe3d5d remove make-path
David J. MacKenzie <djm@gnu.org>
parents: 9458
diff changeset
76 # The top-level source directory, also set by configure.
6becf5fe3d5d remove make-path
David J. MacKenzie <djm@gnu.org>
parents: 9458
diff changeset
77 top_srcdir=@top_srcdir@
6becf5fe3d5d remove make-path
David J. MacKenzie <djm@gnu.org>
parents: 9458
diff changeset
78
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
79 # ==================== Emacs-specific directories ====================
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
80
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
81 # These variables hold the values Emacs will actually use. They are
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
82 # based on the values of the standard Make variables above.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
83
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
84 # Where to put executables to be run by Emacs rather than the user.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
85 # This path usually includes the Emacs version and configuration name,
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
86 # so that multiple configurations for multiple versions of Emacs may
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
87 # be installed at once. This can be set with the --archlibdir option
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
88 # to `../configure'.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
89 archlibdir=@archlibdir@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
90
44480
530aa7c15820 (gamedir, gameuser): New variables.
Colin Walters <walters@gnu.org>
parents: 41970
diff changeset
91 gamedir=@gamedir@
530aa7c15820 (gamedir, gameuser): New variables.
Colin Walters <walters@gnu.org>
parents: 41970
diff changeset
92 gameuser=@gameuser@
530aa7c15820 (gamedir, gameuser): New variables.
Colin Walters <walters@gnu.org>
parents: 41970
diff changeset
93
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
94 # ==================== Utility Programs for the Build =================
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
95
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
96 # ../configure figures out the correct values for these.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
97 INSTALL = @INSTALL@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
98 INSTALL_PROGRAM = @INSTALL_PROGRAM@
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
99 INSTALL_DATA = @INSTALL_DATA@
73634
698475dc80f9 Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 71294
diff changeset
100 INSTALL_SCRIPT = @INSTALL_SCRIPT@
15949
c77ea6e08c29 (INSTALL_STRIP): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 15939
diff changeset
101 # By default, we uphold the dignity of our programs.
c77ea6e08c29 (INSTALL_STRIP): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 15939
diff changeset
102 INSTALL_STRIP =
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
103
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
104 # ========================== Lists of Files ===========================
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
105
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
106 # Things that a user might actually run,
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
107 # which should be installed in bindir.
97354
0defde3a9c5f * s/darwin.h (OTHER_FILES): Do not define here, defined in
Dan Nicolaescu <dann@ics.uci.edu>
parents: 97333
diff changeset
108 INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} b2m${EXEEXT} ebrowse${EXEEXT} @LIB_SRC_EXTRA_INSTALLABLES@
25217
e1f1f34e98a7 (INSTALLABLE_SCRIPTS): Add grep-changelog.
Gerd Moellmann <gerd@gnu.org>
parents: 24904
diff changeset
109 INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
110
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
111 # Things that Emacs runs internally, or during the build process,
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
112 # which should not be installed in bindir.
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
113 UTILITIES= profile${EXEEXT} digest-doc${EXEEXT} sorted-doc${EXEEXT} movemail${EXEEXT} cvtmail${EXEEXT} fakemail${EXEEXT} \
71294
bccec3b68d81 (UTILITIES): Remove yow${EXEEXT}.
Eli Zaretskii <eliz@gnu.org>
parents: 69257
diff changeset
114 hexl${EXEEXT} update-game-score${EXEEXT}
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
115
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
116 DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT}
9015
1452c72d18db (UTILITIES): Remove test-distrib, make-docfile, make-path.
Richard M. Stallman <rms@gnu.org>
parents: 8376
diff changeset
117
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
118 # Like UTILITIES, but they're not system-dependent, and should not be
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
119 # deleted by the distclean target.
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
120 SCRIPTS= rcs2log vcdiff
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
121
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
122 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
123
9156
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
124 # Additional -D flags for movemail (add to MOVE_FLAGS if desired):
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
125 # MAIL_USE_POP Support mail retrieval from a POP mailbox.
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
126 # MAIL_USE_MMDF Support MMDF mailboxes.
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
127 # MAIL_USE_FLOCK Use flock for file locking (see the comments
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
128 # about locking in movemail.c)
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
129 # MAIL_UNLINK_SPOOL Unlink the user's spool mailbox after reading
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
130 # it (instead of just emptying it).
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
131 # KERBEROS Support Kerberized POP.
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
132 # KRB5 Support Kerberos Version 5 pop instead of
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
133 # Version 4 (define this in addition to
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
134 # KERBEROS).
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
135 # HESIOD Support Hesiod lookups of user mailboxes.
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
136 # MAILHOST A string, the host name of the default POP
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
137 # mail host for the site.
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
138 MOVE_FLAGS=
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
139
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
140 # ========================== start of cpp stuff =======================
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
141 /* From here on, comments must be done in C syntax. */
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
142
13759
db3649779fcc (LIB_STANDARD_LIBSRC): Use this instead of LIB_STANDARD.
Karl Heuer <kwzh@gnu.org>
parents: 13695
diff changeset
143 #define THIS_IS_MAKEFILE
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
144 #define NOT_C_CODE
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
145 #include "../src/config.h"
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
146
14589
c1ca33c85944 Comment fixes.
Karl Heuer <kwzh@gnu.org>
parents: 14186
diff changeset
147 /* Some s/SYSTEM.h files define this to request special libraries. */
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
148 #ifndef LIBS_SYSTEM
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
149 #define LIBS_SYSTEM
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
150 #endif
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
151
14589
c1ca33c85944 Comment fixes.
Karl Heuer <kwzh@gnu.org>
parents: 14186
diff changeset
152 /* Some m/MACHINE.h files define this to request special libraries. */
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
153 #ifndef LIBS_MACHINE
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
154 #define LIBS_MACHINE
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
155 #endif
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
156
7136
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
157 #ifndef C_SWITCH_SYSTEM
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
158 #define C_SWITCH_SYSTEM
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
159 #endif
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
160
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
161 #ifndef C_SWITCH_MACHINE
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
162 #define C_SWITCH_MACHINE
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
163 #endif
8a99aef126ba C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.
Karl Heuer <kwzh@gnu.org>
parents: 7050
diff changeset
164
6978
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
165 #undef MOVEMAIL_NEEDS_BLESSING
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
166 #ifndef MAIL_USE_FLOCK
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
167 #ifndef MAIL_USE_LOCKF
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
168 #define MOVEMAIL_NEEDS_BLESSING
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
169 #endif
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
170 #endif
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
171
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
172 #ifdef MOVEMAIL_NEEDS_BLESSING
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
173 #define BLESSMAIL blessmail
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
174 #else
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
175 #define BLESSMAIL
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
176 #endif
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
177
15949
c77ea6e08c29 (INSTALL_STRIP): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 15939
diff changeset
178 #ifdef KERBEROS
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
179 # ifdef HAVE_LIBKRB
23441
24d04663d38b Replace tabs with spaces
Richard M. Stallman <rms@gnu.org>
parents: 22870
diff changeset
180 KRB4LIB = -lkrb
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
181 # else
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
182 # ifdef HAVE_LIBKRB4
23441
24d04663d38b Replace tabs with spaces
Richard M. Stallman <rms@gnu.org>
parents: 22870
diff changeset
183 KRB4LIB = -lkrb4
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
184 # endif
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
185 # endif
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
186 # ifdef HAVE_LIBDES
23441
24d04663d38b Replace tabs with spaces
Richard M. Stallman <rms@gnu.org>
parents: 22870
diff changeset
187 DESLIB = -ldes
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
188 # else
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
189 # ifdef HAVE_LIBDES425
23441
24d04663d38b Replace tabs with spaces
Richard M. Stallman <rms@gnu.org>
parents: 22870
diff changeset
190 DESLIB = -ldes425
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
191 # endif
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
192 # endif
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
193 # ifdef HAVE_LIBKRB5
23441
24d04663d38b Replace tabs with spaces
Richard M. Stallman <rms@gnu.org>
parents: 22870
diff changeset
194 KRB5LIB = -lkrb5
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
195 # endif
40276
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
196 # ifdef HAVE_LIBK5CRYPTO
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
197 CRYPTOLIB = -lk5crypto
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
198 # else
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
199 # ifdef HAVE_LIBCRYPTO
23441
24d04663d38b Replace tabs with spaces
Richard M. Stallman <rms@gnu.org>
parents: 22870
diff changeset
200 CRYPTOLIB = -lcrypto
40276
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
201 # endif
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
202 # endif
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
203 # ifdef HAVE_LIBCOM_ERR
23441
24d04663d38b Replace tabs with spaces
Richard M. Stallman <rms@gnu.org>
parents: 22870
diff changeset
204 COM_ERRLIB = -lcom_err
19017
8666fad79dd0 Support auto-configuration of both Kerberos V4 and
Richard M. Stallman <rms@gnu.org>
parents: 18469
diff changeset
205 # endif
22376
84967b95587b Properly terminate a comment.
Richard M. Stallman <rms@gnu.org>
parents: 22236
diff changeset
206 #endif /* KERBEROS */
15949
c77ea6e08c29 (INSTALL_STRIP): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 15939
diff changeset
207
22236
bfaacbee089a Undo previous change.
Richard M. Stallman <rms@gnu.org>
parents: 21397
diff changeset
208 /* If HESIOD is defined, set this to "-lhesiod". */
40276
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
209 #ifdef HAVE_LIBHESIOD
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
210 # ifdef HAVE_LIBRESOLV
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
211 HESIODLIB= -lhesiod -lresolv
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
212 # else
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
213 HESIODLIB= -lhesiod
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
214 # endif
f53d3da02996 fix build problems with krb5 and hesiod support
Ken Raeburn <raeburn@raeburn.org>
parents: 31273
diff changeset
215 #endif
15949
c77ea6e08c29 (INSTALL_STRIP): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 15939
diff changeset
216
45590
6c146fa85973 (LIBS_MAIL): Renamed from LIB_MAIL.
Richard M. Stallman <rms@gnu.org>
parents: 44986
diff changeset
217 LIBS_MOVE=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB)
15939
dede4f09f223 (MOVE_LIBS): Use conditionals on
Richard M. Stallman <rms@gnu.org>
parents: 15470
diff changeset
218
51111
ac7ffb802e23 Define LIBS_MAIL=-llockfile.
Dave Love <fx@gnu.org>
parents: 49652
diff changeset
219 #ifdef HAVE_LIBLOCKFILE
ac7ffb802e23 Define LIBS_MAIL=-llockfile.
Dave Love <fx@gnu.org>
parents: 49652
diff changeset
220 LIBS_MAIL=-llockfile
ac7ffb802e23 Define LIBS_MAIL=-llockfile.
Dave Love <fx@gnu.org>
parents: 49652
diff changeset
221 #else
16722
7b3bcbb9a8f5 (LIBMAIL): New macro. Conditionally includes -lmail.
Richard M. Stallman <rms@gnu.org>
parents: 16031
diff changeset
222 #ifdef HAVE_LIBMAIL
45590
6c146fa85973 (LIBS_MAIL): Renamed from LIB_MAIL.
Richard M. Stallman <rms@gnu.org>
parents: 44986
diff changeset
223 LIBS_MAIL=-lmail
16722
7b3bcbb9a8f5 (LIBMAIL): New macro. Conditionally includes -lmail.
Richard M. Stallman <rms@gnu.org>
parents: 16031
diff changeset
224 #endif
51111
ac7ffb802e23 Define LIBS_MAIL=-llockfile.
Dave Love <fx@gnu.org>
parents: 49652
diff changeset
225 #endif
16722
7b3bcbb9a8f5 (LIBMAIL): New macro. Conditionally includes -lmail.
Richard M. Stallman <rms@gnu.org>
parents: 16031
diff changeset
226
96762
7124d8656633 * s/cygwin.h (LIB_STANDARD_LIBSRC): Don't define.
Andreas Schwab <schwab@suse.de>
parents: 96752
diff changeset
227 LOADLIBES=LIBS_SYSTEM LIBS_MACHINE
2262
29579cd51981 Added unlock and relock.
Eric S. Raymond <esr@snark.thyrsus.com>
parents: 1675
diff changeset
228
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
229 /* We need to #define emacs to get the right versions of some files.
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
230 Some other files - those shared with other GNU utilities - need
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
231 HAVE_CONFIG_H #defined before they know they can take advantage of
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
232 the information in ../src/config.h. */
13351
0cf91b5c1a56 (getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman <rms@gnu.org>
parents: 12883
diff changeset
233 ALL_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
5412
cec4d9434b62 (ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 5319
diff changeset
234 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CPPFLAGS} ${CFLAGS}
13351
0cf91b5c1a56 (getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman <rms@gnu.org>
parents: 12883
diff changeset
235 LINK_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
5412
cec4d9434b62 (ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 5319
diff changeset
236 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS}
13351
0cf91b5c1a56 (getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman <rms@gnu.org>
parents: 12883
diff changeset
237 CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
4688
7df128f592e3 (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir}
Roland McGrath <roland@gnu.org>
parents: 4593
diff changeset
238 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
13351
0cf91b5c1a56 (getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman <rms@gnu.org>
parents: 12883
diff changeset
239 /* This was all of CPP_CFLAGS except -Demacs.
0cf91b5c1a56 (getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman <rms@gnu.org>
parents: 12883
diff changeset
240 Now that -Demacs has been deleted from CPP_CFLAGS,
47957
bd6f8b5a580a (${archlibdir}): Always create $(gamedir).
Andreas Schwab <schwab@suse.de>
parents: 47613
diff changeset
241 this is actually the same as CPP_CFLAGS, but let\'s not delete it yet. */
11298
d6e7bcc7bcfc (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 11200
diff changeset
242 BASE_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
8212
a8ed7164a837 (ALLOCA_CFLAGS): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 7816
diff changeset
243 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
244
96675
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 94828
diff changeset
245 .SUFFIXES: .m
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 94828
diff changeset
246
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
247 /* This is the default compilation command.
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
248 But we should never rely on it, because some make version
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
249 failed to find it for getopt.o.
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
250 Using an explicit command made it work. */
2811
6cc1bf599a56 The GNU coding standards specify that CFLAGS should be left for
Jim Blandy <jimb@redhat.com>
parents: 2810
diff changeset
251 .c.o:
3715
b33ee3d1d18d (CPP_CFLAGS): New variable.
Richard M. Stallman <rms@gnu.org>
parents: 3582
diff changeset
252 ${CC} -c ${CPP_CFLAGS} $<
96752
9697a5f0281d various small cleanups detailed in changelogs
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 96675
diff changeset
253
96675
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 94828
diff changeset
254 .m.o:
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 94828
diff changeset
255 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) $<
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
256
49338
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
257 all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
258
49355
d366046ef164 Fix last change (use C syntax for comments).
Markus Rost <rost@math.uni-bielefeld.de>
parents: 49338
diff changeset
259 /* These targets copy the scripts into the build directory
78652
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
260 so that they can be run from there in an uninstalled Emacs.
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
261 The "-" is prepended because some versions of cp barf when
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
262 srcdir is the current directory, and thus the file will be
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
263 copied into itself. */
49338
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
264 rcs2log: $(srcdir)/rcs2log
78652
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
265 -cp -p $(srcdir)/rcs2log rcs2log
49338
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
266
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
267 rcs-checkin: $(srcdir)/rcs-checkin
78652
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
268 -cp -p $(srcdir)/rcs-checkin rcs-checkin
49338
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
269
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
270 grep-changelog: $(srcdir)/grep-changelog
78652
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
271 -cp -p $(srcdir)/grep-changelog grep-changelog
49338
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
272
5244fe6986a7 (rcs2log, rcs-checkin, grep-changelog, vcdiff): New targets.
Richard M. Stallman <rms@gnu.org>
parents: 48405
diff changeset
273 vcdiff: $(srcdir)/vcdiff
78652
fc773543e60e (rcs2log, rcs-checkin, grep-changelog, vcdiff): Prepend "-" to the command,
Eli Zaretskii <eliz@gnu.org>
parents: 78257
diff changeset
274 -cp -p $(srcdir)/vcdiff vcdiff
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
275
6978
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
276 #ifdef MOVEMAIL_NEEDS_BLESSING
7702
5b7f83eff8dc (blessmail): Don't depend on ../src/emacs.
Richard M. Stallman <rms@gnu.org>
parents: 7516
diff changeset
277 blessmail:
76035
62beaa88c2fb Ulrich Mueller <ulm at kph.uni-mainz.de> (tiny change):
Glenn Morris <rgm@gnu.org>
parents: 75250
diff changeset
278 $(EMACS) $(EMACSOPT) -l $(srcdir)/../lisp/mail/blessmail.el
6978
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
279 chmod +x blessmail
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
280 #endif
8cc5f63e8907 (blessmail): New target.
Karl Heuer <kwzh@gnu.org>
parents: 6915
diff changeset
281
7310
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
282 maybe-blessmail: BLESSMAIL
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
283 #ifdef MOVEMAIL_NEEDS_BLESSING
47957
bd6f8b5a580a (${archlibdir}): Always create $(gamedir).
Andreas Schwab <schwab@suse.de>
parents: 47613
diff changeset
284 /* Don\'t charge ahead and do it! Let the installer decide.
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
285 ./blessmail $(DESTDIR)${archlibdir}/movemail${EXEEXT} */
7310
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
286 @if [ `wc -l <blessmail` != 2 ] ; then \
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
287 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
288 echo Assuming $$dir is really the mail spool directory, you should; \
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
289 echo run lib-src/blessmail $(DESTDIR)${archlibdir}/movemail${EXEEXT}; \
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
290 echo as root, to give movemail${EXEEXT} appropriate permissions.; \
7329
1b783ac3851d Put in a separator for where to start cpp procssing.
Richard M. Stallman <rms@gnu.org>
parents: 7310
diff changeset
291 echo Do that after running make install.; \
7310
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
292 fi
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
293 #endif
22f22911813a (maybe-blessmail): New target to print the blessmail warning message.
Richard M. Stallman <rms@gnu.org>
parents: 7281
diff changeset
294
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
295 /* Install the internal utilities. Until they are installed, we can
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
296 just run them directly from lib-src. */
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
297 $(DESTDIR)${archlibdir}: all
1675
2d6fee9f818d * Makefile.in (exec_prefix): New variable.
Jim Blandy <jimb@redhat.com>
parents: 1659
diff changeset
298 @echo
2d6fee9f818d * Makefile.in (exec_prefix): New variable.
Jim Blandy <jimb@redhat.com>
parents: 1659
diff changeset
299 @echo "Installing utilities run internally by Emacs."
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
300 $(top_srcdir)/mkinstalldirs $(DESTDIR)${archlibdir}
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
301 if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \
4802
5a3769d017ca (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current
Brian Fox <bfox@gnu.org>
parents: 4800
diff changeset
302 for file in ${UTILITIES}; do \
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
303 $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file $(DESTDIR)${archlibdir}/$$file ; \
4802
5a3769d017ca (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current
Brian Fox <bfox@gnu.org>
parents: 4800
diff changeset
304 done ; \
8376
b84147ed033d (${archlibdir}): Compare the proper dir
Richard M. Stallman <rms@gnu.org>
parents: 8337
diff changeset
305 fi
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
306 $(top_srcdir)/mkinstalldirs $(DESTDIR)${gamedir}
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
307 touch $(DESTDIR)${gamedir}/snake-scores
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
308 touch $(DESTDIR)${gamedir}/tetris-scores
44986
a2932c842de3 (${archlibdir}): Don't conditionalize on
Colin Walters <walters@gnu.org>
parents: 44480
diff changeset
309 /* If the following commands fail, that is not a big deal.
a2932c842de3 (${archlibdir}): Don't conditionalize on
Colin Walters <walters@gnu.org>
parents: 44480
diff changeset
310 update-game-score will detect at runtime that it is not setuid,
a2932c842de3 (${archlibdir}): Don't conditionalize on
Colin Walters <walters@gnu.org>
parents: 44480
diff changeset
311 and handle things accordingly. */
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
312 -if chown ${gameuser} $(DESTDIR)${archlibdir}/update-game-score && chmod u+s $(DESTDIR)${archlibdir}/update-game-score; then \
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
313 chown ${gameuser} $(DESTDIR)${gamedir}; \
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
314 chmod u=rwx,g=rwx,o=rx $(DESTDIR)${gamedir}; \
44986
a2932c842de3 (${archlibdir}): Don't conditionalize on
Colin Walters <walters@gnu.org>
parents: 44480
diff changeset
315 fi
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
316 if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` \
8376
b84147ed033d (${archlibdir}): Compare the proper dir
Richard M. Stallman <rms@gnu.org>
parents: 8337
diff changeset
317 != `(cd ${srcdir} && /bin/pwd)` ]; then \
4802
5a3769d017ca (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current
Brian Fox <bfox@gnu.org>
parents: 4800
diff changeset
318 for file in ${SCRIPTS}; do \
73634
698475dc80f9 Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 71294
diff changeset
319 $(INSTALL_SCRIPT) ${srcdir}/$$file $(DESTDIR)${archlibdir}/$$file; \
1675
2d6fee9f818d * Makefile.in (exec_prefix): New variable.
Jim Blandy <jimb@redhat.com>
parents: 1659
diff changeset
320 done ; \
3792
d0b5038d2959 * Makefile.in: Remember, spaces are not tabs.
Jim Blandy <jimb@redhat.com>
parents: 3781
diff changeset
321 fi
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
322
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
323 install: $(DESTDIR)${archlibdir}
1675
2d6fee9f818d * Makefile.in (exec_prefix): New variable.
Jim Blandy <jimb@redhat.com>
parents: 1659
diff changeset
324 @echo
2d6fee9f818d * Makefile.in (exec_prefix): New variable.
Jim Blandy <jimb@redhat.com>
parents: 1659
diff changeset
325 @echo "Installing utilities for users to run."
3188
b901b5e04fbb (install): Get the scripts from ${srcdir}, unlike the executables.
Richard M. Stallman <rms@gnu.org>
parents: 3160
diff changeset
326 for file in ${INSTALLABLES} ; do \
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
327 $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
328 chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \
3792
d0b5038d2959 * Makefile.in: Remember, spaces are not tabs.
Jim Blandy <jimb@redhat.com>
parents: 3781
diff changeset
329 done
3188
b901b5e04fbb (install): Get the scripts from ${srcdir}, unlike the executables.
Richard M. Stallman <rms@gnu.org>
parents: 3160
diff changeset
330 for file in ${INSTALLABLE_SCRIPTS} ; do \
73634
698475dc80f9 Installed [mark@mcs.vuw.ac.nz: use INSTALL_SCRIPT in lib-src] patch
Ramprasad B <ramprasad_i82@yahoo.com>
parents: 71294
diff changeset
331 $(INSTALL_SCRIPT) ${srcdir}/$${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
332 chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \
3792
d0b5038d2959 * Makefile.in: Remember, spaces are not tabs.
Jim Blandy <jimb@redhat.com>
parents: 3781
diff changeset
333 done
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
334
3781
6c05414356bc Bring mumbleclean targets into conformance with GNU coding standards.
Jim Blandy <jimb@redhat.com>
parents: 3715
diff changeset
335 uninstall:
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
336 (cd $(DESTDIR)${bindir}; \
41098
091ed3787464 Add support for --program-prefix, --program-suffix
Pavel Janík <Pavel@Janik.cz>
parents: 40276
diff changeset
337 for file in ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}; do \
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
338 rm -f $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
41098
091ed3787464 Add support for --program-prefix, --program-suffix
Pavel Janík <Pavel@Janik.cz>
parents: 40276
diff changeset
339 done)
69257
e0dc4799fa94 Add DESTDIR variable to install and uninstall targets to support staged
Eli Zaretskii <eliz@gnu.org>
parents: 68647
diff changeset
340 (cd $(DESTDIR)${archlibdir}; \
3781
6c05414356bc Bring mumbleclean targets into conformance with GNU coding standards.
Jim Blandy <jimb@redhat.com>
parents: 3715
diff changeset
341 rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
6c05414356bc Bring mumbleclean targets into conformance with GNU coding standards.
Jim Blandy <jimb@redhat.com>
parents: 3715
diff changeset
342
5190
ffe0be5b64fa (mostlyclean): Make it distinct from clean.
Richard M. Stallman <rms@gnu.org>
parents: 5160
diff changeset
343 mostlyclean:
64639
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
344 -rm -f core *.o getopt.h getopt.h-t
5190
ffe0be5b64fa (mostlyclean): Make it distinct from clean.
Richard M. Stallman <rms@gnu.org>
parents: 5160
diff changeset
345
ffe0be5b64fa (mostlyclean): Make it distinct from clean.
Richard M. Stallman <rms@gnu.org>
parents: 5160
diff changeset
346 clean: mostlyclean
9015
1452c72d18db (UTILITIES): Remove test-distrib, make-docfile, make-path.
Richard M. Stallman <rms@gnu.org>
parents: 8376
diff changeset
347 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
41970
7f2b18510503 (clean): Don't delete ../etc/DOC*.
Richard M. Stallman <rms@gnu.org>
parents: 41098
diff changeset
348 -rm -f fns*.el *.tab.c *.tab.h
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
349
3781
6c05414356bc Bring mumbleclean targets into conformance with GNU coding standards.
Jim Blandy <jimb@redhat.com>
parents: 3715
diff changeset
350 distclean: clean
11200
dd83a62facea (aixcc, aixcc.c): Targets deleted.
Karl Heuer <kwzh@gnu.org>
parents: 10685
diff changeset
351 -rm -f TAGS
12578
dca4d0c72562 (distclean): Delete Makefile.c, not Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 12526
diff changeset
352 -rm -f Makefile Makefile.c blessmail
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
353
10685
71fa5c477213 (maintainer-clean): Renamed from realclean.
Richard M. Stallman <rms@gnu.org>
parents: 9574
diff changeset
354 maintainer-clean: distclean
3781
6c05414356bc Bring mumbleclean targets into conformance with GNU coding standards.
Jim Blandy <jimb@redhat.com>
parents: 3715
diff changeset
355 true
1675
2d6fee9f818d * Makefile.in (exec_prefix): New variable.
Jim Blandy <jimb@redhat.com>
parents: 1659
diff changeset
356
11603
47d7e21fefbd (extraclean): Depend on maintainer-clean, not
Karl Heuer <kwzh@gnu.org>
parents: 11548
diff changeset
357 extraclean: maintainer-clean
1675
2d6fee9f818d * Makefile.in (exec_prefix): New variable.
Jim Blandy <jimb@redhat.com>
parents: 1659
diff changeset
358 -rm -f *~ \#*
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
359
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
360 /* Test the contents of the directory. */
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
361 check:
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
362 @echo "We don't have any tests for GNU Emacs yet."
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
363
12526
b1afb2a250a1 (tags): Synonym for `TAGS'.
Karl Heuer <kwzh@gnu.org>
parents: 12521
diff changeset
364 tags: TAGS
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
365 TAGS: etags${EXEEXT}
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
366 etags *.[ch]
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
367
47957
bd6f8b5a580a (${archlibdir}): Always create $(gamedir).
Andreas Schwab <schwab@suse.de>
parents: 47613
diff changeset
368 /* This verifies that the non-ASCII characters in the file \`testfile\'
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
369 have not been clobbered by whatever means were used to copy and
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
370 distribute Emacs. If they were clobbered, all the .elc files were
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
371 clobbered too. */
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
372 test-distrib${EXEEXT}: ${srcdir}/test-distrib.c
7816
b34d9c53ebb6 (test-distrib): Use ALL_CFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 7718
diff changeset
373 $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c
2810
c73cb6a77a61 Install patches from David J. Mackenzie to make the srcdir option
Jim Blandy <jimb@redhat.com>
parents: 2501
diff changeset
374 ./test-distrib ${srcdir}/testfile
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
375
64639
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
376 /* We need the following in order to create a <getopt.h> when the system
91691
0a928dba3639 * Makefile.in (REGEXP_IN_LIBC): Remove reference to obsolete
Dan Nicolaescu <dann@ics.uci.edu>
parents: 87649
diff changeset
377 does not have one that works with the given compiler. */
64639
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
378 GETOPT_H = @GETOPT_H@
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
379 getopt.h: getopt_.h
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
380 cp $(srcdir)/getopt_.h $@-t
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
381 mv $@-t $@
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
382
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
383 GETOPTOBJS = @GETOPTOBJS@
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
384 GETOPTDEPS = $(GETOPTOBJS) $(GETOPT_H)
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
385 getopt.o: ${srcdir}/getopt.c $(GETOPT_H) ${srcdir}/gettext.h
3792
d0b5038d2959 * Makefile.in: Remember, spaces are not tabs.
Jim Blandy <jimb@redhat.com>
parents: 3781
diff changeset
386 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c
64639
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
387 getopt1.o: ${srcdir}/getopt1.c $(GETOPT_H)
3792
d0b5038d2959 * Makefile.in: Remember, spaces are not tabs.
Jim Blandy <jimb@redhat.com>
parents: 3781
diff changeset
388 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
389
9573
398625d049db (etags): add dependency on regex.o, link with it.
Karl Heuer <kwzh@gnu.org>
parents: 9496
diff changeset
390 REGEXPOBJ = regex.o
22870
f006715d846c (REGEXPDEPS, regex.o):
Richard M. Stallman <rms@gnu.org>
parents: 22376
diff changeset
391 REGEXPDEPS = $(REGEXPOBJ) $(srcdir)/../src/regex.h
11548
ead6d5ff8a18 [REGEXP_IN_LIBC] (REGEXPOBJ, REGEXPDEPS):
Richard M. Stallman <rms@gnu.org>
parents: 11412
diff changeset
392
22870
f006715d846c (REGEXPDEPS, regex.o):
Richard M. Stallman <rms@gnu.org>
parents: 22376
diff changeset
393 regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h
11298
d6e7bcc7bcfc (BASE_CFLAGS): Renamed from ALLOCA_CFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 11200
diff changeset
394 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
9573
398625d049db (etags): add dependency on regex.o, link with it.
Karl Heuer <kwzh@gnu.org>
parents: 9496
diff changeset
395
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
396 etags${EXEEXT}: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h
94308
1fde10271cb7 Adam Go biowski <adamg at pld-linux.org> (tiny change)
Glenn Morris <rgm@gnu.org>
parents: 92159
diff changeset
397 $(CC) ${ALL_CFLAGS} -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
398
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
399 ebrowse${EXEEXT}: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h
28519
2fa4374d4f09 (INSTALLABLES): Add ebrowse.
Gerd Moellmann <gerd@gnu.org>
parents: 26438
diff changeset
400 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/ebrowse.c $(GETOPTOBJS) $(LOADLIBES) -o ebrowse
2fa4374d4f09 (INSTALLABLES): Add ebrowse.
Gerd Moellmann <gerd@gnu.org>
parents: 26438
diff changeset
401
47957
bd6f8b5a580a (${archlibdir}): Always create $(gamedir).
Andreas Schwab <schwab@suse.de>
parents: 47613
diff changeset
402 /* We depend on etags to assure that parallel makes don\'t write two
6915
ffd959526822 Renamed from Makefile.in.
Richard M. Stallman <rms@gnu.org>
parents: 6532
diff changeset
403 etags.o files on top of each other. */
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
404 ctags${EXEEXT}: etags${EXEEXT}
94308
1fde10271cb7 Adam Go biowski <adamg at pld-linux.org> (tiny change)
Glenn Morris <rgm@gnu.org>
parents: 92159
diff changeset
405 $(CC) ${ALL_CFLAGS} -DCTAGS -DEMACS_NAME="\"GNU Emacs\"" -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
406
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
407 profile${EXEEXT}: ${srcdir}/profile.c ../src/config.h
5789
9ea3cf9013cc (profile): New target.
Richard M. Stallman <rms@gnu.org>
parents: 5412
diff changeset
408 $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile
9ea3cf9013cc (profile): New target.
Richard M. Stallman <rms@gnu.org>
parents: 5412
diff changeset
409
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
410 make-docfile${EXEEXT}: ${srcdir}/make-docfile.c ../src/config.h
5412
cec4d9434b62 (ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 5319
diff changeset
411 $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
412
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
413 digest-doc${EXEEXT}: ${srcdir}/digest-doc.c
49549
99be3a1e2589 Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents: 49355
diff changeset
414 $(CC) ${ALL_CFLAGS} ${srcdir}/digest-doc.c $(LOADLIBES) -o digest-doc
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
415
52272
50fde8fa2e7b Remove obsolete references to alloca.
Dave Love <fx@gnu.org>
parents: 51111
diff changeset
416 sorted-doc${EXEEXT}: ${srcdir}/sorted-doc.c
50fde8fa2e7b Remove obsolete references to alloca.
Dave Love <fx@gnu.org>
parents: 51111
diff changeset
417 $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c $(LOADLIBES) -o sorted-doc
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
418
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
419 b2m${EXEEXT}: ${srcdir}/b2m.c ../src/config.h $(GETOPTDEPS)
20329
0302b5c33acf (b2m): Define VERSION. Link with $(GETOPTOBJS).
Karl Heuer <kwzh@gnu.org>
parents: 19017
diff changeset
420 $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c -DVERSION="\"${version}\"" \
49549
99be3a1e2589 Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents: 49355
diff changeset
421 $(GETOPTOBJS) $(LOADLIBES) -o b2m
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
422
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
423 movemail${EXEEXT}: movemail.o pop.o $(GETOPTDEPS)
45590
6c146fa85973 (LIBS_MAIL): Renamed from LIB_MAIL.
Richard M. Stallman <rms@gnu.org>
parents: 44986
diff changeset
424 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} movemail.o pop.o $(GETOPTOBJS) $(LOADLIBES) $(LIBS_MAIL) $(LIBS_MOVE) -o movemail
9156
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
425
64639
385af3e03206 Merge gnulib getopt implementation into Emacs.
Paul Eggert <eggert@twinsun.com>
parents: 64083
diff changeset
426 movemail.o: ${srcdir}/movemail.c ../src/config.h $(GETOPT_H)
13351
0cf91b5c1a56 (getdate.o, movemail.o): Specify -Demacs.
Richard M. Stallman <rms@gnu.org>
parents: 12883
diff changeset
427 $(CC) -c ${CPP_CFLAGS} -Demacs ${MOVE_FLAGS} ${srcdir}/movemail.c
9156
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
428
26037
f7b5dafed515 (pop.o): Depend on config.h.
Dave Love <fx@gnu.org>
parents: 25217
diff changeset
429 pop.o: ${srcdir}/pop.c ../src/config.h
9156
bc43d1b2bf9f (MOVE_FLAGS, MOVE_LIBS): New variables.
Richard M. Stallman <rms@gnu.org>
parents: 9015
diff changeset
430 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
431
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
432 cvtmail${EXEEXT}: ${srcdir}/cvtmail.c
5412
cec4d9434b62 (ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 5319
diff changeset
433 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
434
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
435 fakemail${EXEEXT}: ${srcdir}/fakemail.c ../src/config.h
5412
cec4d9434b62 (ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 5319
diff changeset
436 $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
437
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
438 emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
16031
5e92da241aba (emacsclient): Link with getopt.
Richard M. Stallman <rms@gnu.org>
parents: 16011
diff changeset
439 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \
55438
8ff66a576ed5 (emacsclient${EXEEXT}): Use makefile var `version'.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents: 52410
diff changeset
440 -DVERSION="\"${version}\"" \
16031
5e92da241aba (emacsclient): Link with getopt.
Richard M. Stallman <rms@gnu.org>
parents: 16011
diff changeset
441 $(LOADLIBES) -o emacsclient
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
442
49652
5127a1bf36db (EXEEXT): Define to @EXEEXT@ and use this variable
Andreas Schwab <schwab@suse.de>
parents: 49549
diff changeset
443 hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h
5412
cec4d9434b62 (ALL_CFLAGS): Include LDFLAGS.
Richard M. Stallman <rms@gnu.org>
parents: 5319
diff changeset
444 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl
616
3c1ffcac443f Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
445
65537
a11113bfd76c (update-game-score.o): New target.
Richard M. Stallman <rms@gnu.org>
parents: 64769
diff changeset
446 update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS)
a11113bfd76c (update-game-score.o): New target.
Richard M. Stallman <rms@gnu.org>
parents: 64769
diff changeset
447 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score
a11113bfd76c (update-game-score.o): New target.
Richard M. Stallman <rms@gnu.org>
parents: 64769
diff changeset
448
a11113bfd76c (update-game-score.o): New target.
Richard M. Stallman <rms@gnu.org>
parents: 64769
diff changeset
449 update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
a11113bfd76c (update-game-score.o): New target.
Richard M. Stallman <rms@gnu.org>
parents: 64769
diff changeset
450 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
67739
9a6debd2ab11 (update-game-score.o): Delete spurious final `\'.
Richard M. Stallman <rms@gnu.org>
parents: 65537
diff changeset
451 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
96675
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 94828
diff changeset
452
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 94828
diff changeset
453 mac-fix-env: ${srcdir}/mac-fix-env.m
d45acf0c8d23 merging Emacs.app (NeXTstep port)
Adrian Robert <Adrian.B.Robert@gmail.com>
parents: 94828
diff changeset
454 $(CC) -o mac-fix-env ${srcdir}/mac-fix-env.m -prebind -framework Foundation