X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=286a5c9a0676af2a26e8cb13d1fd2dcda954741b;hb=6413b637e99f65b72fa0bbb007e6dc4dd03196d1;hp=af44a1aae272a596d82867bd78afecb11f5e6a5f;hpb=2b65ec99f743dde3ee41083cf89623d4d9b8740e;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index af44a1aa..286a5c9a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ # ============================================================================= # Rocks'n'Diamonds Makefile (src) # ----------------------------------------------------------------------------- -# (c) 1995-2003 Holger Schemel +# (c) 1995-2005 Holger Schemel # ============================================================================= # ----------------------------------------------------------------------------- @@ -27,6 +27,7 @@ endif AR = ar RANLIB = ranlib +ETAGS = etags BMP2ICO = bmp2ico WINDRES = windres @@ -279,6 +280,9 @@ clean: clean-obj clean-ico clean-bin dist-clean: clean-obj +tags: + $(ETAGS) *.[ch] $(LIBGAME_DIR)/*.[ch] $(GAME_EM_DIR)/*.[ch] + depend: $(MAKE) -C $(LIBGAME_DIR) depend $(MAKE) -C $(GAME_EM_DIR) depend