X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=aee696b1a9f606baa71281f6c60316b2661f4236;hb=16b4d690e1a97837a883abe60d30b5cd032be935;hp=d723946c558fa93000868e5211f2c84ccd07681f;hpb=a6ded8d93b8bf0ef9b1b554a2d8a4c05e7d479be;p=h316.git diff --git a/Makefile b/Makefile index d723946..aee696b 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SUBDIRS+=programs/tools SUBDIRS+=systems # The compiler is rebuilt as well! -SUBDIRS+=programs/frtn +SUBDIRS+=programs/fortran # And all other H316 tools depending on all the other stuff SUBDIRS+=programs/mandelbrot\ @@ -28,14 +28,18 @@ SUBDIRS+=programs/mandelbrot\ # If you want to build the docs, too: Uncomment next line: #SUBDIRS+=docs/manual -cvsclean: clean - touch slst/* sys/* default: + @mklink.sh @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true +clean: + rmlink.sh + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) + %: @echo $@ + @mklink.sh $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;)