2 # Common makefile template for visi library. This file is not
3 # intended to be a useful Makefile in isolation; instead, it should be
4 # included from within an architecture-specific Makefile.
6 # $Log: make.module.tmpl,v $
7 # Revision 1.2 1995/02/16 09:29:13 markc
8 # Added support to generate template code
10 # Revision 1.1 1995/01/30 18:12:01 jcargill
11 # Major build system reorganization
19 SRCS += ../src/datagrid.C \
21 ../src/visualization.C
23 IGEN_GEN_SRCS = visi.xdr.SRVR.C \
30 TFLAGS += $(USEFULWARNINGS)
31 CXXFLAGS = $(TFLAGS) $(ALL_INLINE_DEFINES)