/*
 * Imakefile for VRML-qv-parser - src tree
 *
 * Author :  Michael Pichler
 *
 * created:  24 Apr 1995
 *
 * changed:  24 Apr 1995
 *
 */


#ifdef InObjectCodeDir

APP_CCINCLUDES = -I$(SRC)/../include/vrml -I$(SRC)/../..

APP_CCFLAGS = -O

APP_CCDEFINES = -D$(ARCH)

/* QvLib.C includes all source files and makes one .o file */
/* as the parser source should not be subject to changes this strategy is not changed here */

/* Traversal is application depended, so its not included into the vrmlQv library, */
/* example traversal code has been moved into the test directory */

OBJS = QvLib.o

MakeHgLibrary(vrmlQv,1.0)

MakeObjectFromSrcFlags(QvLib,-DVRMLEXTENSIONS)

#else

MakeInObjectCodeDir()

#endif /* if compiling in subdirectory */
