#
# Imakefile for libgvl
#
# Author:	Ken Chin-Purcell -- AHPCRC

#define Library

TOP		= .. 
#ifdef SGIArchitecture
SRC		= xtutil.c parse.c skip.c util.c glutil.c 
#else
SRC		= xtutil.c parse.c skip.c util.c
#endif

AllTarget(libgvl.a)
NormalLibraryTarget(gvl,$(SRC:.c=.o))

#include "../Imake.h"

#
# Dependencies
xtutil.o : xtutil.c util.h skip.h xtutil.h 
parse.o : parse.c util.h skip.h parse.h 
skip.o : skip.c skip.h util.h 
util.o : util.c util.h 
glutil.o : glutil.c util.h glutil.h 
