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