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