Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 428:3ecd8885ac67 r21-2-22
Import from CVS: tag r21-2-22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:28:15 +0200 |
parents | |
children | a5df635868b2 |
comparison
equal
deleted
inserted
replaced
427:0a0253eac470 | 428:3ecd8885ac67 |
---|---|
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 pstogif 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 cppflags = -Demacs -I$(top_srcdir)/src -I../src $(CPPFLAGS) | |
166 cflags = $(CFLAGS) $(cppflags) $(c_switch_general) | |
167 ldflags = $(LDFLAGS) $(ld_switch_general) $(ld_libs_general) | |
168 | |
169 ## This is the default compilation command. | |
170 ## But we should never rely on it, because some make version | |
171 ## failed to find it for getopt.o. | |
172 ## Using an explicit command made it work. | |
173 .c.o: | |
174 ${CC} -c $(cflags) $< | |
175 | |
176 .PHONY : all maybe-blessmail install uninstall | |
177 | |
178 all: ${UTILITIES} ${INSTALLABLES} srcdir-symlink.stamp | |
179 | |
180 ## Make symlinks for shell scripts if using --srcdir | |
181 srcdir-symlink.stamp: | |
182 for f in ${SCRIPTS}; do \ | |
183 if test ! -r $$f; then ${LN_S} ${srcdir}/$$f $$f; fi; \ | |
184 done; \ | |
185 touch $@; | |
186 | |
187 #undef MOVEMAIL_NEEDS_BLESSING | |
188 #if !defined (MAIL_USE_FLOCK) && ! defined (MAIL_USE_LOCKF) | |
189 #define MOVEMAIL_NEEDS_BLESSING | |
190 blessmail = blessmail | |
191 blessmail: | |
192 ../src/xemacs -batch -l ../lisp/blessmail.el | |
193 chmod +x $@ | |
194 #endif /* movemail needs blessing */ | |
195 | |
196 maybe-blessmail: $(blessmail) | |
197 #ifdef MOVEMAIL_NEEDS_BLESSING | |
198 ## Do not charge ahead and do it! Let the installer decide. | |
199 ## ./blessmail ${archlibdir}/movemail | |
200 @if test `wc -l <blessmail` != 2; then \ | |
201 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ | |
202 echo "*************************************************************";\ | |
203 echo "Assuming $$dir is really the mail spool directory, you should";\ | |
204 echo "run lib-src/blessmail ${archlibdir}/movemail"; \ | |
205 echo "as root, to give movemail appropriate permissions."; \ | |
206 echo "Do that after running make install."; \ | |
207 echo "You can also do make blessmail. "; \ | |
208 echo "*************************************************************";\ | |
209 fi | |
210 #endif | |
211 | |
212 do-blessmail: $(blessmail) | |
213 #ifdef MOVEMAIL_NEEDS_BLESSING | |
214 ./blessmail ${archlibdir}/movemail | |
215 #endif | |
216 | |
217 ## Install the internal utilities. Until they are installed, we can | |
218 ## just run them directly from lib-src. | |
219 ${archlibdir}: all | |
220 @echo; echo "Installing utilities run internally by XEmacs." | |
221 ./make-path ${archlibdir} | |
222 if test "`(cd ${archlibdir} && $(pwd))`" != "`$(pwd)`"; then \ | |
223 for f in ${UTILITIES}; do \ | |
224 (cd .. && $(INSTALL_PROGRAM) lib-src/$$f ${archlibdir}/$$f) ; \ | |
225 done ; \ | |
226 fi | |
227 if test "`(cd ${archlibdir} && $(pwd))`" \ | |
228 != "`(cd ${srcdir} && $(pwd))`"; then \ | |
229 for f in ${SCRIPTS}; do \ | |
230 (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$$f ${archlibdir}/$$f); \ | |
231 done ; \ | |
232 fi | |
233 | |
234 ## We do not need to install "wakeup" explicitly, because it will be | |
235 ## copied when this whole directory is copied. | |
236 install: ${archlibdir} | |
237 @echo; echo "Installing utilities for users to run." | |
238 for file in ${INSTALLABLES} ; do \ | |
239 (cd .. && $(INSTALL_PROGRAM) lib-src/$${file} ${bindir}/$${file}) ; \ | |
240 done | |
241 for file in ${INSTALLABLE_SCRIPTS} ; do \ | |
242 (cd .. && $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file}) ; \ | |
243 done | |
244 | |
245 uninstall: | |
246 (cd ${bindir} && \ | |
247 $(RM) ${INSTALLABLES} ${INSTALLABLE_SCRIPTS}) | |
248 (cd ${archlibdir} && \ | |
249 $(RM) ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}) | |
250 | |
251 .PHONY: mostlyclean clean distclean realclean extraclean | |
252 mostlyclean: | |
253 $(RM) *.o *.i core | |
254 clean: mostlyclean | |
255 $(RM) ${INSTALLABLES} ${UTILITIES} *.exe | |
256 distclean: clean | |
257 $(RM) DOC *.tab.c *.tab.h aixcc.c TAGS ellcc.h | |
258 $(RM) GNUmakefile Makefile Makefile.in blessmail config.values | |
259 realclean: distclean | |
260 extraclean: distclean | |
261 $(RM) *~ \#* | |
262 | |
263 .PHONY: unlock relock check | |
264 unlock: | |
265 chmod u+w $(SOURCES) | |
266 relock: | |
267 chmod u-w $(SOURCES) | |
268 | |
269 ## Test the contents of the directory. | |
270 check: | |
271 @echo "We don't have any tests for XEmacs yet." | |
272 | |
273 TAGS: etags | |
274 etags *.[ch] | |
275 | |
276 GETOPTOBJS = getopt.o getopt1.o $(ALLOCA) | |
277 GETOPTDEPS = $(GETOPTOBJS) ${srcdir}/getopt.h | |
278 getopt.o: ${srcdir}/getopt.c ${srcdir}/getopt.h | |
279 ${CC} -c $(cflags) ${srcdir}/getopt.c | |
280 getopt1.o: ${srcdir}/getopt1.c ${srcdir}/getopt.h | |
281 ${CC} -c $(cflags) ${srcdir}/getopt1.c | |
282 alloca.o: ${srcdir}/../src/alloca.c | |
283 ${CC} -c $(cflags) ${srcdir}/../src/alloca.c | |
284 | |
285 regex.o: ${srcdir}/../src/regex.c ${srcdir}/../src/regex.h | |
286 $(CC) -c `echo $(cflags) | sed 's/-Demacs/ /'` \ | |
287 -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c | |
288 | |
289 etags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ | |
290 -DVERSION='"${version}"' ${srcdir}/etags.c \ | |
291 $(GETOPTOBJS) regex.o $(ldflags) | |
292 etags_deps = ${srcdir}/etags.c $(GETOPTDEPS) regex.o ../src/config.h | |
293 | |
294 etags: ${etags_deps} | |
295 $(CC) ${etags_args} -o $@ | |
296 | |
297 ellcc_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ | |
298 ${srcdir}/ellcc.c $(ldflags) | |
299 ellcc_deps = ${srcdir}/ellcc.c ellcc.h ../src/config.h | |
300 | |
301 ellcc: ${ellcc_deps} | |
302 $(CC) ${ellcc_args} -o $@ | |
303 | |
304 run_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ | |
305 -DVERSION='"${version}"' ${srcdir}/run.c \ | |
306 $(ldflags) -Wl,--subsystem,windows -e _mainCRTStartup | |
307 run_deps = ${srcdir}/run.c ${srcdir}/run.h ${srcdir}/run.rc \ | |
308 ${srcdir}/../nt/xemacs.ico ${srcdir}/../nt/file.ico \ | |
309 ${srcdir}/../nt/lisp.ico | |
310 | |
311 run: ${run_deps} | |
312 windres --include-dir ${srcdir}/../nt -i run.rc -o run_res.o | |
313 $(CC) run_res.o ${run_args} -o $@ | |
314 strip $@.exe | |
315 | |
316 runxemacs: run | |
317 cp run.exe $@.exe | |
318 | |
319 rungnuclient: run | |
320 cp run.exe $@.exe | |
321 | |
322 ootags_args = -I. $(cflags) -I${srcdir} -I${srcdir}/../src \ | |
323 -DVERSION='"${version}"' ${srcdir}/ootags.c \ | |
324 $(GETOPTOBJS) regex.o $(ldflags) | |
325 ootags_deps = ${srcdir}/ootags.c $(GETOPTDEPS) regex.o ../src/config.h | |
326 | |
327 ootags: ${ootags_deps} | |
328 $(CC) ${ootags_args} -o $@ | |
329 | |
330 ## ctags depends on etags to assure that parallel makes do not write | |
331 ## two etags.o files on top of each other. | |
332 ctags: ${etags_deps} etags | |
333 $(CC) -DCTAGS ${etags_args} -o $@ | |
334 | |
335 wakeup: ${srcdir}/wakeup.c | |
336 $(CC) $(cflags) ${srcdir}/wakeup.c $(ldflags) -o $@ | |
337 | |
338 profile: ${srcdir}/profile.c | |
339 $(CC) $(cflags) ${srcdir}/profile.c $(ldflags) -o $@ | |
340 | |
341 make-docfile: ${srcdir}/make-docfile.c | |
342 $(CC) $(cflags) ${srcdir}/make-docfile.c $(ldflags) -o $@ | |
343 | |
344 digest-doc: ${srcdir}/digest-doc.c | |
345 $(CC) $(cflags) ${srcdir}/digest-doc.c $(ldflags) -o $@ | |
346 | |
347 sorted-doc: ${srcdir}/sorted-doc.c | |
348 $(CC) $(cflags) ${srcdir}/sorted-doc.c $(ldflags) -o $@ | |
349 | |
350 b2m: ${srcdir}/b2m.c ../src/config.h | |
351 $(CC) $(cflags) ${srcdir}/b2m.c $(ldflags) -o $@ | |
352 | |
353 movemail: ${srcdir}/movemail.c ${srcdir}/pop.c ${srcdir}/pop.h $(GETOPTDEPS) regex.o \ | |
354 ../src/config.h | |
355 $(CC) $(cflags) ${MOVE_FLAGS} ${srcdir}/movemail.c ${srcdir}/pop.c \ | |
356 $(GETOPTOBJS) regex.o $(ldflags) ${MOVE_LIBS} -o $@ | |
357 | |
358 cvtmail: ${srcdir}/cvtmail.c | |
359 $(CC) $(cflags) ${srcdir}/cvtmail.c $(ldflags) -o $@ | |
360 | |
361 fakemail: ${srcdir}/fakemail.c ../src/config.h | |
362 $(CC) $(cflags) ${srcdir}/fakemail.c $(ldflags) -o $@ | |
363 | |
364 yow: ${srcdir}/yow.c ../src/paths.h | |
365 $(CC) $(cflags) ${srcdir}/yow.c $(ldflags) -o $@ | |
366 | |
367 hexl: ${srcdir}/hexl.c | |
368 $(CC) $(cflags) ${srcdir}/hexl.c $(ldflags) -o $@ | |
369 | |
370 make-msgfile: ${srcdir}/make-msgfile.c | |
371 $(CC) $(cflags) ${srcdir}/make-msgfile.c $(ldflags) -o $@ | |
372 | |
373 make-po: ${srcdir}/make-po.c | |
374 $(CC) $(cflags) ${srcdir}/make-po.c $(ldflags) -o $@ | |
375 | |
376 cflags_gnuserv = $(CFLAGS) $(cppflags) $(c_switch_all) | |
377 ldflags_gnuserv = $(LDFLAGS) $(ld_switch_all) @libs_xauth@ $(ld_libs_general) | |
378 gnuslib.o: ${srcdir}/gnuslib.c ${srcdir}/gnuserv.h ../src/config.h | |
379 $(CC) -c $(cflags_gnuserv) ${srcdir}/gnuslib.c | |
380 gnuclient: ${srcdir}/gnuclient.c gnuslib.o ${srcdir}/gnuserv.h | |
381 $(CC) $(cflags_gnuserv) ${srcdir}/$@.c gnuslib.o ${ldflags_gnuserv} -o $@ | |
382 gnuserv: ${srcdir}/gnuserv.c gnuslib.o ${srcdir}/gnuserv.h | |
383 $(CC) $(cflags_gnuserv) ${srcdir}/$@.c gnuslib.o ${ldflags_gnuserv} -o $@ | |
384 | |
385 ## mmencode binary is used by tm - but is really part of the metamail package | |
386 ## mmencode.c was merged copy of mmencode.c and codes.c of metamail | |
387 mmencode : ${srcdir}/mmencode.c | |
388 $(CC) $(cflags) ${srcdir}/mmencode.c -o $@ | |
389 | |
390 | |
391 ## The timer utility (timer.c, getdate.y) is not used in XEmacs | |
392 ## because XEmacs provides built-in timer facilities. | |
393 | |
394 make-path: ${srcdir}/make-path.c ../src/config.h | |
395 $(CC) $(cflags) ${srcdir}/make-path.c -o $@ | |
396 | |
397 ## These are NOT included in INSTALLABLES or UTILITIES. | |
398 ## See ../src/Makefile.in.in. | |
399 aixcc: ${srcdir}/aixcc.c | |
400 $(CC) $(cflags) ${srcdir}/aixcc.c -o $@ | |
401 | |
402 aixcc.c: ${srcdir}/aixcc.lex | |
403 lex ${srcdir}/aixcc.lex | |
404 mv lex.yy.c aixcc.c |