Subversion Repositories shark

Rev

Rev 1086 | 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=  ego fly cabs hello sig aster1 aster2 aster3 time

include $(BASE)/config/example.mk


# Text applications
hello:
        make -f $(SUBMAKE) APP=hello INIT= OTHEROBJS="ihello.o" OTHERINCL=

time:
        make -f $(SUBMAKE) APP=time INIT= OTHEROBJS="ihello.o" OTHERINCL=

sig:
        make -f $(SUBMAKE) APP=sig INIT= OTHEROBJS="ihello.o" OTHERINCL=

aster1:
        make -f $(SUBMAKE) APP=aster1 INIT= OTHEROBJS="iaster1.o" OTHERINCL=

aster2:
        make -f $(SUBMAKE) APP=aster2 INIT= OTHEROBJS="iaster1.o" OTHERINCL=

aster3:
        make -f $(SUBMAKE) APP=aster3 INIT= OTHEROBJS="iaster3.o" OTHERINCL=

# Graphical applications

ego:
        make -f $(SUBMAKE) APP=ego INIT= OTHEROBJS="initfile.o" OTHERINCL=

fly:
        make -f $(SUBMAKE) APP=fly INIT= OTHEROBJS="initfile.o" OTHERINCL=

cabs:
        make -f $(SUBMAKE) APP=cabs INIT= OTHEROBJS="initfile.o" OTHERINCL=