Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1670 | pj | 1 | # |
2 | # |
||
3 | # |
||
4 | |||
5 | ifndef BASE |
||
6 | BASE=../.. |
||
7 | endif |
||
8 | include $(BASE)/config/config.mk |
||
9 | |||
10 | PROGS += hlpgraph hlptext |
||
11 | |||
12 | include $(BASE)/config/example.mk |
||
13 | |||
14 | hlptext: |
||
15 | make -f $(SUBMAKE) APP=hlptext INIT= OTHEROBJS="hlptxtin.o hlpparse.o hlp.o" OTHERINCL= SHARKOPT="__INPUT__ __LINUXC26__ __PCI__ __FB__" |
||
16 | |||
17 | hlpgraph: |
||
18 | 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__" |