/*
 * Imakefile for VRML-qv-parser - src tree
 *
 * Author :  Michael Pichler
 *
 * created:  24 Apr 1995
 *
 * changed:  29 Oct 1996
 *
 * $Id: Imakefile,v 1.3 1996/11/12 14:09:38 mpichler Exp $
 *
 */


#ifdef InObjectCodeDir

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

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 wrlsave.o

/* otherwise makedepend will depend *.C */
SRCS = $(SRC)/QvLib.C $(SRC)/wrlsave.C

MakeHgLibrary(vrmlQv,1.0)

MakeObjectFromSrcFlags(QvLib,-DVRMLEXTENSIONS)
MakeObjectFromSrcFlags(wrlsave,-DVRMLEXTENSIONS)

#else

MakeInObjectCodeDir()

#endif /* if compiling in subdirectory */
