comparison lib-src/Makefile.in @ 91041:bdb3fe0ba9fa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 866-879) - Merge multi-tty branch - Update from CVS - Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
author Miles Bader <miles@gnu.org>
date Thu, 11 Oct 2007 16:22:07 +0000
parents b83d0dadb2a7 c0994f91cb79
children 606f2d163a64
comparison
equal deleted inserted replaced
91040:14c4a6aac623 91041:bdb3fe0ba9fa
119 # Like UTILITIES, but they're not system-dependent, and should not be 119 # Like UTILITIES, but they're not system-dependent, and should not be
120 # deleted by the distclean target. 120 # deleted by the distclean target.
121 SCRIPTS= rcs2log vcdiff 121 SCRIPTS= rcs2log vcdiff
122 122
123 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} 123 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
124
125 SOURCES = COPYING ChangeLog Makefile.in README emacs.csh \
126 makedoc.com *.[chy] rcs2log vcdiff
127 124
128 # Additional -D flags for movemail (add to MOVE_FLAGS if desired): 125 # Additional -D flags for movemail (add to MOVE_FLAGS if desired):
129 # MAIL_USE_POP Support mail retrieval from a POP mailbox. 126 # MAIL_USE_POP Support mail retrieval from a POP mailbox.
130 # MAIL_USE_MMDF Support MMDF mailboxes. 127 # MAIL_USE_MMDF Support MMDF mailboxes.
131 # MAIL_USE_FLOCK Use flock for file locking (see the comments 128 # MAIL_USE_FLOCK Use flock for file locking (see the comments
366 true 363 true
367 364
368 extraclean: maintainer-clean 365 extraclean: maintainer-clean
369 -rm -f *~ \#* 366 -rm -f *~ \#*
370 367
371 unlock:
372 chmod u+w $(SOURCES)
373
374 relock:
375 chmod u-w $(SOURCES)
376
377 /* Test the contents of the directory. */ 368 /* Test the contents of the directory. */
378 check: 369 check:
379 @echo "We don't have any tests for GNU Emacs yet." 370 @echo "We don't have any tests for GNU Emacs yet."
380 371
381 tags: TAGS 372 tags: TAGS
469 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score 460 $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score
470 461
471 update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) 462 update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H)
472 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ 463 $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \
473 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" 464 -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\""
474
475 /* These are NOT included in INSTALLABLES or UTILITIES.
476 See ../src/Makefile.in. */
477 emacstool${EXEEXT}: ${srcdir}/emacstool.c
478 $(CC) ${srcdir}/emacstool.c -o emacstool ${ALL_CFLAGS} \
479 -lsuntool -lsunwindow -lpixrect $(LOADLIBES)
480
481 /* For SUN Japanese Language Environment. */
482 nemacstool${EXEEXT}: ${srcdir}/emacstool.c
483 $(CC) -o nemacstool -DJLE ${ALL_CFLAGS} ${srcdir}/emacstool.c \
484 -lsuntool -lmle -lsunwindow -lpixrect $(LOADLIBES)
485
486 xvetool${EXEEXT}: ${srcdir}/emacstool.c
487 $(CC) -o xvetool -DXVIEW ${ALL_CFLAGS} ${srcdir}/emacstool.c \
488 -lxview -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
489 $(LOADLIBES)
490
491 xveterm${EXEEXT}: ${srcdir}/emacstool.c
492 $(CC) -o xveterm -DXVIEW -DTTERM ${ALL_CFLAGS} ${srcdir}/emacstool.c \
493 -lxview -lolgx -lX -I$(OPENWINHOME)/include -L$(OPENWINHOME)/lib \
494 $(LOADLIBES)