diff options
| author | Juanma Barranquero | 2003-01-31 15:24:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-01-31 15:24:20 +0000 |
| commit | c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1 (patch) | |
| tree | 7d28300d64e41bf2aeed37bc8f1293f9fc52a36a /lib-src/Makefile.in | |
| parent | 2454c12d458c60b871f6f36c3fd6ba752aad61bf (diff) | |
| download | emacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.tar.gz emacs-c60ee5e70f7ae20f1bbf7d0e2d36f40658f3dff1.zip | |
Cygwin support patch.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 60 |
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. |
| 103 | INSTALLABLES = etags ctags emacsclient b2m ebrowse | 103 | INSTALLABLES = etags@EXEEXT@ ctags@EXEEXT@ emacsclient@EXEEXT@ b2m@EXEEXT@ ebrowse@EXEEXT@ |
| 104 | INSTALLABLE_SCRIPTS = rcs-checkin grep-changelog | 104 | INSTALLABLE_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. |
| 108 | UTILITIES= profile digest-doc sorted-doc movemail cvtmail fakemail \ | 108 | UTILITIES= 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 | ||
| 111 | DONT_INSTALL= test-distrib make-docfile | 111 | DONT_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: | |||
| 286 | maybe-blessmail: BLESSMAIL | 286 | maybe-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 | ||
| 374 | tags: TAGS | 374 | tags: TAGS |
| 375 | TAGS: etags | 375 | TAGS: 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. */ |
| 382 | test-distrib: ${srcdir}/test-distrib.c | 382 | test-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 | |||
| 403 | regex.o: $(srcdir)/../src/regex.c $(srcdir)/../src/regex.h ../src/config.h | 403 | regex.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 | ||
| 406 | etags: ${srcdir}/etags.c $(GETOPTDEPS) $(REGEXPDEPS) ../src/config.h | 406 | etags@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 | ||
| 409 | ebrowse: ${srcdir}/ebrowse.c $(GETOPTDEPS) ../src/config.h | 409 | ebrowse@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. */ |
| 414 | ctags: etags | 414 | ctags@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 | ||
| 417 | profile: ${srcdir}/profile.c ../src/config.h | 417 | profile@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 | ||
| 420 | make-docfile: ${srcdir}/make-docfile.c ../src/config.h | 420 | make-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 | ||
| 423 | digest-doc: ${srcdir}/digest-doc.c | 423 | digest-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 | ||
| 426 | sorted-doc: ${srcdir}/sorted-doc.c ${ALLOCA} | 426 | sorted-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 | ||
| 429 | b2m: ${srcdir}/b2m.c ../src/config.h $(GETOPTDEPS) | 429 | b2m@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 | ||
| 433 | movemail: movemail.o pop.o $(GETOPTDEPS) | 433 | movemail@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 | ||
| 436 | movemail.o: ${srcdir}/movemail.c ../src/config.h | 436 | movemail.o: ${srcdir}/movemail.c ../src/config.h |
| @@ -439,45 +439,45 @@ movemail.o: ${srcdir}/movemail.c ../src/config.h | |||
| 439 | pop.o: ${srcdir}/pop.c ../src/config.h | 439 | pop.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 | ||
| 442 | cvtmail: ${srcdir}/cvtmail.c | 442 | cvtmail@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 | ||
| 445 | fakemail: ${srcdir}/fakemail.c ../src/config.h | 445 | fakemail@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 | ||
| 448 | yow: ${srcdir}/yow.c ../src/epaths.h | 448 | yow@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 | ||
| 451 | emacsclient: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) | 451 | emacsclient@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 | ||
| 456 | hexl: ${srcdir}/hexl.c ../src/config.h | 456 | hexl@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 | ||
| 459 | update-game-score: ${srcdir}/update-game-score.c ../src/config.h | 459 | update-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. */ |
| 466 | emacstool: ${srcdir}/emacstool.c | 466 | emacstool@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. */ |
| 471 | nemacstool: ${srcdir}/emacstool.c | 471 | nemacstool@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 | ||
| 475 | xvetool: ${srcdir}/emacstool.c | 475 | xvetool@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 | ||
| 480 | xveterm: ${srcdir}/emacstool.c | 480 | xveterm@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) |