diff options
| author | Richard M. Stallman | 2005-09-15 13:08:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-15 13:08:01 +0000 |
| commit | f85d3f3fd8b487f0961df918c45a45fce440a96d (patch) | |
| tree | 13918f9a8ef2abb0a001c574b1b694d2a7c0254b /lib-src | |
| parent | ee49e773ce9b465c116630899313dfc5e1e054b1 (diff) | |
| download | emacs-f85d3f3fd8b487f0961df918c45a45fce440a96d.tar.gz emacs-f85d3f3fd8b487f0961df918c45a45fce440a96d.zip | |
(update-game-score.o): New target.
Compile and link this progranm separately.
(update-game-score${EXEEXT}): Use GETOPTDEPTS.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 274bbabe29f..29fc2ec5374 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -460,10 +460,12 @@ emacsclient${EXEEXT}: ${srcdir}/emacsclient.c ../src/config.h $(GETOPTDEPS) | |||
| 460 | hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h | 460 | hexl${EXEEXT}: ${srcdir}/hexl.c ../src/config.h |
| 461 | $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl | 461 | $(CC) ${ALL_CFLAGS} ${srcdir}/hexl.c $(LOADLIBES) -o hexl |
| 462 | 462 | ||
| 463 | update-game-score${EXEEXT}: ${srcdir}/update-game-score.c ../src/config.h | 463 | update-game-score${EXEEXT}: update-game-score.o $(GETOPTDEPS) |
| 464 | $(CC) ${ALL_CFLAGS} ${srcdir}/update-game-score.c \ | 464 | $(CC) ${LINK_CFLAGS} ${MOVE_FLAGS} update-game-score.o $(GETOPTOBJS) $(LOADLIBES) -o update-game-score |
| 465 | |||
| 466 | update-game-score.o: ${srcdir}/update-game-score.c ../src/config.h $(GETOPT_H) | ||
| 467 | $(CC) -c ${CPP_CFLAGS} ${srcdir}/update-game-score.c \ | ||
| 465 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ | 468 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ |
| 466 | $(LOADLIBES) -o update-game-score | ||
| 467 | 469 | ||
| 468 | /* These are NOT included in INSTALLABLES or UTILITIES. | 470 | /* These are NOT included in INSTALLABLES or UTILITIES. |
| 469 | See ../src/Makefile.in. */ | 471 | See ../src/Makefile.in. */ |