X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=Makefile;h=6f781ba90e7472d3fe251fff5a90bb8d986ac1a2;hb=89a5bbfa365be9adc5bc5e2d727aa78c6c3c8e7e;hp=8bf28a4e2ee5328c5ad8a1b89448afedfb427c96;hpb=6f41bb44c6769c7ff7b60e8a23af86c98e3fbf89;p=h316.git diff --git a/Makefile b/Makefile index 8bf28a4..6f781ba 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ SUBDIRS=pc-tools # Now we build the libraries which are always rebuild using the original compiler and # assembler tapes -SUBDIRS+=lib/iolib lib/fortran \ +SUBDIRS+=lib # Here we link the assembler - via a trick SUBDIRS+=systems/dap @@ -29,17 +29,14 @@ SUBDIRS+=programs default: - @mklink.sh @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir)&&) /bin/true clean: - @mklink.sh @$(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@&&) true - @rmlink.sh + @rm -f h316rc %: @echo $@ - @mklink.sh $(foreach subdir, $(SUBDIRS), $(MAKE) -C $(subdir) $@;)