(pop.o): Depend on config.h.
[bpt/emacs.git] / lib-src / Makefile.in
CommitLineData
eb4252f7
RS
1# Makefile for lib-src subdirectory in GNU Emacs.
2# Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc.
29ed0542 3
eb4252f7 4# This file is part of GNU Emacs.
29ed0542 5
eb4252f7
RS
6# GNU Emacs is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2, or (at your option)
9# any later version.
29ed0542 10
eb4252f7
RS
11# GNU Emacs is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
29ed0542 15
eb4252f7
RS
16# You should have received a copy of the GNU General Public License
17# along with GNU Emacs; see the file COPYING. If not, write to
3b7ad313
EN
18# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19# Boston, MA 02111-1307, USA.
29ed0542 20
eb4252f7
RS
21# Avoid trouble on systems where the `SHELL' variable might be
22# inherited from the environment.
f7dbcf3c
JB
23SHELL = /bin/sh
24
eb4252f7 25# ==================== Things `configure' will edit ====================
c71beb75 26
b93f2493
BF
27CC=@CC@
28CFLAGS=@CFLAGS@
29ALLOCA=@ALLOCA@
b93f2493
BF
30YACC=@YACC@
31version=@version@
cf770692 32configuration=@configuration@
c71beb75 33
eb4252f7 34# ==================== Where To Install Things ====================
c71beb75 35
eb4252f7
RS
36# The default location for installation. Everything is placed in
37# subdirectories of this directory. The default values for many of
38# the variables below are expressed in terms of this one, so you may
39# not need to change them. This is set with the --prefix option to
40# `../configure'.
b93f2493 41prefix=@prefix@
c71beb75 42
eb4252f7
RS
43# Like `prefix', but used for architecture-specific files. This is
44# set with the --exec-prefix option to `../configure'.
b93f2493 45exec_prefix=@exec_prefix@
c71beb75 46
eb4252f7
RS
47# Where to install Emacs and other binaries that people will want to
48# run directly (like etags). This is set with the --bindir option
49# to `../configure'.
b93f2493 50bindir=@bindir@
c71beb75 51
eb4252f7
RS
52# Where to install and expect executable files to be run by Emacs
53# rather than directly by users, and other architecture-dependent
54# data. ${archlibdir} is usually below this. This is set with the
424b6d2b
RS
55# --libexecdir option to `../configure'.
56libexecdir=@libexecdir@
c71beb75 57
eb4252f7
RS
58# Where to find the source code. This is set by the configure
59# script's `--srcdir' option. However, the value of ${srcdir} in
60# this makefile is not identical to what was specified with --srcdir,
61# since the variable here has `/lib-src' added at the end.
5126d3b7
RS
62
63# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
b93f2493
BF
64srcdir=@srcdir@
65VPATH=@srcdir@
c71beb75 66
2d521ee6
DM
67# The top-level source directory, also set by configure.
68top_srcdir=@top_srcdir@
69
eb4252f7 70# ==================== Emacs-specific directories ====================
c71beb75 71
eb4252f7
RS
72# These variables hold the values Emacs will actually use. They are
73# based on the values of the standard Make variables above.
c71beb75 74
eb4252f7
RS
75# Where to put executables to be run by Emacs rather than the user.
76# This path usually includes the Emacs version and configuration name,
77# so that multiple configurations for multiple versions of Emacs may
78# be installed at once. This can be set with the --archlibdir option
79# to `../configure'.
b93f2493 80archlibdir=@archlibdir@
41f86d5a 81
eb4252f7 82# ==================== Utility Programs for the Build =================
c71beb75 83
eb4252f7 84# ../configure figures out the correct values for these.
b93f2493 85INSTALL = @INSTALL@
b93f2493
BF
86INSTALL_PROGRAM = @INSTALL_PROGRAM@
87INSTALL_DATA = @INSTALL_DATA@
ae6ed0ac
RS
88# By default, we uphold the dignity of our programs.
89INSTALL_STRIP =
c71beb75 90
eb4252f7 91# ========================== Lists of Files ===========================
f7dbcf3c 92
eb4252f7
RS
93# Things that a user might actually run,
94# which should be installed in bindir.
0d73e8e3 95INSTALLABLES = etags ctags emacsclient b2m
e511d7f4 96INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog
f7dbcf3c 97
eb4252f7
RS
98# Things that Emacs runs internally, or during the build process,
99# which should not be installed in bindir.
ebf9219e
RS
100UTILITIES= profile digest-doc \
101 sorted-doc movemail cvtmail fakemail yow emacsserver hexl
f7dbcf3c 102
2d521ee6 103DONT_INSTALL= test-distrib make-docfile
5aae6601 104
eb4252f7
RS
105# Like UTILITIES, but they're not system-dependent, and should not be
106# deleted by the distclean target.
b7cceaf1
JB
107SCRIPTS= rcs2log vcdiff
108
0d73e8e3 109EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
f7dbcf3c 110
5c579a75 111SOURCES = COPYING ChangeLog Makefile.in README emacs.csh \
41f86d5a
ER
112 makedoc.com *.[chy] rcs2log vcdiff
113
81f94052
RS
114# Additional -D flags for movemail (add to MOVE_FLAGS if desired):
115# MAIL_USE_POP Support mail retrieval from a POP mailbox.
116# MAIL_USE_MMDF Support MMDF mailboxes.
117# MAIL_USE_FLOCK Use flock for file locking (see the comments
118# about locking in movemail.c)
119# MAIL_UNLINK_SPOOL Unlink the user's spool mailbox after reading
120# it (instead of just emptying it).
121# KERBEROS Support Kerberized POP.
122# KRB5 Support Kerberos Version 5 pop instead of
123# Version 4 (define this in addition to
124# KERBEROS).
125# HESIOD Support Hesiod lookups of user mailboxes.
126# MAILHOST A string, the host name of the default POP
127# mail host for the site.
128MOVE_FLAGS=
129
eb4252f7
RS
130# ========================== start of cpp stuff =======================
131/* From here on, comments must be done in C syntax. */
132
133#define NO_SHORTNAMES
fcd4533c 134#define THIS_IS_MAKEFILE
eb4252f7
RS
135#define NOT_C_CODE
136#include "../src/config.h"
137
89b3f894
RS
138/* We won't really call alloca;
139 don't let the file name alloca.c get messed up. */
140#ifdef alloca
141#undef alloca
142#endif
143
5e70aa9c
RS
144/* Some machines don't find the standard C libraries in the usual place. */
145#ifndef ORDINARY_LINK
fcd4533c
KH
146#ifndef LIB_STANDARD_LIBSRC
147#define LIB_STANDARD_LIBSRC -lc
5e70aa9c
RS
148#endif
149#else
fcd4533c
KH
150#ifndef LIB_STANDARD_LIBSRC
151#define LIB_STANDARD_LIBSRC
5e70aa9c
RS
152#endif
153#endif
154
f11c1c14 155/* Some s/SYSTEM.h files define this to request special libraries. */
eb4252f7
RS
156#ifndef LIBS_SYSTEM
157#define LIBS_SYSTEM
158#endif
159
f11c1c14 160/* Some m/MACHINE.h files define this to request special libraries. */
eb4252f7
RS
161#ifndef LIBS_MACHINE
162#define LIBS_MACHINE
163#endif
164
165#ifndef C_SWITCH_SYSTEM
166#define C_SWITCH_SYSTEM
167#endif
168
169#ifndef C_SWITCH_MACHINE
170#define C_SWITCH_MACHINE
171#endif
172
173#undef MOVEMAIL_NEEDS_BLESSING
174#ifndef MAIL_USE_FLOCK
175#ifndef MAIL_USE_LOCKF
176#define MOVEMAIL_NEEDS_BLESSING
177#endif
178#endif
179
180#ifdef MOVEMAIL_NEEDS_BLESSING
181#define BLESSMAIL blessmail
182#else
183#define BLESSMAIL
184#endif
185
ae6ed0ac 186#ifdef KERBEROS
93de505d 187# ifdef HAVE_LIBKRB
f616d119 188 KRB4LIB = -lkrb
93de505d
RS
189# else
190# ifdef HAVE_LIBKRB4
f616d119 191 KRB4LIB = -lkrb4
93de505d
RS
192# endif
193# endif
194# ifdef HAVE_LIBDES
f616d119 195 DESLIB = -ldes
93de505d
RS
196# else
197# ifdef HAVE_LIBDES425
f616d119 198 DESLIB = -ldes425
93de505d
RS
199# endif
200# endif
201# ifdef HAVE_LIBKRB5
f616d119 202 KRB5LIB = -lkrb5
93de505d
RS
203# endif
204# ifdef HAVE_LIBCRYPTO
f616d119 205 CRYPTOLIB = -lcrypto
93de505d
RS
206# endif
207# ifdef HAVE_LIBCOM_ERR
f616d119 208 COM_ERRLIB = -lcom_err
93de505d 209# endif
665eba9d 210#endif /* KERBEROS */
ae6ed0ac 211
bbcac09c
RS
212/* If HESIOD is defined, set this to "-lhesiod". */
213HESIODLIB=
ae6ed0ac 214
bbcac09c 215MOVE_LIBS=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB)
6fd14a09 216
6e3dda29
RS
217#ifdef HAVE_LIBMAIL
218LIBMAIL=-lmail
219#endif
220
fcd4533c 221LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
eb4252f7 222
29ed0542
RS
223/* We need to #define emacs to get the right versions of some files.
224 Some other files - those shared with other GNU utilities - need
225 HAVE_CONFIG_H #defined before they know they can take advantage of
226 the information in ../src/config.h. */
56bdb2f5 227ALL_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
3e883207 228 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CPPFLAGS} ${CFLAGS}
56bdb2f5 229LINK_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
3e883207 230 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CFLAGS}
56bdb2f5 231CPP_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
b2d7a9c7 232 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
56bdb2f5
RS
233/* This was all of CPP_CFLAGS except -Demacs.
234 Now that -Demacs has been deleted from CPP_CFLAGS,
235 this is actually the same as CPP_CFLAGS, but let's not delete it yet. */
1d0b600d 236BASE_CFLAGS = C_SWITCH_SYSTEM C_SWITCH_MACHINE -DHAVE_CONFIG_H \
20cda85b 237 -I. -I../src -I${srcdir} -I${srcdir}/../src ${CPPFLAGS} ${CFLAGS}
29ed0542
RS
238\f
239/* This is the default compilation command.
240 But we should never rely on it, because some make version
241 failed to find it for getopt.o.
242 Using an explicit command made it work. */
c38a040d 243.c.o:
5293b432 244 ${CC} -c ${CPP_CFLAGS} $<
c71beb75 245
0731825e 246all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES}
c71beb75 247
c6207d0d 248#ifdef MOVEMAIL_NEEDS_BLESSING
f675ecb5 249blessmail:
828524de 250 ../src/emacs -batch -l $(srcdir)/../lisp/mail/blessmail.el
c6207d0d
KH
251 chmod +x blessmail
252#endif
253
d19f95fe
RS
254maybe-blessmail: BLESSMAIL
255#ifdef MOVEMAIL_NEEDS_BLESSING
256/* Don't charge ahead and do it! Let the installer decide.
257 ./blessmail ${archlibdir}/movemail */
258 @if [ `wc -l <blessmail` != 2 ] ; then \
259 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
260 echo Assuming $$dir is really the mail spool directory, you should; \
fed76e78 261 echo run lib-src/blessmail ${archlibdir}/movemail; \
d19f95fe 262 echo as root, to give movemail appropriate permissions.; \
eb4252f7 263 echo Do that after running make install.; \
d19f95fe
RS
264 fi
265#endif
266
29ed0542
RS
267/* Install the internal utilities. Until they are installed, we can
268 just run them directly from lib-src. */
d19f95fe 269${archlibdir}: all
c71beb75
JB
270 @echo
271 @echo "Installing utilities run internally by Emacs."
2d521ee6 272 $(top_srcdir)/mkinstalldirs ${archlibdir}
f7d3e7d0 273 if [ `(cd ${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \
544d556f 274 for file in ${UTILITIES}; do \
ae6ed0ac 275 $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file ${archlibdir}/$$file ; \
544d556f 276 done ; \
ad600343
RS
277 fi
278 if [ `(cd ${archlibdir} && /bin/pwd)` \
279 != `(cd ${srcdir} && /bin/pwd)` ]; then \
544d556f 280 for file in ${SCRIPTS}; do \
c61a529e 281 $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file; \
c71beb75 282 done ; \
0268f19b 283 fi
f7dbcf3c 284
c71beb75
JB
285install: ${archlibdir}
286 @echo
287 @echo "Installing utilities for users to run."
b70cff71 288 for file in ${INSTALLABLES} ; do \
3e2c8981 289 $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
c37a4294 290 chmod a+rx ${bindir}/$${file}; \
0268f19b 291 done
b70cff71 292 for file in ${INSTALLABLE_SCRIPTS} ; do \
c61a529e 293 $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
c37a4294 294 chmod a+rx ${bindir}/$${file}; \
0268f19b 295 done
f7dbcf3c 296
39b649dd
JB
297uninstall:
298 (cd ${bindir}; \
299 rm -f ${INSTALLABLES} ${INSTALLABLE_SCRIPTS})
300 (cd ${archlibdir}; \
301 rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
302
a17d2c25
RS
303mostlyclean:
304 -rm -f core *.o
305
306clean: mostlyclean
5aae6601 307 -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
8598a0f1 308 -rm -f ../etc/DOC* fns*.el *.tab.c *.tab.h
f7dbcf3c 309
39b649dd 310distclean: clean
5c579a75 311 -rm -f TAGS
b2959c9d 312 -rm -f Makefile Makefile.c blessmail
f7dbcf3c 313
26873b72 314maintainer-clean: distclean
39b649dd 315 true
c71beb75 316
a01c76d7 317extraclean: maintainer-clean
c71beb75 318 -rm -f *~ \#*
f7dbcf3c 319
41f86d5a
ER
320unlock:
321 chmod u+w $(SOURCES)
322
323relock:
324 chmod u-w $(SOURCES)
325
29ed0542 326/* Test the contents of the directory. */
f7dbcf3c
JB
327check:
328 @echo "We don't have any tests for GNU Emacs yet."
329
93548af1 330tags: TAGS
f7dbcf3c
JB
331TAGS: etags
332 etags *.[ch]
333
29ed0542
RS
334/* This verifies that the non-ASCII characters in the file `testfile'
335 have not been clobbered by whatever means were used to copy and
336 distribute Emacs. If they were clobbered, all the .elc files were
337 clobbered too. */
0d73e8e3 338test-distrib: ${srcdir}/test-distrib.c
c88a7f88 339 $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c
0d73e8e3 340 ./test-distrib ${srcdir}/testfile
f7dbcf3c 341
c38a040d 342GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)
0d73e8e3 343GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
b90589d8 344getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
0268f19b 345 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt.c
b90589d8 346getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
0268f19b 347 ${CC} -c ${CPP_CFLAGS} ${srcdir}/getopt1.c
20cda85b 348alloca.o: ${srcdir}/alloca.c
1d0b600d 349 ${CC} -c ${BASE_CFLAGS} ${srcdir}/alloca.c
f7dbcf3c 350
e63ceebf
RS
351#ifdef REGEXP_IN_LIBC
352REGEXPOBJ =
353REGEXPDEPS =
354#else
66ab94d9 355REGEXPOBJ = regex.o
5126d3b7 356REGEXPDEPS = $(REGEXPOBJ) $(srcdir)/../src/regex.h
e63ceebf
RS
357#endif
358
5126d3b7 359regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h
1d0b600d 360 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
66ab94d9
KH
361
362etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h
0b532ca2 363 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags
f7dbcf3c 364
29ed0542
RS
365/* We depend on etags to assure that parallel makes don't write two
366 etags.o files on top of each other. */
1ff164dd 367ctags: etags
59aacecb 368 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
f7dbcf3c 369
379fb9c8
RS
370profile: ${srcdir}/profile.c
371 $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile
372
0d73e8e3 373make-docfile: ${srcdir}/make-docfile.c
3e883207 374 $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile
f7dbcf3c 375
0d73e8e3 376digest-doc: ${srcdir}/digest-doc.c
3e883207 377 $(CC) ${ALL_CFLAGS} ${srcdir}/digest-doc.c $(LOADLIBES) -o digest-doc
f7dbcf3c 378
1e3255d8 379sorted-doc: ${srcdir}/sorted-doc.c ${ALLOCA}
3e883207 380 $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c ${ALLOCA} $(LOADLIBES) -o sorted-doc
f7dbcf3c 381
0d73e8e3 382b2m: ${srcdir}/b2m.c ../src/config.h
1817145f
KH
383 $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c -DVERSION="\"${version}\"" \
384 $(GETOPTOBJS) $(LOADLIBES) -o b2m
f7dbcf3c 385
7c1b5778
RS
386movemail: movemail.o pop.o $(GETOPTDEPS)
387 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} movemail.o pop.o $(GETOPTOBJS) $(LOADLIBES) $(LIBMAIL) $(MOVE_LIBS) -o movemail
81f94052
RS
388
389movemail.o: ${srcdir}/movemail.c ../src/config.h
56bdb2f5 390 $(CC) -c ${CPP_CFLAGS} -Demacs ${MOVE_FLAGS} ${srcdir}/movemail.c
81f94052 391
93c8d183 392pop.o: ${srcdir}/pop.c ../src/config.h
81f94052 393 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c
f7dbcf3c 394
0d73e8e3 395cvtmail: ${srcdir}/cvtmail.c
3e883207 396 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail
f7dbcf3c 397
0d73e8e3 398fakemail: ${srcdir}/fakemail.c ../src/config.h
3e883207 399 $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail
f7dbcf3c 400
4c32bfb9 401yow: ${srcdir}/yow.c ../src/epaths.h
3e883207 402 $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow
f7dbcf3c 403
0d73e8e3 404emacsserver: ${srcdir}/emacsserver.c ../src/config.h
3e883207 405 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsserver.c $(LOADLIBES) -o emacsserver
f7dbcf3c 406
deec6f99
RS
407emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
408 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \
409 -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \
410 $(LOADLIBES) -o emacsclient
f7dbcf3c 411
0d73e8e3 412hexl: ${srcdir}/hexl.c
3e883207 413 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl
f7dbcf3c 414
29ed0542 415/* These are NOT included in INSTALLABLES or UTILITIES.
b2959c9d 416 See ../src/Makefile.in. */
0d73e8e3 417emacstool: ${srcdir}/emacstool.c
3e883207 418 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \
f7dbcf3c
JB
419 -lsuntool -lsunwindow -lpixrect $(LOADLIBES)
420
29ed0542 421/* For SUN Japanese Language Environment. */
0d73e8e3 422nemacstool: ${srcdir}/emacstool.c
3e883207 423 $(CC) -o nemacstool -DJLE ${ALL_CFLAGS} ${srcdir}/emacstool.c \
f7dbcf3c
JB
424 -lsuntool -lmle -lsunwindow -lpixrect $(LOADLIBES)
425
0d73e8e3 426xvetool: ${srcdir}/emacstool.c
3e883207 427 $(CC) -o xvetool -DXVIEW ${ALL_CFLAGS} ${srcdir}/emacstool.c \
f7dbcf3c
JB
428 -lxview -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
429 $(LOADLIBES)
430
0d73e8e3 431xveterm: ${srcdir}/emacstool.c
3e883207 432 $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
f7dbcf3c
JB
433 -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
434 $(LOADLIBES)