Subversion Repositories shark

Rev

Rev 1137 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#
#
#

ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk

PROGS = kalm3d
GRAPH_DRV = svga

include $(BASE)/config/example.mk

kalm3d:
        make -f $(SUBMAKE) GRAPH_DRV=svga APP=kalm3d INIT= OTHEROBJS="initfile.o carrello.o" SHARKOPT="__OSMESA__ __PCLAB__ __OLDCHAR__"