# This module was obtained from the International AVS Center # For more information, please send email to avsemail@ncsc.org # Makefile for : READ_ANY_IMAGE # Module Authors : Terry Myerson, Steve Thorpe, SDSC # Module Version # : 3 # Platform : SUN 4/490 # Makefile Date : 6/28/93 INC_FILE=$(ROOT)/usr/avs/include/Makeinclude include $(INC_FILE) AVS_LIBS = $(ROOT)/usr/avs/lib BASELIBS=-lgeom -lutil -lm FLOWLIBS=-L$(AVS_LIBS) -lflow_c $(BASELIBS) $(LASTLIBS) AVS_INC = -I. -I$(ROOT)/usr/avs/include FFLAGS=$(F77FLAGS) CFLAGS=$(ACFLAGS) $(AVS_INC) -DONASUN READ_ANY_IMAGE.sun.exe: READ_ANY_IMAGE.o $(CC) $(CFLAGS) -o READ_ANY_IMAGE.sun.exe READ_ANY_IMAGE.o $(FLOWLIBS)