#  This Makefile is part of Numdiff
#  Copyright (C)  2005-2007    Ivano Primi  <ivprimi@libero.it>    
#
#   Copying and distribution of this file, with or without modification,
#   are permitted in any medium without royalty provided the copyright
#   notice and this notice are preserved.

all:
	cd $(PACKAGE) && $(MAKE) PACKAGE=$(PACKAGE) LOCALEDIR=$(LOCALEDIR)
	cd $(PACKAGETWO) && $(MAKE) PACKAGETWO=$(PACKAGETWO) LOCALEDIR=$(LOCALEDIR)
	cd $(PACKAGETHREE) && $(MAKE) PACKAGETHREE=$(PACKAGETHREE) LOCALEDIR=$(LOCALEDIR)
