Contents in 1999-06-04-13 of release-21-2.
[chise/xemacs-chise.git.1] / lib-src / Makefile.in.in
1 ##   Makefile for lib-src subdirectory in XEmacs.
2 ##   Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc.
3 ##   Copyright (C) 1996, 1997 Sun Microsystems, Inc.
4
5 ## This file is part of XEmacs.
6
7 ## XEmacs is free software; you can redistribute it and/or modify it
8 ## under the terms of the GNU General Public License as published by the
9 ## Free Software Foundation; either version 2, or (at your option) any
10 ## later version.
11
12 ## XEmacs is distributed in the hope that it will be useful, but WITHOUT
13 ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 ## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 ## for more details.
16
17 ## You should have received a copy of the GNU General Public License
18 ## along with XEmacs; see the file COPYING.  If not, write to
19 ## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 ## Boston, MA 02111-1307, USA.
21
22 ## Note: FSF Makefile.in.in does something weird so that the comments
23 ## above a certain point in this file are in shell format instead of
24 ## in C format.  How the hell is this supposed to work? */
25
26 ## For performance and consistency, no built-in rules
27 .SUFFIXES:
28 .SUFFIXES: .c .h .o
29 ## ==================== Things "configure" will edit ====================
30
31 @SET_MAKE@
32 SHELL = /bin/sh
33 RM = rm -f
34 pwd = /bin/pwd
35
36 CC=@CC@
37 CPP=@CPP@
38 CFLAGS=@CFLAGS@
39 CPPFLAGS=@CPPFLAGS@
40 LDFLAGS=@LDFLAGS@
41 ALLOCA=@ALLOCA@
42 LN_S=@LN_S@
43 version=@version@
44
45 ## This will be the name of the generated binary and is set automatically
46 ## by configure.
47 PROGNAME=@PROGNAME@
48
49 ## ==================== Where To Install Things ====================
50
51 prefix=@prefix@
52 exec_prefix=@exec_prefix@
53 bindir=@bindir@
54 libdir=@libdir@
55 srcdir=@srcdir@
56 top_srcdir=@top_srcdir@
57 archlibdir=@archlibdir@
58 configuration=@configuration@
59 moduledir=@moduledir@
60 sitemoduledir=@sitemoduledir@
61
62 ## ==================== Utility Programs for the Build =================
63
64 INSTALL = @install_pp@ @INSTALL@
65 INSTALL_PROGRAM = @INSTALL_PROGRAM@
66 INSTALL_DATA = @INSTALL_DATA@
67
68 ## ========================== Lists of Files ===========================
69
70 #define NO_SHORTNAMES
71 #define NOT_C_CODE
72 #include "../src/config.h"
73
74 ## Things that a user might actually run,
75 ## which should be installed in bindir.
76 #ifdef WINDOWSNT
77 INSTALLABLES_BASE = etags ctags b2m ootags
78 #else
79 INSTALLABLES_BASE = etags ctags b2m gnuclient ootags
80 #endif
81 INSTALLABLE_SCRIPTS = rcs-checkin pstogif gnudoit gnuattach
82 #ifdef HAVE_SHLIB
83 #ifdef HAVE_MS_WINDOWS
84 INSTALLABLES = $(INSTALLABLES_BASE) runxemacs rungnuclient ellcc
85 #else
86 INSTALLABLES = $(INSTALLABLES_BASE) ellcc
87 #endif
88 #else
89 #ifdef HAVE_MS_WINDOWS
90 INSTALLABLES = $(INSTALLABLES_BASE) runxemacs rungnuclient
91 #else
92 INSTALLABLES = $(INSTALLABLES_BASE) 
93 #endif
94 #endif
95
96
97 ## Things that Emacs runs internally, or during the build process,
98 ## which should not be installed in bindir.
99 #ifdef WINDOWSNT
100 UTILITIES= make-path wakeup profile make-docfile digest-doc \
101         sorted-doc movemail cvtmail yow hexl \
102         mmencode
103 #else
104 UTILITIES= make-path wakeup profile make-docfile digest-doc \
105         sorted-doc movemail cvtmail fakemail yow hexl \
106         gnuserv mmencode
107 #endif
108 ## These need to be conditional on I18N3 make-msgfile make-po
109
110 ## Like UTILITIES, but they are not system-dependent, and should not be
111 ## deleted by the distclean target.
112 GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh
113 PKG_SCRIPTS = add-big-package.sh
114 SCRIPTS = $(GEN_SCRIPTS) $(PKG_SCRIPTS)
115
116 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
117
118 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \
119         makedoc.com *.[chy] $(SCRIPTS)
120 ## Additional -D flags for movemail (add to MOVE_FLAGS if desired):
121 ## MAIL_USE_POP         Support mail retrieval from a POP mailbox.
122 ## MAIL_USE_MMDF                Support MMDF mailboxes.
123 ## MAIL_USE_FLOCK       Use flock for file locking (see the comments
124 ##                      about locking in movemail.c)
125 ## MAIL_UNLINK_SPOOL    Unlink the user spool mailbox after reading
126 ##                      it (instead of just emptying it).
127 ## KERBEROS             Support Kerberized POP.
128 ## KRB5                 Support Kerberos Version 5 pop instead of
129 ##                      Version 4 (define this in addition to
130 ##                      KERBEROS).
131 ## HESIOD               Support Hesiod lookups of user mailboxes.
132 ## MAILHOST             A string, the host name of the default POP
133 ##                      mail host for the site.
134
135 MOVE_FLAGS=
136 ##
137 ## Additional libraries for movemail:
138 ## For KERBEROS
139 ## MOVE_LIBS= -lkrb -ldes -lcom_err
140 ## For KERBEROS + KRB5
141 ## MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err
142 ## Add "-lhesiod" if HESIOD is defined.
143
144 MOVE_LIBS=
145
146 ## ========================== start of cpp stuff =======================
147
148 #ifdef USE_GNU_MAKE
149 vpath %.c @srcdir@
150 vpath %.h @srcdir@
151 #else
152 VPATH=@srcdir@
153 #endif
154
155 c_switch_general=@c_switch_general@
156 c_switch_all=@c_switch_all@
157 ld_switch_general=@ld_switch_general@
158 ld_switch_all=@ld_switch_all@
159 ld_libs_general=@ld_libs_general@
160
161 ## We need to #define emacs to get the right versions of some files.
162
163 cppflags = -Demacs -I$(top_srcdir)/src -I../src $(CPPFLAGS)
164 cflags   = $(CFLAGS) $(cppflags) $(c_switch_general)
165 ldflags  = $(LDFLAGS) $(ld_switch_general) $(ld_libs_general)
166
167 ## This is the default compilation command.
168 ## But we should never rely on it, because some make version
169 ## failed to find it for getopt.o.
170 ## Using an explicit command made it work.
171 .c.o:
172         ${CC} -c $(cflags) $<
173
174 .PHONY : all maybe-blessmail install uninstall
175
176 all: ${UTILITIES} ${INSTALLABLES} srcdir-symlink.stamp
177
178 ## Make symlinks for shell scripts if using --srcdir
179 srcdir-symlink.stamp:
180         for f in ${SCRIPTS}; do \
181                 if test ! -r $$f; then ${LN_S} ${srcdir}/$$f $$f; fi; \
182         done; \
183         touch $@;
184
185 #undef MOVEMAIL_NEEDS_BLESSING
186 #if !defined (MAIL_USE_FLOCK) && ! defined (MAIL_USE_LOCKF)
187 #define MOVEMAIL_NEEDS_BLESSING
188 blessmail = blessmail
189 blessmail:
190         ../src/xemacs -batch -l ../lisp/blessmail.el
191         chmod +x $@
192 #endif /* movemail needs blessing */
193
194 maybe-blessmail: $(blessmail)
195 #ifdef MOVEMAIL_NEEDS_BLESSING
196 ## Do not charge ahead and do it!  Let the installer decide.
197 ##        ./blessmail ${archlibdir}/movemail
198         @if test `wc -l <blessmail` != 2; then \
199           dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
200           echo "*************************************************************";\
201           echo "Assuming $$dir is really the mail spool directory, you should";\
202           echo "run  lib-src/blessmail ${archlibdir}/movemail"; \
203           echo "as root, to give  movemail  appropriate permissions."; \
204           echo "Do that after running  make install."; \
205           echo "You can also do  make blessmail. "; \
206           echo "*************************************************************";\
207         fi
208 #endif
209
210 do-blessmail: $(blessmail)
211 #ifdef MOVEMAIL_NEEDS_BLESSING
212         ./blessmail ${archlibdir}/movemail
213 #endif
214
215 ## Install the internal utilities.  Until they are installed, we can
216 ## just run them directly from lib-src.
217 ${archlibdir}: all
218         @echo; echo "Installing utilities run internally by XEmacs."
219         ./make-path ${archlibdir}
220         if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \
221           for f in ${UTILITIES}; do \
222             (cd .. && $(INSTALL_PROGRAM) lib-src/$$f ${archlibdir}/$$f) ; \
223           done ; \
224         fi
225         if test "`(cd ${archlibdir} && $(pwd))`" \
226              != "`(cd ${srcdir}     && $(pwd))`"; then \
227           for f in ${SCRIPTS}; do \
228             (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f ${archlibdir}/$$f); \
229           done ; \
230         fi
231
232 ## We do not need to install "wakeup" explicitly, because it will be
233 ## copied when this whole directory is copied.
234 install: ${archlibdir}
235         @echo; echo "Installing utilities for users to run."
236         for file in ${INSTALLABLES} ; do \
237           (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \
238         done
239         for file in ${INSTALLABLE_SCRIPTS} ; do \
240           (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file}) ; \
241         done
242
243 uninstall:
244         (cd ${bindir} && \
245          $(RM) ${INSTALLABLES} ${INSTALLABLE_SCRIPTS})
246         (cd ${archlibdir} && \
247          $(RM) ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
248
249 .PHONY: mostlyclean clean distclean realclean extraclean
250 mostlyclean:
251         $(RM) *.o *.i core
252 clean: mostlyclean
253         $(RM) ${INSTALLABLES} ${UTILITIES} *.exe
254 distclean: clean
255         $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS ellcc.h
256         $(RM) GNUmakefile Makefile Makefile.in blessmail config.values
257 realclean: distclean
258 extraclean: distclean
259         $(RM) *~ \#*
260
261 .PHONY: unlock relock check
262 unlock:
263         chmod u+w $(SOURCES)
264 relock:
265         chmod u-w $(SOURCES)
266
267 ## Test the contents of the directory.
268 check:
269         @echo "We don't have any tests for XEmacs yet."
270
271 TAGS: etags
272         etags *.[ch]
273
274 GETOPTOBJS = getopt.o getopt1.o $(ALLOCA)
275 GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h
276 getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h
277         ${CC} -c $(cflags) ${srcdir}/getopt.c
278 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h
279         ${CC} -c $(cflags) ${srcdir}/getopt1.c
280 alloca.o: ${srcdir}/../src/alloca.c
281         ${CC} -c $(cflags) ${srcdir}/../src/alloca.c
282
283 regex.o: ${srcdir}/../src/regex.c ${srcdir}/../src/regex.h
284         $(CC) -c `echo $(cflags) | sed 's/-Demacs/ /'` \
285                 -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
286
287 etags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \
288         -DVERSION='"${version}"' ${srcdir}/etags.c \
289         $(GETOPTOBJS) regex.o $(ldflags)
290 etags_deps   = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h
291
292 etags: ${etags_deps}
293         $(CC) ${etags_args} -o $@
294
295 ellcc_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \
296     ${srcdir}/ellcc.c $(ldflags)
297 ellcc_deps = ${srcdir}/ellcc.c ellcc.h ../src/config.h
298
299 ellcc: ${ellcc_deps}
300         $(CC) ${ellcc_args} -o $@
301
302 run_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \
303         -DVERSION='"${version}"' ${srcdir}/run.c \
304         $(ldflags) -Wl,--subsystem,windows -e _mainCRTStartup
305 run_deps   = ${srcdir}/run.c ${srcdir}/run.h ${srcdir}/run.rc \
306         ${srcdir}/../nt/xemacs.ico ${srcdir}/../nt/file.ico \
307         ${srcdir}/../nt/lisp.ico
308
309 run: ${run_deps}
310         windres --include-dir ${srcdir}/../nt -i run.rc -o run_res.o
311         $(CC) run_res.o ${run_args} -o $@
312         strip $@.exe
313
314 runxemacs: run
315         cp run.exe $@.exe
316
317 rungnuclient: run
318         cp run.exe $@.exe
319
320 ootags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \
321         -DVERSION='"${version}"' ${srcdir}/ootags.c \
322         $(GETOPTOBJS) regex.o $(ldflags)
323 ootags_deps   = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h
324
325 ootags: ${ootags_deps}
326         $(CC) ${ootags_args} -o $@
327
328 ## ctags depends on etags to assure that parallel makes do not write
329 ## two etags.o files on top of each other.
330 ctags: ${etags_deps} etags
331         $(CC) -DCTAGS ${etags_args} -o $@
332
333 wakeup: ${srcdir}/wakeup.c
334         $(CC) $(cflags) ${srcdir}/wakeup.c $(ldflags) -o $@
335
336 profile: ${srcdir}/profile.c
337         $(CC) $(cflags) ${srcdir}/profile.c $(ldflags) -o $@
338
339 make-docfile: ${srcdir}/make-docfile.c
340         $(CC) $(cflags) ${srcdir}/make-docfile.c $(ldflags) -o $@
341
342 digest-doc: ${srcdir}/digest-doc.c
343         $(CC) $(cflags) ${srcdir}/digest-doc.c $(ldflags) -o $@
344
345 sorted-doc: ${srcdir}/sorted-doc.c
346         $(CC) $(cflags) ${srcdir}/sorted-doc.c $(ldflags) -o $@
347
348 b2m: ${srcdir}/b2m.c ../src/config.h
349         $(CC) $(cflags) ${srcdir}/b2m.c $(ldflags) -o $@
350
351 movemail: ${srcdir}/movemail.c ${srcdir}/pop.c ${srcdir}/pop.h $(GETOPTDEPS) regex.o \
352         ../src/config.h
353         $(CC) $(cflags) ${MOVE_FLAGS} ${srcdir}/movemail.c ${srcdir}/pop.c \
354         $(GETOPTOBJS) regex.o $(ldflags) ${MOVE_LIBS} -o $@
355
356 cvtmail: ${srcdir}/cvtmail.c
357         $(CC) $(cflags) ${srcdir}/cvtmail.c $(ldflags) -o $@
358
359 fakemail: ${srcdir}/fakemail.c ../src/config.h
360         $(CC) $(cflags) ${srcdir}/fakemail.c $(ldflags) -o $@
361
362 yow: ${srcdir}/yow.c ../src/paths.h
363         $(CC) $(cflags) ${srcdir}/yow.c $(ldflags) -o $@
364
365 hexl: ${srcdir}/hexl.c
366         $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@
367
368 make-msgfile: ${srcdir}/make-msgfile.c
369         $(CC) $(cflags) ${srcdir}/make-msgfile.c $(ldflags) -o $@
370
371 make-po: ${srcdir}/make-po.c
372         $(CC) $(cflags) ${srcdir}/make-po.c $(ldflags) -o $@
373
374 cflags_gnuserv  = $(CFLAGS) $(cppflags) $(c_switch_all)
375 ldflags_gnuserv = $(LDFLAGS) $(ld_switch_all) @libs_xauth@ $(ld_libs_general)
376 gnuslib.o: ${srcdir}/gnuslib.c ${srcdir}/gnuserv.h ../src/config.h
377         $(CC) -c $(cflags_gnuserv) ${srcdir}/gnuslib.c
378 gnuclient: ${srcdir}/gnuclient.c gnuslib.o ${srcdir}/gnuserv.h
379         $(CC) $(cflags_gnuserv) ${srcdir}/$@.c gnuslib.o ${ldflags_gnuserv} -o $@
380 gnuserv: ${srcdir}/gnuserv.c gnuslib.o ${srcdir}/gnuserv.h
381         $(CC) $(cflags_gnuserv) ${srcdir}/$@.c gnuslib.o ${ldflags_gnuserv} -o $@
382
383 ## mmencode binary is used by tm - but is really part of the metamail package
384 ## mmencode.c was merged copy of mmencode.c and codes.c of metamail
385 mmencode : ${srcdir}/mmencode.c
386         $(CC) $(cflags) ${srcdir}/mmencode.c -o $@
387
388
389 ## The timer utility (timer.c, getdate.y) is not used in XEmacs
390 ## because XEmacs provides built-in timer facilities.
391
392 make-path: ${srcdir}/make-path.c ../src/config.h
393         $(CC) $(cflags) ${srcdir}/make-path.c -o $@
394
395 ## These are NOT included in INSTALLABLES or UTILITIES.
396 ## See ../src/Makefile.in.in.
397 aixcc: ${srcdir}/aixcc.c
398         $(CC) $(cflags) ${srcdir}/aixcc.c -o $@
399
400 aixcc.c: ${srcdir}/aixcc.lex
401         lex ${srcdir}/aixcc.lex
402         mv lex.yy.c aixcc.c