#Define the two following environment variables

X11HOME=	/mnt/product/X11/X11r4/sun4/usr
MOTIFHOME=	/mnt/product/X11/Motif_1.1.3/sun4/usr

LABO_OPT=	\
		X11HOME="$(X11HOME)"	\
		MOTIFHOME="$(MOTIFHOME)"
all:
	cd Laboimage;make $(LABO_OPT);

depend:
	cd Laboimage/libwidgets;make  $(LABO_OPT) depend;
	cd Laboimage/libtraitements;make  $(LABO_OPT) depend;
	cd Laboimage;make  $(LABO_OPT) depend;

