X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2FMakefile;h=f12c982489c55f4bded8c11210500f3658b09859;hb=3923ae9a33cceaf73cd7911b0c7d6abc18b3663b;hp=4fc21cd0f12f70d64b654b99203430597c36e5e0;hpb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;p=rocksndiamonds.git diff --git a/src/game_em/Makefile b/src/game_em/Makefile index 4fc21cd0..f12c9824 100644 --- a/src/game_em/Makefile +++ b/src/game_em/Makefile @@ -1,9 +1,15 @@ # ============================================================================= -# Rocks'n'Diamonds Makefile (game_em) +# Rocks'n'Diamonds - McDuffin Strikes Back! # ----------------------------------------------------------------------------- -# (c) 1995-2006 Holger Schemel +# (c) 1995-2014 by Artsoft Entertainment +# Holger Schemel +# info@artsoft.org +# http://www.artsoft.org/ # ----------------------------------------------------------------------------- -# Emerald Mine for X11 © 2000,2001 David Tritscher +# The native Emerald Mine game engine is based on: +# Emerald Mine for X11 (c) 2000,2001 David Tritscher +# ----------------------------------------------------------------------------- +# src/game_em/Makefile # ============================================================================= # ----------------------------------------------------------------------------- @@ -15,26 +21,20 @@ SRCS = cave.c \ graphics.c \ init.c \ input.c \ - main.c \ - sound.c \ synchro_1.c \ synchro_2.c \ synchro_3.c \ - tab_generate.c \ - ulaw_generate.c + tab_generate.c OBJS = cave.o \ convert.o \ graphics.o \ init.o \ input.o \ - main.o \ - sound.o \ synchro_1.o \ synchro_2.o \ synchro_3.o \ - tab_generate.o \ - ulaw_generate.o + tab_generate.o GAME_EM = game_em.a @@ -46,7 +46,7 @@ GAME_EM = game_em.a all: $(GAME_EM) $(GAME_EM): $(OBJS) - $(AR) cru $(GAME_EM) $(OBJS) + $(AR) cr $(GAME_EM) $(OBJS) $(RANLIB) $(GAME_EM) .c.o: