Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
#
#

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

PROGS = mesademo
GRAPH_DRV = svga

include $(BASE)/config/example.mk

mesademo:
        make -f $(SUBMAKE) GRAPH_DRV=svga APP=mesademo INIT= OTHEROBJS="initfile.o" OTHERINCL=
        cd $(BASE)/demos/mesademo/
        zip -9 mesademo.zip mesademo