X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=de82a897b71086a4eb3fb45bdc03fffd796365bc;hb=3955631c5325e8e342c1af734c3ca1ad6a425726;hp=265bf9922e68382b2b2337a30a94c347160a0bf8;hpb=97f03ad86e7458be79933d91363a38c4d2e35deb;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index 265bf992..de82a897 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,12 @@ # ============================================================================= -# Rocks'n'Diamonds Makefile (src) +# 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/ +# ----------------------------------------------------------------------------- +# src/Makefile # ============================================================================= # ----------------------------------------------------------------------------- @@ -250,13 +255,13 @@ auto-conf: $(CNFS_CMD) $$i > $$i; \ done -conf_gfx.h: conf_gfx.c +conf_gfx.h: conf_gfx.c $(CNFS_CMD) @$(MAKE) auto-conf -conf_snd.h: conf_snd.c +conf_snd.h: conf_snd.c $(CNFS_CMD) @$(MAKE) auto-conf -conf_mus.h: conf_mus.c +conf_mus.h: conf_mus.c $(CNFS_CMD) @$(MAKE) auto-conf # $(TIMESTAMP_FILE): $(SRCS) $(LIBGAME) $(GAME_EM) $(GAME_SP)