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 # $Id: nmake.module.tmpl,v 1.1 1999/03/12 23:06:17 pcroth Exp $
11 LIB_SRCS = ../src/templates.C \
13 ../src/visualization.C
15 IGEN_GEN_SRCS = visi.xdr.srvr.C \
18 SRCS = $(SRCS) $(LIB_SRCS) $(IGEN_GEN_SRCS)
24 LIB_OBJS_TMP = $(LIB_SRCS:../src/=)
25 LIB_OBJS = $(LIB_OBJS_TMP:.C=.obj)
26 IGEN_GEN_OBJS = $(IGEN_GEN_SRCS:.C=.obj)
28 OBJS = $(OBJS) $(LIB_OBJS) $(IGEN_GEN_OBJS)
32 templates.o: ../src/templates.C
33 $(CXX) $(TFLAGS) -c ../src/templates.C
40 visi.xdr.SRVR.h: ..\h\visi.I