comparison Makefile @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents
children
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
1 # Generated automatically from Makefile.in by configure.
2 # DIST: This is the distribution Makefile for XEmacs. configure can
3 # DIST: make most of the changes to this file you might want, so try
4 # DIST: that first.
5
6 # This file is part of XEmacs.
7
8 # XEmacs is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by the
10 # Free Software Foundation; either version 2, or (at your option) any
11 # later version.
12
13 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
14 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 # for more details.
17
18 # You should have received a copy of the GNU General Public License
19 # along with XEmacs; see the file COPYING. If not, write to
20 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 # Boston, MA 02111-1307, USA.
22
23 # make all to compile and build XEmacs.
24 # make install to install it.
25 # make TAGS to update tags tables.
26 #
27 # make clean or make mostlyclean
28 # Delete all files from the current directory that are normally
29 # created by building the program. Don't delete the files that
30 # record the configuration. Also preserve files that could be made
31 # by building, but normally aren't because the distribution comes
32 # with them.
33 #
34 # Delete `.dvi' files here if they are not part of the distribution.
35 #
36 # make distclean
37 # Delete all files from the current directory that are created by
38 # configuring or building the program. If you have unpacked the
39 # source and built the program without creating any other files,
40 # `make distclean' should leave only the files that were in the
41 # distribution.
42 #
43 # make realclean
44 # Delete everything from the current directory that can be
45 # reconstructed with this Makefile. This typically includes
46 # everything deleted by distclean, plus more: C source files
47 # produced by Bison, tags tables, info files, and so on.
48 #
49 # make extraclean
50 # Still more severe - delete backup and autosave files, too.
51
52 SHELL = /bin/sh
53
54
55 # ==================== Things `configure' Might Edit ====================
56
57 CC=gcc
58 CPP=gcc -E -I/usr/X11R6/include
59 C_SWITCH_SYSTEM= -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE
60 LN_S=ln -s
61 CFLAGS=-m486 -g -O4 -malign-loops=2 -malign-jumps=2 -malign-functions=2
62 C_SWITCH_X_SITE=-I/usr/X11R6/include
63 LD_SWITCH_X_SITE=-L/usr/X11R6/lib
64 YACC=bison -y
65
66 ### These help us choose version- and architecture-specific directories
67 ### to install files in.
68
69 ### This should be the number of the XEmacs version we're building,
70 ### like `19.12' or `19.13'.
71 version=20.0-b32
72
73 ### This should be the name of the configuration we're building XEmacs
74 ### for, like `mips-dec-ultrix' or `sparc-sun-sunos'.
75 configuration=i586-unknown-linux2.0.27
76
77 ### Libraries which should be edited into lib-src/Makefile.
78 libsrc_libs= -lgcc -lc -lgcc /usr/lib/crtn.o
79
80 # ==================== Where To Install Things ====================
81
82 # The default location for installation. Everything is placed in
83 # subdirectories of this directory. The default values for many of
84 # the variables below are expressed in terms of this one, so you may
85 # not need to change them. This defaults to /usr/local.
86 prefix=/usr/local
87
88 # Like `prefix', but used for architecture-specific files.
89 exec_prefix=${prefix}
90
91 # Where to install XEmacs and other binaries that people will want to
92 # run directly (like etags).
93 bindir=${exec_prefix}/bin
94
95 # Where to install architecture-independent data files. ${lispdir}
96 # and ${etcdir} are subdirectories of this.
97 datadir=${prefix}/lib
98
99 # Where to install and expect the files that XEmacs modifies as it
100 # runs. These files are all architecture-independent. Right now, the
101 # only such data is the locking directory; ${lockdir} is a
102 # subdirectory of this.
103 statedir=${prefix}/lib
104
105 # Where to install and expect executable files to be run by XEmacs
106 # rather than directly by users, and other architecture-dependent
107 # data. ${archlibdir} is a subdirectory of this.
108 libdir=${exec_prefix}/lib
109
110 # Where to install XEmacs's man pages, and what extension they should have.
111 mandir=${prefix}/man/man1
112 manext=.1
113
114 # Where to install and expect the info files describing XEmacs. In the
115 # past, this defaulted to a subdirectory of ${prefix}/lib/xemacs, but
116 # since there are now many packages documented with the texinfo
117 # system, it is inappropriate to imply that it is part of XEmacs.
118 infodir=${prefix}/lib/xemacs-${version}/info
119
120 # This is set to 'yes' if the user specified the --infodir flag at
121 # configuration time.
122 infodir_user_defined=no
123
124 # Where to find the source code. The source code for XEmacs's C kernel is
125 # expected to be in ${srcdir}/src, and the source code for XEmacs's
126 # utility programs is expected to be in ${srcdir}/lib-src. This is
127 # set by the configure script's `--srcdir' option.
128 srcdir=/usr/local/xemacs/xemacs-20.0-b32
129
130 # Tell make where to find source files; this is needed for the makefiles.
131 VPATH=/usr/local/xemacs/xemacs-20.0-b32
132
133 # ==================== XEmacs-specific directories ====================
134
135 # These variables hold the values XEmacs will actually use. They are
136 # based on the values of the standard Make variables above.
137
138 # Where to install the lisp files distributed with
139 # XEmacs. This includes the XEmacs version, so that the
140 # lisp files for different versions of XEmacs will install
141 # themselves in separate directories.
142 lispdir=${datadir}/xemacs-${version}/lisp
143
144 # This is set to 'yes' if the user specified the --lispdir or
145 # --datadir flag at configuration time.
146 lispdir_user_defined=no
147
148 # Directories XEmacs should search for lisp files specific
149 # to this site (i.e. customizations), before consulting
150 # ${lispdir}. This should be a colon-separated list of
151 # directories.
152 sitelispdir=${datadir}/xemacs/site-lisp
153
154 # Where XEmacs will search for its lisp files while
155 # building. This is only used during the process of
156 # compiling XEmacs, to help XEmacs find its lisp files
157 # before they've been installed in their final location.
158 # It's usually identical to lispdir, except that the
159 # entry for the directory containing the installed lisp
160 # files has been replaced with ../lisp. This should be a
161 # colon-separated list of directories.
162 buildlispdir=${srcdir}/lisp
163
164 # Where to install the other architecture-independent
165 # data files distributed with XEmacs (like the tutorial,
166 # the cookie recipes and the Zippy database). This path
167 # usually contains the XEmacs version number, so the data
168 # files for multiple versions of XEmacs may be installed
169 # at once.
170 etcdir=${datadir}/xemacs-${version}/etc
171
172 # This is set to 'yes' if the user specified the --etcdir or
173 # --datadir flag at configuration time.
174 etcdir_user_defined=no
175
176 # Where to create and expect the locking directory, where
177 # the XEmacs locking code keeps track of which files are
178 # currently being edited.
179 lockdir=${statedir}/xemacs/lock
180
181 # This is set to 'yes' if the user specified the --lockdir or
182 # --statedir flag at configuration time.
183 lockdir_user_defined=no
184
185 # Where to put executables to be run by XEmacs rather than
186 # the user. This path usually includes the XEmacs version
187 # and configuration name, so that multiple configurations
188 # for multiple versions of XEmacs may be installed at
189 # once.
190 archlibdir=${libdir}/xemacs-${version}/${configuration}
191
192 # This is set to 'yes' if the user specified any of --exec-prefix,
193 # --libdir or --archlibdir at configuration time.
194 archlibdir_user_defined=no
195
196 # ==================== Utility Programs for the Build ====================
197
198 # Allow the user to specify the install program.
199 INSTALL = /usr/bin/install -c
200 INSTALL_PROGRAM = ${INSTALL}
201 INSTALL_DATA = ${INSTALL} -m 644
202
203 # ============================= Targets ==============================
204
205 # Subdirectories to make recursively. `lisp' is not included
206 # because the compiled lisp files are part of the distribution
207 # and you cannot remake them without installing XEmacs first.
208 MAKE_SUBDIR = lib-src lwlib dynodump src
209
210 # Subdirectories that can be made recursively.
211 SUBDIR = ${MAKE_SUBDIR} man
212
213 # The makefiles of the directories in $SUBDIR.
214 SUBDIR_MAKEFILES = lib-src/Makefile lwlib/Makefile dynodump/Makefile src/Makefile
215
216 # Subdirectories to install, and where they'll go.
217 # lib-src's makefile knows how to install it, so we don't do that here.
218 # When installing the info files, we need to do special things to
219 # avoid nuking an existing dir file, so we don't do that here;
220 # instead, we have written out explicit code in the `install' targets.
221 COPYDIR = ${srcdir}/etc ${srcdir}/lisp
222 COPYDESTS = ${etcdir} ${lispdir}
223
224 .NO_PARALLEL: src/paths.h src/Emacs.ad.h ${MAKE_SUBDIR} dump-elcs
225
226 all: src/paths.h src/Emacs.ad.h ${MAKE_SUBDIR}
227
228 # Convenience target for XEmacs beta testers
229 beta: clean all-elc
230
231 # Build XEmacs and recompile out-of-date and missing .elc files along
232 # the way.
233 all-elc all-elcs: src/paths.h src/Emacs.ad.h lib-src lwlib dump-elcs src
234 sh ${srcdir}/lib-src/update-elc.sh
235
236 # Sub-target for all-elc.
237 dump-elc dump-elcs: FRC.dump-elcs
238 cd src; $(MAKE) dump-elcs $(MFLAGS) \
239 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}'
240
241 autoloads: src
242 sh ${srcdir}/lib-src/update-autoloads.sh
243
244 # We force the rebuilding of src/paths.h because the user might give
245 # different values for the various directories. Since we use
246 # move-if-change, src/paths.h only actually changes if the user did
247 # something notable, so the only unnecessary work we do is in building
248 # src/paths.h.tmp, which isn't much. Note that sed is not in /bin on
249 # 386bsd.
250 src/paths.h: Makefile ${srcdir}/src/paths.h.in FRC.src.paths.h
251 @echo "Producing \`src/paths.h' from \`src/paths.h.in'."
252 -rm -f src/paths.h.tmp
253 @cp ${srcdir}/src/paths.h.in src/paths.h.tmp
254 -chmod 0644 src/paths.h.tmp
255 @echo '#define PATH_PREFIX "${prefix}"' >> src/paths.h.tmp
256 @if [ x"${lispdir_user_defined}" = x"yes" ]; then \
257 echo '#define PATH_LOADSEARCH "${lispdir}"' >> src/paths.h.tmp;\
258 else \
259 echo '/* #define PATH_LOADSEARCH "${lispdir}" */' >>src/paths.h.tmp;\
260 fi
261 @if [ x"${archlibdir_user_defined}" = x"yes" ]; then \
262 echo '#define PATH_EXEC "${archlibdir}"' >> src/paths.h.tmp ;\
263 else \
264 echo '/* #define PATH_EXEC "${archlibdir}" */' >> src/paths.h.tmp ;\
265 fi
266 @if [ x"${etcdir_user_defined}" = x"yes" ]; then \
267 echo '#define PATH_DATA "${etcdir}"' >> src/paths.h.tmp ;\
268 else \
269 echo '/* #define PATH_DATA "${etcdir}" */' >> src/paths.h.tmp ;\
270 fi
271 @if [ x"${lockdir_user_defined}" = x"yes" ]; then \
272 echo '#define PATH_LOCK "${lockdir}"' >> src/paths.h.tmp ;\
273 else \
274 echo '/* #define PATH_LOCK "${lockdir}" */' >> src/paths.h.tmp ;\
275 fi
276 @if [ x"${infodir_user_defined}" = x"yes" ]; then \
277 echo '#define PATH_INFO "${infodir}"' >> src/paths.h.tmp ;\
278 else \
279 echo '/* #define PATH_INFO "${infodir}" */' >> src/paths.h.tmp ;\
280 fi
281 @sh ${srcdir}/move-if-change src/paths.h.tmp src/paths.h
282
283 # We have to force the building of Emacs.ad.h as well in order to get it
284 # updated correctly when VPATH is being used. Since we use move-if-change,
285 # it will only actually change if the user modified ${etcdir}/Emacs.ad.
286 src/Emacs.ad.h: ${srcdir}/etc/Emacs.ad
287 @echo "Producing \`src/Emacs.ad.h' from \`etc/Emacs.ad'."
288 -rm -f src/Emacs.ad.h
289 @(echo "/* Do not edit this file!" ; \
290 echo " Automatically generated from ${srcdir}/etc/Emacs.ad" ; \
291 echo " */" ; \
292 /bin/sh ${srcdir}/lib-src/ad2c ${srcdir}/etc/Emacs.ad ) > \
293 src/Emacs.ad.h
294
295 src: lib-src lwlib dynodump FRC.src
296 lib-src: FRC.lib-src
297 lwlib: FRC.lwlib
298 dynodump: FRC.dynodump
299
300 .RECURSIVE: ${SUBDIR}
301
302 ${SUBDIR}: ${SUBDIR_MAKEFILES} src/config.h FRC
303 cd $@; $(MAKE) all $(MFLAGS) \
304 CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}'
305
306 Makefile: ${srcdir}/Makefile.in config.status
307 ./config.status
308
309 src/Makefile: ${srcdir}/src/Makefile.in.in config.status
310 ./config.status
311
312 lib-src/Makefile: ${srcdir}/lib-src/Makefile.in.in config.status
313 ./config.status
314
315 lwlib/Makefile: ${srcdir}/lwlib/Makefile.in.in config.status
316 ./config.status
317
318 dynodump/Makefile: ${srcdir}/dynodump/Makefile.in.in config.status
319 ./config.status
320
321 src/config.h: ${srcdir}/src/config.h.in
322 ./config.status
323
324 # ==================== Installation ====================
325
326 ## If we let lib-src do its own installation, that means we
327 ## don't have to duplicate the list of utilities to install in
328 ## this Makefile as well.
329
330 ## On AIX, use tar xBf.
331 ## On Xenix, use tar xpf.
332
333 .PHONY: install install-arch-dep install-arch-indep mkdir
334
335 ## We delete each directory in ${COPYDESTS} before we copy into it;
336 ## that way, we can reinstall over directories that have been put in
337 ## place with their files read-only (perhaps because they are checked
338 ## into RCS). In order to make this safe, we make sure that the
339 ## source exists and is distinct from the destination.
340
341 ## FSF doesn't depend on `all', but rather on ${MAKE_SUBDIR}, so that
342 ## they "won't ever modify src/paths.h". But that means you can't do
343 ## 'make install' right off the bat because src/paths.h won't exist.
344 ## And, in XEmacs case, src/Emacs.ad.h won't exist either. I also
345 ## don't see the point in avoiding modifying paths.h. It creates an
346 ## inconsistency in the build process. So we go ahead and depend on
347 ## all. --cet
348
349 install: all install-arch-dep install-arch-indep;
350
351 install-arch-dep: mkdir
352 (cd lib-src && \
353 $(MAKE) install $(MFLAGS) prefix=${prefix} \
354 exec_prefix=${exec_prefix} bindir=${bindir} libdir=${libdir} \
355 archlibdir=${archlibdir})
356 if [ `(cd ${archlibdir}; /bin/pwd)` != `(cd ./lib-src; /bin/pwd)` ]; \
357 then \
358 ${INSTALL_DATA} lib-src/DOC ${archlibdir}/DOC ; \
359 for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; do \
360 rm -rf $${subdir}/RCS $${subdir}/CVS $${subdir}/SCCS ; \
361 rm -f $${subdir}/\#* $${subdir}/*~ ; \
362 done ; \
363 else true; fi
364 ${INSTALL_PROGRAM} src/xemacs ${bindir}/xemacs-${version}
365 -chmod 0755 ${bindir}/xemacs-${version}
366 rm -f ${bindir}/xemacs
367 (cd ${bindir} ; ${LN_S} xemacs-${version} ./xemacs)
368
369 install-arch-indep: mkdir
370 -set ${COPYDESTS} ; \
371 for dir in ${COPYDIR} ; do \
372 if [ `(cd $$1 && pwd)` != `(cd $${dir} && pwd)` ] ; then \
373 echo "rm -rf $$1" ; \
374 fi ; \
375 shift ; \
376 done
377 -set ${COPYDESTS} ; \
378 mkdir ${COPYDESTS} ; \
379 for dir in ${COPYDIR} ; do \
380 dest=$$1 ; shift ; \
381 [ -d $${dir} ] \
382 && [ `(cd $${dir} && /bin/pwd)` != `(cd $${dest} && /bin/pwd)` ] \
383 && (echo "Copying $${dir}..." ; \
384 (cd $${dir}; tar -cf - . )|(cd $${dest};umask 022; tar -xf - );\
385 chmod 0755 $${dest}; \
386 for subdir in `find $${dest} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; do \
387 rm -rf $${subdir}/RCS $${subdir}/CVS $${subdir}/SCCS ; \
388 rm -f $${subdir}/\#* $${subdir}/*~ ; \
389 done) ; \
390 done
391 if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
392 then \
393 (cd ${srcdir}/info ; \
394 if [ ! -f ${infodir}/dir ] && [ -f dir ]; then \
395 ${INSTALL_DATA} ${srcdir}/info/dir ${infodir}/dir ; \
396 fi ; \
397 for f in ange-ftp* cc-mode* cl* dired* ediff* external-widget* \
398 forms* gnus* hyperbole* ilisp* info* internals* \
399 ispell* lispref* mailcrypt* message* mh-e* \
400 new-users-guide* oo-browser* pcl-cvs* psgml* rmail* \
401 standards* supercite* term.* termcap* texinfo* viper* \
402 vm* w3* xemacs* ; do \
403 ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f ; \
404 chmod 0644 ${infodir}/$$f; \
405 gzip -9 ${infodir}/$$f; \
406 done); \
407 else true; fi
408 cd ${srcdir}/etc; for page in xemacs etags ctags gnuserv \
409 gnuclient gnuattach gnudoit ; do \
410 ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${mandir}/$${page}${manext} ; \
411 chmod 0644 ${mandir}/$${page}${manext} ; \
412 done
413
414 MAKEPATH=./lib-src/make-path
415 ### Build all the directories we're going to install XEmacs in. Since
416 ### we may be creating several layers of directories (for example,
417 ### /usr/local/lib/xemacs-19.13/mips-dec-ultrix4.2), we use make-path
418 ### instead of mkdir. Not all systems' mkdirs have the `-p' flag.
419 mkdir: FRC.mkdir
420 ${MAKEPATH} ${COPYDESTS} ${lockdir} ${infodir} ${mandir} \
421 ${bindir} ${datadir} ${libdir} ${sitelispdir}
422 -chmod 0777 ${lockdir}
423
424 ### Delete all the installed files that the `install' target would
425 ### create (but not the noninstalled files such as `make all' would
426 ### create).
427 ###
428 ### Don't delete the lisp and etc directories if they're in the source tree.
429 #### This target has not been updated in sometime and until it is it
430 #### would be extremely dangerous for anyone to use it.
431 #uninstall:
432 # (cd lib-src; \
433 # $(MAKE) $(MFLAGS) uninstall \
434 # prefix=${prefix} exec_prefix=${exec_prefix} \
435 # bindir=${bindir} libdir=${libdir} archlibdir=${archlibdir})
436 # for dir in ${lispdir} ${etcdir} ; do \
437 # case `(cd $${dir} ; pwd)` in \
438 # `(cd ${srcdir} ; pwd)`* ) ;; \
439 # * ) rm -rf $${dir} ;; \
440 # esac ; \
441 # case $${dir} in \
442 # ${datadir}/xemacs/${version}/* ) \
443 # rm -rf ${datadir}/xemacs/${version} \
444 # ;; \
445 # esac ; \
446 # done
447 # (cd ${infodir} && rm -f cl* xemacs* forms* info* vip*)
448 # (cd ${mandir} && rm -f xemacs.1 etags.1 ctags.1 gnuserv.1)
449 # (cd ${bindir} && rm -f xemacs-${version} xemacs)
450
451
452 ### Some makes seem to remember that they've built something called FRC,
453 ### so you can only use a given FRC once per makefile.
454 FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.lwlib FRC.mkdir FRC.dump-elcs:
455 FRC.dynodump:
456 FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean:
457
458 # ==================== Cleaning up and miscellanea ====================
459
460 .PHONY: mostlyclean clean distclean realclean extraclean
461
462 ### `mostlyclean'
463 ### Like `clean', but may refrain from deleting a few files that people
464 ### normally don't want to recompile. For example, the `mostlyclean'
465 ### target for GCC does not delete `libgcc.a', because recompiling it
466 ### is rarely necessary and takes a lot of time.
467 mostlyclean: FRC.mostlyclean
468 (cd src && $(MAKE) $(MFLAGS) mostlyclean)
469 (cd lib-src && $(MAKE) $(MFLAGS) mostlyclean)
470 (cd lwlib && $(MAKE) $(MFLAGS) mostlyclean)
471 (cd dynodump && $(MAKE) $(MFLAGS) mostlyclean)
472 -(cd man && $(MAKE) $(MFLAGS) mostlyclean)
473
474 ### `clean'
475 ### Delete all files from the current directory that are normally
476 ### created by building the program. Don't delete the files that
477 ### record the configuration. Also preserve files that could be made
478 ### by building, but normally aren't because the distribution comes
479 ### with them.
480 ###
481 ### Delete `.dvi' files here if they are not part of the distribution.
482 clean: FRC.clean
483 (cd src && $(MAKE) $(MFLAGS) clean)
484 (cd lib-src && $(MAKE) $(MFLAGS) clean)
485 (cd lwlib && $(MAKE) $(MFLAGS) clean)
486 (cd dynodump && $(MAKE) $(MFLAGS) clean)
487 -(cd man && $(MAKE) $(MFLAGS) clean)
488
489 ### `distclean'
490 ### Delete all files from the current directory that are created by
491 ### configuring or building the program. If you have unpacked the
492 ### source and built the program without creating any other files,
493 ### `make distclean' should leave only the files that were in the
494 ### distribution.
495 top_distclean=\
496 rm -f config.status config-tmp-* build-install ; \
497 rm -f Makefile ${SUBDIR_MAKEFILES}; \
498 (cd lock && rm -f *)
499
500 distclean: FRC.distclean
501 (cd src && $(MAKE) $(MFLAGS) distclean)
502 (cd lib-src && $(MAKE) $(MFLAGS) distclean)
503 (cd lwlib && $(MAKE) $(MFLAGS) distclean)
504 (cd dynodump && $(MAKE) $(MFLAGS) distclean)
505 -(cd man && $(MAKE) $(MFLAGS) distclean)
506 -${top_distclean}
507
508 ### `realclean'
509 ### Delete everything from the current directory that can be
510 ### reconstructed with this Makefile. This typically includes
511 ### everything deleted by distclean, plus more: C source files
512 ### produced by Bison, tags tables, info files, and so on.
513 ###
514 ### One exception, however: `make realclean' should not delete
515 ### `configure' even if `configure' can be remade using a rule in the
516 ### Makefile. More generally, `make realclean' should not delete
517 ### anything that needs to exist in order to run `configure' and then
518 ### begin to build the program.
519 realclean: FRC.realclean
520 (cd src && $(MAKE) $(MFLAGS) realclean)
521 (cd lib-src && $(MAKE) $(MFLAGS) realclean)
522 (cd lwlib && $(MAKE) $(MFLAGS) realclean)
523 (cd dynodump && $(MAKE) $(MFLAGS) realclean)
524 -(cd man && $(MAKE) $(MFLAGS) realclean)
525 -${top_distclean}
526
527 ### This doesn't actually appear in the coding standards, but Karl
528 ### says GCC supports it, and that's where the configuration part of
529 ### the coding standards seem to come from. It's like distclean, but
530 ### it deletes backup and autosave files too.
531 extraclean:
532 (cd src && $(MAKE) $(MFLAGS) extraclean)
533 (cd lib-src && $(MAKE) $(MFLAGS) extraclean)
534 (cd lwlib && $(MAKE) $(MFLAGS) extraclean)
535 (cd dynodump && $(MAKE) $(MFLAGS) extraclean)
536 -(cd man && $(MAKE) $(MFLAGS) extraclean)
537 -rm -f *~ \#*
538 -${top_distclean}
539
540 ### Unlocking and relocking. The idea of these productions is to reduce
541 ### hassles when installing an incremental tar of XEmacs. Do `make unlock'
542 ### before unlocking the file to take the write locks off all sources so
543 ### that tar xvof will overwrite them without fuss. Then do `make relock'
544 ### afterward so that VC mode will know which files should be checked in
545 ### if you want to mung them.
546 ###
547 ### Note: it's no disaster if these productions miss a file or two; tar
548 ### and VC will swiftly let you know if this happens, and it is easily
549 ### corrected.
550 SOURCES = ChangeLog GETTING.GNU.SOFTWARE INSTALL Makefile.in PROBLEMS \
551 README build-install.in configure make-dist move-if-change
552
553 .PHONY: unlock relock
554
555 unlock:
556 chmod u+w $(SOURCES) cpp/*
557 -(cd elisp && chmod u+w Makefile README *.texi)
558 (cd etc && $(MAKE) $(MFLAGS) unlock)
559 (cd lib-src && $(MAKE) $(MFLAGS) unlock)
560 (cd lisp && $(MAKE) $(MFLAGS) unlock)
561 (cd lisp/term && chmod u+w README *.el)
562 (cd man && chmod u+w *texi* ChangeLog split-man)
563 (cd lwlib && chmod u+w *.[ch] Makefile.in.in)
564 (cd src && $(MAKE) $(MFLAGS) unlock)
565
566 relock:
567 chmod u-w $(SOURCES) cpp/*
568 -(cd elisp && chmod u-w Makefile README *.texi)
569 (cd etc && $(MAKE) $(MFLAGS) relock)
570 (cd lib-src && $(MAKE) $(MFLAGS) relock)
571 (cd lisp && $(MAKE) $(MFLAGS) relock)
572 (cd lisp/term && chmod u+w README *.el)
573 (cd man && chmod u+w *texi* ChangeLog split-man)
574 (cd lwlib && chmod u+w *.[ch] Makefile.in.in)
575 (cd src && $(MAKE) $(MFLAGS) relock)
576
577 .PHONY: TAGS tags check dist
578
579 TAGS tags:
580 @echo "If you don't have a copy of etags around, then do 'make lib-src' first."
581 @PATH=`pwd`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \
582 echo "Using etags from `which etags`."
583 PATH=`pwd`/lib-src:$$PATH ; export PATH; cd ${srcdir} ; \
584 etags --regex='/[ ]*DEF\(VAR\|INE\)_[A-Z_]+[ ]*([ ]*"\([^"]+\)"/\2/' src/*.[ch] ; \
585 for d in `find lisp -name SCCS -prune -o -name RCS -prune -o -type d -print` ; do \
586 (cd $$d ; if [ "`echo *.el`" != "*.el" ] ; then etags -a -o ${srcdir}/TAGS *.el ; fi ) ; \
587 done ; \
588 etags -a lwlib/*.[ch]
589
590 check:
591 @echo "We don't have any automated tests for XEmacs yet."
592
593 dist:
594 cd ${srcdir} && make-dist
595
596 .PHONY: info dvi
597 force-info:
598 info: force-info
599 cd ${srcdir}/man && $(MAKE) $(MFLAGS) $@
600 dvi:
601 cd ${srcdir}/man && $(MAKE) $(MFLAGS) $@
602
603 # Fix up version information in executables (Solaris-only)
604 mcs:
605 date=`LANG=C LC_ALL=C date -u '+%e %b %Y'`; \
606 ident="@(#)RELEASE VERSION XEmacs ${version} $${date}"; \
607 for f in `file lib-src/* src/xemacs | grep ELF | sed -e 's/:.*//'`; do \
608 mcs -da "$${ident} `echo $${f} | sed 's/.*\///'`" $${f}; \
609 done