Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
#
ifeq ($(OS), S)
BASE=../../../../..
OSNAME = shark_glue
export BASE

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

PROGS=  $(OS)_$(WL)_jitter_test 

ifeq ($(OS), S)
include $(BASE)/config/example.mk
endif

$(OS)_$(WL)_jitter_test:
        make -f $(SUBMAKE) APPNAME=$(PROGS) APP=jitter_test INIT= OTHEROBJS="../$(OSNAME)/initfile.o ../$(OSNAME)/shark.o" OTHERINCL="-I../common" SHARKOPT="__INPUT__ __FIRST__ __NEW_TRACER__  __LINUXC26__ __PCI__ __NET__  __GRX__"