
#include "../Imake.Init"

API_C=Motif_look.c about.c menu.c xmisc.c info.c cat_text.c
API_O=$(API_C:.c=.o)
LIB=Motif
LLIB=libMotif.a


all::
	@echo "  building libMotif.a ..."
	@echo ""

AllTarget($(LLIB)) 
DependTarget()
NormalLibraryTarget($(LIB),$(API_O))

tar:
	tar cf $(LIB) Imakefile *.cc *.h READ_ME LISEZ_MOI AFAIRE $(XBM) ; \
    gzip vtool.tar ; \
    mv -f vtool.tar.gz vtool.tgz




