
ALL :	
	make -C fpk 
	make -C delphi 

clean :
	make -C fpk  clean ;\
	make -C delphi  clean ;\
