aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorJuanma Barranquero2003-01-31 15:24:20 +0000
committerJuanma Barranquero2003-01-31 15:24:20 +0000
commitc60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1 (patch)
tree7d28300d64e41bf2aeed37bc8f1293f9fc52a36a /lib-src/Makefile.in
parent2454c12d458c60b871f6f36c3fd6ba752aad61bf (diff)
downloademacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.tar.gz
emacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.zip
Cygwin support patch.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in60
1 files changed, 30 insertions, 30 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 2a1d6424515..b8d853f8eac 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -100,15 +100,15 @@ INSTALL_STRIP =
100 100
101# Things that a user might actually run, 101# Things that a user might actually run,
102# which should be installed in bindir. 102# which should be installed in bindir.
103INSTALLABLES = etags ctags emacsclient b2m ebrowse 103INSTALLABLES = etags@EXEEXT@ ctags@EXEEXT@ emacsclient@EXEEXT@ b2m@EXEEXT@ ebrowse@EXEEXT@
104INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog 104INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog
105 105
106# Things that Emacs runs internally, or during the build process, 106# Things that Emacs runs internally, or during the build process,
107# which should not be installed in bindir. 107# which should not be installed in bindir.
108UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ 108UTILITIES= profile@EXEEXT@ digest-doc@EXEEXT@ sorted-doc@EXEEXT@ movemail@EXEEXT@ cvtmail@EXEEXT@ fakemail@EXEEXT@ \
109 yow hexl update-game-score 109 yow@EXEEXT@ hexl@EXEEXT@ update-game-score@EXEEXT@
110 110
111DONT_INSTALL= test-distrib make-docfile 111DONT_INSTALL= test-distrib@EXEEXT@ make-docfile@EXEEXT@
112 112
113# Like UTILITIES, but they're not system-dependent, and should not be 113# Like UTILITIES, but they're not system-dependent, and should not be
114# deleted by the distclean target. 114# deleted by the distclean target.
@@ -286,12 +286,12 @@ blessmail:
286maybe-blessmail: BLESSMAIL 286maybe-blessmail: BLESSMAIL
287#ifdef MOVEMAIL_NEEDS_BLESSING 287#ifdef MOVEMAIL_NEEDS_BLESSING
288/* Don\'t charge ahead and do it! Let the installer decide. 288/* Don\'t charge ahead and do it! Let the installer decide.
289 ./blessmail ${archlibdir}/movemail */ 289 ./blessmail ${archlibdir}/movemail@EXEEXT@ */
290 @if [ `wc -l <blessmail` != 2 ] ; then \ 290 @if [ `wc -l <blessmail` != 2 ] ; then \
291 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \ 291 dir=`sed -n -e 's/echo mail directory = \(.*\)/\1/p' blessmail`; \
292 echo Assuming $$dir is really the mail spool directory, you should; \ 292 echo Assuming $$dir is really the mail spool directory, you should; \
293 echo run lib-src/blessmail ${archlibdir}/movemail; \ 293 echo run lib-src/blessmail ${archlibdir}/movemail@EXEEXT@; \
294 echo as root, to give movemail appropriate permissions.; \ 294 echo as root, to give movemail@EXEEXT@ appropriate permissions.; \
295 echo Do that after running make install.; \ 295 echo Do that after running make install.; \
296 fi 296 fi
297#endif 297#endif
@@ -372,14 +372,14 @@ check:
372 @echo "We don't have any tests for GNU Emacs yet." 372 @echo "We don't have any tests for GNU Emacs yet."
373 373
374tags: TAGS 374tags: TAGS
375TAGS: etags 375TAGS: etags@EXEEXT@
376 etags *.[ch] 376 etags *.[ch]
377 377
378/* This verifies that the non-ASCII characters in the file \`testfile\' 378/* This verifies that the non-ASCII characters in the file \`testfile\'
379 have not been clobbered by whatever means were used to copy and 379 have not been clobbered by whatever means were used to copy and
380 distribute Emacs. If they were clobbered, all the .elc files were 380 distribute Emacs. If they were clobbered, all the .elc files were
381 clobbered too. */ 381 clobbered too. */
382test-distrib: ${srcdir}/test-distrib.c 382test-distrib@EXEEXT@: ${srcdir}/test-distrib.c
383 $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c 383 $(CC) ${ALL_CFLAGS} -o test-distrib ${srcdir}/test-distrib.c
384 ./test-distrib ${srcdir}/testfile 384 ./test-distrib ${srcdir}/testfile
385 385
@@ -403,34 +403,34 @@ REGEXPDEPS = $(REGEXPOBJ) $(srcdir)/../src/regex.h
403regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h 403regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h
404 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c 404 ${CC} -c ${BASE_CFLAGS} -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER ${srcdir}/../src/regex.c
405 405
406etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h 406etags@EXEEXT@: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h
407 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags 407 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o etags
408 408
409ebrowse: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h 409ebrowse@EXEEXT@: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h
410 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/ebrowse.c $(GETOPTOBJS) $(LOADLIBES) -o ebrowse 410 $(CC) ${ALL_CFLAGS} -DVERSION="\"${version}\"" ${srcdir}/ebrowse.c $(GETOPTOBJS) $(LOADLIBES) -o ebrowse
411 411
412/* We depend on etags to assure that parallel makes don\'t write two 412/* We depend on etags to assure that parallel makes don\'t write two
413 etags.o files on top of each other. */ 413 etags.o files on top of each other. */
414ctags: etags 414ctags@EXEEXT@: etags@EXEEXT@
415 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags 415 $(CC) ${ALL_CFLAGS} -DCTAGS -DVERSION="\"${version}\"" ${srcdir}/etags.c $(GETOPTOBJS) $(REGEXPOBJ) $(LOADLIBES) -o ctags
416 416
417profile: ${srcdir}/profile.c ../src/config.h 417profile@EXEEXT@: ${srcdir}/profile.c ../src/config.h
418 $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile 418 $(CC) ${ALL_CFLAGS} ${srcdir}/profile.c $(LOADLIBES) -o profile
419 419
420make-docfile: ${srcdir}/make-docfile.c ../src/config.h 420make-docfile@EXEEXT@: ${srcdir}/make-docfile.c ../src/config.h
421 $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile 421 $(CC) ${ALL_CFLAGS} ${srcdir}/make-docfile.c $(LOADLIBES) -o make-docfile
422 422
423digest-doc: ${srcdir}/digest-doc.c 423digest-doc@EXEEXT@: ${srcdir}/digest-doc.c
424 $(CC) ${ALL_CFLAGS} ${srcdir}/digest-doc.c $(LOADLIBES) -o digest-doc 424 $(CC) ${ALL_CFLAGS} ${srcdir}/digest-doc.c $(LOADLIBES) -o digest-doc
425 425
426sorted-doc: ${srcdir}/sorted-doc.c ${ALLOCA} 426sorted-doc@EXEEXT@: ${srcdir}/sorted-doc.c ${ALLOCA}
427 $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c ${ALLOCA} $(LOADLIBES) -o sorted-doc 427 $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c ${ALLOCA} $(LOADLIBES) -o sorted-doc
428 428
429b2m: ${srcdir}/b2m.c ../src/config.h $(GETOPTDEPS) 429b2m@EXEEXT@: ${srcdir}/b2m.c ../src/config.h $(GETOPTDEPS)
430 $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c -DVERSION="\"${version}\"" \ 430 $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c -DVERSION="\"${version}\"" \
431 $(GETOPTOBJS) $(LOADLIBES) -o b2m 431 $(GETOPTOBJS) $(LOADLIBES) -o b2m
432 432
433movemail: movemail.o pop.o $(GETOPTDEPS) 433movemail@EXEEXT@: movemail.o pop.o $(GETOPTDEPS)
434 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} movemail.o pop.o $(GETOPTOBJS) $(LOADLIBES) $(LIBS_MAIL) $(LIBS_MOVE) -o movemail 434 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} movemail.o pop.o $(GETOPTOBJS) $(LOADLIBES) $(LIBS_MAIL) $(LIBS_MOVE) -o movemail
435 435
436movemail.o: ${srcdir}/movemail.c ../src/config.h 436movemail.o: ${srcdir}/movemail.c ../src/config.h
@@ -439,45 +439,45 @@ movemail.o: ${srcdir}/movemail.c ../src/config.h
439pop.o: ${srcdir}/pop.c ../src/config.h 439pop.o: ${srcdir}/pop.c ../src/config.h
440 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c 440 $(CC) -c ${CPP_CFLAGS} ${MOVE_FLAGS} ${srcdir}/pop.c
441 441
442cvtmail: ${srcdir}/cvtmail.c 442cvtmail@EXEEXT@: ${srcdir}/cvtmail.c
443 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail 443 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail
444 444
445fakemail: ${srcdir}/fakemail.c ../src/config.h 445fakemail@EXEEXT@: ${srcdir}/fakemail.c ../src/config.h
446 $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail 446 $(CC) ${ALL_CFLAGS} ${srcdir}/fakemail.c $(LOADLIBES) -o fakemail
447 447
448yow: ${srcdir}/yow.c ../src/epaths.h 448yow@EXEEXT@: ${srcdir}/yow.c ../src/epaths.h
449 $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow 449 $(CC) ${ALL_CFLAGS} ${srcdir}/yow.c $(LOADLIBES) -o yow
450 450
451emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) 451emacsclient@EXEEXT@: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS)
452 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \ 452 $(CC) ${ALL_CFLAGS} ${srcdir}/emacsclient.c $(GETOPTOBJS) \
453 -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \ 453 -DVERSION=`sed -n -e '/(defconst emacs-version/ s/^[^"]*\("[^"]*"\).*/\1/p' ${srcdir}/../lisp/version.el` \
454 $(LOADLIBES) -o emacsclient 454 $(LOADLIBES) -o emacsclient
455 455
456hexl: ${srcdir}/hexl.c ../src/config.h 456hexl@EXEEXT@: ${srcdir}/hexl.c ../src/config.h
457 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl 457 $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl
458 458
459update-game-score: ${srcdir}/update-game-score.c ../src/config.h 459update-game-score@EXEEXT@: ${srcdir}/update-game-score.c ../src/config.h
460 $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c \ 460 $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c \
461 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ 461 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
462 $(LOADLIBES) -o update-game-score 462 $(LOADLIBES) -o update-game-score
463 463
464/* These are NOT included in INSTALLABLES or UTILITIES. 464/* These are NOT included in INSTALLABLES or UTILITIES.
465 See ../src/Makefile.in. */ 465 See ../src/Makefile.in. */
466emacstool: ${srcdir}/emacstool.c 466emacstool@EXEEXT@: ${srcdir}/emacstool.c
467 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \ 467 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \
468 -lsuntool -lsunwindow -lpixrect $(LOADLIBES) 468 -lsuntool -lsunwindow -lpixrect $(LOADLIBES)
469 469
470/* For SUN Japanese Language Environment. */ 470/* For SUN Japanese Language Environment. */
471nemacstool: ${srcdir}/emacstool.c 471nemacstool@EXEEXT@: ${srcdir}/emacstool.c
472 $(CC) -o nemacstool -DJLE ${ALL_CFLAGS} ${srcdir}/emacstool.c \ 472 $(CC) -o nemacstool -DJLE ${ALL_CFLAGS} ${srcdir}/emacstool.c \
473 -lsuntool -lmle -lsunwindow -lpixrect $(LOADLIBES) 473 -lsuntool -lmle -lsunwindow -lpixrect $(LOADLIBES)
474 474
475xvetool: ${srcdir}/emacstool.c 475xvetool@EXEEXT@: ${srcdir}/emacstool.c
476 $(CC) -o xvetool -DXVIEW ${ALL_CFLAGS} ${srcdir}/emacstool.c \ 476 $(CC) -o xvetool -DXVIEW ${ALL_CFLAGS} ${srcdir}/emacstool.c \
477 -lxview -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \ 477 -lxview -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
478 $(LOADLIBES) 478 $(LOADLIBES)
479 479
480xveterm: ${srcdir}/emacstool.c 480xveterm@EXEEXT@: ${srcdir}/emacstool.c
481 $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \ 481 $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
482 -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \ 482 -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
483 $(LOADLIBES) 483 $(LOADLIBES)