Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#
#
#

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

PROGS += hlpgraph hlptext

include $(BASE)/config/example.mk

hlptext:
        make -f $(SUBMAKE) APP=hlptext INIT= OTHEROBJS="hlptxtin.o hlpparse.o hlp.o" OTHERINCL= SHARKOPT="__INPUT__ __LINUXC26__ __PCI__ __FB__"

hlpgraph:
        make -f $(SUBMAKE) APP=hlpgraph INIT= OTHEROBJS="hlpgrxin.o hlpparse.o $(BASE)/ports/snapshot/snapshot.o hlp.o" OTHERINCL="-I $(BASE)/ports/snapshot/include" SHARKOPT="__INPUT__ __LINUXC26__ __PCI__ __FB__"