X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=8480e37c3cda585ca91fa79352c34fbd2550b872;hb=34bd95b6c92b130c18e1a7867a4caca1bca516ad;hp=29336ae726e695e733460041961112b87761abc5;hpb=99ab10072953cf340864184e8080b2f68f643215;p=h316.git diff --git a/Makefile b/Makefile index 29336ae..8480e37 100644 --- a/Makefile +++ b/Makefile @@ -17,12 +17,10 @@ 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\ - programs/punchomat\ - +SUBDIRS+=programs #lib/fortran/vpunch-help @@ -30,13 +28,16 @@ SUBDIRS+=programs/mandelbrot\ #SUBDIRS+=docs/manual default: + @mklink.sh @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true -cvsclean: clean - touch slst/* sys/* +clean: + rmlink.sh + $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;) %: @echo $@ + @mklink.sh $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;)