#pragma ident "@(#)makefile.install 1.4 07/06/95" # # @(#)Makefile 1.16 93/10/12 SMI # # Stripped down version of xi_lib uses only the rasterfile # load and tiff file load write routines. XIL will do the # rest. Specifically for SDK installation. HEADERS=xi_lib.h LIBXI=libxi.a all debug : $(HEADERS) $(LIBXI) install : clean : rm -f $(LIBXI) *.o core