*** empty log message ***
[h316.git] / Makefile
index 29336ae726e695e733460041961112b87761abc5..aee696b1a9f606baa71281f6c60316b2661f4236 100644 (file)
--- 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\
@@ -30,13 +30,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) $@;)