# Makefile. # $Id: Makefile,v 1.5 2009/08/26 13:41:28 sirakaba Exp $ .PHONY: all clean all: make -C frontend # make -C plugin/calLibrary make -C plugin/cuiWrapper # make -C plugin/spiLibrary make -C common/header clean: make -C frontend clean # make -C plugin/calLibrary clean make -C plugin/cuiWrapper clean # make -C plugin/spiLibrary clean make -C common/header clean