# # Common makefile template for visi library. This file is not # intended to be a useful Makefile in isolation; instead, it should be # included from within an architecture-specific Makefile. # # $Log: make.module.tmpl,v $ # Revision 1.1 1995/01/30 18:12:01 jcargill # Major build system reorganization # # TARGET = libvisi.a VPATH += ../../visi/h SRCS += ../src/datagrid.C \ ../src/error.C \ ../src/visualization.C IGEN_GEN_SRCS = visi.xdr.SRVR.C \ visi.xdr.CLNT.C \ visi.xdr.C IGEN_ISRCS = visi.I all: $(TARGET)