Rev 571 | Blame | Last modification | View Log | Download | RSS feed
R: build@cd main; make install@cd library; make@cd library; make libs@cd front; makebuild:@echo "Extracting foreign function symbols"@sh GETSYMBOLScd graphics; makecd nmath; makecd appl; makecd unix; makecd main; makecd include; makeinstall:@echo "Sorry, this hasn't been implemented yet"clean:@cd graphics; make $@@cd library; make $@@cd main; make $@@cd nmath; make $@@cd appl; make $@@cd unix; make $@@-rm -f lib/*.arealclean:@cd front; make $@@cd graphics; make $@@cd library; make clean@cd main; make $@@cd nmath; make $@@cd appl; make $@@cd unix; make $@@cd include; make $@@-rm -f include/FFDecl.h include/FFTab.h include/Platform.h@-rm -f lib/*.a