X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=Makefile.in;h=c64b5ae7250ce5cceb178f39089319ae38894a11;hp=3fbbce21ab5f3fe91d674750a4d3f7804c346188;hb=2d6e983de98d9d6382ed0b51a1723e15c40f3793;hpb=b62e2796b85c7d7f3138fe729f4637853e0fafe0 diff --git a/Makefile.in b/Makefile.in index 3fbbce21..c64b5ae7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -99,9 +99,10 @@ else Q = @ endif -.PHONY: all clean distclean maintainer-clean install man tarball\ +.PHONY: dep all clean distclean maintainer-clean install man tarball\ .FORCE-GIT-VERSION-FILE -all: @executables@ $(man_pages) +all: dep @executables@ $(man_pages) +dep: $(deps) man: $(man_pages) tarball: $(tarball) @@ -224,8 +225,10 @@ all_objs := $(recv_objs) $(filter_objs) $(client_objs) $(gui_objs) \ $(audiod_objs) $(audioc_objs) $(fade_objs) $(server_objs) \ $(write_objs) $(afh_objs) +deps := $(all_objs:.o=.d) + ifeq ($(findstring clean, $(MAKECMDGOALS)),) --include $(all_objs:.o=.d) +-include $(deps) endif para_recv: $(recv_objs)