# file: Makefile (for geom3d)
# $Id: Makefile,v 1.2 2003/05/21 01:06:03 exact Exp $
#

# =============================================================
# PATHS =======================================================
# =============================================================

CORE_PATH=..
INCLUDE=-I${CORE_PATH}/inc -I${CORE_PATH}/gmp
LIBPATH=-L${CORE_PATH}/lib -L${CORE_PATH}/gmp/.libs

# =============================================================
# FLAGS =======================================================
# =============================================================

clean:
	-${MAKE} -C test clean

veryclean: 
	-${MAKE} -C test veryclean 

